Area Securing Directive (.Zero - Epson S5U1C17001C Manual

Cmos 16-bit single chip microcontroller (c compiler package for s1c17 family) (ver. 3.2)
Hide thumbs Also See for S5U1C17001C:
Table of Contents

Advertisement

Area Securing Directive (.zero)
6.5.5
 Instruction format
<
>
.zero
length
<length>
Area size in bytes
 Description
This directive secures a <length> bytes of blank area in the current .bss section. The area begins from the current address
unless it is immediately preceded by the .align directive.
.section .bss
Example:
.global
.align
VAR1:
.zero
S5U1C17001C Manual
(Rev. 1.0)
VAR1
2
4
Secures an space for the 4-byte global variable VAR1.
Seiko Epson Corporation
6 Assembler
6-9

Advertisement

Table of Contents
loading

Table of Contents