From: Ralph Ronnquist Date: Fri, 21 May 2021 00:56:15 +0000 (+1000) Subject: drop the inline_code marker for wordlists X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=0d3bd729048b79778f83f100fbaab1970f4efc05;p=rrq%2Frrqforth.git drop the inline_code marker for wordlists --- diff --git a/rrqforth.asm b/rrqforth.asm index 73147ab..c4b63b4 100644 --- a/rrqforth.asm +++ b/rrqforth.asm @@ -17,20 +17,17 @@ include 'machine.asm' ;; ( -- ) ;; Change to use this wordlist dq last_forth_word - dq inline_code WORD p_system,'SYSTEM',dowordlist ;; ( -- ) ;; Change to use this wordlist dq last_system_word - dq inline_code last_wordlists_word: WORD p_wordlists,'WORDLISTS',dowordlist ;; ( -- ) ;; Change to use this wordlist dq p_wordlists_TFA - dq inline_code ;;; ======================================== ;;; These are the core "execution semantics" words, which are placed