Re: A82: 1 Problem first....


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

Re: A82: 1 Problem first....




In a message dated 98-02-11 18:15:06 EST, you write:

> Does anyone want to tell me exactly what P and M stand for?  i only
>  see P (parity) in the hardware reference i have.
>  
>  
>  -mike
>   mgp4007@omega.uta.edu

plus (positive) and minus (negative).  After a math operation (such as add,
sub, etc) and you test P or M it will tell you if %a is positive or negative

jp p, loop                ;jump to loop if %a is postive
jp m, loop               ;jump to loop if %a is negative

Hope this helped,

~Adamman