This commit is contained in:
Denis Molony 2016-11-19 22:26:01 +11:00
parent 8e222bd120
commit 3832150115

View File

@ -172,12 +172,12 @@ FD6A GETLN - get input line (with prompt)
FD67 GETLNZ - get input line after CR FD67 GETLNZ - get input line after CR
FD6F GETLN1 - get input line (no prompt) FD6F GETLN1 - get input line (no prompt)
FD75 NXTCHAR FD75 NXTCHAR
FD8B CROUT1 - output a return with clear FD8B CROUT1 - print a CR with clear
FD8E CROUT - output a return FD8E CROUT - print a CR
FDDA PRBYTE - print A register in hex FDDA PRBYTE - print A register in hex
FDE3 PRHEX - print a hex digit FDE3 PRHEX - print a hex digit
FDED COUT - output a character (in Acc) FDED COUT - print a character (in Acc)
FDF0 COUT1 - output character to screen FDF0 COUT1 - print character to screen
FE2C move a block of memory FE2C move a block of memory
FE80 SETINV - set inverse mode FE80 SETINV - set inverse mode