mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-01 23:20:56 +11:00
92ddc7ebc1
Not much of a gain in terms of usability (a bit of a loss in fact, things are a bit slow and glitchy), but it's a necessary move if we want to use upcoming grid-enabled userspace apps, such as a visual text editor.
20 lines
452 B
C
20 lines
452 B
C
.org 0x6100
|
|
.equ strncmp 0x3003
|
|
.equ upcase @+3
|
|
.equ findchar @+3
|
|
.equ printstr @+3
|
|
.equ printcrlf @+3
|
|
.equ blkSet @+3
|
|
.equ blkSel @+3
|
|
.equ _blkGetB @+3
|
|
.equ _blkPutB @+3
|
|
.equ _blkSeek @+3
|
|
.equ _blkTell @+3
|
|
.equ fsFindFN @+3
|
|
.equ fsOpen @+3
|
|
.equ fsGetB @+3
|
|
.equ fsPutB @+3
|
|
.equ fsSetSize @+3
|
|
.equ stdioPutC @+3
|
|
.equ stdioReadLine @+3
|