Re: A92: learning assembly - real simple question


[Next][Index][Thread]

Re: A92: learning assembly - real simple question




>The simplest way to clear the upper word of d1 is:
>AND.L #$0000FFFF,d1
>(as far as I can tell)


The simplest and the fastest way!

hugo