• help required: 486 assembly
    i have some trouble with 486 assembly language. i have an instruction which looks like this: cmp word ptr 15[edi],0 it's corresponding code is: 66 83 7f 0f 00 Firstly, can the saviour explain how...
  • 486 assembly help required
    i have some trouble with 486 assembly language. i have an instruction which looks like this: cmp word ptr 15[edi],0 it's corresponding code is: 66 83 7f 0f 00 Firstly, can the saviour explain how...
  • urgent help required
    sir, i get an error when i run this code! i need help to interface a GSM module wit 8051...here is the code org 00h ajmp main org 30h mov p1,#00h mov p3,#00h mov p2,#00h setb p2.1 main...
  • Help on APNT 105 required
    This application note provides the source for a 100 Hz timer tick with a 11.0592 MHz oscillator. I understand all the code, but can't understand how to define the timer count costant. The code...
  • ARM RTOS help required urgent
    hello friends i have written the code for ARM RTOS, i have used same priority for all of my 4 task, its working fine my problem is when i change the priority in the code then all task's are not...