Lines Matching +full:0 +full:x9e
11 printf " 0x%02X" (Char.code ch)
30 …\x84\x85\x86\x87\x8a\x8b\x8c\x94\x95\xa7\x10\xaf\x10\x9e\x60\x7f\x9e\x6b\x7f\x00\x9e\xd6\x10\x00\x…
36 let _HCS08_CODE = "\x32\x10\x00\x9e\xae\x9e\xce\x7f\x9e\xbe\x10\x00\x9e\xfe\x7f\x3e\x10\x00\x9e\xf3…
39 value land mask != 0
57 if inc_dec > 0 then
69 if (((i == 0) && (bit_set flags _M680X_FIRST_OP_IN_MNEM)) ||
77 printf "\t\toperands[%d].type: DIRECT = 0x%02X\n" i direct_addr;
82 printf " = 0x%04X\n" ext.addr_ext;
85 printf "\t\toperands[%d].type: RELATIVE = 0x%04X\n" i rel.addr_rel;
95 if idx.offset_bits != 0 && idx.offset_reg == 0 && idx.inc_dec == 0 then begin
98 printf "\t\t\toffset address: 0x%X\n" idx.offset_addr;
101 if idx.inc_dec != 0 then
108 if op.size != 0 then
119 if (Array.length m680x.operands) > 0 then (
131 printf "0x%04X:\t" insn.address;
135 if (Array.length insn.regs_read) > 0 then begin
140 if (Array.length insn.regs_write) > 0 then begin
145 if (Array.length insn.groups) > 0 then
155 let insns = cs_disasm handle code 0x1000L 0L in
162 | 0 -> ();