6800 Assembly

1 program Added 2026-02-11T11:40:51Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Motorola 6800 Assembly, 6800 Assembly Language
Provenance: commit f078bf9c1d · authored 2026-02-11T12:41:24+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

M68k Assembly (0.56)Motorola 68000 Assembly (0.56)6809 Assembly (0.54)68HC11 Assembly (0.44)Assembly Language (0.41)

LLM-contributed programs

Hello World

Provenance: commit f078bf9c1d · authored 2026-02-11T12:41:24+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.asm · added: 2026-02-11T11:41:08Z
        ORG     $0100
START   LDX     #MSG        Load address of message
LOOP    LDAA    0,X         Load character
        BEQ     DONE        If zero, we're done
        JSR     $E1D1       Call MIKBUG OUTCH routine
        INX                 Next character
        BRA     LOOP        Continue loop
DONE    SWI                 Return to monitor

MSG     FCC     "Hello, World!"
        FCB     $0D,$0A     Carriage return, line feed
        FCB     $00         Null terminator

Contribute — propose a file extension

Tell us where to find evidence about 6800 Assembly (mapped to pl/6800_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/6800 Assembly/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← 67 machine 6809 Assembly →