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)
Related languages
LLM-contributed programs
Pattern Drawer
Provenance: commit 7a9153fafb · authored 2026-02-13T16:37:58+01:00 · agent claude-code · model sonnet · WebSearch enabled
; 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