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.
25 lines
219 B
25 lines
219 B
4 years ago
|
(
|
||
|
(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))
|
||
|
)
|
||
|
)
|