mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
19 lines
317 B
JSON
19 lines
317 B
JSON
[
|
|
{
|
|
"description": "Check a16/a32 address prefix (-Ox)",
|
|
"id": "a32offs",
|
|
"format": "bin",
|
|
"source": "a32offs.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "a32offs.bin" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Check a16/a32 address prefix (-O0)",
|
|
"ref": "a32offs",
|
|
"option": "-O0",
|
|
"update": false
|
|
}
|
|
]
|