• SPECIFY EXACT LOCATION FOR C51 USER DEFINED FUNCTIONS
    HELLO all, Can we Sepecify exact location to our own defined functions. for example void function() _at_ c:0x5000; void main() { ... ... } void function() { ... ... }
  • User defined functions in uVision3
    Has anyone ever seen an authoritative document on using debug functions in uVision3? It could be a powerful tool if I knew how to use it, but what little information I have come across is scattered across...
  • User-defined function in uVision5
    Hi everyone, I have an assembly code that I want to run in uVision4. The .a51 code is as follows: MOV A, #002H MOV R0, #040H MOV 040H, #001H XCH A, @R0 MOV R0, #050H MOV 050H, #0F0H...
  • User-defined functions how to wait for a result
    I have implemented a few simple FUNC functions in an ini file in uVision 4 debug environment and now want to fetch a value. This requires waiting for the code under test to detect the request and provide...
  • User defined memory space
    Hi all, I'm asking if anyone has found a better way to access user defined memory. That is, accessing memory that can't be reached w/the "movx" instruction, but must be accessed w/user code. I...