Ship an \�xamples/\ directory with ready-to-assemble 6502 programs.
Motivation: Examples are the first thing visitors look at. They demonstrate capabilities, serve as tutorials, and give people something to try immediately.
Proposed examples:
- \hello.a65\ — minimal program that writes 'Hello' to a memory region
- \ibonacci.a65\ — compute Fibonacci sequence, demonstrates loops and arithmetic
- \snake.a65\ — simple snake game (memory-mapped I/O stub)
- \sorting.a65\ — bubble sort demonstrating indexed addressing
- \�cd_calc.a65\ — BCD addition/subtraction showcasing decimal mode
- \macro_demo.a65\ — demonstrates macro features, conditionals, structs
Each example should include comments explaining the code and a header showing how to assemble and run it.
Priority: Medium — low effort, high visibility.
Ship an \�xamples/\ directory with ready-to-assemble 6502 programs.
Motivation: Examples are the first thing visitors look at. They demonstrate capabilities, serve as tutorials, and give people something to try immediately.
Proposed examples:
Each example should include comments explaining the code and a header showing how to assemble and run it.
Priority: Medium — low effort, high visibility.