TEACH YOURSELF ASSEMBLY

TEACH YOURSELF ASSEMBLY

Texas Instruments 9900 ASSEMBLY LANGUAGE


This mini course will show some examples on how to write your own Assembly Language programs by using a comparison between Basic or Extended Basic and Assembly. It assumes that you know little to nothing about Assembly. It will give you an example in both languages so that you will understand the Assembly by comparing it to the Basic language. I myself have found this to be the easyest way of trying to understand a new programming language. However, you must be able to understand and write programs in the Basic language. This program will start you from the beginning. Then when you have written a small program you will be instructed on how to assemble and run your program. It also includes a test program that has been aready written for you so that you can get an idea of what a program might look like.