News:

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

assign register in macro to parameter

Started by Emil_halim, October 31, 2010, 06:40:41 PM

Previous topic - Next topic

Emil_halim

Hi all

when declare a procedure we can assign a param to a certain register , e.g

   procedure MyProc( msg : string in edi );


now i have a macro , how to assign a param to a register just like the previous procedure ?