The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: Emil_halim on October 31, 2010, 06:40:41 PM

Title: assign register in macro to parameter
Post by: Emil_halim on October 31, 2010, 06:40:41 PM
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 ?