무어의 법칙이란, 반도체 칩의 성능이 2년마다 두배씩 좋아지는것을 의미한다.
Define : performance = $1/Execution Time$X is n times fater than Y X Performance / Y Performance = Y execution time (slower) / X execution time (faste
Instructions(명령어)instructions set 구조에 의해 정의되는 프로세서의 단일 연산Opcode + Operand 지시자로 이루어짐Instruction set컴퓨터가 이해하는 모든 instruction(명령어)의 집합하드웨어 언어를 이해하는 것이 하드
논리 쉬프트(Logical shift) :오른쪽 논리 쉬프트(Logical shift right) = 0$x{31}x{30}⋯x_1$ 왼쪽 논리 쉬프트(Logical shift left) = $x{30}x{29}⋯x_0$0 산술 쉬프트(for 2's complement
d
정수의 표현Unsigned integersSigned integers정수의 연산덧셈, 뺄셈곱셈, 나눗셈표현할 수 있는 수를 넘어선 overflow가 나타날 경우 어떻게 해야하나?소숫점의 표현(Floating-point)IEEE 754 표준에서 만듬실수의 연산덧셈, 뺄셈