Computer Science 237 |
Lecture 06: MC68K Architecture, MC68K Instruction Set, Assembly Programming
Date: September 20, 2006
&
, |
, ~
,
note that you can process multiple bits at once with these, likely
avoiding shifts
MOVE.L #1, %D4 MOVE.L %D4, %D3
ADD.W #6, %D2 ADD.W %D4, %D2