HomeSort by relevance Sort by last modified time
    Searched refs:M6811_OP_DIRECT (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
m68hc11.h 329 #define M6811_OP_DIRECT 0x0001 /* Page 0 addressing: *<val-8bits> */
  /toolchain/binutils/binutils-2.25/opcodes/
m68hc11-dis.c 559 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
596 else if (format & M6811_OP_DIRECT)
602 format &= ~M6811_OP_DIRECT;
m68hc11-opc.c 87 #define OP_DIRECT M6811_OP_DIRECT
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68hc11.c 911 if (format & M6811_OP_DIRECT)
1140 *<exp> M6811_OP_DIRECT - O_*
1171 if (*p == '*' && (opmode & (M6811_OP_DIRECT | M6811_OP_IND16)))
1173 mode = M6811_OP_DIRECT;
    [all...]

Completed in 814 milliseconds