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)
LLM (this repo) · 1

Related languages

S/360 Assembly (0.55)IBM 370 Assembly (0.53)IBM 360 Assembly (0.44)BAL (0.33)ALC (0.31)

LLM-contributed programs

Hello World

Provenance: commit c6a106ef88 · authored 2026-02-12T13:54:01+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.asm · added: 2026-02-12T12:53:32.746302Z
         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

Contribute — propose a file extension

Tell us where to find evidence about S/390 Assembly (mapped to pl/s_390_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/S390 Assembly/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← S/360 Assembly S/SL →