Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
In line "slt $t2, $s1, $t1" why are you using $s1 and what value does it hold? Shouldnt the middle argument be $a2?
That one dislike is from a x86 programmer. Nice video!!!
Are there no online tools to do this exactly as he shows. Some of them have lots of extra info.
for line sb $s2, 0(t0), shouldnt we use t1 instead of t2 for img[i] since in the lbu $t1, 0($t0) line it translates to t1 = img[i]? (5:03)
Well, t1 is not used in that equatiion, so it is hard to say to use it with in mind.
I feel bad for this video for the lack of comments. I will be the second
" Hashagui dude, I agree with you, so if this counts it is the 3rd :) " - add : ' ikuuu them all ' on league though :)
Why isn't the addi $s2, $0, 255 instruction inside the loop?
The 255 value is the largest value that this unsighted char could take on. The loop is looking for when the value is less than the largest value it could take on. The loop is looking for the smallest value it takes on. Does that clarify items?
@@matthewwatkins88 It does, thank you.
In line "slt $t2, $s1, $t1" why are you using $s1 and what value does it hold? Shouldnt the middle argument be $a2?
That one dislike is from a x86 programmer. Nice video!!!
Are there no online tools to do this exactly as he shows. Some of them have lots of extra info.
for line sb $s2, 0(t0), shouldnt we use t1 instead of t2 for img[i] since in the lbu $t1, 0($t0) line it translates to t1 = img[i]? (5:03)
Well, t1 is not used in that equatiion, so it is hard to say to use it with in mind.
I feel bad for this video for the lack of comments. I will be the second
" Hashagui dude, I agree with you, so if this counts it is the 3rd :) " - add : ' ikuuu them all ' on league though :)
Why isn't the addi $s2, $0, 255 instruction inside the loop?
The 255 value is the largest value that this unsighted char could take on. The loop is looking for when the value is less than the largest value it could take on. The loop is looking for the smallest value it takes on. Does that clarify items?
@@matthewwatkins88 It does, thank you.