Re: Z80 command


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

Re: Z80 command



Nathan,

You could read the keypress and store it in a variable.  As each new keypress is entered, multiply the variable by 10 and add the new keypress (in that order).  Have the user press ENTER when they are done.  When you detect the ENTER keypress, you are done and can exit the loop.

Mike

-----Original Message-----
From:   Nathan Ernst [SMTP:hermittwig@GEOCITIES.COM]
Sent:   Wednesday, December 17, 1997 2:48 PM
To:     CALC-TI@LISTS.PPP.TI.COM
Subject:        Z80 command

 << File: ATT00000.htm >> does anyone know of a command for ti-83 asm that will get a string of keypresses such as a number like 123 and store it as 123 instead of having to read each of the individual keypresses and then compile what the number inputed was?  Thanks

Nathan