<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


Words in category Double-Precision Numeric Display Words in glossary 32-bit library

Search:
The following words are listed in this category (13 words found): Word Types: S = Standard, I = Immediate , IC = Immediate-compiling.
Word Name Word Type Data Stack Signature Return Stack Signature Description Availability
V1.0 V1.1 V1.2
# S ud:x – ud:y -- Divides the 32 bit stack value by BASE to produce a single digit, which is appended to the Pictured Numeric Output string buffer.
#> S d:x – addr len -- Terminates pictured numeric output.
#S S ud:x – d:0 -- Converts all remaining digits until the value on the stack is 0 (i.e. there are no more digits to convert).
.DS S -- -- Displays the contents of the stack, interpreting the contents of the stack (by default) as signed double values.
<# S -- -- Begins Pictured Numeric Output (PNO) conversion.
D$. S d:x – -- Displays a double-precision value as an unsigned hexadecimal value.
D. S  d:x – -- Displays a signed double-precision value from the top of the stack.
D.R S d:x s:width – -- Displays a signed double-precision value right justified to 'width' characters.
HOLD S ascii – -- Inserts the ASCII value on the stack directly into the PNO buffer at the current PNO buffer position.
INS: S -- -- Inserts the ASCII character following it into the PNO buffer.
SIGN S n -- -- Appends the sign of the number currently being built in the PNO buffer.
UD. S ud:x – -- Displays the 32-bit value on the data stack as an unsigned value.
UD.R S ud:x s:width – -- Displays an unsigned double-precision value right justified to 'width' characters.

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>