Re: Reserving Memory

Stephen Shang (s.shang@home.com) Fri, 18 Feb 2000 14:01:39 -0800


From: "Stephen Shang" <s.shang@home.com>
Subject: Re: Reserving Memory
Date: Fri, 18 Feb 2000 14:01:39 -0800


I stored the characters into memory. To access memory, I did.. MOV BX,200H MOV [BX],AL ; store the contents of al to memory location 200h Hope it helps. Stephen Shang