S3C72G9 Samsung semiconductor, S3C72G9 Datasheet - Page 64

no-image

S3C72G9

Manufacturer Part Number
S3C72G9
Description
The S3C72G9 single-chip CMOS microcontroller has been designed for high performance using Samsungs newest 4-bit CPU core/ SAM47 (Samsung Arrangeable M
Manufacturer
Samsung semiconductor
Datasheet
   

LD
Examples:


(Continued)
2. If an instruction such as LD A,#im (LD EA,#imm) or LD HL,#imm is written more than two
The following table contains descriptions of special characteristics of the LD instruction when used
in different addressing modes:
Instruction
LD A,#im
LD A,@RRa
LD A,DA
LD A,Ra
LD Ra,#im
LD RR,#imm Load 8-bit immediate data into the Ra register (EA, HL, WX, YZ). There is a
LD DA,A
LD Ra,A
times in succession, only the first LD is executed; the next instructions are treated as NOPs.
Here are two examples of this 'redundancy effect':
LD
LD
LD
LD
LD
LD
LD
LD
LD
A,#1H
EA,#2H
A,#3H
23H,A
HL,#10H
HL,#20H
A,#3H
EA,#35
@HL,A
Since the 'redundancy effect' occurs with instructions like LD EA,#imm, if this
instruction is used consecutively, the second and additional instructions of the
same type will be treated like NOPs.
Load the data memory contents pointed to by 8-bit RRa register pairs (HL, WX,
WL) to the A register.
Load direct data memory contents to the A register.
Load 4-bit register Ra (E, L, H, X, W, Z, Y) to the A register.
Load 4-bit immediate data into the Ra register (E, L, H, X, W, Y, Z).
redundancy effect if the operation addresses the HL or EA registers.
Load contents of register A to direct data memory address.
Load contents of register A to 4-bit Ra register (E, L, H, X, W, Z, Y).
Operation Description and Guidelines
; A
; NOP
; NOP
; (23H)
; HL
; NOP
; A
; NOP
; (10H)
1H
3H
10H
1H
3H
 

Related parts for S3C72G9