Computer Architecture & Assembly
Language Programming (CA296) Lab
Page
Program Exercises are .ASM files.
Open a command prompt and change directory to your h:\ drive. Save the assembly
files from the web to your h:\ drive.
Assemble the files using
[ TASM <filename>.ASM ] Link the files using [ TLINK
<filename> ]
TO GET STARTED
Save this file Hello.asm in your H:\CA296 Directory
Make sure it has a .asm extension
Open it in Editplus The ASM Style File is here store it in H:\CA296 nasm.stx
Change Tools/Preferences in Editplus to add a syntax file for .ASM files.