CS-224 Computer Organization Lecture 07

  Рет қаралды 29,300

Bilkent Online Courses

Bilkent Online Courses

Күн бұрын

Пікірлер: 27
@Hancok66
@Hancok66 2 ай бұрын
I'm doing Computer Organization in UFSC - Brazil and my teacher doesn't have any recording of his classes, but this channel right here have everything I see on my classes but RECORDED! You explain almost the same way as my teacher, i'm happy to finally find a recorded class of this patterson book, I was needing a lot to understand some things and couldn't do it just by myself because I can't review my own classes, you are a hero
@ISLAMguidanceful
@ISLAMguidanceful 6 жыл бұрын
i love this professor already, mind you iam watching this because i hated my comp arch professor from the second lecture and never went back
@sgermain06
@sgermain06 2 жыл бұрын
"Linked lists: don't worry, we'll save you that pain until a little later." Lol!
@aquaizzy
@aquaizzy 9 жыл бұрын
He does NOT care! breaking all the limits. He will write wherever!! WHENEVER!!
@follklor9976
@follklor9976 8 жыл бұрын
great lecture
@vincecs
@vincecs 10 ай бұрын
This is so good
@Karim-ud9kl
@Karim-ud9kl 8 жыл бұрын
You're the best
@wristocrat
@wristocrat 2 жыл бұрын
boss mode activated at 2:50
@studentcommenter5858
@studentcommenter5858 6 жыл бұрын
NORing with 0 inverts. That is cool. But what about NORing with 1 always leads to 0. What should one do to invert only a specific set of bits?
@nutellarutsche6971
@nutellarutsche6971 6 жыл бұрын
i know your comment is a couple months old, but im still doing this because its a kind of training fo me. imagine you want to invert first byte of t0: andi $t1, $t0, 0xff //mask first byte out nor $t1, $zero //invert the masked out stuff lui $t2, 0xffff ori $t2, 0xff00 //create mask to clear old stuff in t0 first byte and $t0, $t0, $t2 //apply it or $t0, $t0, $t1 //puit inverted byte back
@ahmedakef
@ahmedakef Жыл бұрын
do AND mask to get only the bits you want: y = x AND 0x00001100 invert it: y = ^y do reverse AND mask to clear the bits you reverted: x = x AND 0x11110011 or the two variables : x = x OR y
@mustafaturgut9930
@mustafaturgut9930 2 ай бұрын
​​@@ahmedakefCORRECTING YOUR SOLUTION : y = x or 0x11110011 , y = y' , x = x and 0x11110011 , x = x or y
@xx03_p19
@xx03_p19 9 жыл бұрын
8:50 He's starting to get annoyed as the students seem to struggle a little bit. lol I think that many of these students aren't native english speaker they will be ok after review the notes but he's actually a very good teacher!
@ganpangyen4444
@ganpangyen4444 2 жыл бұрын
super super super ..... bleeeeeeeeerrrrrrr...beer beer super super..... I found it so fun not understanding Turkish while learning with the video hahaha
@mohitdaga2356
@mohitdaga2356 7 жыл бұрын
The guy is a gem,knows Hindi as well,I am very sure of it,at 7:12 he said "BARBAAD" which roughly translates to "In vain/Futile" and in of the previous lectures he used "YANI",which translates to "that is/i.e.". Prof. is one of a kind.
@y09i_
@y09i_ 6 жыл бұрын
And "berbat" is of Persian origin, another influential language.
@studentcommenter5858
@studentcommenter5858 6 жыл бұрын
Holy shit! This comment thread must be used for linguistic research. LOL jk.
@AAZinvicto
@AAZinvicto 6 жыл бұрын
to add more to this thread, he's also using "siffer" for 0 which is also used in Urdu
@abdelrahmanyasser5720
@abdelrahmanyasser5720 6 жыл бұрын
siffer is arabic lang
@kevivarma2759
@kevivarma2759 4 жыл бұрын
You think he switched from English/Turkish to Hindi randomly? Wtf lmao
@MohamedLamineDiakhate-w9i
@MohamedLamineDiakhate-w9i 4 ай бұрын
for anybody who did the exercise please can you show answer?
@sgermain06
@sgermain06 2 жыл бұрын
I'm curious to see if anyone has the answer to the homework he posted. I came up with 8 operations to get to the result he asked, but I wonder if there's a more efficient way to do it.
@emreduman225
@emreduman225 2 жыл бұрын
How did you do it with 8 operations? I did it with 9 operations even without doing operations in first byte. You sure that you loaded to registers and stored back to the memory? (3 load , 3(nor,and,or), 3 store )
@KevinIrungu23
@KevinIrungu23 Жыл бұрын
Original 32-bit piece of data in $t1: 0110 0011 1111 0000 0101 0110 0101 0001 Desired 32 bits: 0110 0011 0000 1111 0000 0000 1111 1111 Operations: andi $t0, $t1, OxFF000000 ori $t0, $t0, Ox000F00FF @@emreduman225
@mustafaturgut9930
@mustafaturgut9930 2 ай бұрын
sample solution to the given exercise : y = x or 0x1111000011111111, y = y', x = x and 0x1111000000001111, y = y or 0x0000000000001111, x = x or y
CS-224 Computer Organization Lecture  08
33:59
Bilkent Online Courses
Рет қаралды 25 М.
CS-224 Computer Organization Lecture  09
49:01
Bilkent Online Courses
Рет қаралды 21 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Lecture 1. Introduction and Basics - Carnegie Mellon - Computer Architecture 2015 - Onur Mutlu
1:54:36
Carnegie Mellon Computer Architecture
Рет қаралды 570 М.
CS-224 Computer Organization Lecture  10
50:23
Bilkent Online Courses
Рет қаралды 21 М.
I built my own 16-Bit CPU in Excel
15:45
Inkbox
Рет қаралды 1,6 МЛН
CS-224 Computer Organization Lecture  16
49:17
Bilkent Online Courses
Рет қаралды 13 М.
CS-224 Computer Organization Lecture  23
46:23
Bilkent Online Courses
Рет қаралды 17 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН