mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
|
|
# tag: contains a description of the dictionary format
|
||
|
|
|
||
|
|
name | length of name in bytes + 0x80 | align with 0's | flags (bit 7 set) | LFA | CFA | PFA
|
||
|
|
|
||
|
|
LFA == link field address (backlink)
|
||
|
|
CFA == code field address ("word type")
|
||
|
|
PFA == program field address (definitions)
|
||
|
|
|