Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chap.2 (MIPS (Instructions (Bit Operation (sll and srl operation :…
Chap.2
-
Procedure
-
-
Stack
-
Procedure Frame (Activation record) : procedure이 사용한 register와 local variable을 저장하는 Stack 내부의 영역 >> Frame pointer를 이용해 접근
-
-
Binary Digit
-
-
Sing extension(16bits > 32bits) : 16bits 수의 MSB를 32bits의 최상위 비트에, 나머지 16bits 값은 32bits의 오른쪽에
-