ALM
1 program
Added 2026-02-07T18:44:45.248608Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Assembly Language for Multics, Multics Assembly
Provenance: commit 06be5d4fbf · authored 2026-02-07T19:45:34+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Hello Multics
Provenance: commit 06be5d4fbf · authored 2026-02-07T19:45:34+01:00 · agent claude-code · model sonnet · WebSearch disabled
" Simple ALM program - print message
" Based on Multics assembly language syntax
name hello
entry hello
hello: eax1 0 " clear index register 1
tsx2 iox$put_chars " call output routine
tra return " return to caller
message:
acc 'Hello, Multics!'
return: short_return
end hello