SAE12_2021/core.h

7 lines
121 B
C
Raw Permalink Normal View History

2021-12-17 15:16:52 +01:00
#ifndef MARS_H
#define MARS_H
int setupViruses(long memory[8000]);
void execInst(int address, long instruction);
#endif