News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

32bit to 64bit hex translator

Started by ecube, July 30, 2010, 12:40:05 PM

Previous topic - Next topic

ecube

anyone know of a simple tool that can convert 32bit to 64bit? it'd make converting some sources I didn't write easier.

dedndave

i am shocked that you haven't written it, Cube   :P

ecube

haha me too, I should do that  :U

wjr

If you use GoAsm, then AdaptAsm with the /x64 switch should help with converting source code - see GoAsm manual for further details...