The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: ecube on July 30, 2010, 12:40:05 PM

Title: 32bit to 64bit hex translator
Post by: ecube on July 30, 2010, 12:40:05 PM
anyone know of a simple tool that can convert 32bit to 64bit? it'd make converting some sources I didn't write easier.
Title: Re: 32bit to 64bit hex translator
Post by: dedndave on July 31, 2010, 02:58:40 AM
i am shocked that you haven't written it, Cube   :P
Title: Re: 32bit to 64bit hex translator
Post by: ecube on July 31, 2010, 12:29:14 PM
haha me too, I should do that  :U
Title: Re: 32bit to 64bit hex translator
Post by: wjr on July 31, 2010, 01:47:07 PM
If you use GoAsm, then AdaptAsm with the /x64 switch should help with converting source code - see GoAsm manual for further details...