IBM 1620 Assembly
1 program
Added 2026-02-11T10:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: 1620 Assembly
Provenance: commit d9df951653 · authored 2026-02-11T12:50:03+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
IBM 1130 Assembly (0.67)IBM 7090 Assembly (0.45)IBM 704 Assembly (0.45)IBM 705 Assembly (0.43)IBM 370 Assembly (0.40)
LLM-contributed programs
Addition Program
Provenance: commit d9df951653 · authored 2026-02-11T12:50:03+01:00 · agent claude-code · model sonnet · WebSearch disabled
* IBM 1620 Assembly - Addition Program
* Add two numbers and store result
36 00100 49 16000 READ NUM1
36 00106 49 16012 READ NUM2
21 00112 16000 16012 16024 ADD NUM1,NUM2,RESULT
37 00124 46 16024 WRITE RESULT
48 00130 HALT
00 16000 NUM1 DS 12
00 16012 NUM2 DS 12
00 16024 RESULT DS 12