| |
Fresh
Registered: Jan 2005 Posts: 101 |
C128 & relocation
C128 has some nice relocation features. I'd like to know whether they apply to RAM only or they affect I/O too.
I.E. suppose I move zerop to page $d800, with I/O enabled (if this combination is possible): if now my code plays with zeropage addresses do I reach the color map or the RAM lying behind? |
|
| |
enthusi
Registered: May 2004 Posts: 677 |
Sorry for not having any clue, but this sounds like testing that would take you shorter than posting that question did? |
| |
Graham Account closed
Registered: Dec 2002 Posts: 990 |
ZP / Stack always is RAM. |
| |
Repose
Registered: Oct 2010 Posts: 225 |
It's always in ram. See the programmers' reference guide.
http%3A%2F%2Fcodebase64.org%2Flib%2Fexe%2Ffetch.php%3Fmedia%3Dbooks%3Ac128-progr ammers_reference_guide.pdf&ei=W3teT_7oIIPt0gH5iI3OBw&usg=AFQjCNGBN3br-HeSoDQF2ft OxPaPgE59ig&cad=rja |
| |
Fresh
Registered: Jan 2005 Posts: 101 |
hmm... what a pity...
Btw, thanks for you answers. |
| |
Peiselulli
Registered: Oct 2006 Posts: 81 |
On the DTV, you can do it this way ;-)
|
| |
Count Zero
Registered: Jan 2003 Posts: 1932 |
... and on SuperCPU afair :) |