mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-29 11:49:29 +00:00
editing
This commit is contained in:
parent
8e222bd120
commit
3832150115
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user