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:
97a4e5e
)
bug fix TFA>NAMEZ
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Thu, 3 Jun 2021 11:03:38 +0000
(21:03 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Thu, 3 Jun 2021 11:03:38 +0000
(21:03 +1000)
memory.asm
patch
|
blob
|
history
diff --git
a/memory.asm
b/memory.asm
index ff888938b34a4a831d950fd6180b07569f877e05..80ce28075e6c69a6e5523f3336ed7532a0dbe6f3 100644
(file)
--- a/
memory.asm
+++ b/
memory.asm
@@
-25,7
+25,8
@@
WORD p_tfa2namez,'TFA>NAMEZ',fasm
;; ( tfa -- char* )
pop rax
- push qword[rax+32]
+ add rax,32
+ push rax
next
WORD p_cfa2flags_get,'CFA>FLAGS@',fasm