General Information for CDA-4101
-
If you do not have a solix account, then get one.
School Accounts
-
General course info
-
Exam Information will be posted here prior to exams
-
Midterm: Wednesday 5/30.
-
Final: Thursday 6/21.
-
Assignments will be posted here
-
Extra Information
-
It is not possible to use the N bit alone to determine the relative order
of unsigned numbers. Try to create the following examples:
-
Perform A - B where the result is negative, and B > A as unsigned numbers
-
Perform C - B where the result is positive, and B > C as unsigned numbers.
Use the same value for B as in the first example.
-
The C bit is implemented as I had described originally. It is set as if the
subtraction were done without using the 2's complement of the number. Perform
the subtraction as you would normally (not with 2's complement), if you need
to borrow to complete the subtraction, then the carry bit will be set. This
raises the question of how this would be implemented in hardware. One solution
would be to negate the carry-out of the highest ALU whenever the ALU forms
the 2's complement of the A bus.
Back to Index
You are visitor number
to visit this page since 10/13/00.