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

12 lines
161 B
JSON

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