From bdaa235a728bbfa87718c3da18e5fb64ca6b6662 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Fri, 21 May 2021 05:20:12 +1000 Subject: [PATCH] commen editing --- rrqforth.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rrqforth.asm b/rrqforth.asm index b6df047..73147ab 100644 --- 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 -- 2.39.2