From: "PH"
Newsgroups: comp.os.msdos.djgpp Subject: how do you write a macro for the DJGPP assembler? Date: 5 Feb 1997 23:03:18 GMT Organization: Exec-PC BBS Internet - Milwaukee, WI Lines: 11 Message-ID: <01bc13b8$e11b3c60$6e29cfa9@p590> NNTP-Posting-Host: strat.execpc.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hello! How does one write a macro in DJGPP assembler? I am trying to convert some code in an include file written using another assmebler. Below is an example of such a macro. How would I write this for the DJGPP assembler? Thank you for your help. STARTCSEG macro _TEXT segment byte use32 public 'CODE' endm