News:

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

Missing Opcode Macros

Started by oex, March 04, 2010, 11:30:33 AM

Previous topic - Next topic

oex

Just a thought, might be a useful macro file to have for download on forum.... there may be complexities I dont understand for different instruction sets but on the surface it seems to me v6.14 could be upgraded via macros pretty easily and legally? x86 ib, SSE2-4, x64 etc? Maybe tied in with dave's CPU checker :lol

aad MACRO imm8:REQ
db 0d4h, imm8
ENDM
We are all of us insane, just to varying degrees and intelligently balanced through networking

http://www.hereford.tv

dedndave

AAM is what you have there (0D4h)
AAD is 0D5h
AAM is the one that usually gets used this way   :U
this worked all the way back to the 8088, so no need to check CPU

http://www.masm32.com/board/index.php?board=1;topic=13532.2#msg105924

in these macros, Drizz has made 10 the default value...

http://www.asmcommunity.net/board/index.php?topic=25923.msg189015#msg189015


oex

Quote from: jj2007 on March 04, 2010, 12:36:32 PM
Check http://www.masm32.com/board/index.php?topic=973.msg6946#msg6946, too.

First post has exactly what I was considering nice 1, I had a legal 6.15 but I've seen some confusion over that sse2 would seem to be to cover most people's issues but I havent coded higher than that
We are all of us insane, just to varying degrees and intelligently balanced through networking

http://www.hereford.tv