Question: Are there an examples of DSPHEX command file
Answer:
Example: ---------------------------------------- a.out /* Specify COFF file to convert. */ -m /* moto format. */ -map rom.map -memwidth 8 /* Set memwidth and romwidth = 8 to create */ -romwidth 8 /* an 8-bit wide EPROM programmer file. */ -bootorg 0000h /* Define address where boot table will */ /* be located. */ -boot ----------------------------------------