ASSIST
1 program
Added 2026-02-13T16:08:55Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Assembler System of Student Instruction and Systems Teaching
Provenance: commit 99ed08c587 · authored 2026-02-13T17:09:39+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
Add Two Numbers
Provenance: commit 99ed08c587 · authored 2026-02-13T17:09:39+01:00 · agent claude-code · model sonnet · WebSearch disabled
* Simple ASSIST program to add two numbers
USING *,15
XREAD NUM1,NUM2
L 1,NUM1
A 1,NUM2
ST 1,SUM
XPRNT SUM,12
BR 14
NUM1 DS F
NUM2 DS F
SUM DS F
END