This is the reverse-engineered version of Add-in Push by Heath123.
You have to install the full fxSDK toolchain before proceeding to the following steps.
- Connect your calculator to PC via USB.
- Build this add-in by
fxsdk build-cg -s. Use-lcwto target fx-CG100. - While keeping the USB inserted, execute this add-in in the calculator.
- Go to your gint add-in source folder and run
fxsdk build-cg-push -s.
If you want to use Add-in Push with your PrizmSDK project, open its linker script and change rom (rx) : o = 0x00300000 to rom (rx) : o = 0x8C200000. Build your add-in as usual and send the binary directly by fxlink -sw /path/to/addin.bin.
This project only targets fx-CG50, fx-CG100 with OS 02.00.X202 and their derivatives. fx-9860 and fx-CG10/20 are not supported due to lacking of sufficient extended RAM region.