align comments

This commit is contained in:
Shark64
2015-10-19 18:14:30 +02:00
parent 868c8f7fe3
commit d5993eefce

View File

@@ -10,7 +10,6 @@ _start: ;tell linker entry point
mov al,1 ;system call number (sys_write)
syscall ;call kernel
; xor eax, eax
mov al,60 ;system call number (sys_exit)
syscall ;call kernel