News:

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

How to use XMMWORD type correctly?

Started by MazeGen, August 16, 2006, 06:31:42 PM

Previous topic - Next topic

MazeGen

Thanks ToutEnMasm,

but it doesn't seem to help me. Since I code the FASTCALL macros for ML64, I'd need to know how to pass something to function's XMMWORD parameter using INVOKE with 32-bit ML. I hope somebody from Microsoft tells us how it should work.

drizz

the worst workaround would be to recode INVOKE

;if @Version LE 800
option nokeyword:<invoke>
invoke macro
endm
;endif

but i leave it up to you...
The truth cannot be learned ... it can only be recognized.