flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
batment
Please, tell, whith which functions or interrupts i can work with files in flat assembler.
|
|||
![]() |
|
pelaillo
Code: sys_read = 03h sys_write = 04h sys_open = 05h sys_close = 06h ; from elfexe example: mov eax,sys_write mov ebx,1 ;stdout mov ecx,msg mov edx,msg_size int 0x80 |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.