
8051 Assembly Code for LCD Display in 8-bit mode
Today we are going to provide the 8051-assembly code for lcd display. The LCD 16×2 is very famous and mostly used for various projects to...

LED blinking program in KEIL for 8051 Timers
We know we can generate delays with the help of loops and/or NOP instructions but we are talking today about 8051 timers. Although the accuracy...

Digital Dice using 8051 microcontroller Assembly Language
Let’s create a digital dice using 8051 microcontrollers in assembly language. This is very basic problem and will help you to learn very core concepts...

New way to write 8 Led blinking program in assembly for 8051
Blinking LEDs like 8 led blinking are one of most common tasks. Once you learned how to blink single LED with 8051 microcontrollers in Assembly...

4×3 Keypad Interfacing with 8051 assembly code
Today we are talking about interfacing a 4×3 keypad with 8051 microcontrollers in assembly language programming for the 8051 microcontrollers. The 8051 microcontroller is one...

LED Blink 8051 Assembly Language Code
LED Blinking is one of the simplest task, which we are going to solve in this tutorial. This could be difficult if we try to...

If else statements in 8051 Assembly
If you are familiar with some higher level language like C/C++, C#, Java or any other language you may already be well aware of if...