Encoding:

RR

11101

rx

ZEB

000

CNVT

10001

5

3

3

5

Format:

ZEB rx

MIPS16e

Zero-Extend Byte

Purpose:

Zero-Extend Byte

Zero-extend least significant byte in r gister rx.

Description:

GPR[rx] = zero_extend(GPR[rx]7..0);

The least significant byte of GPrx is zero-extended and the value written back to rx.

Restrictions:

None

Operation:

temp = GPR[Xlat(rx)]
GPR[Xlat(rx)] = 0 || temp7..0

Exceptions:

None

Programming Notes:

None