picocomputer / rp6502

Picocomputer 6502 firmware
BSD 3-Clause "New" or "Revised" License
85 stars 23 forks source link

Increase xstack to 512 bytes #52

Closed rumbledethumps closed 1 month ago

rumbledethumps commented 7 months ago

512 bytes will allow for rename to have two full-length strings. read_xstack and write_xstack can take advantage of this too.

rumbledethumps commented 7 months ago

RIA is updated. Need to update both SDKs still.