• Realview: Long Long types
    I am trying to port some code over to a LPC2378 ARM-7 MCU that makes use of "long long" variables. I have not been getting any compiler errors over variables being declared as "long long" but when I...
  • long division code
    Hello, I would like to find a source code in C (or assembler for microcontroller 8051) in order to execute some long division ( 32 bits by 32 bits). Do you know where i can find this function? Thank...
  • Long Question for coding suggestions
    Hello, FIrstly your website is great. I just like know if you can advice some thing about the following; 1) when controller starts , it starts scanning P2.0 , waiting for a HIGH Signal to come (JB...
  • Long integer arithmatic
    hi i want to perform arithmatic operations on integers of type long. I need to create functions for the same . e.g: functions for multiplication, addition , division subtraction etc. Can u help me out...
  • Problem with long value multiplication
    Dear sir, i used the compiler for long value multiplication it works good upto 69 multiplied by 10000. after that it doesn't show any error in compiling. it stores the values within 65536. After that...