Re: A83: ROMcall reference [83]


[Prev][Next][Index][Thread]

Re: A83: ROMcall reference [83]



Some new ones, maybe a bit fast after the last one,
but I think with Christmas, New Year and the rest,
people will be busy with other things for a wile.

Henk Poley


+- _kbdScan --------+-------+-------+-------+-------+-------+-------+-------+
| SQUISH.INC        |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  4010 |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
| Call to:          |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  01CA |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
input:
output:
destroyed:
description: ?? Something like 'keyboardScan' ??

---
Does somebody know anthing about those _Mon* calls???
exept for being the main-routine of TIOS...
---

+- _sendKPress -----+-------+-------+-------+-------+-------+-------+-------+
| SQUISH.INC        |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  4021 |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
| JP to:            |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  0383 |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
input:
output:
destroyed:
description: ?? store a keypress in the keyboardbuffer ??

+- _JforceCmdNoChaR +-------+-------+-------+-------+-------+-------+-------+
| SQUISH.INC        |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  4024 |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
| JP to:            |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  043A |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
input: none
      Monitor vectors should be set to the Application loader
      (?? 83+ only ??)
output: none
       The HomeScreen is given control
destroyed: all
description: Exits the application (=program?) an returns to the HomeScreen.

            This routine will be used in most applications to Close the
            application and return controll to the Ti-83 system.

            Before and application jumps to this entry point it must make
            certain the system monitor vectors are set to the Appliction
            loader context. (?? 83+ only ??)

Note: This routine will set the stack level back to a save level.
Note2: This info is taken from an 83+ SDK, so some things maybe incorrect...

+- _JforceCmd ------+-------+-------+-------+-------+-------+-------+-------+
| SQUISH.INC        |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  4027 |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
| JP to:            |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  043B |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
input:
output:
destroyed:
description: ????

+- _sysErrHandler --+-------+-------+-------+-------+-------+-------+-------+
| SQUISH.INC        |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  402A |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
| Call to:          |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  045A |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
input:
output:
destroyed:
description: ?? install a new error handler ??

+- _newContext -----+-------+-------+-------+-------+-------+-------+-------+
| SQUISH.INC        |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  402E |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
| Call to:          |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  0473 |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
input:
output:
destroyed:
description: ????

+- _newContext0 ----+-------+-------+-------+-------+-------+-------+-------+
| SQUISH.INC        |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  4032 |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
| Call to:          |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  0497 |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
input:
output:
destroyed:
description: ????

+- _A2POINTHLIND ---+-------+-------+-------+-------+-------+-------+-------+
| SQUISH.INC        |  4036 |  4036 |  4036 |  4036 |  4036 |  4036 |  4036 |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
| Call to:          |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  057D |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
input: ????
output: ????
destroyed: ????
description: ????

+- _POINTHLIND -----+-------+-------+-------+-------+-------+-------+-------+
| SQUISH.INC        |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  403A |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
| Call to:          |  ???? |  ???? |  ???? |  ???? |  ???? |  ???? |  057E |
+-------------------+-------+-------+-------+-------+-------+-------+-------+
input:
output:
destroyed:
description: ????

---
And how do you feel, standing on the doorsteps of a new Millenium?



Follow-Ups: