Hello, everybody! when I was developing a visual RAM for 8051 using AGSI, I found that some pins are not provided such as ALE, PSEN, etc. I couldn't get them through the functions, such as AgsiReadSFR,AgsiReadVTR, etc. Could anyone tell us about how to find them? thanks
You do not need these pins, since the simulator implements memory access via AGSIReadMemory/WriteMemory. Reinhard