qute

A software analysis framework built around the QBE intermediate language

git clone https://git.8pit.net/qute.git

 1export function w $myfunc(w %a.L3.val)
 2{
 3@.L9
 4	%a.L3 =l	alloc4	4
 5		storew	%a.L3.val,%a.L3
 6	%.L7 =w	loadsw	%a.L3
 7	%.L8 =w	ceqw	%.L7,0
 8		jnz	%.L8,@.L4,@.L6
 9@.L6
10		ret	23
11@.L10
12		jmp	@.L5
13@.L4
14		ret	42
15@.L5
16		ret
17}