// automatically generated by spin2cpp v5.5.1 on Mon Oct 18 13:20:06 2021 // command line: spin2cpp --p2 --ccode SimpleSpin1a.spin2 #include #include "SimpleSpin1a.h" #if defined(__GNUC__) #define INLINE__ static inline #else #define INLINE__ static #endif static char dat[] = { 0x58, 0x76, 0x64, 0xfd, 0x4b, 0x4c, 0x80, 0xff, 0x1f, 0x00, 0x65, 0xfd, 0x59, 0x76, 0x64, 0xfd, 0x4b, 0x4c, 0x80, 0xff, 0x1f, 0x00, 0x65, 0xfd, 0xe4, 0xff, 0x9f, 0xfd, }; // Simple thing to test spin2cpp with Catalina with void SimpleSpin1a_Start(void) { int32_t cog; // Start up assembly cog = _cognew((int32_t)(((int32_t *)&dat[0])), 0) - 1; }