mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-07 17:46:58 +08:00
13 lines
185 B
JSON
13 lines
185 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Test MPX instruction in 32 bit mode",
|
||
|
"id": "mpx",
|
||
|
"format": "elf",
|
||
|
"source": "mpx.asm",
|
||
|
"option": "-O0",
|
||
|
"target": [
|
||
|
{ "output": "mpx.o" }
|
||
|
]
|
||
|
}
|
||
|
]
|