MADCAP
1 program
Added 2026-02-10T20:41:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 8afa6b9b47 · authored 2026-02-10T21:41:39+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/madcapRelated languages
LLM-contributed programs
Macro Addition Example
Provenance: commit 8afa6b9b47 · authored 2026-02-10T21:41:39+01:00 · agent claude-code · model sonnet · WebSearch disabled
* MADCAP SAMPLE PROGRAM
* DEFINE A SIMPLE MACRO FOR ADDITION
*
MACRO ADD3 A,B,C
LDA A
ADD B
ADD C
STA RESULT
ENDM
*
* USE THE MACRO
ADD3 NUM1,NUM2,NUM3
*
NUM1 DATA 5
NUM2 DATA 10
NUM3 DATA 15
RESULT BSS 1
END
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.)