summaryrefslogtreecommitdiff
path: root/home/print_hex.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/print_hex.asm')
-rw-r--r--home/print_hex.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/home/print_hex.asm b/home/print_hex.asm
index 8292884..2a68c2b 100644
--- a/home/print_hex.asm
+++ b/home/print_hex.asm
@@ -1,10 +1,10 @@
INCLUDE "constants.asm"
-if DEBUG
-SECTION "Print Hexadecimal functions", ROM0[$3597]
-else
-SECTION "Print Hexadecimal functions", ROM0[$355B]
-endc
+; if DEBUG
+SECTION "home/print_hex.asm", ROM0
+; else
+; SECTION "Print Hexadecimal functions", ROM0[$355B]
+; endc
PrintHexBytes: ; 3597 (0:3597)
; Print c hex bytes located at de to hl
@@ -43,4 +43,4 @@ GetHexDigit: ; 35b2 (0:35b2)
ret
.hexDigitTable:
- db "0123456789ABCDEF"
+ db "0123456789ABCDEF" \ No newline at end of file