Some 8086 Microprocessor, 8051 Microcontroller and MASM Lab Programs
You will need MASM Assembler at: https://github.com/pcoder59/MASMAssembler and DOSBox: https://www.dosbox.com/download.php?main=1
Set BIN folder of MASM in your PATH or copy MASM program to BIN of MASM
To Compile: ML.exe filename.asm
This will produce .exe file. You need to run this .exe through DOSBox to see output
Addition
Subtraction
Multiplication
Division
Division of 32 Bit Number by 16 Bit
BCD to Binary Conversion
Fibonacci Series
Stepper Motor Interaction
Largest of 10 Numbers
Addition
16 Bit Addition
Subtraction
16 Bit Subtraction
Multiplication
Division
Stepper Motor Interaction
Display Message on Screen
Check Number Even or Not