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:
3f5ae14
)
commen editing
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Thu, 20 May 2021 19:20:12 +0000
(
05:20
+1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Thu, 20 May 2021 19:20:12 +0000
(
05:20
+1000)
rrqforth.asm
patch
|
blob
|
history
diff --git
a/rrqforth.asm
b/rrqforth.asm
index b6df047efaa30e720e174f2f9022ecd9233115cc..73147ab1450a2bb952863d6df8d8f5bd659fa028 100644
(file)
--- a/
rrqforth.asm
+++ b/
rrqforth.asm
@@
-130,7
+130,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