 |
These forums are now closed Please see the new forums
|
| View previous topic :: View next topic |
| Author |
Message |
sbenoit
Joined: 19 Oct 2008 Posts: 5
|
Posted: Oct Sun 19, 2008 10:40 pm Post subject: Krusader v 1.3 section 8.3 Moving Memory |
|
|
System:
Replica 1 TE
Multi I/O board
KRUSADER 1.3 BY KEN WESSEN
enter and test code per section 2 Sample Section
(note: manual from CD that came with system, krusader12.pdf)
<-- snip -->
? L
000 LDA #'A'
001 LOOP JSR $FFEF
002 CLC
003 ADC #$1
004 CMP #'Z'+1
005 BNE LOOP
006 RTS
? A
0300-030C
? R $300
ABCDEFGHIJKLMNOPQRSTUVWXYZ
<--- end snip -->
Now I want to copy it to my multi I/O EEPROM located at $A000
so per section 8.3 then run the small program from $A000
<--- snip --->
? $\
50: 00 03 00 A0 00 0C
<---- end snip-->
OUTPUT
<---snip --->
50: 00 03 00 A0 00 0C
0050: F8
F20ER
F20E: C8\
A000
<----end snip --->
Am I entering the data properly?
srcH srcL destL destH sizeL sizeH
50: 00 03 00 A0 00 0C
F20ER <---vector to program to copy on a Replica 1 TE?
What output should i see?
here is my output:
<--- snip --->
A000.A00C
(not matching D $0300 info)
A000: 4C B0 E2 AD 11 D0 10 FB
A008: AD 10 D0 60 8A
F20E
F20E: C8
<-- end snip -->
Note:
I did use the basic program from another post to copy to the multi I/O and did run BASIC from the multi I/O, the multi I/O works. |
|
| Back to top |
|
 |
Kallikak
Joined: 29 Jan 2006 Posts: 162 Location: Sydney
|
Posted: Oct Thu 23, 2008 5:31 am Post subject: |
|
|
Sorry for the slow reply - I haven't had a chance to check the forums for a few days. The problem is the MOVE routine moved from version 1.2 to version 1.3. The address you want is now F204. This information can be found in the krusader 1.3 manual on my website.
Ken |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|