English
Language : 

CC78K0S Datasheet, PDF (420/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 11 EXTENDED FUNCTIONS
Absolute Address Allocation Specification
_ _directmap
(Output object)
PUBLIC
PUBLIC
PUBLIC
PUBLIC
PUBLIC
_c
EQU
_d
EQU
_e
EQU
_xx EQU
EXTRN
EXTRN
EXTRN
EXTRN
EXTRN
@@CODE CSEG
_main:
_c
_d
_e
_xx
_main
0FE00H
0FE20H
0FE21H
0FE30H
_ _mmfe00
_ _mmfe20
_ _mmfe21
_ _mmfe30
_ _mmfe31
;line 10:
mov
mov
;line 11:
mov
;line 12:
set1
;line 13:
mov
;line 14:
mov
;line 15:
ret
c = 1;
a,#01H ;1
!_c,a
d = 0x12;
_d,#012H
e.5 = 1;
_e.5
xx.a = 5;
_xx,#05H
xx.b = 10;
_xx+1,#0AH
}
; Addresses for variables declared by _ _directmap
; are defined by EQU
;
;
; EXTRN output for linking secured area modules
;
;
;
;
; saddr instruction output because address specified in saddr area
; Bit manipulation possible because _ _sreg also used
; saddr instruction output because address specified in saddr area
; saddr instruction output because address specified in saddr area
420
User’s Manual U14872EJ1V0UM