Difference between revisions of "84PCE:Syscalls:0002E0"

From WikiTI
Jump to: navigation, search
(Created page with "WriteFlash 0002E0 - WriteFlash == Synopsis == '''Hypothesized Official Name:''' WriteFlash '''Sysca...")
(No difference)

Revision as of 23:39, 25 May 2016

Synopsis

Hypothesized Official Name: WriteFlash

Syscall Address: 0002E0h

Writes a block of data into flash memory using 'and' logic. This is why it is recommended you erase the sector first.

Inputs

HL = Address of block to write

DE = Address of block to write to

BC = Length of block

Outputs

Block bytes 'anded' with bytes in flash and stored to flash

Destroys

  • All