RosettaCodeData/Task/Assertions/68000-Assembly/assertions.68000

6 lines
129 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
CMP.L #42,D0
BEQ continue
ILLEGAL ;causes an immediate jump to the illegal instruction vector.
continue:
; rest of program