616
Symbol Utility Features and Functions
The General-Purpose ASCII File Format
Varia bles
Format [VARIABLES]
var_name start [size]
var_name start..end
You can specify symbols for variables, using the address of the variable,
the address and the size of the variable, or a range of addresses
occupied by the variable. If you give only the address of a variable, the
size is assumed to be 1 byte.
var_name A symbol representing the variable name.
start The first address of the variable, in hexadecimal.
end The last address of the variable, in hexadecimal.
size (optional) The size of the v ariable, in bytes, in decimal.
Example [VARIABLES]
subtotal 40002000 4
total 40002004 4
data_array 40003000..4000302F
status_char 40002345