MC68HC11 Assembly Notes

When programming on the Motorola 68HC11 processor, keep in mind that the following command does not work:

ADDD ADR1

The ADDD op code wants 16 bits but ADR1 gives only 8.

It took Ryan and I about an hour to figure out that this was preventing our Operating System from performing A/D conversions correctly.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.