Programming Microcontrollers

ADD Instruction in Intel 8051 (MCS-51) Microcontroller

The ADD instruction tells the microcontroller’s CPU to add the source byte to register A and put the result in…

3 months ago

The MOV Instruction in Intel 8051 (MCS-51) Microcontroller

The MOV instruction tells the CPU to move (in actual fact COPY) the source operand to the destination operand. MOV…

4 months ago

An Overview of Assembly Language for Programming Microcontrollers

Introduction Software is the term used for the instructions that tells a microprocessor or microcontroller what to do. The collections…

5 months ago

The Difference between a Simulator and an Emulator

A simulator is software that runs on a PC and allows the microcontroller code to be simulated (run) on the…

5 months ago

Software Development Tools for a Microcontroller Programmer

Software development tools are computer programs typically run on PCs that allow the programmer or system developer to create, modify…

5 months ago