02.03.2014 Views

Tornado

Tornado

Tornado

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

D<br />

Utilities Reference<br />

DESCRIPTION<br />

This program generates a Motorola hex format (S-record) file from a COFF format object<br />

module. Normally, the entry address in the object module is used as the starting address<br />

of the output module in ROM. However, if the -a flag is used, then offset is used as the<br />

starting address. offset is a hex value.<br />

Normally S1 records are generated for addresses less than 64K; S2 records are generated<br />

for addresses greater than 64K and less than 16M; and S3 records are generated for<br />

addresses greater than 16M.<br />

The text or data section from a second (optional) file can also be processed. This file is<br />

usually the IMI file for an Intel 960 processor.<br />

Example:<br />

coffHex960 -Dimi,0x0 -a 0x800 bootrom<br />

D<br />

OPTIONS<br />

-l generate only S2 records.<br />

-a offset use offset as the ROM entry address, rather than the address in the<br />

object module.<br />

-[TD]imifile,offset use either the text (T) or data(D) section from the imi file. Use address<br />

as the IMI offset in ROM.<br />

coffHexArm<br />

NAME<br />

coffHexArm – convert a COFF format object file into Motorola hex records<br />

SYNOPSIS<br />

DESCRIPTION<br />

coffHexArm [-a offset] [-l] file<br />

This program generates a Motorola hex format (S-record) file from a COFF format object<br />

module. Normally, the entry address in the object module is used as the starting address<br />

of the output module in ROM. However, if the -a flag is used, then offset is used as the<br />

starting address. offset is a hex value.<br />

Normally S1 records are generated for addresses less than 64K; S2 records are generated<br />

for addresses greater than 64K and less than 16M; and S3 records are generated for<br />

addresses greater than 16M.<br />

Example:<br />

coffHex960 -a 0x800 bootrom<br />

OPTIONS<br />

-l generate only S2 records.<br />

441

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!