Comments: Authenticated sender is From: "Alaric B. Williams" To: "Mike A. Harris" Date: Fri, 14 Mar 1997 06:49:58 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: [opendos] OD case sensitivity Reply-to: alaric AT abwillms DOT demon DOT co DOT uk CC: "'OpenDOS newsgroup'" References: In-reply-to: Message-ID: <858322044.1115155.0@abwillms.demon.co.uk> Sender: owner-opendos AT mail DOT tacoma DOT net Precedence: bulk On 13 Mar 97 at 3:03, Mike A. Harris wrote: > Dump full memory with DEBUG. > > C:\>DEBUG CORE > -RDS > 0 > -RCS > 0 > -RIP > 0 > -RCX > 0 > -RBX > FFFF > -W Hey, surely that shouldn't be 0xFFFF in BX - that'd be 64k short of 4Gb! You want 1024**2, or 2**20, which is... erm... the lower word (CX) is zero, the upper word is (thinking furiously in hex) (2**(20-16) = 2**4 = 32 = 0020, I think. Try: > C:\>DEBUG CORE > -RDS > 0 > -RCS > 0 > -RIP > 0 > -RCX > 0 > -RBX > 0020 > -W Untested, still, but hopefully more correct :-) ABW -- Governments are merely protection rackets with good images. Alaric B. Williams Internet : alaric AT abwillms DOT demon DOT co DOT uk http://www.abwillms.demon.co.uk/