| Subject: [stella] F4/F6/F8 Bankswitching From: Aaron Bergstrom <aaron.bergstrom@xxxxxxxxxxxxxx> Date: Sun, 15 Jun 2003 10:27:06 -0400 | 
I've looked through Paul Slocum's Marble Maze code found at: http://www.biglist.com/lists/stella/archives/200207/msg00018.html
	processor 6502
	include vcs.h
        org $1000
Bank1 = $1FF4
Start
        ;...some code here...
        LDA Bank1; call to send the processor back to the first bank
        ;....
	org $1FF3
        .word Start
	.word StartOr should the ORG's be pointing to a different address, something like this:
        org $2000
        org $2FF3
---------------------------------------------------------------------------------------------- Archives (includes files) at http://www.biglist.com/lists/stella/archives/ Unsub & more at http://www.biglist.com/lists/stella/
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [stella] macro.h submission, Manuel Polik | Thread | Re: [stella] F4/F6/F8 Bankswitching, Thomas Jentzsch | 
| Re: [stella] macro.h submission, Andrew Davie | Date | Re: [stella] F4/F6/F8 Bankswitching, Thomas Jentzsch | 
| Month |