Path: utzoo!attcan!uunet!dino!sharkey!shadooby!mailrus!iuvax!bobmon From: bobmon@iuvax.cs.indiana.edu (RAMontante) Newsgroups: comp.sys.ibm.pc Subject: Re: 386: looping with ecx Keywords: ASM 386 Message-ID: <22798@iuvax.cs.indiana.edu> Date: 30 Jun 89 02:44:21 GMT References: <864@ole.UUCP> Reply-To: bobmon@iuvax.cs.indiana.edu (RAMontante) Distribution: na Organization: malkaryotic Lines: 7 My TASM manual indicates that Borland's TASM1.0 does support the extended form of the loop instruction (as well as other 80386-extended opcodes). The 32-bit or 16-bit form can be specified by using the "loopd" or "loopw" mnemonic as desired. The manual manages to imply that MASM doesn't do this... disclaimer: I don't know what I'm talking about.