83Plus:BCALLs:42FA

From WikiTI
Revision as of 09:14, 12 August 2006 by Dan Englender (Talk | contribs)

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


Synopsis

Unofficial Name: InsertMemNoUpdateVAT

BCALL Address: 42FA

Inserts memory to a given location without updating the VAT pointers

Inputs

  • HL = Number of bytes to insert
  • DE = Location to insert memory

Outputs

none

Destroys

  • HL,BC

Comments

This routine works by copying everything from DE to (fps) forward HL bytes in RAM.