83Plus:BCALLs:52C9

From WikiTI
Revision as of 05:00, 16 June 2007 by Brandonw (Talk | contribs)

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

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