Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!haven!rutgers!att!cbnewsd!klotz From: klotz@cbnewsd.ATT.COM (david.a.klotzbach) Newsgroups: comp.lang.pascal Subject: Re: Turbo Assembly Message-ID: <1744@cbnewsd.ATT.COM> Date: 13 Sep 89 15:42:54 GMT References: <11586@boulder.Colorado.EDU> Distribution: usa Organization: AT&T Bell Laboratories Lines: 9 From article <11586@boulder.Colorado.EDU>, by johnsobm@spot.colorado.EDU: > > Has anyone out there used Turbo Assembly? If so, can you tell me > which micro-processors its mnemonics are valid for; ie, will it > assemble mnemonics for the 286 and 386? > -Brian M. Johnson/johnsobm@spot.colorado.EDU yes tasm will support the 186,286, and 386 instruction set through the use of .p186 etc. psuedo operators.