
- •Chapter 1. Introduction
- •How to Develop A Program
- •What is an Assembler?
- •Modular Programming
- •Modular Program Development Process
- •Segments, Modules, and Programs
- •Translate and Link Process
- •Filename Extensions
- •Program Template File
- •Chapter 2. Architecture Overview
- •Memory Classes and Memory Layout
- •Classic 8051
- •Extended 8051 Variants
- •Philips 80C51MX
- •Intel/Atmel WM 251
- •CPU Registers
- •CPU Registers of the 8051 Variants
- •CPU Registers of the Intel/Atmel WM 251
- •Program Status Word (PSW)
- •Instruction Sets
- •Opcode Map
- •8051 Instructions
- •Additional 251 Instructions
- •Additional 80C51MX Instructions via Prefix A5
- •Chapter 3. Writing Assembly Programs
- •Assembly Statements
- •Directives
- •Controls
- •Instructions
- •Comments
- •Symbols
- •Symbol Names
- •Labels
- •Operands
- •Special Assembler Symbols
- •Immediate Data
- •Memory Access
- •Program Addresses
- •Expressions and Operators
- •Numbers
- •Characters
- •Character Strings
- •Location Counter
- •Operators
- •Expressions
- •Chapter 4. Assembler Directives
- •Introduction
- •Segment Directives
- •Location Counter
- •Generic Segments
- •Stack Segment
- •Absolute Segments
- •Default Segment
- •SEGMENT
- •RSEG
- •BSEG, CSEG, DSEG, ISEG, XSEG
- •Symbol Definition
- •CODE, DATA, IDATA, XDATA
- •esfr, sfr, sfr16, sbit
- •LIT (AX51 & A251 only)
- •Memory Initialization
- •DD (AX51 & A251 only)
- •Reserving Memory
- •DBIT
- •DSW (AX51 & A251 only)
- •DSD (AX51 & A251 only)
- •Procedure Declaration (AX51 & A251 only)
- •PROC / ENDP (AX51 & A251 only)
- •LABEL (AX51 and A251 only)
- •Program Linkage
- •PUBLIC
- •EXTRN / EXTERN
- •NAME
- •Address Control
- •EVEN (AX51 and A251 only)
- •USING
- •Other Directives
- •_ _ERROR_ _
- •Chapter 5. Assembler Macros
- •Standard Macro Directives
- •Defining a Macro
- •Parameters
- •Labels
- •Repeating Blocks
- •REPT
- •IRPC
- •Nested Definitions
- •Nested Repeating Blocks
- •Recursive Macros
- •Operators
- •NUL Operator
- •& Operator
- •< and > Operators
- •% Operator
- •;; Operator
- •! Operator
- •Invoking a Macro
- •C Macros
- •C Macro Preprocessor Directives
- •Stringize Operator
- •Predefined C Macro Constants
- •Examples with C Macros
- •C Preprocessor Side Effects
- •Chapter 6. Macro Processing Language
- •Overview
- •Creating and Calling MPL Macros
- •Creating Parameterless Macros
- •MPL Macros with Parameters
- •Local Symbols List
- •Macro Processor Language Functions
- •Comment Function
- •Escape Function
- •Bracket Function
- •METACHAR Function
- •Numbers and Expressions
- •Numbers
- •Character Strings
- •SET Function
- •EVAL Function
- •Logical Expressions and String Comparison
- •Conditional MPL Processing
- •IF Function
- •WHILE Function
- •REPEAT Function
- •EXIT Function
- •String Manipulation Functions
- •LEN Function
- •SUBSTR Function
- •MATCH Function
- •Console I/O Functions
- •Advanced Macro Processing
- •Literal Delimiters
- •Blank Delimiters
- •Identifier Delimiters
- •Literal and Normal Mode
- •MACRO Errors
- •Chapter 7. Invocation and Controls
- •Environment Settings
- •Running Ax51
- •ERRORLEVEL
- •Output Files
- •Assembler Controls
- •Controls for Conditional Assembly
- •Conditional Assembly Controls
- •Chapter 8. Error Messages
- •Fatal Errors
- •Non–Fatal Errors
- •Chapter 9. Linker/Locator
- •Overview
- •Combining Program Modules
- •Segment Naming Conventions
- •Combining Segments
- •Locating Segments
- •Overlaying Data Memory
- •Resolving External References
- •Absolute Address Calculation
- •Generating an Absolute Object File
- •Generating a Listing File
- •Bank Switching
- •Using RTX51, RTX251, and RTX51 Tiny
- •Linking Programs
- •Command Line Examples
- •Control Linker Input with µVision2
- •ERRORLEVEL
- •Output File
- •Linker/Locater Controls
- •Locating Programs to Physical Memory
- •Classic 8051
- •Extended 8051 Variants
- •Philips 80C51MX
- •Intel/Atmel WM 251
- •Data Overlaying
- •Program and Data Segments of Functions
- •Using the Overlay Control
- •Tips and Tricks for Program Locating
- •Locate Segments with Wildcards
- •Special ROM Handling (LX51 & L251 only)
- •Bank Switching
- •Common Code Area
- •Code Bank Areas
- •Bank Switching Configuration
- •Configuration Examples
- •Control Summary
- •Listing File Controls
- •Output File Controls
- •Segment and Memory Location Controls
- •High-Level Language Controls
- •Error Messages
- •Warnings
- •Non-Fatal Errors
- •Fatal Errors
- •Exceptions
- •Chapter 10. Library Manager
- •Using LIBx51
- •Interactive Mode
- •Create Library within µVision2
- •Command Summary
- •Creating a Library
- •Adding or Replacing Object Modules
- •Removing Object Modules
- •Extracting Object Modules
- •Listing Library Contents
- •Error Messages
- •Fatal Errors
- •Errors
- •Chapter 11. Object-Hex Converter
- •Using OHx51
- •OHx51 Command Line Examples
- •Creating HEX Files for Banked Applications
- •OHx51 Error Messages
- •Using OC51
- •OC51 Error Messages
- •Intel HEX File Format
- •Record Format
- •Data Record
- •Extended 8086 Segment Record
- •Extended Linear Address Record
- •Example Intel HEX File
- •Appendix A. Application Examples
- •ASM – Assembler Example
- •Using A51 and BL51
- •Using AX51 and LX51
- •Using A251 and L251
- •CSAMPLE – C Compiler Example
- •Using C51 and BL51
- •Using C51 and LX51
- •Using C251 and L251
- •BANK_EX1 – Code Banking with C51
- •Using C51 and BL51
- •Using C51 and LX51
- •BANK_EX2 – Banking with Constants
- •Using C51 and BL51
- •Using C51 and LX51
- •Using BL51
- •Using C51 and LX51
- •Philips 80C51MX – Assembler Example
- •Philips 80C51MX – C Compiler Example
- •Appendix B. Reserved Symbols
- •Appendix C. Listing File Format
- •Assembler Listing File Format
- •Listing File Heading
- •Source Listing
- •Macro / Include File / Save Stack Format
- •Symbol Table
- •Listing File Trailer
- •Appendix D. Assembler Differences
- •Differences Between A51 and A251/AX51
- •Differences between A51 and ASM51
- •Differences between A251/AX51 & ASM51
- •Glossary
- •Index

Keil Software — A51/AX51/A251 Macro Assembler and Utilities |
413 |
|
|
Appendix B. Reserved Symbols
The Ax51 assembler uses predefined or reserved symbols that may not be redefined in your program. Reserved symbol names include instruction mnemonics, directives, operators, and register names. The following lists the reserved symbol names that are found in all Ax51 variants:
A |
DA |
INPAGE |
MOD |
REPT |
B |
AB |
DATA |
INSEG |
MOV |
RET |
|
ACALL |
DB |
IRP |
MOVC |
RETI |
|
ADD |
DBIT |
IRPC |
MOVX |
RL |
|
ADDC |
DEC |
ISEG |
MUL |
RLC |
|
AJMP |
DIV |
JB |
NAME |
RR |
|
AND |
DJNZ |
JBC |
NE |
RRC |
|
ANL |
DPTR |
JC |
NOP |
RSEG |
|
AR0 |
DS |
JE |
NOT |
SEG |
|
AR1 |
DSEG |
JG |
NUL |
SEGMENT |
|
AR2 |
DW |
JLE |
NUMBER |
SET |
|
AR3 |
ELSE |
JMP |
OR |
SETB |
|
AR4 |
ELSEIF |
JNB |
ORG |
SHL |
|
AR5 |
END |
JNC |
ORL |
SHR |
|
AR6 |
ENDIF |
JNE |
OVERLAYABLE |
SJMP |
|
AR7 |
ENDM |
JNZ |
PAGE |
SUB |
|
BIT |
ENDP |
JSG |
PC |
SUBB |
|
BITADDRESSABLE |
EQ |
JSGE |
POP |
SWAP |
|
BLOCK |
EQU |
JSL |
PUBLIC |
UNIT |
|
BSEG |
EXITM |
JSLE |
PUSH |
USING |
|
C |
EXTRN |
JZ |
R0 |
XCH |
|
CALL |
GE |
LCALL |
R1 |
XCHD |
|
CJNE |
GT |
LE |
R2 |
XDATA |
|
CLR |
HIGH |
LJMP |
R3 |
XOR |
|
CMP |
IDATA |
LOCAL |
R4 |
XRL |
|
CODE |
IF |
LOW |
R5 |
XSEG |
|
CPL |
INBLOCK |
LT |
R6 |
|
|
CSEG |
INC |
MACRO |
R7 |
|
|
The A51 assembler defines the following additional reserved symbols which are special function registers (SFR) of the classic 8051 CPU. These SFR definitions may be disabled using the NOMOD51 control. The predefined SFR symbols are reserved symbols and may not be redefined in your program.
AC |
IE |
PS |
SBUF |
TI |
ACC |
IE0 |
PSW |
SCON |
TL0 |
B |
IE1 |
PT0 |
SM0 |
TL1 |
CY |
INT0 |
PT1 |
SM1 |
TMOD |
DPH |
INT1 |
PX0 |
SM2 |
TO |
DPL |
IT0 |
PX1 |
SP |
TR0 |
EA |
IT1 |
RB8 |
T1 |
TR1 |
ES |
OV |
RD |
TB8 |
TXD |
ET0 |
P |
REN |
TCON |
WR |
ET1} |
P0 |
RI |
TF0 |
|
EX0 |
P1 |
RS0 |
TF1 |
|
EX1 |
P2 |
RS1 |
TH0 |
|
F0 |
P3 |
RXD |
TH1 |
|
414 |
Appendix B. Reserved Symbols |
|
|
The AX51 assembler defines the following additional reserved symbols which comprise the additional instructions and registers of the Philips 80C51MX architecture.
|
|
AT |
DD |
EDATA |
FAR |
OFFS |
|
|
BYTE |
DSB |
EJMP |
HCONST |
PR0 |
|
|
BYTE0 |
DSD |
EMOV |
HDATA |
PR1 |
|
|
BYTE1 |
DSW |
EPTR |
LABEL |
PROC |
|
||||||
B |
|
BYTE2 |
DWORD |
ERET |
LIT |
WORD |
|
BYTE3 |
ECALL |
EVEN |
MBYTE |
WORD0 |
|
|
CONST |
ECODE |
EXTERN |
NEAR |
WORD2 |
|
|
The A251 assembler defines the following additional reserved symbols which |
|||||
|
|
|||||
|
|
comprise the additional instructions and registers of the Intel and Atmel WM |
||||
|
||||||
|
|
251 architectures. |
|
|
|
|
|
|
|
|
|
|
|
|
|
AT |
DR56 |
EXTERN |
R12 |
WR12 |
|
|
BYTE |
DR60 |
FAR |
R13 |
WR14 |
|
|
BYTE0 |
DR8 |
HCONST |
R14 |
WR16 |
|
|
BYTE1 |
DSB |
HDATA |
R15 |
WR18 |
|
|
BYTE2 |
DSD |
LABEL |
R8 |
WR2 |
|
|
BYTE3 |
DSW |
LIT |
R9 |
WR20 |
|
|
CONST |
DWORD |
MOVH |
SLL |
WR22 |
|
|
DD |
EBIT |
MOVS |
SRA |
WR24 |
|
|
DR0 |
EBITADDRESSABLE |
MOVZ |
SRL |
WR26 |
|
|
DR12 |
ECALL |
NCONST |
TRAP |
WR28 |
|
|
DR16 |
ECODE |
NEAR |
WORD |
WR30 |
|
|
DR20 |
EDATA |
OFFS |
WORD0 |
WR4 |
|
|
DR24 |
EJMP |
PROC |
WORD2 |
WR6 |
|
|
DR28 |
ERET |
R10 |
WR0 |
WR8 |
|
|
DR4 |
EVEN |
R11 |
WR10 |
|