12 lines
265 B
C
12 lines
265 B
C
#ifndef DECOD_INSTRUCTION_h
|
|
#define DECOD_INSTRUCTION_H
|
|
|
|
void convertion(int* binraire, unsigned long int valeur);
|
|
|
|
unsigned long int transtypage(int tab_binaire[], int nb);
|
|
int decodeur_instruction( int tab[], unsigned long int memoire[], int* adresse);
|
|
|
|
|
|
|
|
|
|
#endif |