Hello all. I'd like to ask for some help with this. I've started getting into assembly a little. I'm enjoying myself, but sometimes I just want a freaking printf() or fscanf(). I'm under the impression that I just push the arguments to the stack in reverse order, but how do I include/link to the C libraries? And do I need to add back to the stack pointer after the function call or does the C function do that for me? Any help would be appreciated. Thanks!