diff options
Diffstat (limited to 'home/print_hex.asm')
-rw-r--r-- | home/print_hex.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/home/print_hex.asm b/home/print_hex.asm index 2a68c2b..1108afa 100644 --- a/home/print_hex.asm +++ b/home/print_hex.asm @@ -1,10 +1,6 @@ INCLUDE "constants.asm" -; 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 |