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


Words in category Built-in Constants in glossary TurboForth Kernal

Search:
The following words are listed in this category (8 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
FALSE S -- 0 -- Returns 0.
HERE S -- address -- Returns the address of the start of free memory.
IOERR S -- io_error -- Returns the last disk IO error. If 0, no error occurred.
PAD S -- address -- Returns an address for use as a temporary pad or work area.
R0 S -- address -- Returns beginning address of return stack. Used to reset return stack.
S0 S -- address -- Returns beginning address of data stack. Used to reset data stack.
TRUE S -- -1 -- Returns -1 (>FFFF hex).
XMAX S -- width -- Returns the number of columns on the display. Either 32, 40 or 80.

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