Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagenone
titleRST 20H, DEFW $7209
IN:
     HL = multiplicand
     DE = multiplier

OUT:
     Fc = 0
     HL = product, least significant 16bits - no warning is given of      overflow.

Registers changed after return:
     A.BCDE../IXIY same
     .F....HL/.... different 

...