mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
Print a warning if one tries to assemble an obsolete instruction, unless there is an exact match for the CPU directive. For example: CPU 386 POP CS ; Warning - obsolete instruction CPU 8086 POP CS ; No warning Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
13 lines
197 B
JSON
13 lines
197 B
JSON
[
|
|
{
|
|
"description": "Test push segment",
|
|
"id": "pushseg",
|
|
"format": "bin",
|
|
"source": "pushseg.asm",
|
|
"target": [
|
|
{ "output": "pushseg.bin" },
|
|
{ "stderr": "pushseg.stderr" }
|
|
]
|
|
}
|
|
]
|