pub fn lb<A: CheckRegId, B: CheckRegId>(
dst: A,
addr: B,
offset: u16,
) -> Instruction
Expand description
A byte is loaded from the specified address offset by an immediate value.
pub fn lb<A: CheckRegId, B: CheckRegId>(
dst: A,
addr: B,
offset: u16,
) -> Instruction
A byte is loaded from the specified address offset by an immediate value.