gmung960 Munger


The gmung960 utility modifies text section and/or data section load address(es) in an object file.

gmung960 is useful when you need to load text and/or data at an address other than where it was linked. A common case is where code must copy its data to RAM before execution. In this case, the data will be linked at the RAM address, but it must be loaded at a ROM address from where it will be copied.

The invocation command is:

gmung960 [ -option ]... file

Each option must be preceded by a - character. (On DOS, you can also use a / character.) The options are listed below.

file identifies the object file to be "munged." It must be a linked, executable file.


Note that the section specification options T and D are processed in the order they appear in the invocation.


Return to the top of this page.

Go to the ic960 Interface Index.

Go to the gcc960 Interface Index.