Apple2000/src/NoDebug.s

9 lines
200 B
ArmAsm
Raw Normal View History

2018-07-21 19:39:32 +00:00
** DEBUGGING Routines... Print Strings, hex numbers, dec numbers, etc...
** to MYCHANNEL... (opened prior)
EVEN
rts
DB_String: ** A0 -> Null Terminated String to Print
DB_HexB
DB_HexW
DB_HexL rts