An open API service indexing awesome lists of open source software.

https://github.com/nikhilrout/assembly-mpmc

Compilation of Assembly programs for the 8051 microcontroller
https://github.com/nikhilrout/assembly-mpmc

8051-microcontroller assembly

Last synced: about 1 year ago
JSON representation

Compilation of Assembly programs for the 8051 microcontroller

Awesome Lists containing this project

README

          

# assembly-mpmc
Compilation of Assembly programs for the 8051 microcontroller

## The 8051

### Lab Experiments
Week 1: Arithmetic Operations (Addition, Subtraction, Multiplication, Division)\
Week 2: Exchanging Data between an array of registers & Finding Largest Number in an array of registers\
Week 3: Blinking an LED through 8051 port gpios\
Week 4: Square Wave Generation (10ms) & Using a timer as a counter\
Week 5: Transmitting "Y" "E" "S" using the UART serial communication protocol & working with external interrupts\
Week 6: Lcd Interfacing (displaying "VITCC")\
Week 7: Generating square, traingle, sawtooth and sinusoidal waveforms through an 8051 port

### Random Practice
* Largest number in an array of registers
* Smallest number in an array of registers
* Sorting an array of registers into ascending order
* Sorting an array of registers into descending order
* Celcius -> fahrenhiet conversion
* Average of an array of registers
* Sorting an array of registers into even and odd register arrays