PC Assembly Tutorial Lesson 1

Updated 15th May, 2001



Hi! Welcome to x86 assembly lesson. This assembly lesson is for x86 specific, i.e. for Intel 8088, 80286, 80386, etc. Yes, it is compatible with your Pentium or Pentium III. AMD users could also use this tutorial as well because I cover only the basics. I assume that you have some grasp on some programming language like Pascal, C or C++. I don't want to go over the basic concepts of programming all over again.

Note that you might be frustrated for not getting outputs printed on the screen. But please be understand that it would involve a lot of basic instructions. So, my style here is to churn out several chapters before doing output on the screen. I suggest you to have a debugger like Turbo Debugger to directly watch the effect of each instruction. This can be great for learning.

If you are impatient, just read preliminary chapter, chapter 1 and 2. Then skim chapter 3 through 7. Chapter 8-13 lies the core lesson. If you miss anything, go back to the previous chapters.

This tutorial is available for download. Click here.

OK, here is the contents of the lesson:

 


Where to go now ?

Back to main tutorial page
Main tutorial page (framed version)
My programming links
Download this lesson
Write me


Roby Joehanes, © 1997, 2000, 2001