pull/159/merge
bgregs514 8 months ago committed by GitHub
commit 3205537746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,6 +20,7 @@ hex_loop:
cmp al, 0x39 ; if > 9, add extra 8 to represent 'A' to 'F'
jle step2
add al, 7 ; 'A' is ASCII 65 instead of 58, so 65-58=7
jmp step2
step2:
; 2. get the correct position of the string to place our ASCII char

Loading…
Cancel
Save