8051 Tutorials
8051 Assembly language and Addressing modes
Computers essentially understand machine codes which are long binary sequences of 0 and 1. For every unique operation, there is a unique sequence of 0s and 1s which makes the processor perform the required operation. As a programmer, writing code in machine language is very tedious and you wouldn’t Read more…