martin@ wrote:

> It doesn't really matter for .S files, as long as the code does not mutate
> due to ifdefs - or am I missing something?

Just FYI,

as(1) converts
"jbsr [LABEL]" lines into
"jsr [absolute address]" with -m68000, and
"bsrl [relative address]" with -m68020.

The latter is not supported by 68000/010.
(and probably faster on 020 and later?)

---
Izumi Tsutsui

Reply via email to