Difference between revisions of "83Plus:BCALLs:5017"

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

Revision as of 13:21, 10 April 2008

This article is missing some information (namely Destroys). You can help WikiTI by filling in the missing information.


Synopsis

Official Name: FlashToRAM

BCALL Address: 5017

Copy data to RAM from Flash .

Inputs

  • A = page of Source
  • HL = source address
  • DE = destination address
  • BC = number of bytes to copy

Outputs

  • HL advanced by BC bytes
  • DE advanced by BC bytes
  • BC = 0

Destroys

  • Unkown (probably A)

Comments

This will wrap to the next page if need be.