rom960 ROM Image Builder


The rom960 ROM image builder interprets commands either from a configuration file or from standard input. The invocation command is:

rom960 [ -option ]... [ config_file [ script-arg ]...]...

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

A configuration file must be given without its .ld extension. The configuration file is searched for lines beginning with #*. This prefix is stripped, and script arguments are substituted. The first script argument in the invocation is substituted for each occurrence of $0, the second for each occurrence of $1, and so on. After script argument substitution, the invocation command is interpreted and executed.

If the config_file is omitted, rom960 reads commands from stdin; no argument substitution is done.


Options



Commands



Return to the top of this page.

Go to the ic960 Interface Index.

Go to the gcc960 Interface Index.