• Pseudo-Random Cache Replacement
    Note: This was originally posted on 12th August 2013 at http://forums.arm.com Hi, I've noticed that many ARM CPUs use a "pseudo-random" cache replacement policy. Is there any documentation on how exactly...
  • Replacement for the 80c552
    Hi there! An old project of mine is runnining on a 80C552/30MHz (KBA, is the psot fix, I think). This processor is obsolete, but I need the speed (I think). The software was written by somebody else...
  • global replace
    exist in IAR does it in Keil? if not what do you use?
  • AMAKE replacement
    We have legacy code which uses a batch building process and now need to simulate the Amake register optimization provided in V3 because we migrated to V4. I found the following on this site regarding...
  • Replacing inline assembler code
    Note: This was originally posted on 10th February 2011 at http://forums.arm.com Hi, My inline assembler looks like this asm volatile (     "MRC p15,0,$[value],c0,c0,1          \n\t"        : [value] ...