quebex

A software analysis framework built around the QBE intermediate language

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

 1function w $main() {
 2@start.1
 3	%addr =l alloc4 4
 4	storew %addr, 255
 5	%w.1 =w loadw %addr
 6	%w.2 =w loadsw %addr
 7	%w.3 =w loaduw %addr
 8	%w.4 =s loads %addr
 9	%w.5 =w loadsh %addr
10	%w.6 =w loaduh %addr
11	ret 0
12}