py65/examples
Mike Naberezny 0a6f7b90a2 Remove blocking_getc at $f005 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 adding examples including hexloader boot rom 2011-08-28 20:35:31 +01:00
README.txt Use "py65mon" in the example 2012-02-27 19:23:14 -08:00
ehbasic.bin EhBASIC 2.2: Load at $0000 and goto $FF80 to start 2012-01-02 17:25:36 -08:00
swapcase.asm Remove blocking_getc at $f005 2014-01-31 15:07:51 -08:00
swapcase.hex adding examples including hexloader boot rom 2011-08-28 20:35:31 +01:00

README.txt

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)