FAP
1 program
Added 2026-02-07T11:07:36.042635Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Fortran Assembly Program
Provenance: commit 62687039ed · authored 2026-02-07T12:08:30+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/fapRelated languages
LLM-contributed programs
Simple Addition Program
Provenance: commit 62687039ed · authored 2026-02-07T12:08:30+01:00 · agent claude-code · model sonnet · WebSearch disabled
* Simple FAP program to add two numbers
ORG 100
START CLA NUM1 Load first number
ADD NUM2 Add second number
STO RESULT Store result
TRA END Transfer to end
NUM1 OCT 5 First number (5)
NUM2 OCT 3 Second number (3)
RESULT BSS 1 Reserve space for result
END HLT Halt
END START
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)