// memory.asm: WORD p_tfa2flags_get, 'TFA>FLAGS@',fasm anchor:p_tfa2flags_get[] === Word: TFA>FLAGS@ .... Data stack: ( tfa -- flags ) .... "TFA>FLAGS@" is a function word that pushes word flags of the given tfa. ==== .Defintion concept for TFA>FLAGS@ **** : TFA>FLAGS@ 16 + @ ; **** ====