Date: Sun, 29 Aug 1999 15:24:57 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Dan Gold cc: djgpp AT delorie DOT com Subject: Re: Assembly Question, sarl, sall...REPT# ENDM?? In-Reply-To: <199908272202.SAA19843@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 27 Aug 1999, Dan Gold wrote: > 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 It is usually a good idea to look in the docs whenever you need some feature. In this case, type "info as pseudo rept" from the command line and read there.