PDP-8 Assembly

1 program Added 2026-02-10T21:31:01.511406+00:00 Evidence Report issue View issues
Aliases: PDP-8 ASM, PDP8 Assembly

Sources mentioning this language

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

Related languages

PDP-5 Assembly (0.63)PDP-7 Assembly (0.63)PDP-6 Assembly (0.52)PDP-11 Assembly (0.50)PDP-12 Assembly (0.47)

LLM-contributed programs

Simple Addition Program

Provenance: commit 969f14fe5d · authored 2026-02-10T22:34:39+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.asm · added: 2026-02-10T21:31:34.136885+00:00
*200
        CLA CLL         / Clear AC and Link
        TAD NUM1        / Load first number
        TAD NUM2        / Add second number
        DCA SUM         / Store result
        HLT             / Halt
NUM1,   17              / First number (octal)
NUM2,   23              / Second number (octal)
SUM,    0               / Storage for sum

Contribute — propose a file extension

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