83Plus:BCALLs:52C9
From WikiTI
Synopsis
Unofficial Name: GrBufCpyCustom
BCALL Address: 52C9
Minimum OS Version: 2.30
Copies an area of memory to the screen in rows (starting at the top).
Inputs
- HL: adress of area of memory
- B: number of rows
Outputs
- None
Registers Destroyed
- All
Comments
This is exactly GrBufCpy except you tell it the number of rows (32 or 64 are normally used) and the address (plotSScreen is normally used).