iridium 0.0.33

A resilient VM for the Palladium language
Documentation
1
2
3
4
5
6
7
.data
.code
LOAD $0 #400
CALL @test
HLT
test: LOAD $0 #500
RET