]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* tic80-opc.c (tic80_predefined_symbols): Table of name/value
authorFred Fish <fnf@specifix.com>
Thu, 30 Jan 1997 21:16:46 +0000 (21:16 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 30 Jan 1997 21:16:46 +0000 (21:16 +0000)
commit6cb5b585c554607e8425dff6f70686f69d08a837
treebfb3d2815348b6264ccbb46e75032ce9e60d4f4b
parentc2717a801fc15ec6c37b68fb84b7091c4f747be6
* tic80-opc.c (tic80_predefined_symbols): Table of name/value
pairs for all predefined symbols recognized by the assembler.
Also used by the disassembling routines.
(tic80_symbol_to_value): New function.
(tic80_value_to_symbol): New function.
* tic80-dis.c (print_operand_control_register,
  print_operand_condition_code, print_operand_bitnum):
Remove private tables and use tic80_value_to_symbol function.
opcodes/ChangeLog
opcodes/tic80-dis.c
opcodes/tic80-opc.c