English
Language : 

SDA5250 Datasheet, PDF (116/143 Pages) Siemens Semiconductor Group – TVTEXT 8-Bit Microcontroller
SDA 525x
6.3.14 Instruction Set
The assembly language uses the same instruction set and the same instruction opcodes
as the 8051 microcomputer family.
6.3.14.1 Notes on Data Addressing Modes
Rn
–
Working register R0 – R7.
direct
–
128 internal RAM-locations, any I/O-port, control or status register.
@Ri
–
Indirect internal RAM-location addressed by register R0 or R1.
#data
–
8-bit constant included in instruction.
#data 16 –
16-bit constant included as bytes 2 & 3 of instruction.
bit
–
128 software flags, any I/O-pin, control or status bit in special
function registers.
Operations working on external data memory (MOVX …) are used to access the
extended internal data RAM (XRAM).
6.3.14.2
addr 16
addr 11
rel
Notes on Program Addressing Modes
–
Destination address for LCALL & LJMP may be anywhere within the
program memory address space.
–
Destination address for ACALL & AJMP will be within the same
2 Kbyte of the following instruction.
–
SJMP and all conditional jumps include an 8-bit offset byte. Range is
+ 127/ – 128 bytes relative to first byte of the following instruction.
Semiconductor Group
116
1998-04-08