F$Debug

From NitrOS-9
Revision as of 18:39, 5 April 2014 by Glaw16 (Talk | contribs) (Created page with '<div align="left"> {| |- valign="top" | '''Debug''' | rowspan="2" | '''Enter the debugger (or reboot)''' |- valign="top" | '''OS9 F$Sleep 103F 23''' |} </div> {| | colspan="2" |…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Debug Enter the debugger (or reboot)
OS9 F$Sleep 103F 23
Entry Conditions
A function code
  255 = reboot request
Error Output
CC carry set on error
B error code (if any)

Additional Information

  • If register A is anything other than 255 (reboot request), the system call returns without any further processing.
  • If F$Debug is called by anyone other than the super user (UserID=0), the system calls returns E$UnkSvc.

krnp2