asmtk
asmtk copied to clipboard
failed to generate valid assembly for instruction
failed to generate valid assembly for instruction:
fstp qword ptr fs:[rcx], st0
The following works fstp qword ptr fs:[rcx]
The instruction database says there is only one operand as all instructions that pop the stack have the st0 implicit. Are there actually assemblers that would accept 2 operand form in this case?
Closing, if this is a problem please reopen.