]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* tic80-dis.c (R_SCALED): Add macro to test for ":s" modifier bit.
authorFred Fish <fnf@specifix.com>
Mon, 6 Jan 1997 18:04:38 +0000 (18:04 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 6 Jan 1997 18:04:38 +0000 (18:04 +0000)
commit50965d0ec249dafaae421ee3796f353209acd701
tree69ce095429061269322cd999393fc0efd40ee80f
parent547435564c6b143e31dd977b59e1d1cf64f03265
* tic80-dis.c (R_SCALED): Add macro to test for ":s" modifier bit.
(print_insn_tic80): If R_SCALED then print ":s" modifier for operand.
* tic80-opc.c (REG0, REG22, REG27, SSOFF, LSOFF): Names
changed to REG_0, REG_22, REG_DEST, OFF_SS, OFF_SL respectively.
(SICR, LICR, REGM_SI, REGM_LI): Names changed to CR_SI, CR_LI,
REG_BASE_M_SI, REG_BASE_M_LI respectively.
(REG_SCALED, LSI_SCALED): New operand types.
(E): New macro for 'E' bit at bit 27.
(tic80_opcodes): Add and test dld, dld.u, dst, estop, and etrap
opcodes, including the various size flavors (b,h,w,d) for
the direct load and store instructions.
opcodes/ChangeLog
opcodes/tic80-dis.c
opcodes/tic80-opc.c