OLD | NEW |
| (Empty) |
1 @hex: | |
2 # lds (%eax),%eax | |
3 C5 00 | |
4 # les (%eax),%eax | |
5 C4 00 | |
6 # lfs (%eax),%eax | |
7 0F B4 00 | |
8 # lgs (%eax),%eax | |
9 0F B5 00 | |
10 # lss (%eax),%eax | |
11 0F B2 00 | |
12 # lfs (%eax),%ebx | |
13 0F B4 18 | |
14 # lgs (%eax),%ebx | |
15 0F B5 18 | |
16 # lss (%eax),%ebx | |
17 0F B2 18 | |
18 @nval: | |
19 VALIDATOR: 0: Illegal instruction | |
20 VALIDATOR: 2: Illegal instruction | |
21 VALIDATOR: 4: Illegal instruction | |
22 VALIDATOR: 7: Illegal instruction | |
23 VALIDATOR: a: Illegal instruction | |
24 VALIDATOR: d: Illegal instruction | |
25 VALIDATOR: 10: Illegal instruction | |
26 VALIDATOR: 13: Illegal instruction | |
27 *** <input> IS UNSAFE *** | |
28 @rdfa_output: | |
29 0: [0] unrecognized instruction | |
30 2: [1] unrecognized instruction | |
31 4: [2] unrecognized instruction | |
32 7: [3] unrecognized instruction | |
33 a: [4] unrecognized instruction | |
34 d: [5] unrecognized instruction | |
35 10: [6] unrecognized instruction | |
36 13: [7] unrecognized instruction | |
37 return code: 1 | |
OLD | NEW |