Index: src/trusted/validator_x86/testdata/32/ncdis_examples1.input |
diff --git a/src/trusted/validator_x86/testdata/32/ncdis_examples1.input b/src/trusted/validator_x86/testdata/32/ncdis_examples1.input |
deleted file mode 100644 |
index 335405ee6f5b3798db9b569f9ebb9724e8676ccb..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/testdata/32/ncdis_examples1.input |
+++ /dev/null |
@@ -1,56 +0,0 @@ |
-# This is a simple test file to see if we have things working. |
-# When run in self documenting mode and command free lines, |
-# are echoed to the output. |
-# |
-# Lines with command line options (up to and including the pound sign) are |
-# also copied to output. Application (ncdis) is then run on those options, |
-# generating corresponding output. It is assume that the text after the |
-# pound sign is the output generated by ncdis. Hence, this file is self |
-# documenting in the sense that the input matches the output. |
-# |
-# Note: Useful command line options are: |
-# -i=XXXXXXXX |
-# Specifies a (even length) hexidecimal value defined the sequence |
-# of bytess that defines the instruction to translate. |
-# |
-# --pc=XXXXXXXX |
-# Specifies the value of the program counter, when it is pointing |
-# to the instruction to be decoded. In not specified, the program |
-# counter is assumed to be zero. |
-# |
-# Note: This file tests x86-32 instructions when -use_iter is specified. |
- |
--i=0000 #00000000: 00 00 add %ds:[%eax], %al |
--i=00c0 #00000000: 00 c0 add %al, %al |
--i=01c0 #00000000: 01 c0 add %eax, %eax |
--i=0318 #00000000: 03 18 add %ebx, %ds:[%eax] |
--i=031d20000000 #00000000: 03 1d 20 00 00 00 add %ebx, 0x20 |
--i=020400 #00000000: 02 04 00 add %al, %ds:[%eax+%eax*1] |
--i=d50a #00000000: d5 0a aad 0xa |
--i=90 #00000000: 90 nop |
--i=6690 #00000000: 66 90 nop |
--i=8d7600 #00000000: 8d 76 00 lea %esi, %ds:[%esi] |
--i=8d742600 #00000000: 8d 74 26 00 lea %esi, %ds:[%esi+%esp*1] |
--i=8db600000000 #00000000: 8d b6 00 00 00 00 lea %esi, %ds:[%esi] |
--i=8db42600000000 #00000000: 8d b4 26 00 00 00 00 lea %esi, %ds:[%esi+%esp*1] |
--i=89f6 #00000000: 89 f6 mov %esi, %esi |
--i=8dbc2700000000 #00000000: 8d bc 27 00 00 00 00 lea %edi, %ds:[%edi+%esp*1] |
--i=0f1f00 #00000000: 0f 1f 00 nop |
--i=0f1f4000 #00000000: 0f 1f 40 00 nop |
--i=0f1f440000 #00000000: 0f 1f 44 00 00 nop |
--i=660f1f440000 #00000000: 66 0f 1f 44 00 00 nop |
--i=0f1f8000000000 #00000000: 0f 1f 80 00 00 00 00 nop |
--i=0f1f840000000000 #00000000: 0f 1f 84 00 00 00 00 00 nop |
--i=660f1f840000000000 #00000000: 66 0f 1f 84 00 00 00 00 00 nop |
--i=662e0f1f840000000000 #00000000: 66 2e 0f 1f 84 00 00 00 00 00 nop |
--i=66662e0f1f840000000000 #00000000: 66 66 2e 0f 1f 84 00 00 00 00 00 nop |
--i=6666662e0f1f840000000000 #00000000: 66 66 66 2e 0f 1f 84 00 00 00 00 00 nop |
--i=666666662e0f1f840000000000 #00000000: 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 nop |
--i=66666666662e0f1f840000000000 #00000000: 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 nop |
--i=6666666666662e0f1f840000000000 #00000000: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 nop |
--i=e300 #00000000: e3 00 jecxz 0x2 |
--i=67e300 #00000000: 67 e3 00 jcxz 0x3 |
--i=0f16d1 #00000000: 0f 16 d1 movlhps %xmm2, %xmm1 |
--i=0f16a500000000 #00000000: 0f 16 a5 00 00 00 00 movhps %xmm4, %ss:[%ebp] |
--i=0facc110 #00000000: 0f ac c1 10 shrd %ecx, %eax, 0x10 |
--i=0fad45bc #00000000: 0f ad 45 bc shrd %ss:[%ebp-0x44], %eax, %cl |