84PCE:Syscalls:0002E0

From WikiTI
Jump to: navigation, search

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