Global Declaring Directive (.Global - 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

Global Declaring Directive (.global)
6.5.7
 Instruction format
.global <symbol>
<symbol>
Symbol to be defined in the current file
 Description
Makes global declaration of a symbol. The declaration made in a file with a symbol defined converts that symbol to a global
symbol which can be referred to from other modules.
Example:.global SUB1
 Note
The symbols are always defined as a local symbol unless it is declared using this directive.
S5U1C17001C Manual
(Rev. 1.0)
Seiko Epson Corporation
6 Assembler
6-11

Advertisement

Table of Contents
loading

Table of Contents