MicroCode-8085 is a collection of 8085 assembly language programs designed as part of a college assignment. These programs are tested and executed using the Jubin Mitraa 8085 Simulator.
-
Implemented in 8085 Assembly Language
-
Simulated on Jubin Mitraa 8085 Simulator
-
Covers fundamental operations and data manipulation tasks
- Identifies the smallest and largest numbers in a given array.
- Performs addition of two numbers.
- Computes the difference between two numbers.
- Implements multiplication using repeated addition.
- Performs division using subtraction-based logic.
- Sorts an array in ascending order.
- Converts a hexadecimal number to its Binary-Coded Decimal (BCD) equivalent.
- Converts a BCD number into its hexadecimal representation.
- Compares two numbers and determines which is greater or if they are equal.
-
Open the Jubin Mitraa 8085 Simulator.
-
Load the desired assembly program.
-
Assemble and execute the program.
-
View the results in the registers or memory locations.