Epson S5U1C63000A Computer Accessories User Manual


 
CHAPTER 4: ASSEMBLER
S5U1C63000A MANUAL EPSON 75
(S1C63 FAMILY ASSEMBLER PACKAGE)
If the .org pseudo-instruction is defined immediately before a section definer (.code, .data or .bss), it
does not start a new section and makes no effect to the following sections.
Example:
.code ... The latest relocatable section definition.
:
.org 0x100 ... This does not start a new absolute section and makes no effect.
.bss ... The another kind (BSS) of section which is not affected by the
: previous ".org" pseudo-instruction in the CODE section.
.code ... This will be an relocatable CODE section not affected by the
: previous ".org" pseudo-instruction.