Skip to content

feat(repo): example programs #55

@relmer

Description

@relmer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions