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