◄Up► ◄Contents► ◄Index► ◄Back► ──P-Code Instructions─────────────────────────────────────────────────────── Syntax Quote<n> /* Call quoted subroutine. */ Possible Instructions Quoteb, QuoteW See: ◄P-Code Syntax► Description Quoting, or moving repeated series of instructions to the p-code equivalent of a subroutine, is one way p-code reduces executable size. The Quote<n> instructions call these quoted subroutines. Pseudocode equivalent: pcQuote = pc; pc -= <n>; -♦-