Lines Matching refs:ASCII
42 46 constant dot \ ASCII definition of a period (in decimal)
202 \ the incremental decimal ASCII value associated with the menu item, and
240 \ Here we will add the ASCII decimal of the numerical prefix
241 \ to the stack (decimal ASCII for `1' is 49) as a "return value"
431 2 pick 1+ -rot 2 +c! \ Replace 'Y' with current ASCII num
505 \ `printmenuitem' ends by adding the decimal ASCII value for the
513 \ ASCII of 48 plus the menu item (ie. 58 for the tenth item, aka. `:')
598 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
697 rot 48 + -rot ( n c-addr/u -- n' c-addr/u ) \ convert to ASCII
713 \ decimal ASCII representation. This function is called by the menu-display
781 \ get a non-zero ASCII code)
817 \ ASCII numeral equal to user-selected menu item must be on the stack.
818 \ We do not modify the stack, so the ASCII numeral is left on top.
916 \ ASCII numeral equal to user-selected menu item must be on the stack.
917 \ We do not modify the stack, so the ASCII numeral is left on top.
927 \ duplicate array index and convert to ASCII numeral
1133 \ Evaluate the decimal ASCII value against known menu item
1136 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
1223 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
1233 48 \ Iterator start (inner range 48 to 57; ASCII '0' to '9')