• GoUntil Function bug in example code of AGDI driver
    I found a bug in GoUntil Function in example code of AGDI driver. Please refer to the followed steps: 1.Start Debug Session; 2.Set a break point at address 00h(Emulator current PC value) 3.Set another...
  • GoUntil Function bug in example code of AGDI driver
    I found a bug in GoUntil Function in example code of AGDI driver. Please refer to the followed steps: 1.Start Debug Session; 2.Set a break point at address 00h(Emulator current PC value) 3.Set another...
  • bankswitch problem with AGDI
    my AGDI dll met problem in bankswitch. I use C:\Keil\C51\EXAMPLES\Bank_EX1 project to debug the bankswitch function.for example,when code jumps from common area to B01:0x8000,the keil disasssembly...
  • bankswitch problem with AGDI
    my AGDI dll met problem in bankswitch. I use C:\Keil\C51\EXAMPLES\Bank_EX1 project to debug the bankswitch function.for example,when code jumps from common area to B01:0x8000,the keil disasssembly...
  • Could Keil provide new driver SDK instead of AGDI? Is there something like a *** in AGDI?
    Maybe Keil should learn more from IAR. They has clean C-Spy driver interface and documents. while AGDI driver has --- 1. many unknown/unclear bit fields in struct 2. mixed parameters for different...