collapseos/recipes/trs80/user.h

20 lines
452 B
C
Raw Normal View History

.org 0x6100
2020-02-23 14:51:19 -05:00
.equ strncmp 0x3003
.equ upcase @+3
.equ findchar @+3
.equ printstr @+3
2020-02-23 20:52:44 -05:00
.equ printcrlf @+3
2020-02-23 14:51:19 -05:00
.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
2020-02-23 20:52:44 -05:00
.equ fsPutB @+3
.equ fsSetSize @+3
.equ stdioPutC @+3
.equ stdioReadLine @+3