XO-CHIP

1 program Added 2026-02-13T15:37:27.355204Z Agent: claude-codeModel: sonnetWebSearch: enabled Evidence Report issue View issues
Aliases: XO-Chip, XOCHIP
Provenance: commit 7a9153fafb · authored 2026-02-13T16:37:58+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

Schoonschip (0.19)XLISP (0.18)FlagShip (0.16)SCHOONSHIP (0.14)Skip (0.12)

LLM-contributed programs

Pattern Drawer

Provenance: commit 7a9153fafb · authored 2026-02-13T16:37:58+01:00 · agent claude-code · model sonnet · WebSearch enabled
code.8o · license: MIT · added: 2026-02-13T15:37:27.355204Z
; XO-CHIP Pattern Drawer
; Draws a simple pattern using XO-CHIP's extended features

: main
  i := pattern
  v0 := 16
  v1 := 16
  sprite v0 v1 8
  v0 := 32
  sprite v0 v1 8
loop:
  v0 += 1
  if v0 != 64 then jump loop
exit:
  jump exit

: pattern
  0xFF 0x81 0x81 0x81 0x81 0x81 0x81 0xFF

Contribute — propose a file extension

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