83Plus:BCALLs:417A
From WikiTI
Revision as of 21:46, 18 April 2008 by FloppusMaximus (Talk | contribs)
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