mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-24 19:00:23 +08:00
fix comment in test/lnxhello.asm
This commit is contained in:
parent
7fd4f00930
commit
16486faf30
@ -2,7 +2,8 @@
|
||||
; Assembly "Hello, World!" for Linux
|
||||
;
|
||||
|
||||
/* Properly defined in <sys/syscall.h> */
|
||||
|
||||
; Properly defined in <sys/syscall.h>
|
||||
%define SYS_exit 1
|
||||
%define SYS_write 4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user