83Plus:BCALLs:42FA
From WikiTI
Synopsis
Official 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.