Okay so I have a C program, I now need to translate it to IA32 assembly languae..seems simple enough, except one thing... I have no idea where to start I have never even touched or worked with assmebly language.. so now i need to figure out what i need to do.. heres the code:
Keep in mind that your C program calls several library routines from <stdio.h> (printf, scanf). Are you going to continue to rely on the C run-time library, or do also need to provide that functionality in IA32?