Didn’t realize the Go Assembler #define is literally text replace. My issue was caused by doing something like this:
#define $24
instead of doing
#define 24
Didn’t realize the Go Assembler #define is literally text replace. My issue was caused by doing something like this:
#define $24
instead of doing
#define 24