| OLD | NEW |
| (Empty) |
| 1 @hex: | |
| 2 # Doesn't disassemble correctly | |
| 3 # 16-bit instructions | |
| 4 # mov %ax, (%bx) | |
| 5 67 66 89 07 | |
| 6 # mov %ax, (%bp) | |
| 7 67 66 89 46 00 | |
| 8 @nval: | |
| 9 VALIDATOR: 0: Bad prefix usage | |
| 10 VALIDATOR: 4: Bad prefix usage | |
| 11 *** <input> IS UNSAFE *** | |
| 12 @dis: | |
| 13 00000000: 67 66 89 07 mov *NaClIllegal*, %ax | |
| 14 00000004: 67 66 89 46 00 mov *NaClIllegal*, %ax | |
| 15 @vdis: | |
| 16 0: 67 66 89 07 mov *NaClIllegal*, %eax | |
| 17 4: 67 66 89 46 00 mov *NaClIllegal*, %eax | |
| 18 @rdfa_output: | |
| 19 0: [0] unrecognized instruction | |
| 20 4: [1] unrecognized instruction | |
| 21 return code: 1 | |
| OLD | NEW |