Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ZXBASIC_USER_DATA relocation?
#2
You can use Assembler to switch bank and copy memory chunks from banks to a buffer in lower memory, then switch bank back (Disable interrupts!). Something like:
Code:
ASM
DI
LD BC,32765
LD A,17
OUT (C),A
LD HL,49152
LD DE,16384
LD BC,2048
LDIR
LD BC,32765
LD A,16
OUT (C),A
EI
END ASM
------------------------------------------------------------
http://lcd-one.da.ru redirector is dead
Visit my http://members.inode.at/838331/index.html home page!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)