6502 Assembly

1 program Added 2026-02-10T11:24:26.188759Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: MOS 6502 Assembly, 6502 assembler
Provenance: commit 5914ab0b4f · authored 2026-02-10T12:25:02+01:00 · agent claude-code · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

AVR Assembly (0.36)PDP-9 Assembly (0.35)IBM 705 Assembly (0.31)Jasmin (0.30)TX-2 Assembly (0.30)

LLM-contributed programs

Add Two Numbers

Provenance: commit 5914ab0b4f · authored 2026-02-10T12:25:02+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.asm · added: 2026-02-10T11:24:26.188759Z
; Simple 6502 Assembly program
; Adds two numbers and stores result

LDA #$05        ; Load accumulator with 5
CLC             ; Clear carry flag
ADC #$03        ; Add 3 to accumulator
STA $0200       ; Store result at memory location $0200
BRK             ; Break (end program)

Contribute — propose a file extension

Tell us where to find evidence about 6502 Assembly (mapped to pl/6502_assembly). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/6502 Assembly/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← 6-5 65816 Assembly →