https://github.com/kunalshah017/8085-programming
Codes for 8085 Microprocessor KIT - Dynalog (Dyna-85), All Codes Starting address will be [C000], Emulator in Below Link
https://github.com/kunalshah017/8085-programming
8-bit 8-bit-cpu 8085 assembly-language
Last synced: 7 months ago
JSON representation
Codes for 8085 Microprocessor KIT - Dynalog (Dyna-85), All Codes Starting address will be [C000], Emulator in Below Link
- Host: GitHub
- URL: https://github.com/kunalshah017/8085-programming
- Owner: kunalshah017
- License: mit
- Created: 2023-09-11T16:50:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T06:10:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T11:13:02.686Z (9 months ago)
- Topics: 8-bit, 8-bit-cpu, 8085, assembly-language
- Homepage: https://8085emu.github.io/
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 8085 Microprocessor Codes
(Scroll Below to see Programs)
- 8085 Emulator - [click here](https://8085emu.github.io/)
### How to use code file :https://github.com/kunalshah017/8085-Programming/assets/95049390/03108567-5736-420c-91dd-671a2c5ebbb2
## 8085 Programs Sorted Date wise
Classroom Codes
12-09-23
1. Add 2 numbers stored in memory location use LXI instruction
Code Explanation - [click here](https://github.com/kunalshah017/8085-Programming/blob/main/Lecture%20Code/12-09-23/Add_2_nos_in_memoryLoc_with_LXI/Code%20Explanation.md)1. Add 2 numbers stored in two distant memory location use LXI instruction
Code Explanation - [click here](https://github.com/kunalshah017/8085-Programming/blob/main/Lecture%20Code/12-09-23/Add_2_nos_in_memoryLoc_with_LXI/Code%20Explanation2.md)13-09-23
1. Add 10 numbers stored in memory location
Code Explanation - [click here](/Classroom%20Codes/13-09-23/Add_nos_stored_from_2050_to_2059/Code%20Explanation.md)Practical Codes
11-09-23
1. Add 2 numbers Stored in 2 Registers
Code Exlplanation - [click here](https://github.com/kunalshah017/8085-Programming/blob/main/Practicals%20Code/11-09-23/Add_2_nos_stored_in_2_reg/Code%20Explanation.md)1. Add 2 numbers one stored in register and another in memory location
Code Explanation - [click here](https://github.com/kunalshah017/8085-Programming/blob/main/Practicals%20Code/11-09-23/Add_2_nos_1_in_reg_1_in_memoryLoc/Code%20Explanation.md)1. Add 2 numbers stored at 2 memory locations
Code Explanation - [click here](https://github.com/kunalshah017/8085-Programming/blob/main/Practicals%20Code/11-09-23/Add_2_nos_stored_at_2_memoryloc/Code%20Explanation.md)1. Swap 2 numbers stored at 2 memory locations
Code Explanation - [click here](https://github.com/kunalshah017/8085-Programming/blob/main/Practicals%20Code/11-09-23/Swap_2_nos_stored_at_memoryloc/Code%20Explanation.md)18-09-23
1. 2's complement of a number
Code Explanation - [click here](/Practicals%20Code/18-09-23/2s_complement_of_a_number/Code%20Explanation.md)1. Add 2 16 bit numbers
Code Explanation - [click here](/Practicals%20Code/18-09-23/add_2_16Bit_nos/Code%20Explanation.md)09-10-23
1. Find greater between 2 numbers
Code Explanation - [click here](/Practicals%20Code/09-10-23/find_greater_between_2_nos/Code%20Explanation.md)1. Find greater between 3 numbers
Code Explanation - [click here](/Practicals%20Code/09-10-23/find_greater_between_3_nos/Code%20Explanation.md)