$ROMSTART/de

Aus MCS Wiki AVR
< $ROMSTART(Weitergeleitet von $ROMSTART)
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

= (**COPIED FROM ENGLISH PAGE**) === Action

Instruct the compiler to generate a hex file that starts at the specified address.

 

 

Syntax

$ROMSTART = address

 

 

Remarks

Address

The address where the code must start. By default the first address is 0.

 

The bin file will still begin at address 0.

 

The $ROMFILE could be used to locate code at a different address for example for a boot loader.

 

It is best to use the new $LOADER directive to add boot loader support.

 

 

See also

$LOADER

 

 

ASM

NONE

 

 

Example

$ROMSTART = &H4000


Languages   English Deutsch  
Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
In anderen Sprachen
Sprache