Skip to content

x86_64 instruction change from int 0x80 to syscall

Jeremy Soller requested to merge palindrom615:inst_chng into master

Created by: palindrom615

It is prefered to use 'syscall' instruction in x86_64 architecture. I replaced to syscall instruction along with below reference. https://en.wikibooks.org/wiki/X86_Assembly/Interfacing_with_Linux

Merge request reports