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
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
Check http://www.masm32.com/board/index.php?topic=973.msg6946#msg6946, too.
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