Difference between revisions of "83Plus:BCALLs:42FA"
From WikiTI
m (official -> unofficial) |
|||
Line 4: | Line 4: | ||
== Synopsis == | == Synopsis == | ||
− | ''' | + | '''Unofficial Name:''' InsertMemNoUpdateVAT |
'''BCALL Address:''' 42FA | '''BCALL Address:''' 42FA |
Latest revision as of 08:14, 12 August 2006
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.