News:

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

Masm on ADM 64

Started by Radar, March 24, 2005, 11:47:30 PM

Previous topic - Next topic

Radar

Hi, recently I switched from Pentium to AMD 64. How would that affect Masm. Can I still use it, would it be much different on 64 bit architecture?
Thanks

hutch--

Current MASM produces code that will run on ANY x86 compatible processor. AMD 64 Athlons and Opterons run 32 bit code fine on either 32 or 64 bit OS versions but note that 64 bit MASM is still in the early stages of beta. For 64 bit Windows in its current form, NASM or YASM can apparently produce 64 bit code.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Radar