align comments
This commit is contained in:
@@ -10,7 +10,7 @@ _start: ;tell linker entry point
|
||||
inc ebx ;file descriptor (stdout)
|
||||
int 0x80 ;call kernel
|
||||
|
||||
xor eax, eax
|
||||
xor eax, eax ;set eax=0
|
||||
inc eax ;system call number (sys_exit)
|
||||
int 0x80 ;call kernel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user