// rrqforth.asm: WORD inline_code,'[ASM]',fasm anchor:inline_code[] === Word: [ASM] .... data stack: ( -- ) .... "[ASM]" is a function word that introduces inline assembly in an RRQFORTH definition. Such assembly code may return to subsequence RRQFORTH executon by means of the following instruction sequence: ==== ---- mov rsi,forthcode lodsq jmp qword [rax] forthcode: ---- ====