NASM Forum > Programming with NASM

nasm changed "lea rcx, ptr[rip+f809]" to "lea rcx, ptr[rip+f802]

(1/1)

suncowiam:
I have a line of asm:
lea rcx, ptr[rip+f809]

nasm assembled this to when disassembled from .o file:
lea rcx, ptr[rip+f802]

Can someone help explain why this happened?

Thanks

debs3759:
Have you compared a disassembly with another app, to confirm whether the problem lies with nasm or ndisasm?

Which version of nasm are you using? Do you know which version broke it?

Other than that, sorry, I have no idea.

Frank Kotler:
As Debs says, we need more info. Looks like an error to me.

Best,
Frank

Navigation

[0] Message Index

Go to full version