]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/ng_assembly/emulator/translation/translation_base.ma
freescale porting
[helm.git] / helm / software / matita / contribs / ng_assembly / emulator / translation / translation_base.ma
index 2df75d816a78b203a426097761a38b4453453a1b..8548eb5831e4f44ff494170bdf5ebccf2a6ebe91 100755 (executable)
@@ -26,6 +26,7 @@ include "emulator/opcodes/HC05_table.ma".
 include "emulator/opcodes/HC08_table.ma".
 include "emulator/opcodes/HCS08_table.ma".
 include "emulator/opcodes/RS08_table.ma".
+include "emulator/opcodes/IP2022_table.ma".
 
 (* ***************************** *)
 (* TRADUZIONE ESADECIMALE → INFO *)
@@ -41,6 +42,7 @@ ndefinition opcode_table ≝
   | HC08  ⇒ opcode_table_HC08
   | HCS08 ⇒ opcode_table_HCS08
   | RS08  ⇒ opcode_table_RS08
+  | IP2022 ⇒ opcode_table_IP2022
  ].
 
 (* traduzione mcu+esadecimale → info *)