• GNU-Tool-Prefix??
    I am using Keil µVision3 for simulating an ARM processor. To use CodeSourcery toolchain I set * GNU-Tool-Prefix: arm-none-linux-gnueabi- * Cygnus Folder: C:\Program Files\CodeSourcery\Sourcery...
  • how to add prefix 0x to hex?
    Hi! i am using P89c669 as master and P89v51 as Slave.The Slave program it self by using IAP method.the hex file for the program is received form master.so the master have the hex file.now the problem...
  • assembler prefix for 16 and 32 bit operations
    So I'm doing some very sophisticated code in assembler on my fav little processor. I recently discovered that most processors have special prefix codes so they can carry out wider operations. like the...
  • compiler C to the opcode without prefix in source_mode
    I want to compiler the C program to the machine code without some instruction need prefix by c251 compiler in source mode. If keilC251(IDE version) has any option to do it? Thanks for your great help...
  • Why variables wtth prefix of code are put in CONST area by Keil
    Hi , I have one question for keil compiler. Originally, in the compile result for my project, CONST size is 0 and all of variables with prefix of code are put in CODE area by compiler. But...