test: nasm-t -- Reverse the comparision order
[nasm.git] / travis / test / xchg.json
blob5bf822c7ccdb5e767b4a9a097d6011dcf30062b3
2         {
3                 "description": "Check xchg instruction (-Ox)",
4                 "id": "xchg",
5                 "format": "bin",
6                 "source": "xchg.asm",
7                 "option": "-Ox",
8                 "target": [
9                         { "output": "xchg.bin" }
10                 ]
11         },
12         {
13                 "description": "Check xchg instruction (-O0)",
14                 "ref": "xchg",
15                 "option": "-O0",
16                 "update": false
17         }