Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/x68k/stand/boot_ustar



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


Home | Main Index | Thread Index | Old Index