6 lines
116 B
Text
6 lines
116 B
Text
|
|
CMP.L #3,D0 ;this works with any size operands, not just L.
|
||
|
|
BNE doNothing
|
||
|
|
ADD.L #7,D0
|
||
|
|
doNothing:
|
||
|
|
;rest of program
|