jit-define ( quot n -- )


Vocabulary
bootstrap.image.private

Inputs
quota quotation
nan integer


Outputs
None

Word description
Runs a quotation generating assembly code. The code is added to the special-objects table being constructed for the bootstrap image.

Definition