From 0d3bd729048b79778f83f100fbaab1970f4efc05 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Fri, 21 May 2021 10:56:15 +1000 Subject: [PATCH] drop the inline_code marker for wordlists --- rrqforth.asm | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.2