A83: lack of _AXES in ti83plus.inc


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

A83: lack of _AXES in ti83plus.inc




Anyone know why _AXES went away?  Anyway, here's my code for a
replacement.  Hope someone can use it.  I was able to convert the TI-Mouse
from ASMGuru with it.

Jeremy

.NOLIST                 ; Defines area which isn't code.
#define end .end
#define END .end
#define equ .equ
#define EQU .equ
#include "ti83plus.inc"
.LIST                   ; Defines area which IS code.
.org userMem

Axes:
        res grfNoAxis,(iy+grfdbflags)
        set Graphdraw,(iy+graphflags)
        bcall(_regraph)
        ret
.end