spin2cpp icon indicating copy to clipboard operation
spin2cpp copied to clipboard

Tool to convert Parallax Propeller Spin code to PASM, C++ or C

Results 32 spin2cpp issues
Sort by recently updated
recently updated
newest added

I checked, this was already there before fixing #462 This is for DAT code in Spin files only, PASM-only seems fine. ![Image](https://github.com/user-attachments/assets/d6ac7a07-030b-4dc4-be48-26212f7b12d9)

```spin CON USE_THE_FILE = false DAT orgh if USE_THE_FILE file "does_not.exist" end ``` This code compiles correctly but trying to zip it fails with `error: Unable to write file does_not.exist...