Operations:

Format

Syntax:

Operation:

Operands:

Architecture revision

Opcode

1

bld Rd, bp

C = Rd[bp5];
Z = Rd[bp5];
d ∈{0, 1, …, 15}
bp ∈ {0, 1, …, 31}

Rev1+

111011011011

Rd

00000000000

bp5

12

4

11

5

Description

Copy an arbitrary bit in a register to C and Z.

Status Flags

Q:

Not affected.

V:

Not affected.

N:

Not affected.

Z:

Z = Rd[bp5]

C:

C = Rd[bp5]