615
Symbol Utility Features and Functions
The General-Purpose ASCII File Format
Functions
Format [FUNCTIONS]
func_name start..end
Use FUNCTIONS to define symbols for program functions, procedures,
or subroutines.
func_name A symbol representing the function name.
start The first address of the function, in hexadecimal.
end The last address of the function, in hexadecimal.
Example [FUNCTIONS]
main 00001000..00001009
test 00001010..0000101F