• Q: Compiler generates wrong Assembler Code
    I am involved within the development of some control hardware using the Infeneon XC161 processor with a "self made" evaluation board. I think something is wrong with the compiler. First I thought that...
  • Common declaration with variable in Assembler and C code
    Hello, We used,in our project,parts of code written in C code and parts written in Assembler code. Somme variables, particulary bit type, need to be access by the two parts. Our actual solution is to...
  • Assembler Loop
    Hey mates! This time I got a very strange problem. I want to show a question on a LCD. For that i created a loop which takes every letter and draw it on the lcd. Here's my problem: You see the variable...
  • C167 barebones assembler setup
    I feel so stupid asking this question, but I am trying to assemble just a few lines of relocatable C167 code that I will manually patch into an existing engine control unit. I've done this before with...
  • Inline Assembler - error C195
    Hello, I can't compile inline assembler code, which includes intruction MOV [Rw+],[Rw] Please see modified example from appl. note 172. Compiler returns warning C195: inline-asm: ambigous operand type...