Parallel
aa496.asc
Associated article: Algorithm Alley
Tags: Database Parallel
_ALGORITHM ALLEY_
by Peter Heinrich
Listing One
MACHINE MC68020
EXPORT sqroot
;; unsigned long sqroot( unsigned long N ). This routine assumes standard
;; standard Macintosh C calling conventions, so it expects argument N to be
;; passed on the stack. Macintosh C register ...


