<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wikiti.brandonw.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=Z80_Routines%3AMemory%3ARAM_Access</id>
		<title>Z80 Routines:Memory:RAM Access - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=Z80_Routines%3AMemory%3ARAM_Access"/>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Z80_Routines:Memory:RAM_Access&amp;action=history"/>
		<updated>2026-04-06T02:40:44Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=Z80_Routines:Memory:RAM_Access&amp;diff=8683&amp;oldid=prev</id>
		<title>Galandros: Routines:Memory:RAM Access moved to Z80 Routines:Memory:RAM Access: unite z80 routines</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Z80_Routines:Memory:RAM_Access&amp;diff=8683&amp;oldid=prev"/>
				<updated>2009-10-25T19:48:28Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=Routines:Memory:RAM_Access&quot; class=&quot;mw-redirect&quot; title=&quot;Routines:Memory:RAM Access&quot;&gt;Routines:Memory:RAM Access&lt;/a&gt; moved to &lt;a href=&quot;/index.php?title=Z80_Routines:Memory:RAM_Access&quot; title=&quot;Z80 Routines:Memory:RAM Access&quot;&gt;Z80 Routines:Memory:RAM Access&lt;/a&gt;: unite z80 routines&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 19:48, 25 October 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Galandros</name></author>	</entry>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=Z80_Routines:Memory:RAM_Access&amp;diff=5853&amp;oldid=prev</id>
		<title>Nyquist562: Created a page showing RAM page access (someone please proof read this!)</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Z80_Routines:Memory:RAM_Access&amp;diff=5853&amp;oldid=prev"/>
				<updated>2007-04-12T00:25:04Z</updated>
		
		<summary type="html">&lt;p&gt;Created a page showing RAM page access (someone please proof read this!)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Z80 Routines:Memory|RAM Access]]&lt;br /&gt;
[[Category:Z80 Routines|RAM Access]]&lt;br /&gt;
&lt;br /&gt;
==RAM page Access==&lt;br /&gt;
This is a routine to easily access those RAM pages generally inaccessable.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;;=======READ/WRITE DATA FROM/TO RAM PAGE=======&lt;br /&gt;
;inputs: hl=offset of where to start reading data&lt;br /&gt;
;           (ranges from 4000h-7FFFh for READING the 'Unused' RAM page)&lt;br /&gt;
;               or (from 8000h-BFFFh for WRITING to the 'Unused' RAM page)&lt;br /&gt;
;        bc=number of bytes to copy&lt;br /&gt;
;        de=where to save the data&lt;br /&gt;
;           (ranges from 4000h-7FFFh for WRITING to the 'Unused' RAM page)&lt;br /&gt;
;               or (from 8000h-BFFFh for writing to the 'standard' RAM page)&lt;br /&gt;
;        RAMPAGE=new page to read/write&lt;br /&gt;
&lt;br /&gt;
in a,(06h)&lt;br /&gt;
push af&lt;br /&gt;
ld a,RAMPAGE&lt;br /&gt;
out (06h),a       ;a=any valid RAM page number (83h-87h are unused by the OS &lt;br /&gt;
                  ;see [[83Plus:OS:Ram Pages]] for more info on RAM pages&lt;br /&gt;
ldir&lt;br /&gt;
pop af&lt;br /&gt;
out (06h),a&lt;br /&gt;
ret&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This routine is a modified version of the routine I use in my programs, and is untested, but seems like it would work.  If there is anything I have forgotten PLEASE add it and tell me if possible.&lt;br /&gt;
&lt;br /&gt;
--Nyquist562--&lt;/div&gt;</summary>
		<author><name>Nyquist562</name></author>	</entry>

	</feed>