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

Reference list of Common Interrupts

Using INTERRUPTS write ASM files to perform the following

Sample Progs

template.asm - hello.asm - STR_MOV.asm - strings.asm - Clr_Str2.asm - Addit.asm

Now should be able to create solutions to