83Plus:BCALLs:4DCB

From WikiTI
Revision as of 19:57, 5 February 2008 by Luby (Talk | contribs)

Jump to: navigation, search
This article is missing some information (namely Destroys). You can help WikiTI by filling in the missing information.


Synopsis

Official Name: DeleteApp

BCALL Address: 4DCB

Deletes an application.

Inputs

  • A: The first page of the app you want to delete.

Outputs

None

Destroys

Unknown, please add when you check this.

Comments

This B_CALL deletes an application without any confirmation from the user by writing a zero to 4000h at the page. It has been tested to work with the first page of the app to delete in the accumulator, but other pages might also work.

Example

ld a,15h
B_CALL DeleteApp