from gbso.insn import * from gbso.regs import * def n8(): for i in range(0xFF + 1): yield i def n16(): for i in range(0xFFFF + 1): yield i