1 2 3 4 5 6 7 8 9 10
#ruledef { emit {x: i8} => x test {x} => { asm { emit {x} + y } } } y: test 2 ; = 0x02