nasm/travis/test/movd.json

13 lines
176 B
JSON
Raw Normal View History

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