Search the lecture notes:
|
This project is very easy to do, but make sure you assemble and run the program to get familiar with Egtapi, or else, you will have major headaches with later projects
Now you know what the computer actually does when it executes an assignment statement: how it evaluates an expression and assigns the result to a variable in a high level programming language
The midterm test will cover the material upto this point
Now you know what the computer actually does when it runs a program. The only thing that you still do not know is what happens in a function call (there is still a lot to learn...).
If you understand everything so far, you now know
exactly what is going on when a computer executes
a program.
You can apply what you learn and write assembler
programs in any assembler language, e.g.,
Intel Pentium, IBM PowerChip, DEC Alpha, SunMicrosystem SPARC...
To program with a new chip, all you need to learn are:
I have SPARC and Intel material
after the C lecture notes to demonstrate this process.
Check out chapter 6
Rough notes on Intel Assemler programming:
Other resources: