News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

What about a converter X86 to X64

Started by TouEnMasm, July 20, 2020, 01:16:57 AM

Previous topic - Next topic

TouEnMasm

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?
Fa is a musical note to play with CL

Vortex

Hello,

You have to consider the handling of the registers too.