News:

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

Ignore MASM and it will go away

Started by hutch--, February 22, 2005, 09:05:28 AM

Previous topic - Next topic

MazeGen

... and complications: we can't do PUSH r32, only PUSH r16 or PUSH r64; we can't use heavily used instructions like PUSHA or POPA; we can't use some combinations of new operands, like MOV BH,[R8]; we can't recompile most of our x86-32 code for x86-64 platform without modfications; under Win x64 in long mode, we can't use MMX or FP registers, ...

Porkster

Quote from: MazeGen on March 01, 2005, 08:51:41 PM
... and complications: we can't do ...

Apart from the general protection faults that will happen, maybe IDE makers can help and warn coders of these breaches when typing in win64 code??  an idea...

.