Chapter 2 Software Model 8051
Chapter 2 Software Model 8051
• Data types in C
Char, int (unsigned and signed)- standard types
• C program structure
#include <reg51.h>// very important. Has all register declaration
of 8051
Bit/ sbit/ delay declarations
Main()
{
program body
}
Practice programs: Same as assembly programs expected.