nasm/travis/test/movd.json
Cyrill Gorcunov 2786f85aed test: nasm-t -- Add movd test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:45 +03:00

12 lines
176 B
JSON

[
{
"description": "Test movd instruction",
"id": "movd",
"format": "bin",
"source": "movd.asm",
"option": "-Ox",
"target": [
{ "output": "movd.bin" }
]
}
]