Share
Comment
2 people reacted to this. Views 5
Not software engineer but its loading into registers the arguments used by syscalls. The syscall num which is in eax is refining print(?:thinking:) & ebx is file descriptor stdout 1, ecx msg bug address & edx length. Int calls syscall. Eax 1 is exit. 32bit format asm. Prints hello world
Share
Comment
Views 0
Share
Comment
5 people reacted to this. Comments 1 Views 7
Share
Comment
1 person reacted to this. Views 1
Please Wait..