X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=memory.asm;h=ff888938b34a4a831d950fd6180b07569f877e05;hb=69f36d333521b482b3b92349c1dccb654f43b65b;hp=7d5f1440eb53e93fa7a1eeb1625afa2d52ea140b;hpb=46336a44b2da0ba4f141665e2709885b7b85d566;p=rrq%2Frrqforth.git diff --git a/memory.asm b/memory.asm index 7d5f144..ff88893 100644 --- a/memory.asm +++ b/memory.asm @@ -17,11 +17,17 @@ next WORD p_tfa2flags_get,'TFA>FLAGS@',fasm - ;; ( cfa -- flags ) + ;; ( tfa -- 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