MACRO-8

1 program Added 2026-02-11T11:38:16Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 3cf6acf157 · authored 2026-02-11T12:39:10+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

MACRO-10 (0.40)MACRO-20 (0.38)MACRO-11 (0.22)PICO-8 (0.21)MACRO-32 (0.21)

LLM-contributed programs

Sum Three Numbers

Provenance: commit 3cf6acf157 · authored 2026-02-11T12:39:10+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.pal · added: 2026-02-11T11:38:16Z
        *200
START,  CLA CLL         / Clear AC and Link
        TAD NUM1        / Load first number
        TAD NUM2        / Add second number
        TAD NUM3        / Add third number
        DCA SUM         / Store result
        HLT             / Halt

NUM1,   0010            / First number (8)
NUM2,   0015            / Second number (13)
NUM3,   0007            / Third number (7)
SUM,    0000            / Result storage

        $START

Contribute — propose a file extension

Tell us where to find evidence about MACRO-8 (mapped to pl/macro_8). 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/MACRO-8/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← MACRO-32 macro-spitbol →