define-sub-primitive ( quot word -- )


Vocabulary
bootstrap.image.private

Inputs
quota quotation
worda word


Outputs
None

Word description
Defines a sub primitive by running the quotation which is supposed to output assembler code. The word is then used to call the assembly.

See also
sub-primitives

Definition