From 233fb5fd103b9e96d512147c417a66e89ce70356 Mon Sep 17 00:00:00 2001 From: Jaggernaut555 Date: Wed, 3 Jan 2018 16:50:34 -0800 Subject: [PATCH] Added BRK to example --- Snippet:-Constants.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Snippet:-Constants.md b/Snippet:-Constants.md index e9b21df..437824e 100644 --- a/Snippet:-Constants.md +++ b/Snippet:-Constants.md @@ -87,6 +87,7 @@ FLOPPY_WRITE_SECTOR equ 3 ; **PASTE CONSTANTS DEFINITIONS HERE** .text CALL print_battery + BRK ;************************************** ;* print_battery()