Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!samsung!balrog!ctron.com From: dj@ctron.com (DJ Delorie) Newsgroups: comp.os.msdos.programmer Subject: Re: Segment overrides - TAMS bug??? Message-ID: <1469@balrog.ctron.com> Date: 3 May 91 14:46:02 GMT References: <1991May3.063740.10187@ugle.unit.no> Sender: news@balrog.ctron.com Reply-To: dj@ctron.com Organization: None whatsoever Lines: 14 Nntp-Posting-Host: bragi In article <1991May3.063740.10187@ugle.unit.no>, rmich@Lise.Unit.NO (Rolf Michelsen) writes: > I have a problem with TAMS version 2.0. Has anybody tried to use > segment overrides in any of the string instructions?? I am trying > to move data from ES:SI to ES:DI with REP MOVS [byte es:si],[di] but > did it work? NO :-( As far as I know it is possible to use segment > overrides for the SI-part of a string instruction. Am I wrong or is > TAMS wrong?? TAMS does not generate an error when doing this, it simply > does not output the segment override byte to the object/list file. This > was assembled in ideal mode... String instructions do not obey segment overrides. DJ dj@ctron.com