mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-09 01:28:06 +11:00
12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
|
Grid subsystem
|
||
|
|
||
|
Given a device driver following the Grid protocol, implement
|
||
|
AT-XY and (emit). (emit) makes the grid behave like a regular
|
||
|
terminal, honoring line feeds and backspaces, wrapping at the
|
||
|
end of a line.
|
||
|
|
||
|
2 bytes of system memory at GRID_MEM are needed for cursor
|
||
|
position.
|
||
|
|
||
|
Load range: B402-B403
|