Difference between revisions of "83Plus:BCALLs:52C9"

From WikiTI
Jump to: navigation, search
 
(No difference)

Latest revision as of 05:00, 16 June 2007

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).