Skip to content
Just Code

Developer Experiences, Projects, Tutorials, Tips and more.

  • How to
  • Software Engineering
  • Source Codes
    • Assembly Language ProgramsList of Assembly Language Programs for 8085 & 8086 Microprocessor with code, algorithms and flowcharts. Includes ALP to add, subtract, compare, move, palindrome numbers and data.
    • C Programming LanugageHere are some very useful C Programming tutorials, code examples, free projects and source code using C Programming Language.

Microprocessor 8086

Home » Microprocessor 8086

8086 ALP to convert ASCII to Hexadecimal number

Posted by By Luzan Baral August 23, 2017Posted inAssembly Language Programs

Problem: Write an Assembly Language Program to convert ASCII to Hexadecimal number.

Title: 8086 ALP to convert ASCII to Hexadecimal number

Continue Reading
Read More

8086 ALP to check if input number is Prime or not

Posted by By Luzan Baral August 12, 2017Posted inAssembly Language Programs

Title: Code for 8086 ALP to check if input number is prime or not.

Description: This 8086 Assembly language program is to check if the user inputted number is prime or not. This program allows user to give the number to test, and the 8086 ALP to check if input number is Prime or not.

Continue Reading
Read More

Assembly Language Program to Print “Hello World” in 8086

Posted by By Luzan Baral August 11, 2017Posted inAssembly Language Programs

Title: 8086 Assembly Language Program – ALP to print string Hello World

Continue Reading
Read More

8086 ALP to check whether the input string is palindrome or not

Posted by By Luzan Baral August 8, 2017Posted inAssembly Language Programs

Problem: Write a assembly language program in 8086 to check whether the input string is palindrome or not.

Continue Reading
Read More

8086 ALP to read letters in Lower case and convert to Upper case

Posted by By Luzan Baral August 7, 2017Posted inAssembly Language Programs

Problem: Program to read a letter in Lower case and print it after converting it in to Upper case letter

Continue Reading
Read More

8086 ALP to read and compare two strings using subroutine

Posted by By Luzan Baral August 7, 2017Posted inAssembly Language Programs

Question: Write an assembly language program in 8086 to read and compare two strings using Subroutine.

Continue Reading
Read More

Assembly language program to count the number of 1’s and 0’s in the binary bit system

Posted by By Luzan Baral June 30, 2017Posted inAssembly Language Programs

Write an assembly language program to count the number of 1’s and 0’s in the binary bit system 11001101 = CDH.

Algorithm

Continue Reading
Read More

Assembly language program to count the number of 1’s in a byte stored in memory location 2000H

Posted by By Luzan Baral June 26, 2017Posted inAssembly Language Programs
Write an assembly language program to count the number of 1’s in a byte stored in memory location 2000H. Algorithm: Step 1: Point to memory location 2000H Step 2: Load…
Read More

Recent Posts

  • Crafting Clear Git Commit Messages: A Developer’s Guide
  • How to Install and Switch Versions of Node.js Using NVM
  • Choosing the Right JavaScript Variable: var, let, or const?
  • Understanding TypeScript Generics: Why and How to use them?
  • Overengineering Syndrome: Less is More in Software Design
Copyright 2025 — Just Code. All rights reserved. Sinatra WordPress Theme
Scroll to Top