Lecture 02
Lecture 02
8051 ASSEMBLY
LANGUAGE
PROGRAMMING
Registers
Registerare used to store information
temporarily:
◦ A byte of data to be processed
◦ An address pointing to the data to be fetched
The vast majority of 8051 register are 8-
bit registers
◦ There is only one data type, 8 bits
◦ The 8 bits of a register are labeled from MSB
D7 to the LSB D0
Registers (cont.)