added tfa2namez
[rrq/rrqforth.git] / memory.asm
index 7d5f1440eb53e93fa7a1eeb1625afa2d52ea140b..ff888938b34a4a831d950fd6180b07569f877e05 100644 (file)
        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