#ifndef SMIPS_H_ #define SMIPS_H_ #include #include #include #include #include #include "input.h" // Contains functions for input and file processing. #include "instr.h" // Contains mips related instructions and bitmasks. // Definitions for printing multipliers (read print_wrapper). #define DST 1 #define STI 2 #define TSI 3 #define TI 4 #define SYSCALL 5 #endif