summaryrefslogtreecommitdiff
path: root/home/print_bcd.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/print_bcd.asm')
-rw-r--r--home/print_bcd.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/print_bcd.asm b/home/print_bcd.asm
index ed110e9..8b96d4b 100644
--- a/home/print_bcd.asm
+++ b/home/print_bcd.asm
@@ -1,10 +1,10 @@
INCLUDE "constants.asm"
-if DEBUG
-SECTION "BCD Functions", ROM0[$3AB2]
-else
-SECTION "BCD Functions", ROM0[$3A76]
-endc
+; if DEBUG
+SECTION "home/print_bcd.asm", ROM0
+; else
+; SECTION "BCD Functions", ROM0[$3A76]
+; endc
; function to print a BCD (Binary-coded decimal) number
; de = address of BCD number