Some topics that will be on the test
I guarantee that I will have questions on the test relating to the following.
It does not mean that these are the only topics on the test! I can
ask you any other topics as well, but if you know how to do the following,
then you will know how to do some of the test.
-
Write a complete program. You will need to know the following INT 21h functions
-
Be able to use the functions in ASM_IO.INC.
-
Be able to write the statements in a data segment, display the corresponding
memory allocation, create the corresponding symbol table.
-
Arithmetic
-
Negative numbers stored as 2's complement
-
Conversions
-
hex to binary
-
binary to hex
-
decimal to binary
-
binary to decimal
-
decimal to hex
-
hex to decimal
-
20-bit address calculation
-
Setting of the Carry, Sign, Zero, Parity, and Overflow flags by arithemtic
operations.