diff options
Diffstat (limited to 'home/print_hex.asm')
-rw-r--r-- | home/print_hex.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/print_hex.asm b/home/print_hex.asm index 0232211..8292884 100644 --- a/home/print_hex.asm +++ b/home/print_hex.asm @@ -1,6 +1,10 @@ INCLUDE "constants.asm" +if DEBUG SECTION "Print Hexadecimal functions", ROM0[$3597] +else +SECTION "Print Hexadecimal functions", ROM0[$355B] +endc PrintHexBytes: ; 3597 (0:3597) ; Print c hex bytes located at de to hl |