RosettaCodeData/Task/Conditional-structures/68000-Assembly/conditional-structures-3.68000
2023-07-01 13:44:08 -04:00

5 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