Files
CoreWar/mars_execution.h

7 lines
320 B
C
Raw Normal View History

2021-12-17 23:06:57 +01:00
#ifndef MARS_EXECUTION_H
#define MARS_EXECUTION_H
#include"options.h"
int calculer_position(int posActuelle, short int modeAddr, short int valeur, struct adresse memoire[TAILLE_MEM]);
void execute_instruction(union mars_instruction instruction, int player, struct adresse memoire[TAILLE_MEM], int positions[2]);
#endif