projects
/
rrq
/
rrqforth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c715ff
)
drop the inline_code marker for wordlists
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Fri, 21 May 2021 00:56:15 +0000
(10:56 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Fri, 21 May 2021 00:56:15 +0000
(10:56 +1000)
rrqforth.asm
patch
|
blob
|
history
diff --git
a/rrqforth.asm
b/rrqforth.asm
index 73147ab1450a2bb952863d6df8d8f5bd659fa028..c4b63b4e62d66bc362acc3a1c1fc5a55ddcbdd19 100644
(file)
--- 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