• µV3: Load kills user functions?
    When loading an executable after defining user functions the functions disappear. This don't happen for hex files. Is this indented or documented? Do I something wrong? This is especially disturbing...
  • Loading
    Hi I have finished programming what i wanted to.Can i use the universal programmer to load my program into the micro.Or since is 8051 based i need something different? Thanx Jaime
  • Loading
    Hi there I want to load my program into a chip.I am using one of the keil software(Uvision) which is based in C.I understand i have convert my code into machine code...does anyone know how to do this...
  • Inline Assembly & Interrupt Functions
    Hello, 1) I want to place assembly code in my C code. The problem with using SRC is that I would have to rename the file MyAsm.SRC to MyAsm.A51 and then (remove C code from project) include A51 code...
  • loading sfr_data_in
    What is the code to load a value that is on sfr_data_in into the 8051 (i.e. some register at a specific address of the 8051)? I imagine it uses some combination of sfr_rd, but that is an output signal...