mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
fixing spacing
parent
ac743cc654
commit
287404934e
@ -290,7 +290,9 @@ print_battery:
|
|||||||
PUSH A ; store A
|
PUSH A ; store A
|
||||||
PUSH B ; store B
|
PUSH B ; store B
|
||||||
|
|
||||||
MOV A, BATTERY_POLL ; indicates we want to poll the battery charge when interrupt sent to battery
|
MOV A, BATTERY_POLL ; indicates we want to poll the battery charge when
|
||||||
|
; interrupt sent to battery
|
||||||
|
|
||||||
HWI HWID_BATTERY ; battery remaining charge (kilo Joules)
|
HWI HWID_BATTERY ; battery remaining charge (kilo Joules)
|
||||||
; is stored in B register now
|
; is stored in B register now
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user