Oxygen Basic
Programming => Problems & Solutions => Topic started by: chrisc on March 19, 2018, 02:57:33 PM
-
Hello Charles
when i convert ASM 32bit registry to 64 bit ones , are the below scheme correct?
Converting from 32 bit to 64 bit registers
eax --> rax
ebx --> rbx
ecx --> rcx
edx --> rdx
esi --> rsi
edi --> rdi
esp --> rsp
ebp --> rbp
thanxx for ur help
-
Yes Chris, If you are dealing with addresses, pointers and handles. Otherwise, continue using the 32bit registers for dealing with 32bit integers.
-
Thanxx a lot Charles
hope that you and others don't mind me in this forum as i'm only a beginner programmer