• 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...
  • C51 long multiple mistake
    Hi: I use c8051f410, Program Size: data=114.1 xdata=100 code=4633 I had to use the long multiple in program and find it can not be excecute properly. The code is as below, Is this stack...
  • Functions with multiple long params
    I've created a little test program that runs fine in the simulator, but causes the hardware (80C390) to reset when a function with multiple long parameters is called. This is with v6.22. Am I missing...
  • 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...
  • Integer to Floating conversion error
    I get strange behaviour with integer conversion; in the following example T4Frozen never reaches the value 790 because it turn back to 700 when it step over 767. This happen both on the target and on...