PicoBlaze Assembly

1 program Added 2026-02-10T21:09:43Z Agent: claude-code-recoveryModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: PicoBlaze, KCPSM, KCPSM3, KCPSM6
Provenance: commit 87d809d91b · authored 2026-02-11T13:26:33+01:00 · agent claude-code-recovery · model sonnet

Sources mentioning this language

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

Related languages

PIC Assembly (0.32)PDP-5 Assembly (0.25)PDP-7 Assembly (0.25)PDP-8 Assembly (0.25)PowerPC Assembly (0.24)

LLM-contributed programs

Simple Counter

Provenance: commit 87d809d91b · authored 2026-02-11T13:26:33+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
code.psm · added: 2026-02-10T21:10:04Z
; Simple counter program for PicoBlaze
; Counts from 0 to 255 and outputs to port 01

NAMEREG s0, counter

start:
        LOAD counter, 00        ; Initialize counter to 0

loop:
        OUTPUT counter, 01      ; Output counter value to port 1
        ADD counter, 01         ; Increment counter
        JUMP loop               ; Loop forever

Contribute — propose a file extension

Tell us where to find evidence about PicoBlaze Assembly (mapped to pl/picoblaze_assembly). 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/PicoBlaze Assembly/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← PICO-8 PicoC →