Séparations des instructions
This commit is contained in:
7
mars_execution.h
Normal file
7
mars_execution.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#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
|
Reference in New Issue
Block a user