test: nasm-t -- Reverse the comparision order
[nasm.git] / travis / test / pinsr.json
blob0dba125d58b3a677474cd9480e4c15a0ce02a736
2         {
3                 "description": "Test pinsr instruction in 16 bit mode",
4                 "format": "bin",
5                 "source": "pinsr16.asm",
6                 "option": "-O0",
7                 "target": [
8                         { "output": "pinsr16.bin" }
9                 ]
10         },
11         {
12                 "description": "Test pinsr instruction in 32 bit mode",
13                 "format": "bin",
14                 "source": "pinsr32.asm",
15                 "option": "-O0",
16                 "target": [
17                         { "output": "pinsr32.bin" }
18                 ]
19         },
20         {
21                 "description": "Test pinsr instruction in 64 bit mode",
22                 "format": "bin",
23                 "source": "pinsr64.asm",
24                 "option": "-O0",
25                 "target": [
26                         { "output": "pinsr64.bin" }
27                 ]
28         }