Microprocessor Lab Programs done as a part of coursework
- MASM Program to print Hello World (hello.asm).
- MASM Program to read and display a character (char.asm).
- MASM Program to read and display a string (strng.asm)
- MASM Program to read and display a number (num.asm).
- MASM Program to find the sum of 2 8-bit numbers (sum.asm).
After Z:> type the following commands
mount c c:\8086 (if you have copied the masm libraries in 8086 folder in c drive)
Then press Enter and type
c: