Cleanup HexA comment

This commit is contained in:
Michaelangel007 2017-07-05 19:45:51 -07:00
parent dbc87d60ed
commit 1e45852a50
1 changed files with 2 additions and 2 deletions

View File

@ -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