adding winetest from the vendor drop for usp10.dll
[reactos.git] / rosapps / devutils / cputointel / From / ARM / ARMBrain.h
1
2 #include "../../misc.h"
3
4
5 /* example how setup a opcode, this opcode is 16bit long (taken from M68K)
6 * 0 and 1 mean normal bit, 2 mean mask bit the bit that are determent diffent
7 * thing in the opcode, example which reg so on, it can be etither 0 or 1 in
8 * the opcode. but a opcode have also normal bit that is always been set to
9 * same. thuse bit are always 0 or 1
10 */
11 CPU_BYTE cpuARMInit_[32] = {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2};
12