NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: nobody on December 04, 2004, 01:09:48 AM

Title: Scanf beginer question
Post by: nobody on December 04, 2004, 01:09:48 AM
hi i need no know how to use scanf instruction i'm using a deassembler y i found this but i'm not sure where is the scanf result saved can anyone help? thx


push    eax
push    offset unk_42C01C
call    _scanf
add     esp, 8
mov     ecx,dword_42EA34
Title: Re: Scanf beginer question
Post by: nobody on December 04, 2004, 02:49:44 AM
forget it I got it!!!!
Title: Re: Scanf beginer question
Post by: nobody on January 15, 2005, 07:58:17 PM
im totaly n00b to nasm, can you give me the finish result of it?