Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by dona700

  1. D

    I need to correct my 8051 ALP

    can i use this code org 0000h;power up main: mov P0_0,1;turn on the light call delay mov P0_0,0;turn off the light call delay jmp main delay: mov a,0 delay1: push a mov a,50 djnz a,delay1 pop a djnz a,delay ret end in MIDE. cuz a have i simple project using microcontroller 8051 but i dont...
  2. D

    Traffic light control using 8051 microcontroller

    Re: traffic light control using microcontroller can u find me a simple assambler code of traffic light control using microcontroller 8051
  3. D

    clock with traffic light

    are there a simple code of PROGRAM FOR TRAFFIC LIGHT to simulate in MIDE using microcontroller 8051
  4. D

    please help. find me a simple code in assambler how do semaphor's lights work

    please help. find me a simple code in assambler how do semaphor's lights work

Part and Inventory Search

Back
Top