• How to set breakpoints in an assembly program?
    Hello, I can't set breakpoints in my assembly program if I run it using the monitor (Phytec MM167)! I can step through it and let it run to the cursor line, but setting a breakpoint isn't possible. ...
  • Read and set assembler registers c
    Hello there,am using keil I need to be able to access assembly registers from my C code. Is there a easy way to set the value of a register to the value of a variable and get the value of a register...
  • ASSEMBLY PROGRAMMING
    How to do ASSEMBLY programming in KEIL Uvision 5?! for that which board i have to select in Target Options?!
  • Assembly program
    NAME MODULENAME .... .... EXTRN CODE (function1) .... .... mov dptr,#0x9000 mov a,@dptr cjne a,#0x02, label1 lcall my_isr_function label : NOP .... .... Is this the correct...
  • Setting the program security byte in the f330
    How does one set the program memory page lock byte when downloading the program to the part? I would think that this could be accomplished from the linker/locater but can find no reference to it in the...