From 287404934e123e65f005e82a0352d8de129f8534 Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Mon, 1 Jan 2018 11:56:34 -0300 Subject: [PATCH] fixing spacing --- Assembly-program-examples.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Assembly-program-examples.md b/Assembly-program-examples.md index 4a02ad9..bfab278 100644 --- a/Assembly-program-examples.md +++ b/Assembly-program-examples.md @@ -290,7 +290,9 @@ print_battery: PUSH A ; store A 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) ; is stored in B register now