diff options
author | biouman <> | 2001-04-15 02:12:11 +0000 |
---|---|---|
committer | biouman <> | 2001-04-15 02:12:11 +0000 |
commit | 62480cd55b67e10128b9a49821d94c3c5117830f (patch) | |
tree | 6139c8a867012d60f766d38085455f2cb1c156ad /include/interne.h | |
parent | 0aca28afe35e25329bd8d680b532ccf78d4e4557 (diff) |
mergeage de la branche simulateur avec la branche asm
Diffstat (limited to 'include/interne.h')
-rw-r--r-- | include/interne.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/interne.h b/include/interne.h new file mode 100644 index 0000000..2dac208 --- /dev/null +++ b/include/interne.h @@ -0,0 +1,17 @@ +#ifndef __INTERNE_H__ +#define __INTERNE_H__ +#include "archi.h" +#define VAL_MAX 4294967295 +void Reset(Uint32 * i); +void Set(Uint32 * i); +void ResetBit(Uint32 * i, int position); +void SetBit(Uint32 * i, int position); +int ValeurBit(Uint32 nombre, int position); +void Uint32toBin(Uint32 i); +Uint32 champ(Uint32 nombre, int taille); +Uint32 Opcode(Uint32 ins); +Uint32 Extension(Uint32 ins); +Uint32 Champ1(Uint32 ins); +Uint32 Champ2(Uint32 ins); +Uint32 Champ3(Uint32 ins); +#endif
\ No newline at end of file |