Commodore64128 / supercpubasic

Access your SCPU RAM from BASIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SuperCPU BASIC

Access your SCPU RAM from BASIC

To activate:

LOAD"SCPUBASIC",8,1

SYS49152

Commands:

@Bx (x = sets the RAM bank number between 0 and 255)

@F - Software speed control. Fast (20mhz mode)

@L <filename>,<address>,<drive> - Loads SuperRAM with data using the selected bank

@P addr,val (just like POKE command, but using the current bank above)

Because this is a simple wedge, I couldnt implement a PEEK function, so instead I took advantage of the USR() function. To peek a value of the current bank:

x = USR(addr)

@S - Software speed control. Slow (1 mhz mode)

This is a work in progress and pull requests are welcome. Enjoy

About

Access your SCPU RAM from BASIC


Languages

Language:Assembly 97.1%Language:Batchfile 2.9%