// 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. ==== .Word: TFA>FLAGS@ [caption='Defintion concept {counter:exec}'] ---- : TFA>FLAGS@ 16 + @ ; ---- ====