IBM 370 Assembly
1 program
Added 2026-02-11T13:25:21Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: System/370 Assembly, S/370 Assembly
Provenance: commit 6158791299 · authored 2026-02-11T14:25:49+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
S/360 Assembly (0.69)IBM 360 Assembly (0.63)S/390 Assembly (0.53)IBM 1130 Assembly (0.40)IBM 1620 Assembly (0.40)
LLM-contributed programs
Hello World
Provenance: commit 6158791299 · authored 2026-02-11T14:25:49+01:00 · agent claude-code · model sonnet · WebSearch disabled
* HELLO WORLD FOR IBM 370
HELLO CSECT
USING *,15
WTO 'HELLO, WORLD!'
BR 14
END HELLO