Lines Matching refs:ASCII
41 46 constant dot \ ASCII definition of a period (in decimal)
195 \ the incremental decimal ASCII value associated with the menu item, and
233 \ Here we will add the ASCII decimal of the numerical prefix
234 \ to the stack (decimal ASCII for `1' is 49) as a "return value"
371 \ `printmenuitem' ends by adding the decimal ASCII value for the
379 \ ASCII of 48 plus the menu item (ie. 58 for the tenth item, aka. `:')
482 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
579 \ decimal ASCII representation. This function is called by the menu-display
649 \ get a non-zero ASCII code)
698 \ ASCII numeral equal to user-selected menu item must be on the stack.
699 \ We do not modify the stack, so the ASCII numeral is left on top.
797 \ ASCII numeral equal to user-selected menu item must be on the stack.
798 \ We do not modify the stack, so the ASCII numeral is left on top.
808 \ duplicate array index and convert to ASCII numeral
1025 \ Evaluate the decimal ASCII value against known menu item
1028 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
1121 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
1131 48 \ Iterator start (inner range 48 to 57; ASCII '0' to '9')