0 Members and 4 Guests are viewing this topic.
Do you use 0x04DF and 0x04E0 to get and set the BASIC-variable, which you use to communicate (on 9860G)?Do you know the corresponding syscall numbers on the fxCG?
Here is another, not in the demo, but necessary to complete communication between Basic and C:#define Alpha_SetData(VarName,Src) (void)(*iSysCallFuncPtr)( VarName,(int)Src, 0, 0, 0x0035)Some other untested syscalls, I have found:Setup_GetEntry 0x0489Setup_SetEntry 0x048BAlpha_ClearAllAndAns 0x0A8C