Microcontroller

8051 Microcontroller

8051 specifications

FeatureROMRAMTimersI/O PinsSerial PortsInterrupt
80514KB128b23216

8051 Instruction Set

It is case insensitive

  • MOV arg1, arg2

    Copies the value of arg2 to arg1. To signify that a value is being used # is used.

  • ADD arg1, arg2

    Adds arg2 to arg1 and saves value in arg1. arg1 should be accumulator.

Backlinks