Index: src/trusted/validator_x86/testdata/64/incno67.tf |
diff --git a/src/trusted/validator_x86/testdata/64/incno67.tf b/src/trusted/validator_x86/testdata/64/incno67.tf |
new file mode 100644 |
index 0000000000000000000000000000000000000000..26af2982c4a6d4e18a314144b6ae12315f092805 |
--- /dev/null |
+++ b/src/trusted/validator_x86/testdata/64/incno67.tf |
@@ -0,0 +1,7 @@ |
+BITS: 64 |
+OUTCOME: valid |
+ |
+# Show that we do accept the case of rip relative addressing, if 64 bit address. |
+asm: incl 0x3976a4(%rip) # 0x3976aa |
+hex: ff 05 a4 76 39 00 |
+ |