Expand description
§cuda-assembler
Text-to-bytecode assembler for agent instruction sets.
Supports: labels, comments, data directives, confidence annotations, and the full 80-opcode agent instruction set from cuda-instruction-set.
Usage:
MOVI R0, 42 ; R0 = 42
CONF R0, 0.95 ; R0 confidence = 0.95
LABEL start:
ADDI R1, R0, 1
JNZ R1, start
TELL R0, "hello" ; A2A broadcast
HALTStructs§
- Assembler
- Two-pass assembler