Programming with QtSpim

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 10

  • @briankamrany5557
    @briankamrany5557 11 років тому +1

    Great tutorial, John!

  • @ryanstevens2769
    @ryanstevens2769 9 років тому

    Thank you for this! A great primer.

  • @truenorth90
    @truenorth90 10 років тому

    excellent video, thanks

  • @fagouma
    @fagouma 8 років тому

    Your video helped me.Gj!

  • @skjbanks
    @skjbanks 9 років тому +1

    Your comments don't match the function in your second program named "pseudoinstructions." See below for a possible revision.
    loop: lw $t3, 0($t0) # load first element of array into temp reg 3
    add $t2, $t2, $t3 # update sum
    addi $t0, $t0, 4 # point to next element in array
    addi $t1, $t1, -1 # decrement loop count
    bne $t1, $zero, loop # check if there are any loops remaining
    ble $t2, $0, else # if the sum > 0, store sum in $s0
    move $s0, $t2
    j exit
    else: move $s1, $t2 # else store sum in $s1

  • @GMan33195
    @GMan33195 10 років тому

    So helpful!

  • @codak29
    @codak29 9 років тому +17

    The audio goes full Charlie Brown at 3:02. Get a real mic.

  • @metelaouiyasser3127
    @metelaouiyasser3127 10 років тому

    thnx )))

  • @rh666
    @rh666 9 років тому +1

    Play League of Legends. XD. Good video.

  • @sitihajar-rl9ii
    @sitihajar-rl9ii 9 років тому

    thanks for the tutorial!