A86: Re: Those blasted saints called op registers...


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

A86: Re: Those blasted saints called op registers...




> adding op1, and op3

  call _ex_op1_op2   ; swap OP1 and OP2
  call _ex_op1_op3   ; swap OP1 and OP3
  rst 30h            ; _FPADD -- OP1 = OP1 + OP2
  ; OP1 = OP1 + OP3, OP3 = old OP1, OP2 = old OP3

> or converting op1 to a register.

  call _CONVOP1      ; load integer value of OP1 in DE and A