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:
46336a4
)
added tfa2namez
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Tue, 1 Jun 2021 14:04:47 +0000
(
00:04
+1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Tue, 1 Jun 2021 14:04:47 +0000
(
00:04
+1000)
memory.asm
patch
|
blob
|
history
diff --git
a/memory.asm
b/memory.asm
index 7d5f1440eb53e93fa7a1eeb1625afa2d52ea140b..ff888938b34a4a831d950fd6180b07569f877e05 100644
(file)
--- a/
memory.asm
+++ b/
memory.asm
@@
-17,11
+17,17
@@
next
WORD p_tfa2flags_get,'TFA>FLAGS@',fasm
- ;; (
c
fa -- flags )
+ ;; (
t
fa -- flags )
pop rax
push qword[rax+16]
next
+ WORD p_tfa2namez,'TFA>NAMEZ',fasm
+ ;; ( tfa -- char* )
+ pop rax
+ push qword[rax+32]
+ next
+
WORD p_cfa2flags_get,'CFA>FLAGS@',fasm
;; ( cfa -- flags )
pop rax