fetch.h 250 B

1234567891011121314
  1. /*
  2. * Giovanni Agosta, Andrea Di Biagio
  3. * Politecnico di Milano, 2007
  4. *
  5. * fetch.h
  6. * Formal Languages & Compilers Machine, 2007/2008
  7. *
  8. */
  9. #ifndef _FETCH_H
  10. #define _FETCH_H
  11. int fetch_execute(unsigned int *code, int pc);
  12. #endif /* _FETCH_H */