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:
ab545d1
)
added some decoration labels (not really used)
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Tue, 18 May 2021 14:54:12 +0000
(
00:54
+1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Tue, 18 May 2021 14:54:12 +0000
(
00:54
+1000)
machine.asm
patch
|
blob
|
history
diff --git
a/machine.asm
b/machine.asm
index 74b1060427dbce1cfc4321e405ae19f8e2484f1b..8da016a7854214740c82e0957facbba3b3636520 100644
(file)
--- a/
machine.asm
+++ b/
machine.asm
@@
-134,6
+134,7
@@
label#_TFA:
end if
previous_word = label#_TFA
;; PFA
+label#_pCFA:
dq label#_CFA ; link to CFA of word
dq flags + 0
label#_PFA:
@@
-141,6
+142,7
@@
label#_PFA:
db name
pname: db 0 ; extra NUL byte
;; align 8
+label#_pTFA:
dq label#_TFA ; link to TFA of word
label#_OFF:
dq offset + 0 ; The DOES offset. Defaults to 0.