Page 1 of 1

MINOR, when compiling, debug message references asm

Posted: Mon Jun 19, 2023 3:45 am
by jassing
If your program contains an error in C code, you get a mildly cryptic dialog, but the lower panel (debug/log) it shows
[COMPILER] Assembler error!
Should say C compile error

Re: MINOR, when compiling, debug message references asm

Posted: Wed Jun 21, 2023 8:44 am
by Fred
The assembler is the reference to the underlying program which translate PB code into binary, so it's not really wrong to consider the C compiler as an assembler.