pranavkhatale / Keil-uVision5-Microcontroller-8051-Experiments

Keil μVision5 Microcontroller 8051 Experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keil μVision5 Microcontroller 8051 Experiments

Keil μVision 5

  1. Arithematic Operations: Addition, Substraction, Multiplication, Division of two 8 bit numbers
  2. Transfer Block of Data
  3. Exchange the 10 byte of data between 20H memory location and 30H memory location
  4. Logical operations : AND, OR, XOR & NOT of 45H and 67H, store the result from 20H
  5. Find the smallest & largest number in a given array starting from 5000H memory location and stored the result in 60H memory location
  6. Sort a given array in Ascendng & Descending order
  7. Display "INDIA" in ROM space strating at 250H also transfer the bytes into RAM location starting at 40H
  8. Generate a square wave of 50% duty cycle on the P1
  9. Generate a triangular wave

About

Keil μVision5 Microcontroller 8051 Experiments


Languages

Language:Assembly 84.0%Language:HTML 16.0%