- Italian translation by Daniele Forsi (dforsi at gmail dot com)
[reactos.git] / rosapps / devutils / cputointel / From / IA32 / IA32Brain.h
1
2
3 #include "../../misc.h"
4
5
6 /* example how setup a opcode, this opcode is 16bit long (taken from M68K)
7 * 0 and 1 mean normal bit, 2 mean mask bit the bit that are determent diffent
8 * thing in the opcode, example which reg so on, it can be etither 0 or 1 in
9 * the opcode. but a opcode have also normal bit that is always been set to
10 * same. thuse bit are always 0 or 1
11 */
12 CPU_BYTE cpuIA32Init_Add[16] = {1,1,0,1,2,2,2,2,2,2,2,2,2,2,2,2};
13