A82: CalcEm


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

A82: CalcEm




Hello,
	I thought to write this to start up a discussion, everyone is pretty
quiet.. anyways, I've noticed the following with CalcEm, and I hope if
David, you are reading this, that you fix it, it is a great emulator.  I
only found 3 things actually:

-> When you link to the 82/3, and have the program on your calculator, if
you choose quit or omit, it crashes your CalcEm software.

-> The Ti-83 has silent link, you should be able to send w/o going to the
link menu.

-> The only programming problem I noticed: when using GET_KEY, and a routine
like this, the keys don't respond:

 call GET_KEY
 cp $01
 jp z,Down			;It'll detect this..
 inc a
 jp z,Left			;It won't get this
 inc a
 jp z,Right			;Nor this
 inc a
 jp z,Up			;Nor this..


That's all I have to say.. Oh yeah, does anyone [Ilya, Dines?] have an
_IPoint routine?  Thanks for the _ILine routine Ilya.

								-Ahmed


--
Ahmed El-Helw
ahmedre@bellsouth.net
http://asm8x.home.ml.org
ICQ: 3350394


Follow-Ups: