• how to use check8.exe
    How to use the check8.exe utility? What are the parameters? I got this example form the download. check8 %1.bin /s0x0000 /e0x3FFE /p0x3FFF /v0x80 What do the parameters mean? check8 can force the...
  • how to use check8.exe
    How to use the check8.exe utility? What are the parameters? I got this example form the download. check8 %1.bin /s0x0000 /e0x3FFE /p0x3FFF /v0x80 What do the parameters mean? check8 can force the...
  • CHECK8.exe for 64-bit windows
    Does CHECK8.exe exist for 64-bit system?
  • CHECK8.exe for 64-bit windows
    Does CHECK8.exe exist for 64-bit system?
  • Wrong DPTR value
    Dear Sirs, The C code in my project is: TaskStruct xdata * data pTask; data unsigned char Task; ... *pTask->ProcID=Task; causes the assembly code MOV A,pTask+1 ADD A,#06 LCALL 4629...