Ldb Load Bit - Samsung S3C8275X User Manual

8-bit cmos microcontrollers
Table of Contents

Advertisement

S3C8275X/F8275X/C8278X/F8278X/C8274X/F8274X
LDB
— Load Bit
LDB
dst,src.b
LDB
dst.b,src
dst(0) ← src(b)
Operation:
dst(b) ← src(0)
The specified bit of the source is loaded into bit zero (LSB) of the destination, or bit zero of the
source is loaded into the specified bit of the destination. No other bits of the destination are
affected. The source is unaffected.
Flags:
No flags are affected.
Format:
opc
opc
NOTE: In the second byte of the instruction formats, the destination (or source) address is four bits, the bit
Examples:
Given: R0 = 06H and general register 00H = 05H:
LDB
LDB
In the first example, destination working register R0 contains the value 06H and the source
general register 00H the value 05H. The statement "LD R0,00H.2" loads the bit two value of the
00H register into bit zero of the R0 register, leaving the value 07H in register R0.
In the second example, 00H is the destination register. The statement "LD 00H.0,R0" loads bit
zero of register R0 to the specified bit (bit zero) of the destination register, leaving 04H in general
register 00H.
or
src
dst | b | 0
dst
src | b | 1
address 'b' is three bits, and the LSB address value is one bit in length.
R0,00H.2
00H.0,R0
Bytes
3
3
R0 = 07H, register 00H = 05H
R0 = 06H, register 00H = 04H
INSTRUCTION SET
Cycles
Opcode
(Hex)
6
47
6
47
Addr Mode
dst
src
r0
Rb
Rb
r0
6-51

Advertisement

Table of Contents
loading

This manual is also suitable for:

F8275xF8274xC8278xC8274xF8278x

Table of Contents