A86:3D Grapher and other stuff


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

A86:3D Grapher and other stuff




1.  Why has no one made a 3D grapher in asm?  There are so many in TI-Basic, 
so lgicaly, there would be at least one in asm unless it is just so hard that 
it might as well be impossible.  

2.  Would anyone be interested in a morse program for the 86?  If so, what 
features should it have?  

3.  How could one do a 'For' loop inside another 'For' loop in asm and use 
both vars inside the loops?  
Example of the kind of thing I want to do(example is in TI-Basic):
For(a,1,10
For(b,1,10
Disp a*b
End
End