SAE12_2021/CoreWar/core.h

7 lines
121 B
C

#ifndef MARS_H
#define MARS_H
int setupViruses(long memory[8000]);
void execInst(int address, long instruction);
#endif