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

From WikiTI
Jump to: navigation, search
(Created page with "WriteFlashA 0002E8 - WriteFlashA == Synopsis == '''Hypothesized Official Name:''' WriteFlashA '''Sy...")
 
(Inputs)
Line 10: Line 10:
 
=== Inputs ===
 
=== Inputs ===
 
A = Byte to write
 
A = Byte to write
 +
 
DE = Address to write to
 
DE = Address to write to
  

Revision as of 23:35, 25 May 2016

Synopsis

Hypothesized Official Name: WriteFlashA

Syscall Address: 0002E8h

Writes a byte in register A to flash (This is equivalent to an 'and' with the current byte in flash). Flash must be unlocked in order to use this routine, and locked sectors should not be written to.

Inputs

A = Byte to write

DE = Address to write to

Outputs

Heap cleared

Destroys

  • All