// memory.asm: WORD p_tfa2cfa, 'TFA>CFA',fasm anchor:p_tfa2cfa[] === Word: TFA>CFA .... Data stack: ( tfa -- cfa ) .... "TFA>CFA" is a function word that pushes word cfa of the given tfa. ==== .Definition concept for TFA>CFA **** : TFA>CFA 8 + @ ; **** ====