• Home
  • Raw
  • Download

Lines Matching +full:0 +full:x10

11 	printf " 0x%02X" (Char.code ch)
27 let _M6800_CODE = "\x01\x09\x36\x64\x7f\x74\x10\x00\x90\x10\xA4\x10\xb6\x10\x00\x39";;
28 let _M6801_CODE = "\x04\x05\x3c\x3d\x38\x93\x10\xec\x10\xed\x10\x39";;
29 …00\x17\x22\x28\x00\x2e\x00\x40\x42\x5a\x70\x8e\x97\x9c\xa0\x15\xad\x00\xc3\x10\x00\xda\x12\x34\xe5…
30 …45\x10\x00\x4b\x00\x51\x10\x52\x5e\x22\x62\x65\x12\x34\x72\x84\x85\x86\x87\x8a\x8b\x8c\x94\x95\xa7…
31 let _HD6301_CODE = "\x6b\x10\x00\x71\x10\x00\x72\x10\x10\x39";;
32x10\x19\x1a\x55\x1e\x01\x23\xe9\x31\x06\x34\x55\xa6\x81\xa7\x89\x7f\xff\xa6\x9d\x10\x00\xa7\x91\xa…
33x10\x10\x62\x10\x10\x7b\x10\x10\x00\xcd\x49\x96\x02\xd2\x10\x30\x23\x10\x38\x10\x3b\x10\x53\x10\x5…
34x10\x00\x13\x99\x08\x00\x14\x7f\x02\x15\x7f\x01\x1e\x7f\x20\x00\x8f\xcf\x18\x08\x18\x30\x18\x3c\x1…
35x10\x00\x80\x00\x3b\x4a\x10\x00\x04\x4b\x01\x04\x4f\x7f\x80\x00\x8f\x10\x00\xb7\x52\xb7\xb1\xa6\x6…
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 -> ();