added tfa2namez
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Tue, 1 Jun 2021 14:04:47 +0000 (00:04 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Tue, 1 Jun 2021 14:04:47 +0000 (00:04 +1000)
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