"DOUBLE-Misc Compatibility words"double_misc
Compatiblity with former standards, miscellaneous useful words.
... for DOUBLE-EXT (which is almost complete... just almost)
FORTH
the double-cell ROT operation.
actively moves six cells, i.e.
( x1 x2 x3 x4 x5 x6 -- x3 x4 x5 x6 x1 x2 )
| double_misc ordinary primitive
the double-cell unsigned-is-less operation ( U< )
| double_misc ordinary primitive
take the value from stack (or cs-stack) and compile a runtime-code and
the value as for LITERAL ... this word is never state-smart, it
is not immediate, and has therefore no complications with POSTPONE
(compare also with COMPILE, to make a call-stub with an exectoken)
| double_misc ordinary primitive
take the double-value from stack (or cs-stack) and compile a runtime-code
and the value as for 2LITERAL ... this word is never state-smart, it
is not immediate, and has therefore no complications with POSTPONE
(compare also with COMPILE, to make a call-stub with an exectoken)
| double_misc ordinary primitive
|