83Plus:BCALLs:417A

From WikiTI
Revision as of 22:46, 18 April 2008 by FloppusMaximus (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Synopsis

Official Name: Mov9toOp1

BCALL Address: 417A

Copies the 9 Bytes at HL to Op1

Inputs

  • HL = Address of bytes to copy

Outputs

  • OP1 has the 9 bytes

Destroys

  • BC,HL,DE

Comments

You should use RST 20h instead of BCALL(Mov9toOp1). It's faster. See 83Plus:OS:RST_Routines