28.11.2014 Views

assembly_tutorial

assembly_tutorial

assembly_tutorial

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

int 0x80 ;call kernel<br />

mov eax,1 ;system call number (sys_exit)<br />

int 0x80 ;call kernel<br />

section .data<br />

name db 'Zara Ali '<br />

When the above code is compiled and executed, it produces following result:<br />

Zara Ali Nuha Ali<br />

TUTORIALS POINT<br />

Simply Easy Learning

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!