asm_debug.h 353 B

12345678910111213141516171819
  1. /*
  2. * Andrea Di Biagio
  3. * Politecnico di Milano, 2007
  4. *
  5. * asm_debug.h
  6. * Formal Languages & Compilers Machine, 2007/2008
  7. *
  8. */
  9. #ifndef _ASM_DEBUG_H
  10. #define _ASM_DEBUG_H
  11. #include "asm_constants.h"
  12. extern char * dataType_toString(int dataType);
  13. extern char * dataFormat_toString(int dataFormat);
  14. extern char * opcode_toString(int opcode);
  15. #endif