• why such code sequence?
    A simple program, compiled on C51 ver. 7.07: #include <reg51.h> unsigned char mparity(unsigned char arg) { ACC=arg; return P?arg|0x80:arg; } void main () { unsigned char t; t=0x3e; t=mparity...
  • How to fix file sequence presentation in the IDE?
    Hi, My sourcecode files start with numbers like F12_xxx, F13_yyy, e.t.c. So F12 is a higher hierarchical file than F13. I open my files in the IDE (uVision4) starting with the lowest filenumber...
  • XC161, Does a PEC transfer interrupt a EXTS Sequence
    My application needs very fast PEC response times. As i can see in the ".lst" file, the Keil compiler uses EXTS sequences for long addressing memory access: EXTS #014H, #04H MOV R5, [R9] MOV...
  • PLL Setup Sequence LPC2378
    Hi Everyone.. I am a Newbie and just starting to write some programm for my lpc2378. At the moment i am trying to make the PLL Setup Sequence for my LPC2378. unfortunately i can't understand this...
  • ANSI escape sequence
    Hi I am programming something and i need to use Hyperterminal to display the output, all is well but i am struggling for the right ANSI escape sequence to position the cursor to the beginning, i have...