[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Addressing 2GS slots with Orca Pascal?
- Subject: Re: Addressing 2GS slots with Orca Pascal?
- From: noone@nowhere.net
- Date: Mon, 25 Nov 2002 14:40:00 -0600
- Newsgroups: comp.sys.apple2.programmer, comp.sys.apple2
- Organization: University of Nebraska-Lincoln
- References: <pHsE9.1077$l45.358588@news20.bellglobal.com> <3DE27D3F.1000708@noneofyourbusiness.com>
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 (nscd1)
- Xref: archiver1.google.com comp.sys.apple2.programmer:1657 comp.sys.apple2:24813
To access a given slot, use its address. The slots are mapped to main
memory ram at Cx00-CxFF, where x is the slot number. (C100-C7FF)
Now, how to access memory directly via Pascal, got me!
Thankx,
Ed