PDP-8 Assembly
Aliases: PDP-8 ASM, PDP8 Assembly
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
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
*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