Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
include c:\cxpl\stdlib;
|
||||
int C;
|
||||
[Cursor(3, 6); \move cursor to column 3, row 6 (top left = 0,0)
|
||||
\Call BIOS interrupt routine to read character (& attribute) at cursor position
|
||||
C:= CallInt($10, $0800, 0) & $00FF; \mask off attribute, leaving the character
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue