mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
18 lines
278 B
JSON
18 lines
278 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Check byte operations (-Ox)",
|
||
|
"id": "andbyte",
|
||
|
"format": "bin",
|
||
|
"source": "andbyte.asm",
|
||
|
"option": "-Ox",
|
||
|
"target": [
|
||
|
{ "output": "andbyte.bin" }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"description": "Check byte operations",
|
||
|
"ref": "andbyte",
|
||
|
"update": false
|
||
|
}
|
||
|
]
|