start with disabled breakpoints
[rrq/rrqforth.git] / rrqforth.asm
index b6df047efaa30e720e174f2f9022ecd9233115cc..c4b63b4e62d66bc362acc3a1c1fc5a55ddcbdd19 100644 (file)
@@ -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
@@ -130,7 +127,9 @@ DS_TOP:                             ; The initial rsp
 
        segment readable executable
 
-; At fasm compilation: reset previous_word to make a new word list
+;;; At fasm compilation: reset previous_word to make a new word list
+;;; Words above belong to the SYSTEM wordlist, and the following
+;;; belong to the FORTH wordlist.
 previous_word = last_wordlists_word
 
        WORD inline_code,'[ASM]',fasm