Chromium Code Reviews| Index: src/trusted/validator_x86/testdata/64/stosdno67.tf |
| diff --git a/src/trusted/validator_x86/testdata/64/stosdno67.tf b/src/trusted/validator_x86/testdata/64/stosdno67.tf |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c237005e4da899d4ed0d86cbc23d7d5c27d6b46b |
| --- /dev/null |
| +++ b/src/trusted/validator_x86/testdata/64/stosdno67.tf |
| @@ -0,0 +1,8 @@ |
| +BITS: 64 |
| +OUTCOME: invalid |
| + |
| +# Example of a 64-bit segment address assignment. |
| +asm: stos %eax,%es:(%rdi) |
| +hex: ab |
| +nc_out: ERROR: Segment memory reference not allowed |
| + |