When I compile the following function as
a .c file, it compiles fine.
But when I compile it to a .SRC file,
and then have it assembled, the symbol
?SC_0 is undefined. This symbol is
apparently a compiler generated symbol,
so why should it be undefined…