LAP6

1 program Added 2026-03-13T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: LINC Assembly Program 6, LINC Assembly
Provenance: commit dc0653fbb1 · authored 2026-03-13T05:54:13+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

FAP (0.36)SAP (0.33)SOAP (0.30)IBM 7094 Assembly (0.29)PDP-12 Assembly (0.28)

LLM-contributed programs

Countdown from Ten

Provenance: commit dc0653fbb1 · authored 2026-03-13T05:54:13+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.lap6 · added: 2026-03-13T10:00:00Z
/ LAP6 - COUNT DOWN FROM TEN
/ LINC ASSEMBLY PROGRAM 6
/
        ORG     40      / ORIGIN AT LOCATION 40 OCTAL
START,  LAC     TEN     / LOAD 10 INTO ACCUMULATOR
LOOP,   DAC     TEMP    / SAVE CURRENT VALUE
        SAZ             / SKIP IF ACCUMULATOR IS ZERO
        JMP     NZERO   / NOT ZERO, CONTINUE LOOP
        JMP     DONE    / ZERO, JUMP TO HALT
NZERO,  LAC     TEMP    / RELOAD SAVED VALUE
        SUB     ONE     / SUBTRACT ONE
        JMP     LOOP    / JUMP BACK TO LOOP TOP
DONE,   HLT             / HALT PROGRAM
TEN,    DEC     10      / CONSTANT 10
ONE,    DEC     1       / CONSTANT 1
TEMP,   0               / TEMPORARY STORAGE

Contribute — propose a file extension

Tell us where to find evidence about LAP6 (mapped to pl/lap6). 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/LAP6/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← lap Larabee →