$ROMSTART/de

From MCS Wiki AVR
< $ROMSTART(Difference between revisions)
Jump to: navigation, search
(Created page with "= <span class="f_Header">Action</span> = Instruct the compiler to generate a hex file that starts at the specified address. <span style="font-family: Arial;"> </span> ...")
 
m (1 revision)
 

Latest revision as of 21:07, 15 February 2013

Contents

= (**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  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language