| OLD | NEW |
| (Empty) |
| 1 @hex: | |
| 2 # test 14: ldmxcsr, stmxcsr | |
| 3 0f ae 10 | |
| 4 0f ae 18 | |
| 5 f4 | |
| 6 @nval: | |
| 7 *** <input> is safe *** | |
| 8 @nvals: | |
| 9 *** <input> is safe *** | |
| 10 | |
| 11 Opcode Histogram; | |
| 12 2 0x0f 1 0xf4 | |
| 13 Analysis Summary: | |
| 14 3 Checked instructions | |
| 15 0 checked jump targets | |
| 16 0 calls/jumps need dynamic checking (0.00%) | |
| 17 | |
| 18 Problems: | |
| 19 0 illegal instructions | |
| 20 0 bad jump targets | |
| 21 0 illegal unprotected indirect jumps (including ret) | |
| 22 0 instruction alignment defects | |
| 23 0 segmentation errors | |
| 24 0 bad prefix | |
| 25 0 bad instruction length | |
| 26 0 internal errors | |
| 27 @dis: | |
| 28 00000000: 0f ae 10 ldmxcsr %ds:[%eax] | |
| 29 00000003: 0f ae 18 stmxcsr %ds:[%eax] | |
| 30 00000006: f4 hlt | |
| 31 @vdis: | |
| 32 0: 0f ae 10 ldmxcsr [%eax] | |
| 33 3: 0f ae 18 stmxcsr [%eax] | |
| 34 6: f4 hlt | |
| 35 @rdfa_output: | |
| 36 return code: 0 | |
| OLD | NEW |