Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!think.com!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!nuug!ifi!sverrehu From: sverrehu@ifi.uio.no (Sverre Holmsen Huseby) Newsgroups: comp.os.msdos.programmer Subject: Re: .com and .exe files Message-ID: Date: 15 Nov 90 09:05:42 GMT Sender: sverrehu@ifi.uio.no (Sverre Holmsen Huseby) Organization: Dept. of Informatics, University in Oslo, Norway Lines: 11 Nntp-Posting-Host: veotind.ifi.uio.no Originator: sverrehu@veotind.ifi.uio.no In EXE-programs, DS should be set before referencing data. Try this: Entry: mov ax, cs mov ds, ax : Sverre H. Huseby (sverrehu@ifi.uio.no) Student - University of Oslo, Norway