[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] on Mega ST
Andreas Schwab wrote:
> Helmut Karlowski <helmut.karlowski@ish.de> writes:
>
> > bfset %2@{%1:#1}; \
> > bfclr %2@{%1:#1}; \
> > bftst %2@{%1:#1}; \
>
> Bitfield insns are only available on 020+. But since those operate on
> single-bit fields they can easily be changed to non-bitfield insns.
There are already C-alternatives I did not see before.
But to have these also in asm would surely be an improvement.
-Helmut