mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
12 lines
181 B
JSON
12 lines
181 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Assembly 'Hello, World! for Linux",
|
||
|
"id": "lnxhello",
|
||
|
"format": "elf32",
|
||
|
"source": "lnxhello.asm",
|
||
|
"target": [
|
||
|
{ "output": "lnxhello.o" }
|
||
|
]
|
||
|
}
|
||
|
]
|