1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 00:28:46 +10:00
collapseos/recipes/trs80/user.h
2020-02-23 14:51:19 -05:00

15 lines
330 B
C

.org 0x5800
.equ strncmp 0x3003
.equ upcase @+3
.equ findchar @+3
.equ printstr @+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