title: "CopyFullScreen" description: TRSE built-in method (from IDE help)
CopyFullScreen
Systems: X16,C64, MEGA65, PLUS4, C128, VIC20, PET, NES
Parameters: a,a
CopyFullScreen( [address 1], [address 2] );
- [address 1] - source address
- [address 2] - destination address
Description
Copies exactly 40*25 = 1000 bytes from the source address to destination address.
Example
CopyFullScreen(^$0400, ^$4400); // Copies screen memory from bank 0 ($0400) to bank 1 ($4400)