1
0
mirror of https://github.com/sethm/symon.git synced 2024-07-30 04:29:29 +00:00
symon/samples
2012-10-11 16:08:04 -07:00
..
echo.asm Finally handling key presses in the console! (Took long enough, huh?) Added a dead simple console echo example program in 6502 assembly, as well. 2012-10-11 16:08:04 -07:00
echo.prg Finally handling key presses in the console! (Took long enough, huh?) Added a dead simple console echo example program in 6502 assembly, as well. 2012-10-11 16:08:04 -07:00
hello.asm Checkpoint of my Swing UI refactoring. Usable for output-only programs, but only barely. 2012-05-28 22:18:35 -07:00
hello.prg Added sample program, fixed maven packaging of resources, updated README 2012-04-22 21:43:45 -07:00
README Added sample program, fixed maven packaging of resources, updated README 2012-04-22 21:43:45 -07:00

A Sample Program
----------------

When loaded at address $0300, this program will print "Hello, 6502 World!" in
infinite loop.

Assembled with the Ophis assembler:

   https://hkn.eecs.berkeley.edu/~mcmartin/ophis/