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