• accessing registers
    how can i obtain the current values of registers like accumulator,B,stack pointer,PSW,DPTR,etc in C?? i am currently working on a trainer/development kit for 8051..One of the commands to be executed...
  • dma access
    hey. so the c51 got no dma access. understand. where is the emulator libary? project must do dma access.
  • Access Violation
    Hi! I have the lucky task of debugging a C application whose creators have disappeared and left no documentation. When I run the UV3 debugger in simulation mode, I receive an error message : access...
  • Accessing EEPROM
    Is there a C technique for writing/reading from a byte in on-chip EEPROM? I can do this in asm with something like this: clr ea mov deedat,@r0 mov deeadr,@r1 setb ea I would prefer to do it...
  • accessing eram
    I would like to know know how to access the eram in the MCU at89c5131?