-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
57 lines (29 loc) · 734 Bytes
/
Copy pathexample.json
File metadata and controls
57 lines (29 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"RISC" : false,
"endian" : "little",
"word_len" : 4,
"num_of_regs" : 4,
"ops" : {
"0" : "nop",
"16" : "ldimm32",
"17" : "stimm32",
"80" : "ldfast",
"32" : "stackadd",
"33" : "stacksub",
"36" : "stackand",
"37" : "stackor",
"38" : "stackxor",
"39" : "stackshl",
"40" : "stackshr",
"48" : "stackcmp",
"1" : "pushreg",
"2" : "popreg",
"3" : "pushimm32",
"64" : "jzimm32",
"65" : "jleimm32",
"66" : "jmpimm32",
"96" : "fail",
"97" : "success",
"98" : "nop"
}
}