• Float point Assignment Problem
    I am using Silicon Labs C8051F344 controller and for one of my project the floating point precision required is 6 digits after decimal point. I am now facing with the following problem: #include...
  • division by zero
    Hi all, Does anybody know what does the system do when a division by zero occurs? We are running RTX 51 ful kernel on Philips' 80c51, 80c552 and 80c660 controllers. Thanks, Laurent.
  • Pin Assignment
    I got spoiled using DaVE by Infineon to setup the registers for many aspects of the microprocessor including and, especially, I/O control. Is there a similar tool for Freescale and NXP micro's and supported...
  • Assign Command
    Can you please explain the usage of the Assign command in the debug mode. The notes in microvision help aren't very clear.I couldn't understand the <inreg> , outreg part. Could someone please elaborate...
  • regarding assignment
    while combining C & assembly instructions, how do i assign value contained in any register like r6, r7 etc. to variable defined in C. i did this is it right? unsigned char myvalue; # pragma asm...