TX-0 Assembly
1 program
Added 2026-02-11T13:44:18Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: TX-0, TX0 Assembly
Provenance: commit daa86816fc · authored 2026-02-11T14:44:40+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
Simple Addition
Provenance: commit daa86816fc · authored 2026-02-11T14:44:40+01:00 · agent claude-code · model sonnet · WebSearch disabled
/ TX-0 Assembly Program - Simple addition
/ Adds two numbers and stores the result
cla
add num1
add num2
sto result
hlt
num1: 40000
num2: 20000
result: 0