The document contains three assembly language programs. The first program swaps two numbers using arithmetic operations, the second calculates the sum of two numbers and displays it if greater than 10, and the third takes a string input from the user and prints it. Each program includes data declarations, input/output handling, and exit procedures.