1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-10-19 05:25:05 +00:00
py65/examples
2014-01-31 15:07:51 -08:00
..
65Org16.boot.asm Remove blocking_getc at $f005 2014-01-31 15:07:51 -08:00
65Org16.boot.rom
ehbasic.bin
README.txt
swapcase.asm Remove blocking_getc at $f005 2014-01-31 15:07:51 -08:00
swapcase.hex

Some example code and usage:

$ py65mon -m 65Org16 -r examples/65Org16.boot.rom

Then paste in a hex file, such as examples/swapcase.hex

(Type in some mixed-case input and it will echo it back with the upper and lowercase swapped)