nasm/travis/test/imm.json
Cyrill Gorcunov 4431776fc0 travis: add imm
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-10-15 22:12:02 +03:00

13 lines
167 B
JSON

[
{
"description": "Test immediates",
"id": "imm",
"format": "elf64",
"source": "imm.asm",
"option": "-Ox",
"target": [
{ "output": "imm.o" }
]
}
]