A86: integer input
[Prev][Next][Index][Thread]
A86: integer input
ok.. here's the thing.. i want to do integer input.. i'm considering one of
two methods.. using _inputExpr and doing some weird manipulation of the
resulting mantissa to get an integer, or something like this
ld a, 0
keyloop
<check for key>
<if enter key quit>
multiply a by 10
add the value of the key pressed
jp keyloop
maybe using some kind of table
any suggestions out there?
thanks
David Dollar
<ibarawn@geocities.com>
TI Hobbyist Extrodinaire