• Loading all of a program into RAM (ADuC702x)
    Hi! Is there a capability to compile and load all of a program into RAM (not only some functions with __ram keyword)? Can such a program be loaded with the help of JTAG emulator? We also intend to...
  • Loading all of a program into RAM (ADuC702x)
    Hi! Is there a capability to compile and load all of a program into RAM (not only some functions with __ram keyword)? Can such a program be loaded with the help of JTAG emulator? We also intend to...
  • Why does the assembly code sometimes store the register values into RAM and sometimes not?
    I have two pieces of code that are very similar. Both of the code are compiled with the `-O0` flag in AC5. When I look at the assembly of the first code, I found that some variables loaded into registers...
  • Why does the assembly code sometimes store the register values into RAM and sometimes not?
    I have two pieces of code that are very similar. Both of the code are compiled with the `-O0` flag in AC5. When I look at the assembly of the first code, I found that some variables loaded into registers...
  • Loading Hex File Into Simulator
    Is there a way to load a intel hex file into the keil 8051 simulator?