title: "CopyBytesShift" description: TRSE built-in method (from IDE help)
CopyBytesShift
Systems: X16,C64, MEGA65, PLUS4,C128, VIC20, PET, NES, OK64, ATARI2600, APPLEII, SNES, ORIC, BBCM, ACORN, ATARI800
Parameters: a,a,b,b,n
CopyBytesShift( [address], [address], [byte], [byte], [numeric value] );
- [address] - address
- [address] - address
- [byte] - value
- [byte] - value
- [numeric value] - value
Absolete
This method is absolute and is used in a VIC-20 example.
Tutorial - VIC20/tutorials/advanced/07_scroller.ras
Description
This shift bytes to the left
In future this method will be removed from core and move to a unit.
Example