English
Language : 

W921E400A Datasheet, PDF (43/53 Pages) Winbond – 4-BIT MICROCONTROLLER
W921E400A/W921C400
9.2.1 Direct Addressing Mode: (2 words/2 cycles)
ROM CODE b9 b8 b7 b6 b5 b4 b3 b2 b1 b0
b9 b8 b7 b6 b5 b4 b3 b2 b1 b0
decoder code
RAM ADDRESS
b9 b8 b7 b6 b5 b4 b3 b2 b1 b0
Instruction: MOV A, Mx; MOV B, Mx; MOV Mx, A; MOV Mx, B; ..., etc.
9.2.2 Indirect Addressing Mode: (1 word / 1 cycle)
W
V
Register Register
0 b0 b3 b2 b1 b0
U
Register
b3 b2 b1 b0
RAM ADDRESS 0 b8 b7 b6 b5 b4 b3 b2 b1 b0
Instruction: MOV A, @M; MOV B, @M; MOV @M, A; ..., etc.
9.2.3 Working Register Addressing Mode: (1 word / 1 cycle)
ROM CODE
b9 b8 b7 b6 b5 b4 b3 b2 b1 b0
decoder code
RAM ADDRESS
0 0 0 1 0 0 m3 m2 m1 m0
Instruction: MOV A, WRn; MOV WRn, A; ..., etc.
9.3 Look-up Table Addressing Mode (1 word/2 cycles)
There is one special function look-up table addressing mode in this chip, the instruction is TBL I and
the function is shown in the following table.
- 43 -
Publication Release Date: July 1999
Revision A3