as the title says i need help with coding (masm) a procedure that takes every char in the enterd string.
the return value should be the grabbed char.
a friend gave me the name of the function which can do that, but i can't find any lib or inc file for masm about this function: MFC71U
he told me this function is looking like this, its only not working properly
MOV EDX,byte PTR SS:[Buffer+4] MOV EAX,DWORD PTR DS:[buffer] MOV AX,WORD PTR DS:[EAX+EDX*2] ; edx = loopcounter RETN
is there any working example available?

New Topic/Question
Reply



MultiQuote






|