OLD | NEW |
| (Empty) |
1 @hex: | |
2 # Sample of using a 16-bit indirect jump. | |
3 # Note: x86-64 instructions don't define a 32-bit case, and | |
4 # so it is not tested here. 64-bit cases alreay are tested elsewhere! | |
5 # 0000000000000000: 66 ff e0 jmp %ax | |
6 66 ff e0 | |
7 @rval: | |
8 VALIDATOR: 0000000000000000: 66 ff e0 jmp
%ax | |
9 VALIDATOR: ERROR: Invalid indirect jump | |
10 VALIDATOR: Checking jump targets: 0 to 3 | |
11 VALIDATOR: Checking that basic blocks are aligned | |
12 *** <input> IS UNSAFE *** | |
13 @dis: | |
14 0000000000000000: 66 ff e0 jmp %ax | |
15 @rdfa_output: | |
16 0: [0] unrecognized instruction | |
17 return code: 1 | |
OLD | NEW |