MipsSettings.java 328 B

12345678910111213141516
  1. /*
  2. * To change this license header, choose License Headers in Project Properties.
  3. * To change this template file, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. package tools.mips;
  7. import common.Instruction;
  8. /**
  9. *
  10. * @author EUGENIO CARVALHO
  11. */
  12. public class MipsSettings extends Instruction {
  13. }