0
0
forked from aniani/nasm
Files
nasm/travis/test/sreg.json
Cyrill Gorcunov 40650a357a travis: add sreg
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-08-25 18:08:33 +03:00

13 lines
192 B
JSON

[
{
"description": "Test segment registers in 64 bit mode",
"id": "sreg",
"format": "bin",
"source": "sreg.asm",
"option": "-Ox",
"target": [
{ "output": "sreg.bin" }
]
}
]