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.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/home/print_bcd.asm b/home/print_bcd.asm
index eefb9f0..ed110e9 100644
--- a/home/print_bcd.asm
+++ b/home/print_bcd.asm
@@ -1,6 +1,10 @@
INCLUDE "constants.asm"
-SECTION "BCD Functions", ROM0[$3ab2]
+if DEBUG
+SECTION "BCD Functions", ROM0[$3AB2]
+else
+SECTION "BCD Functions", ROM0[$3A76]
+endc
; function to print a BCD (Binary-coded decimal) number
; de = address of BCD number