This document provides instructions for a laboratory activity that introduces students to assembly language programming. It discusses using tools like a text editor, assembler, linker, and debugger to write, assemble, link, and debug assembly language programs. The activity has students write two short programs - one that moves values into registers, and one that performs a multiplication in a loop. It guides them on running the programs in an debugger to observe the results and make modifications to test changes. The conclusion asks students to explain what the multiplication program does and note any observations from changing a constant value.