mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
test: Add BR3392661
Suggested-by: <mae.bdf@outlook.com> Link: https://bugzilla.nasm.us/show_bug.cgi?id=3392661 Signed-off-by: Chang S. Bae <chang.seok.bae@intel.com>
This commit is contained in:
parent
74b2731f2c
commit
ee8edad40b
1 changed files with 8 additions and 0 deletions
8
test/br3392661.asm
Normal file
8
test/br3392661.asm
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
section .text
|
||||
|
||||
global _start
|
||||
|
||||
_start:
|
||||
mov rdi, 0 ; Exit status
|
||||
mov rax, 60 ; Exit syscall number
|
||||
syscall
|
||||
Loading…
Add table
Add a link
Reference in a new issue