Skip to content

Assembly Language Programming for some of the questions that are frequently asked in Exam's

Notifications You must be signed in to change notification settings

MaheshReddy-05/Micro-Processor-MASM

Repository files navigation

Micro-Processor-MASM

Some of the ALP code for some of the questions that are frequently asked in exam

8086 Instructions

jnz -> jump not zero at cx flag
jg -> jump if greater
jl -> jump if lesser
jge -> jump if greater or equal to j
le -> jump if lesser or equal to
shr -> shift right or we can say dividing by 2
shl -> shift left or we can say multiple by

If anyone is intrested in adding new programs can raise a pull request i will look into it

Thank you for coming here

About

Assembly Language Programming for some of the questions that are frequently asked in Exam's

Topics

Resources

Stars

Watchers

Forks