On 10/21/12, R. Diez <[email protected]> wrote: > Hi all: > > I've written a small piece of advice on writing code that runs on CPUs with > and without the jump delay slot: > > https://github.com/rdiez/orbuild/blob/master/Scripts/Projects/OpenRISC/OR10/CPU/README.pod#writing-code-independent-from-the-jump-delay-slot >
Hi Ruben You have a lot of very good documentation on that page. Nice one for putting it together. Regarding the delay slot coding, why don't you mention the availability of the macros in the or1k-asm.h header (https://github.com/openrisc/or1k-src/blob/or1k/newlib/libc/machine/or1k/include/or1k-asm.h) which do exactly as you suggest? I know these are currently only in Peter Gavin's tool chain, but I think they're good and we should start using them more widely. Julius _______________________________________________ OpenRISC mailing list [email protected] http://lists.openrisc.net/listinfo/openrisc
