doubtlessly, I am making "cockpit error", but I would like to ask help from someone who knows what error causes this ? I've tried assembling/linking Start390.A51 and InitA51 myself but still no jump instruction in the hex file output.
I tried removing the "DB" directive from the assembler and compiler, too ... still no change.
What gives ?
Thanks.
tjw said:I tried removing the "DB" directive from the assembler and compiler, too
That makes no sense. If your problem is that something is missing from the output, how do you figure that removing elements from the source will fix that? And since there is no "DB" directive in the compiler,it's entirely unclear what you're referring to in that regard.