Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / Documentation / kernel / glossary.txt
1 # tag: glossary of openbios forth 
2
3 # dictionary
4 LFA == link field address (backlink)
5 CFA == code field address ("word type")
6 PFA == program field address (definitions)
7
8 # forth engine
9 TIB == text input buffer
10
11 inner interpreter: interprets dictionary, does threading
12 outer interpreter: "user" interpreter, reads forth words from user.
13
14