1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-26 04:29:33 +00:00
py65/examples
2011-08-28 20:35:31 +01:00
..
65Org16.boot.asm adding examples including hexloader boot rom 2011-08-28 20:35:31 +01:00
65Org16.boot.rom adding examples including hexloader boot rom 2011-08-28 20:35:31 +01:00
README.txt adding examples including hexloader boot rom 2011-08-28 20:35:31 +01:00
swapcase.asm adding examples including hexloader boot rom 2011-08-28 20:35:31 +01:00
swapcase.hex adding examples including hexloader boot rom 2011-08-28 20:35:31 +01:00

Some example code and usage:

For linux:

(no need to install or build - just unpack)

$ cd src
$ env PYTHONPATH=. python py65/monitor.py -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)