The MASM Forum

General => The Laboratory => Topic started by: TouEnMasm on July 20, 2020, 01:16:57 AM

Title: What about a converter X86 to X64
Post by: TouEnMasm on July 20, 2020, 01:16:57 AM
Hello,
I am some ideas on the subject.
I take a normal source code using invoke.
* Read the X86 prototypes,Read the X64.Compare and modify The changed variables .
* take care of a push between two invoke,replace it by a local
* add FRAME to the proc.

What I want is the specifications needed,in french "cahier des charges"
Anything else?
Title: Re: What about a converter X86 to X64
Post by: Vortex on July 20, 2020, 03:03:44 PM
Hello,

You have to consider the handling of the registers too.