more and better documentation and some reorganisation
[rrq/rrqforth.git] / adoc / p_cfa2flags_get.adoc
1 // memory.asm:  WORD p_cfa2flags_get, 'CFA>FLAGS@',fasm
2
3 anchor:p_cfa2flags_get[]
4
5 === Word: CFA>FLAGS@
6
7 ....
8 Data stack: ( cfa -- flags )
9 ....
10
11 "CFA>FLAGS@" is a function word that pushes word flags of the given cfa.
12
13 ====
14 .Defintion concept for CFA>FLAGS@
15 ****
16 : CFA>FLAGS@ 16 - @ 16 + ;
17 ****
18 ====