25 ; examine what the sign should be
38 mov.l A0P,A0P ; is the numerator -ve
39 stc ccr,S2L ; keep the sign in bit 3 of S2L
42 neg.l A0P ; negate arg
45 mov.l A1P,A1P ; is the denominator -ve
48 neg.l A1P ; negate arg
49 xor.b #0x08,S2L ; toggle the result sign
54 ;; Basically the same, except that the sign of the divisor determines
57 mov.l A0P,A0P ; is the numerator -ve
58 stc ccr,S2L ; keep the sign in bit 3 of S2L
61 neg.l A0P ; negate arg
64 mov.l A1P,A1P ; is the denominator -ve
67 neg.l A1P ; negate arg