TIB: Graphics done in Assembly (but created by Basic)


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

TIB: Graphics done in Assembly (but created by Basic)




l am currently working on a Basic program which converts free drawing on the
graph screen into assembly language to draw lines quickly on the TI-86.  lt
will use the /lnput/ command to allow the cursor to move freely, and then
stores the coordinates into variables.  The variables are then converted into
strings as their hex codes, and then the object code would be recalled into a
program variable.  l have already attempted this, but it took a lot of memory
(l _really_ need to know how to convert a real number into a string) and for
some reason the object code locked up the calc once and erased all of my work.

>>TurboSoft