quebex

A software analysis framework built around the QBE intermediate language

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

1function w $main() {
2@start
3	%val =s add 0, 0
4	%val.1 =s add 0, s_+4.2
5	hlt
6}