M6809-Docs / m6809pm

MC6809-MC6809E 8-Bit Microprocessor Programming Manual [M6809PM/AD]
3 stars 0 forks source link

BIT doesn't match nomenclature of other binary ops and is confusing #6

Closed cmarrin closed 1 month ago

cmarrin commented 1 month ago

The source form for BIT is 'Bit P'. This doesn't match the other binary ops, like AND and it isn't clear that the correct form is actually BITA or BITB. The description is also slightly awkward relative to the others.

maddes-b commented 1 month ago

Well spotted. Will process https://github.com/M6809-Docs/m6809pm/pull/7 in the upcoming week.

maddes-b commented 1 month ago

Merged.