* tic80-dis.c (print_insn_tic80): Broke excessively long
authorFred Fish <fnf@specifix.com>
Sun, 19 Jan 1997 18:33:10 +0000 (18:33 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 19 Jan 1997 18:33:10 +0000 (18:33 +0000)
commit8fdffbc4b33c081fad2b32f831812a4955b5a9fe
treedbf30f7c1ae45f6e3ea6cbf4ae12ed79b47fc827
parent15cb042bc12338f7889e25fc541879b754457288
    * tic80-dis.c (print_insn_tic80): Broke excessively long
        function up into several smaller ones and arranged for
        the instruction printing function to be callable recursively
        to print vector instructions that have both a load and a
        math instruction packed into a single opcode.
        * tic80-opc.c (tic80_opcodes): Expand comment for vld opcode
        to explain why it comes after the other vector opcodes.
opcodes/ChangeLog
opcodes/tic80-dis.c
opcodes/tic80-opc.c