0% found this document useful (0 votes)
3 views2 pages

System Programming Midterm Exam Guide

This document outlines the chapters and key topics covered in a midterm exam for a system programming course. It includes chapters on execution units, bus interfaces, data representation with twos complement, CPU registers like AX and BX, memory models, the flag register, comparison instructions like CMP, and examples of for loops. Examples and tables from specific pages are referenced for chapters on memory models and comparison instructions.

Uploaded by

iftekhar2003
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

System Programming Midterm Exam Guide

This document outlines the chapters and key topics covered in a midterm exam for a system programming course. It includes chapters on execution units, bus interfaces, data representation with twos complement, CPU registers like AX and BX, memory models, the flag register, comparison instructions like CMP, and examples of for loops. Examples and tables from specific pages are referenced for chapters on memory models and comparison instructions.

Uploaded by

iftekhar2003
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

SYSTEM PROGRAMMING – MIDTERM EXAM

Chapter 1:
Execution Unit, Bus Interface

Chapter 2:
Twos Complement, Addition, Subtraction

Chapter 3:
AX, BX, CX, DX
Example 3.1
Example 3.2

Chapter 4:
Table 4.4 Memory Models
Table 4.2
Table 4.1
Page 79 – 6 SIMILAR TO Page 64 – 4.6 (example)
Page 64 – 4.6 SIMILAR TO 4.9 *

Chapter 5:
Flag Register
5.3

Chapter 6:
The CMP instruction
6.3
Example – 6.6 (page – 103)
Example – 6.7 (page – 103)
Example – For Loop

You might also like