Difference between revisions of "83Plus:BCALLs:417A"

From WikiTI
Jump to: navigation, search
 
m (Comments)
 
Line 20: Line 20:
  
 
== Comments ==
 
== Comments ==
You should use RST 08h instead of BCALL(Mov9toOp1).  It's faster.  See [[OS:RST_Routines]]
+
You should use RST 20h instead of BCALL(Mov9toOp1).  It's faster.  See [[83Plus:OS:RST_Routines]]

Latest revision as of 22:46, 18 April 2008


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