S/390 Assembly
1 program
Added 2026-02-12T12:53:32.746302Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: System/390 Assembly, ESA/390 Assembly
Provenance: commit c6a106ef88 · authored 2026-02-12T13:54:01+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 World
Provenance: commit c6a106ef88 · authored 2026-02-12T13:54:01+01:00 · agent claude-code · model sonnet · WebSearch disabled
PRINT NOGEN
HELLO CSECT
STM 14,12,12(13)
BALR 12,0
USING *,12
ST 13,SAVE+4
LA 13,SAVE
WTO 'HELLO, WORLD!',ROUTCDE=11
L 13,SAVE+4
LM 14,12,12(13)
SR 15,15
BR 14
SAVE DS 18F
END HELLO