SS.FScrn Set Status

From NitrOS-9
Revision as of 16:25, 5 April 2014 by Glaw16 (Talk | contribs) (Created page with 'Frees the memory of a screen allocated by SS.AScrn. {| | colspan="2" | '''Entry Conditions''' |- | A || ''path number'' |- | B || SS.FScrn ($8D) |- | Y || ''screen number'' (1-3…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Frees the memory of a screen allocated by SS.AScrn.

Entry Conditions
A path number
B SS.FScrn ($8D)
Y screen number (1-3)
Error Output
CC carry set on error
B error code

Additional Information

  • Do not attempt to free a screen that is currently on the display.
  • SS.FScrn returns the screen memory to the system and removes it from an application's address space.
  • The support module for this call is VDGInt.