1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-28 20:20:55 +10:00
collapseos/blk/401

12 lines
309 B
Plaintext
Raw Normal View History

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