• Assembler: Meaning of Rn,Rt,Rm etc.
    Hi, All assembler instructions (examples) refer to registers as Rn, Rm, Rt etc. I cannot find some explanation of this .n, .m, .t letters. I searched the complete Assembler helpfile and all...
  • RTX flags etc
    In the Keil help section it seems to imply that each task name gets its own individual 16bit flag ie. as in os_evt_set (0x0004, id2); and os_evt_set (0x0004, id3); if so, how does os_evt_wait_or (0x0004...
  • the meaning of this
    i didn't know the meaning of this (P0=~(row[f][i]))
  • Project Macros, Etc?
    Is there a way to use macros, environment variables, preprocessor constants, etc. with the uVision project? For example, if I want to change the name or location of the output file, is there a way...
  • strlen() <-> xstrlen(), xhuge, etc.
    Hi all, Our project uses the HLARGE memory model. I'm trying to run the (received but not very well documented) application from RAM instead of flash by copying it to RAM in the startup.a66 file. And...