• Why C standards?
    please let me know why C standards. WHy inline assembly in C?
  • Why C standards?
    please let me know why C standards. WHy inline assembly in C?
  • Standard for embedded programming
    Hi every body Have you ever thought about the standards of programming a microcontroller? secure programming ? High reliable programming? In this method we use something like OS but I dont know how...
  • Manipulating Standard Libraries (C51S.LIB)
    So I want to replace a standard function in the C51S library. Shouldn't be too hard, right? I rewrote the function (?C?LMUL to be specific) in assembly and compiled it using the A51 assembler. (processes...
  • Standard C mathematical functions
    Just to confirm, does anyone know if the Keil tool supports standard C mathematical functions? I am trying to use the floor( ) function.