Constant z80emu::opconsts::DJNZ_OPCODE

source ·
pub const DJNZ_OPCODE: u8 = 0x10;
Expand description

Decrement B and branch to a relative address unless B=0.