Not sure what you need. AFAIK a 65C816 is an enhanced 8bit processor 6502 and address handling needs special treatment.
The processor on a pico is a 32bit device and does not need special address handling. See chapter 'memory' in https://datasheets.raspberrypi.com/rp20 ... asheet.pdf
The 6502 is from 1975, the 65C816 was introduced in 1983, ARM M0 is from 2009. So you can expect some enhanced features on a RP2040.
The processor on a pico is a 32bit device and does not need special address handling. See chapter 'memory' in https://datasheets.raspberrypi.com/rp20 ... asheet.pdf
The 6502 is from 1975, the 65C816 was introduced in 1983, ARM M0 is from 2009. So you can expect some enhanced features on a RP2040.
Statistics: Posted by ghp — Thu Apr 25, 2024 6:39 am