Unavailable Directives
Macro capability and nearly all directives are available when generating an object file. The only directive that is not allowed is the
ORGdirective. This can be replaced by specifying an absoluteCODEsegment, as shown below.Absolute Code
Reset ORG H'01FF'
GOTO Start
Relocatable Code
Reset CODE H'0lFF'
GOTO Start
|
Microchip Technology Inc. Microchip's Web Site Voice: (480) 792-7200 Fax: (480) 899-9210 Microchip's E-mail Address |
![]()
|

