section .data tes db 'ev1lut10n\n',10; global _start _start: jmp short forking forking: mov eax,2 int 80h set_our_konter: mov ecx,2 mov edi,0 while: mov edx,11 mov edi,ecx mov ecx,tes call (makro_writeln) mov ecx,edi dec ecx jnz while keluar: push byte 0x01 pop eax int 80h makro_writeln: mov ebx,1 mov eax,4 int 80h ret