pub fn sb<A: CheckRegId, B: CheckRegId>(
addr: A,
value: B,
offset: u16,
) -> Instruction
Expand description
Write the least significant byte of a register to memory.
pub fn sb<A: CheckRegId, B: CheckRegId>(
addr: A,
value: B,
offset: u16,
) -> Instruction
Write the least significant byte of a register to memory.