Primality by trial division: Difference between revisions

Content added Content deleted
No edit summary
Line 149: Line 149:


notPrime:
notPrime:
;end of program
MOVE.L #0,D0
MOVE.L #0,D0
MOVEM.L (SP)+,D1-D4 ;pop D1-D4
MOVEM.L (SP)+,D1-D4 ;pop D1-D4
Line 158: Line 157:
MOVEM.L (SP)+,D1-D4 ;pop D1-D4
MOVEM.L (SP)+,D1-D4 ;pop D1-D4
RTS</lang>
RTS</lang>
;end of program


=={{header|AArch64 Assembly}}==
=={{header|AArch64 Assembly}}==