• "else" instruction doesnt get xcuted
    Hi All, Using uVision simulator and Keil arm or GNU compiler, the "else" instruction never gets xcuted. Using MSVC++ it does get xcuted. Anyone know why?? puzzleing. Thanks -------------------...
  • "else" instruction doesnt get xcuted
    Hi All, Using uVision simulator and Keil arm or GNU compiler, the "else" instruction never gets xcuted. Using MSVC++ it does get xcuted. Anyone know why?? puzzleing. Thanks -------------------...
  • Debug Skipping Function with IF ELSE
    Summary: Device TI MSC1210 A user function called in main passes a pointer to an array and either a 1 or a 0. The function uses the 1/0 to decide which serial port to use. It then outputs data from...
  • Debug Skipping Function with IF ELSE
    Summary: Device TI MSC1210 A user function called in main passes a pointer to an array and either a 1 or a 0. The function uses the 1/0 to decide which serial port to use. It then outputs data from...
  • Simple IF THEN ELSE and SELECT CASE for assember
    Simple IF THEN ELSE and SELECT CASE macros to be used in assember for micros. The Select case macros I found on internet. I want to put together because are a complement to the IF. Can be used...