Skip to content

Application

Yoshitaka Kuwata edited this page Jul 24, 2021 · 1 revision

Application programs are found in the following folder https://github.com/kuwatay/6502ctrl/tree/main/examples

hello

print simple message

https://github.com/kuwatay/6502ctrl/tree/main/examples/hello

echo

echo back program

https://github.com/kuwatay/6502ctrl/tree/main/examples/echo

wozmon

Apple 1 monitor by steve wozniak

https://github.com/kuwatay/6502ctrl/tree/main/examples/wozmon

Universal Monitor

Universal monitor by Electrelic, found at https://electrelic.com/electrelic/node/1317

https://github.com/kuwatay/6502ctrl/tree/main/examples/unimon

(requires The Macroassembler AS ar http://john.ccac.rwth-aachen.de:8000/as/)

OSI (Microsoft) BASIC

Microsoft Basic for 6502 micro computer, found at http://searle.x10host.com/6502/Simple6502.html

https://github.com/kuwatay/6502ctrl/tree/main/examples/osi_basic

(requires ca65 assembler which included in cc65 toolchain https://github.com/cc65/cc65)