PDP-6 Assembly

1 program Added 2026-02-11T00:00:00Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit ff4082a6c7 · authored 2026-02-11T12:32:21+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

PDP-11 Assembly (0.65)PDP-5 Assembly (0.52)PDP-7 Assembly (0.52)PDP-8 Assembly (0.52)PDP-15 Assembly (0.50)

LLM-contributed programs

Add Two Numbers

Provenance: commit ff4082a6c7 · authored 2026-02-11T12:32:21+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.asm · added: 2026-02-11T00:00:00Z
        ; Simple PDP-6 Assembly program to add two numbers
        MOVE 1,NUM1     ; Load first number into register 1
        ADD 1,NUM2      ; Add second number to register 1
        MOVEM 1,RESULT  ; Store result in memory
        HALT            ; Stop execution

NUM1:   10              ; First number
NUM2:   20              ; Second number
RESULT: 0               ; Result storage

Contribute — propose a file extension

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