7 lines
320 B
C
7 lines
320 B
C
#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 |