English
Language : 

CC78K0S Datasheet, PDF (416/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 11 EXTENDED FUNCTIONS
Memory Manipulation Function
(Output object of compiler)
When -SM is not specified
_main:
push
;line 5:
movw
mov
mov
mov
incw
dbnz
;line 6:
movw
movw
mov
mov
mov
incw
incw
dbnz
;line 7:
pop
ret
hl
memset(ary1, ‘A’, 50);
de,#_ary1
a, #041H ; 65
c, #032H ; 50
[de], a
de
c, $$-2
memcpy(ary1, ary2, 50);
de, #_ary1
hl, #_ary2
c, #032H ; 50
a, [hl]
[de], a
de
hl
c, $$-4
}
hl
#pragma inline
416
User’s Manual U14872EJ1V0UM