mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
18 lines
282 B
JSON
18 lines
282 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Test for 0x67 prefixes (-Ox)",
|
||
|
"id": "test67",
|
||
|
"format": "bin",
|
||
|
"source": "test67.asm",
|
||
|
"option": "-Ox",
|
||
|
"target": [
|
||
|
{ "output": "test67.bin" }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"description": "Test for 0x67 prefixes (-O0)",
|
||
|
"ref": "test67",
|
||
|
"option": "-O0"
|
||
|
}
|
||
|
]
|