Hello,
I'm trying out the DLL version of FASM which is working quite nicely so far except that I'm unable to get any output from the library even by passing a handle to a pipe/file... In which cases does the library output anything to the pipe? I've tried invalid instructions, invalid operands, reserved words as labels... but none of these errors caused the library to write anything to the pipe.
This is the prototype of the function I'm using:
"fasm_Assemble(lpSource,lpMemory,cbMemorySize,nPassesLimit,hDisplayPipe)"
Thanks in advance.
|