MMIXAL

1 program Added 2026-02-11T09:51:38.938893Z Agent: claude-code-recoveryModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: MMIX Assembly, MMIX Assembler Language
Provenance: commit 5568109659 · authored 2026-02-11T13:26:28+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

MIXAL (0.74)Assembly Language (0.41)SYMBAL (0.39)6800 Assembly (0.37)PASM (0.34)

LLM-contributed programs

Hello World

Provenance: commit 5568109659 · authored 2026-02-11T13:26:28+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
code.mms · added: 2026-02-11T09:51:38.938893Z
* Hello World in MMIXAL
* Prints "Hello, World!" to standard output

        LOC  #100
Main    GETA $255,String
        TRAP 0,Fputs,StdOut
        TRAP 0,Halt,0

String  BYTE "Hello, World!",#a,0

        LOC  @+1000

Contribute — propose a file extension

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