Skip to content

Commit

Permalink
Update strutils.asm
Browse files Browse the repository at this point in the history
  • Loading branch information
sijnstra authored Jan 14, 2024
1 parent 813fdd7 commit 8679756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romdisk/strutils.asm
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ _byte_to_ascii_nibble:
; efficient routine to convert nibble into ASCII
add a, 0x90
daa
adc a,040h
adc a, 0x40
daa
ret

Expand Down

0 comments on commit 8679756

Please sign in to comment.