A83: ROM call list
[Prev][Next][Index][Thread]
A83: ROM call list
Hey Linus, please take a look at this if you have the time and tell me if you
think these are grouped correctly or if their categories should be changed.
It's for the menu organization in the PC program I'm making.
Thanks,
Jared C.
http://come.to/tivault
Input/Output:
• _homeup
• _newline
• _puts
• _vputs
• _disphl
• _formdisp
• _putc
• _dispop1a
• _parseinp
• _getk
• _getkey
• pgmio_exec
Math:
• _convop1
• _fpmult
• _tofrac
• _invop2s
• _op1toop2
• _ldhlind
• _ckint
• _ckodd
• _ckop1fp0
• _ckop1pos
• _ckop1real
Graphics:
• _iline
• _ipoint
• _grphcirc
• _regraph
• _pdspgrph
• _circcmd
Variables: (might want to split up, like matrix and list commands)
• _adrlele
• _adrmele
• _delvar
• _stoother
• _rclX
• _rclY
• _stox
• _redimmat
• _rclvarsym
• _puttomat
• _puttol
• _inclistsize
• _getltoop1
• _getmtoop1
• _chkfindsym
(Screen?):
• _clrLCDFull
• _grbufclr
• _lcd_busy
• _grbufcpy_v
Create:
• _createpict
• _createprog
• _createrlist
• _creatermat
• _createstrng
Misc:
tokens:
• _stosystok
• _rclsystok
• _formreal
• _formerealtok
other:
• _memchk
• _errxxx
• _exec_assembly
Follow-Ups: