summaryrefslogtreecommitdiff
path: root/home/print_bcd.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-03-31 14:15:21 -0400
committerentrpntr <entrpntr@gmail.com>2020-03-31 14:39:28 -0400
commit95d7d56581a9de9c62ab805a872d5900ff12e8ef (patch)
tree9e872b5df6b688f3a3b3dd119d60e0263a95f90a /home/print_bcd.asm
parent93578c2ffd08f4917badc1be42d8d683e2ca0634 (diff)
Disassemble pic banks.
Diffstat (limited to 'home/print_bcd.asm')
-rwxr-xr-xhome/print_bcd.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/print_bcd.asm b/home/print_bcd.asm
index 9401b26f..74e2d161 100755
--- a/home/print_bcd.asm
+++ b/home/print_bcd.asm
@@ -76,4 +76,4 @@ PrintBCDDigit::
ret nz
ld a, " "
ld [hli], a ; if right-aligned, "print" a space by advancing the pointer
- ret \ No newline at end of file
+ ret