mirror of
https://github.com/sethm/symon.git
synced 2025-01-03 19:30:32 +00:00
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
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/
|