
Hitachi Embedded Workshop User Manual
341
Appendix E: Symbol File Format
In order for HEW to be able to understand and decode the symbol file correctly, the file must be formatted as a
Pentica-B file:
1. The file must be a plain ASCII text file.
2. The file must start with the word “BEGIN”.
3. Each symbol must be on a separate line with the value first, in hexadecimal terminated by an
“H”, followed by a space then the symbol text.
4. The file must end with the word “END”.
Example:
BEGIN
11FAH Symbol_name_1
11FCH Symbol_name_2
11FEH Symbol_name_3
1200H Symbol_name_4
END