5 lines
129 B
Text
5 lines
129 B
Text
CMP.L #42,D0
|
|
BEQ continue
|
|
ILLEGAL ;causes an immediate jump to the illegal instruction vector.
|
|
continue:
|
|
; rest of program
|