Re: assignment Question #2

Ed Casas (edc@ece.ubc.ca) Fri, 20 Oct 2000 09:51:09 -0700


Date: Fri, 20 Oct 2000 09:51:09 -0700
From: Ed Casas <edc@ece.ubc.ca>
Subject: Re: assignment Question #2

> I tried to load 0000h into the ds register as you mentioned in > the email, but the program cannot be compiled, and I got the > following message: > > mov ds,0 > No immediate mode ... > Are there any other ways do that I can gain access to the lower > 64 bytes? Sorry, I didn't test the code before posting it. Try: mov ax,0 mov ds,ax instead of: mov ds,0. -- Ed Casas edc@ece.ubc.ca http://casas.ece.ubc.ca +1 604 822-2592