• Trap to hypervisor if the guest OS access a specific region of memory.
    Hi, Is there a way (e.g. through configuring a specific hyp register) to cause the guest OS to trap to the hypervisor in case the guest OS tries to access a specific region of memory say from address...
  • Trap to hypervisor if the guest OS access a specific region of memory.
    Hi, Is there a way (e.g. through configuring a specific hyp register) to cause the guest OS to trap to the hypervisor in case the guest OS tries to access a specific region of memory say from address...
  • Write R7 register directly from C
    I use KeilC uVision4 for 89C51 MCU. By "Inline ASM", i can easily direct write value to R7 register, like this : #pragma ASM MOV R7, #10 #pragma ENDASM But now, there are some reason...
  • Write R7 register directly from C
    I use KeilC uVision4 for 89C51 MCU. By "Inline ASM", i can easily direct write value to R7 register, like this : #pragma ASM MOV R7, #10 #pragma ENDASM But now, there are some reason...
  • Reg:MON51 and Burning code directly from Keil
    Hi, Is there any options to burn the code directly from the Keil compiler through the serial ports. I am using Winbond w77le532 with 2 serial ports.And how to use Mon51 for debugging guide me plz...