[시스템 프로그래밍] 10. Floating Point Processing
·
Computer Science/시스템 프로그래밍
Floating-Point Binary Representation부동 소수점 이진 표현 부동 소수점 십진수는 세 가지 구성 요소를 포함함부호 (Sign), 가수 (Significand 또는 Mantissa), 지수 (Exponent)예: -1.23154 x 10^5에서 부호는 음수, 가수는 1.23154, 지수는 5IEEE Binary Floating-Point RepresentationIEEE 이진 부동 소수점 표현  x86 프로세서는 IEEE 754-1985 표준에 지정된 세 가지 형식을 사용 단정밀도 (Single Precision)32비트: 부호 1비트, 지수 8비트, 가수 23비트. approximate 정규화 범위: 2^-126 ~ 2^127. "short real"이라고도 함.Double P..
[시스템 프로그래밍] 09. Memory Management
·
Computer Science/시스템 프로그래밍
보호되어 있는 글입니다.
[시스템 프로그래밍] 08. Advanced Procedures
·
Computer Science/시스템 프로그래밍
보호되어 있는 글입니다.
[시스템 프로그래밍] 07. Integer Arithmetic(2) - Multiplication and Division Instructions
·
Computer Science/시스템 프로그래밍
보호되어 있는 글입니다.
[시스템 프로그래밍] 07. Integer Arithmetic(1) - Shift and Rotate Instructions
·
Computer Science/시스템 프로그래밍
보호되어 있는 글입니다.
[시스템 프로그래밍] 06. Conditional Processing(4) - Conditional Control Flow Directives
·
Computer Science/시스템 프로그래밍
보호되어 있는 글입니다.
[시스템 프로그래밍] 06. Conditional Processing(3) - Conditional Loop Instructions
·
Computer Science/시스템 프로그래밍
보호되어 있는 글입니다.
[시스템 프로그래밍] 06. Conditional Processing(2) - Conditional Jumps
·
Computer Science/시스템 프로그래밍
보호되어 있는 글입니다.
[시스템 프로그래밍] 06. Conditional Processing(1) - Boolean and Comparison Instruction
·
Computer Science/시스템 프로그래밍
보호되어 있는 글입니다.
[시스템 프로그래밍] 05. Procedures(3) - Linking to an External Library
·
Computer Science/시스템 프로그래밍
보호되어 있는 글입니다.