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

12 lines
165 B
JSON

[
{
"description": "Test popcnt instruction",
"id": "popcnt",
"format": "bin",
"source": "popcnt.asm",
"target": [
{ "output": "popcnt.bin" }
]
}
]