• SCSI Read/Write Sector wise in Thumb Drive (USB Mass Storage Device)
    Hi, How to write/read each sector using SCSI commands without any file system in Thumb Drive / Pen Drive which is enumerating as USB Mass Storage Device, in Windows operating systems? Is there...
  • c51: compiling in turbo compiler and keil compiler
    this is praveen frm india i am novice to embedded systems and keil compiler.my query is that "if i want to output hello world through turbo compiler it's easy, how shud i do the same with keil compiler...
  • Reentrant compiler directive for C51 compiler
    I am using an inhouse developed multi tasking scheduler for 8051. Every function that I write, I need to put reentrant on it. Is it possible to add a compiler directive like the c166 compilers for c51...
  • Compiler optimisation
    Hello, 1.when i use printf with no var_args then the compiler should call puts instead of printf. ex1: #include <REGX51.H> #include <stdio.h> void main(void) { printf("This must call puts...
  • About Compiler
    Hi Is there way to count the number of times we have compiled the code,I wanted to increment each time a count,whenever i will do a code change and compile