83Plus:BCALLs:417A

From WikiTI
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