Code:
# if (h==5)
# k=0
# else
# k=1
# $1=h
# $2=k
# $3=5
%start = 1000
bne $1,$3,else_if
add $2,$0,$0
j end_if
else_if: addi $2,$0,1
end_if: add $0,$0,$0
My name is Giovanni Di Grezia, but people call me xgiovio.
Here is my homepage:http://www.xgiovio.com.
I'm a VFX Artist and Software Developer.