Skip to content

pcoder59/MicroprocessorLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroprocessorLab

Some 8086 Microprocessor, 8051 Microcontroller and MASM Lab Programs

Instructions to Compile MASM

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

Contents

8086

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

8051

Addition
16 Bit Addition
Subtraction
16 Bit Subtraction
Multiplication
Division
Stepper Motor Interaction

MASM

Display Message on Screen
Check Number Even or Not

About

Some 8086 Microprocessor, 8051 Microcontroller and MASM Lab Programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published