* tic80-dis.c (M_SI, M_LI): Add macros to test for ":m" modifier bit
authorFred Fish <fnf@specifix.com>
Sun, 5 Jan 1997 19:29:42 +0000 (19:29 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 5 Jan 1997 19:29:42 +0000 (19:29 +0000)
commit937fe722327e674b973b90e37bc4b03a99597805
treea5dfc0cf7000ffb37e0ec0644f1dfbc101ab056c
parentad429fdd7f4a9a38c06ebb4c0c9f297395518ce3
* tic80-dis.c (M_SI, M_LI): Add macros to test for ":m" modifier bit
  in an instruction.
* tic80-dis.c (print_insn_tic80): Change comma and paren handling.
   Use M_SI and M_LI macros to check for ":m" modifier for GPR operands.
* tic80-opc.c (tic80_operands): Add REGM_SI and REGM_LI operands.
(F, M_REG, M_LI, M_SI, SZ_REG, SZ_LI, SZ_SI, D, S): New bit-twiddlers.
(MASK_LI_M, MASK_SI_M, MASK_REG_M): Remove and replace in opcode
masks with "MASK_* & ~M_*" to get the M bit reset.
(tic80_opcodes): Add bsr, bsr.a, cmnd, cmp, dcachec, and dcachef.
opcodes/ChangeLog
opcodes/tic80-dis.c
opcodes/tic80-opc.c