Changes

Snapshot

684 bytes added, 17:50, 27 November 2017
Added SYMB chunk description
''Example : FlagC AND (HL=DE OR HL=&5000)''
 
=== SYMB Chunk (ACE) ===
 
This chunk is written by ACE when some symbols are declared. When loading a snapshot, the symbols found in this chunk are added to the alreading existing ones.
 
{|
|-
| ''Offset (Hex)''
| ''Length''
| ''Description''
|-
| 00
| 1
| Length on the symbol name (n). 0 is an invalid value.
|-
| 01
| n
| Symbol name (note 1)
|-
| n+1
| 6
| Reserved for future usage, always 0 for now.
|-
| n+7
| 2
| Address of the symbol (MSB first).
|-
| ...
| Same sequence repeated until the end of the chunk is reached.
|}
 
Notes:
 
1. Symbol are (obviously) limited to 255 characters, cannot begin with a number (0-9), and only set ascii char is allowed (a-z, A-Z, 0-9, _).
=== CPC+ Chunk ===
194
edits