Croissant Runtime
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
crsn/examples/test_cond.csn

24 lines
219 B

(
(ld r8 0)
(ld r0 1
(true? (add r8 1))
)
(sub r0 1
(pos? (fault))
(else? (add r8 1))
)
(nop
(always? (add r8 1))
)
(nop
(never? (fault))
)
(cmp r8 3
(ne? (fault))
)
)