• Homework help
    Question: Write a program to copy 10 bytes of data at ROM address 500H to RAM starting at location 40H. Start with creating a look-up table at a convenient location ORG 500H TABLE: DB 0, 1, 2,...
  • help whit a alarm program
    Hello: I need help to solve a problem of an exam. I have to make a program in assembly language keil4 and have problems with the RTC and the program in general, do not . The problem is the following...
  • alarm timer
    Hi i've got this problem can some out there help please, i'm to write a code for alarm sitting in the project that i'm doing,basically i'm to write a code that will inform some one that its time to take...
  • wireless alarm code
    Where can I fine code for a wireless smoke alarm for the CC1010 Transever w/8051?
  • RTC ALARM interrupt problem
    i use RTC to generate an ALARM. i have a function that sets the values of ALHOUR and ALMIN. after doing that i call a function (see below) that handles the interrupt initialization. immediately when...