mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-21 09:19:31 +08:00
2e1bf723a9
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
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
|
|
}
|
|
]
|