Primality by trial division: Difference between revisions

No edit summary
Line 149:
 
notPrime:
;end of program
MOVE.L #0,D0
MOVEM.L (SP)+,D1-D4 ;pop D1-D4
Line 158 ⟶ 157:
MOVEM.L (SP)+,D1-D4 ;pop D1-D4
RTS</lang>
;end of program
 
=={{header|AArch64 Assembly}}==
1,489

edits