re: A83: another message for pat


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

re: A83: another message for pat




appcrugraphic  equ  5
gcoordok equ  7

A copy of the graph is saved in plotsscreen when ever a graph is drawn.
The graph cursor is erased by copying the graph buffer to the display.


Later,
Pat

------------------
Original text

From: Ian Graf <ian_graf@geocities.com>, on 6/18/98 12:49 AM:

pat,

thanks for the graph cursor stuff! but what are these things equated to?
i couldn't find them in squish.inc or your ti docs.

  appCurGraphic,(IY+appFlags)
  GCOORDOK,(IY+8)

also does this effect plotsscreen?


a few other things i just thought of...

1) what does _getk do to run in low power mode? could an assembly
program run like this w/o using _getk?

2) how can _outputexpr (as taken directly from your docs) display "a
variable name of any displayable type?" i loaded op1 with

  05 IAN 00

and

  07 tvarpict tpic1

but for both, all i get was this

  {}


thanks again!


References: