SAE12_2021/decod_instruction.h

12 lines
265 B
C
Raw Normal View History

2021-12-17 17:59:37 +01:00
#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