home *** CD-ROM | disk | FTP | other *** search
- 0 ( - 0) fast zero
- 1 ( - 1) fast one
- >< ( u - u2) reverse the bytes within a word.
- 'TYPE i/o transfer vectors in order:
- 'TYPE '?KEY' CR 'PAGE 'CORO 'MARK 'BEEP 'SPARE
- BEEP audible alert.
- CELL ( - 2) address units per cell
- CRLF ( - a) end of line sequence
- CSEG ( - seg) push code segment register.
- DIGIT ( c base - n t | ? 0)
- true if the char c is a valid digit in the given base.
- DPL ( - a) decimal point locator
- DSEG ( - seg) push data segment register.
- DUMB initialize all IO commands for dumb terminal.
- L@ ( off seg - w) read word at segment:offset.
- L! ( w off seg) write word to segment:offset.
- LC@ ( off seg - b)
- fetch byte value at segment:offset.
- LC! ( w off seg) store lower byte value at segment:offset.
- LCMOVE ( off seg off2 seg2 u)
- move u bytes from seg:off to seg:off2, leftmost byte first
- MARK ( a n) like TYPE but highlight if possible.
- MX ( - a) transfer to cooperative multitasker.
- NOOP does nothing
- NOT ( w - w2) Forth-83 NOT
- OFF ( a) store false at address
- ON ( a) store true at address
- PAUSE entry to cooperative multitasker.
- PFA ( cfa - pfa) convert execution token into parameter field address.
- PLACE ( a n a2) store packed string at address a2.
- TRUE ( - -1) fast Boolean true
- VAL? ( a u - d 2 , n 1 , 0)
- string to number conversion primitive.
- True if d is valid.
-