This document discusses the EMU8086 emulator and provides examples of assembly language code using it. It introduces EMU8086 as the emulator used in microprocessor courses at the Universidad Don Bosco for its intuitive user interface. Examples are given to demonstrate how to print "Hello World" messages and perform comparisons using the CMP instruction. An additional example shows calculating the sum of elements in a vector and printing the result.