Re: A86: Division in assembly


[Prev][Next][Index][Thread]

Re: A86: Division in assembly




In a message dated 9/16/97 6:42:17 PM, you wrote:

>Can someone tell me how to divide in z80 assembly, it's not DIV is it?

call _FPDIV		;OP1=OP1/OP2

It's in the ti86ops.inc, make sure you have it in the same directory as
make86p.exe.

~Chris Hawkins