mirror of
https://github.com/Michaelangel007/apple2_print_uint16.git
synced 2024-12-27 21:31:53 +00:00
Cleanup HexA comment
This commit is contained in:
parent
dbc87d60ed
commit
1e45852a50
@ -68,8 +68,8 @@ _PrintDone
|
||||
RTS
|
||||
|
||||
|
||||
; Converts A to Hex digits, stores two chars in _temp+0, _temp+1
|
||||
; @return: A will be bottom nibble in ASCII
|
||||
; Converts A to high ASCII digits, stores chars in _output
|
||||
; @return: A will be bottom nibble in high ASCII
|
||||
HexA
|
||||
PHA
|
||||
JSR SCRN2+2 ; LSR x4 == 0>> 4
|
||||
|
Loading…
Reference in New Issue
Block a user