PDP-10 Assembly
1 program
Added 2026-02-11T11:28:15Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: MACRO-10, FAIL
Provenance: commit 2e3e257e4c · authored 2026-02-11T12:28:54+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/macro-10Related languages
MACRO-11 (0.51)PDP-11 Assembly (0.39)PDP-6 Assembly (0.36)PDP-15 Assembly (0.33)PDP-12 Assembly (0.32)
LLM-contributed programs
Hello World
Provenance: commit 2e3e257e4c · authored 2026-02-11T12:28:54+01:00 · agent claude-code · model sonnet · WebSearch disabled
; Hello World program for PDP-10
; Print "HELLO WORLD" to the terminal
TITLE HELLO
SEARCH UUOSYM
START: RESET
OUTSTR [ASCIZ /HELLO WORLD
/]
EXIT
END START
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)