bug fix TFA>NAMEZ
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Thu, 3 Jun 2021 11:03:38 +0000 (21:03 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Thu, 3 Jun 2021 11:03:38 +0000 (21:03 +1000)
memory.asm

index ff888938b34a4a831d950fd6180b07569f877e05..80ce28075e6c69a6e5523f3336ed7532a0dbe6f3 100644 (file)
@@ -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