84PCE:Syscalls:0002E0

From WikiTI
Revision as of 11:01, 26 May 2016 by MateoConLechuga (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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