Alignment Directive (.Align - 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

Alignment Directive (.align)
6.5.6
 Instruction format
.align <alignment>
<alignment>
Value to specify a boundary
 Description
The data that appears immediately after this directive is aligned to a 2
Example:.align 2
 Note
The .align directive is valid for only the immediately following data definition or area securing directive. Therefore, when
defining data that requires alignment, you need to use the .align directive for each data definition directive.
S5U1C17001C Manual
(Rev. 1.0)
n
byte boundary (n = <alignment>).
Aligns the following data to a 4-byte boundary.
Seiko Epson Corporation
6 Assembler
6-10

Advertisement

Table of Contents
loading

Table of Contents