Syntax
ldb $d_reg, address
Description
Load Byte loads the least significant byte of the destination register with the contents of the byte specified by the effective address. Because the loaded byte is a signed value, its sign bit is replicated to fill the other bytes in the destination register.
Note The assembler destroys the contents of temporary registers $at and $t9 for this instruction.