Announcement

Collapse
No announcement yet.

If Construct

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • If Construct

    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
    | VFX Artist, C++ Programmer, HW Overclocker | Web: xgiovio.com Email: xgiovio@gmail.com Twitter: @xgiovio
Working...
X

Google Profile


My name is Giovanni Di Grezia, but people call me xgiovio.

Here is my homepage:.

I'm a VFX Artist and Software Developer.

Giovanni Di Grezia