Message-Id: <199908272202.SAA19843@delorie.com> From: "Dan Gold" To: Subject: Re: Assembly Question, sarl, sall...REPT# ENDM?? Date: Fri, 27 Aug 1999 23:29:05 -0700 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Oh yes, now I see the opcode list I use as a reference never pointed out the signed part. Does DJGPP's gas assembly handle any sort or opcode that can execute afew instructions in a set sized loop. I couldn't figure out how to do it before... In TASM you can use: REPT 40 do instructions do instructions do instructions do instructions ENDM