Example 8. Hex Conversion Command File for Scenario 3

/* Hex Conversion Command file for Scenario 3 */ a.out /* linked object file, input */ -I /* Intel format */ /* Optional Commands */ -map example3.mxp /* Generate a map of the conversion */ /* Specify EPROM system memory width and physical ROM width */ -memwidth 32 /* EPROM memory system width */ -romwidth 16 /* Physical width of ROM */ ROMS { EPROM: org = 0x0, length = 0x20000 files={ lower16.bit, upper16.bit } }

Example 9 shows the contents of the resulting map file (example3.mxp).