NEC ELECTRONICS GLOBAL
nec electronics global
HOME
APPLICATIONS
PRODUCTS
TECHNOLOGY
SUPPORT
BUY ONLINE
NEWS & EVENTS
ABOUT US
header
GO
AdvancedParametric
SITE MAP CONTACT US

[CC78K4] Startup Module

Contents

    
FAQ-ID = CC_Startup-nnnn
0534: The startup routine is modified but “_@STBEG” symbols result in an undefined symbol error during linking.
0598: How should an option byte be set?
CC_Startup
-0534
The startup routine is modified but “_@STBEG” symbols result in an undefined symbol error during linking.
Q1
The startup routine is modified but “_@STBEG” symbols result in an undefined symbol error during linking.
A1
_@STBEG is a symbol that is generated by symbol generation specification option -S that resolves the stack of the linker.
Specify the -S option for linking.
The -S option generates a symbol at the first and last addresses of the largest area in a specified area (default: RAM).


-78K0- -78K0S- -78K4-

Is this information useful for you ?
back to top  
(2006/07)

CC_Startup
-0598
How should an option byte be set?
Q1
How should an option byte be set?
A1
Add a module described in assembler and describe the option byte in that module by using the DB pseudo instruction.
One of the simplest ways is to add the option byte to the startup routine.

The following shows an example of setting an option byte.

OPT  CSEG AT 0080H
OPTION:DB  0F1H

-78K0- -78K0S- -78K4-

Is this information useful for you ?
back to top  
(2006/07)









































 LEGAL  RSS Feeds       © 1995-2008  NEC Electronics Corporation