NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
nasm changed "lea rcx, ptr[rip+f809]" to "lea rcx, ptr[rip+f802]
« previous
next »
Print
Pages: [
1
]
Author
Topic: nasm changed "lea rcx, ptr[rip+f809]" to "lea rcx, ptr[rip+f802] (Read 7006 times)
suncowiam
Jr. Member
Posts: 4
nasm changed "lea rcx, ptr[rip+f809]" to "lea rcx, ptr[rip+f802]
«
on:
July 26, 2022, 02:47:14 PM »
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
Logged
debs3759
Global Moderator
Full Member
Posts: 224
Country:
Re: nasm changed "lea rcx, ptr[rip+f809]" to "lea rcx, ptr[rip+f802]
«
Reply #1 on:
July 26, 2022, 05:37:40 PM »
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.
Logged
My graphics card database:
www.gpuzoo.com
Frank Kotler
NASM Developer
Hero Member
Posts: 2667
Country:
Re: nasm changed "lea rcx, ptr[rip+f809]" to "lea rcx, ptr[rip+f802]
«
Reply #2 on:
July 26, 2022, 06:27:59 PM »
As Debs says, we need more info. Looks like an error to me.
Best,
Frank
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
nasm changed "lea rcx, ptr[rip+f809]" to "lea rcx, ptr[rip+f802]