// memory.asm: WORD p_tfa2namez, 'TFA>NAMEZ',fasm anchor:p_tfa2namez[] === Word: TFA>NAMEZ .... Data stack: ( tfa -- char* ) .... "TFA>NAMEZ" is a function word that pushes changes a tfa pointer to a pointer to the word pname's character sequence, which is zero terminated as well as preceded by a length cell. ==== .Defintion concept for TFA>NAMEZ **** : TFA>NAMEZ 32 + ; **** ====