changements mineurs
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#include<stdlib.h>
|
||||
#include<stdio.h>
|
||||
#include<string.h>
|
||||
|
||||
void ouvrir_fichier(char* path){
|
||||
|
||||
}
|
@@ -1,5 +0,0 @@
|
||||
#ifndef MARS_READER_H
|
||||
|
||||
#define MARS_READER_H
|
||||
|
||||
#endif
|
@@ -21,6 +21,6 @@ union mars_instruction {
|
||||
|
||||
/* Listes des opérations possibles */
|
||||
|
||||
enum liste_operations {DAT,MOV, ADD, SUB, JMP, JMZ, JMG, DJZ, CMP};
|
||||
enum liste_operations {DAT, MOV, ADD, SUB, JMP, JMZ, JMG, DJZ, CMP};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user