m2m MACRO m2,m1
push m1
pop m2
ENDM
this doesnt work with m2m mem1,[mem2+ax]
neither reports compile error and debugged it showed a push to mem2, no indexing
or have I made the macro wrong?
Try it with AX zero extended to EAX and see if it does what you want.
Quote from: hutch-- on December 29, 2004, 11:01:08 PM
Try it with AX zero extended to EAX and see if it does what you want.
thanks, but can I trust my bugs arent in macro processor not reporting a illegal adressmode?