- Start rosapps rearrange and cleanup process.
[reactos.git] / rosapps / devutils / cputointel / From / IA32 / IA32Brain.h
diff --git a/rosapps/devutils/cputointel/From/IA32/IA32Brain.h b/rosapps/devutils/cputointel/From/IA32/IA32Brain.h
deleted file mode 100644 (file)
index e141630..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-#include "../../misc.h"
-
-
-/* example how setup a opcode, this opcode is 16bit long (taken from M68K)
- * 0 and 1 mean normal bit, 2 mean mask bit the bit that are determent diffent
- * thing in the opcode, example which reg so on, it can be etither 0 or 1 in
- * the opcode. but a opcode have also normal bit that is always been set to
- * same. thuse bit are always 0 or 1
- */
-CPU_BYTE cpuIA32Init_Add[16] = {1,1,0,1,2,2,2,2,2,2,2,2,2,2,2,2};
-