Difference between revisions of "83Plus:BCALLs:50D1"

From WikiTI
Jump to: navigation, search
(Destroys nada)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Wikify}}
+
[[Category:83Plus:BCALLs:By Name|ResSilentLink]]
_ResSilentLink      EQU 50D1h  ;Undocumented 1.13 MC
+
[[Category:83Plus:BCALLs:By Name:Hook|ResSilentLink]]
    ;resets the Silent link hook flag
+
[[Category:83Plus:BCALLs:By Address|50D1 - ResSilentLink]]
  
Michael Cimino
+
== Synopsis ==
 +
'''Unofficial Name:''' ResSilentLink
 +
 
 +
'''BCALL Address:''' 50D1
 +
 
 +
Disables the [[83Plus:Hooks:9BD0|Silent Link Hook]] by resetting its enable flag.
 +
 
 +
=== Inputs ===
 +
''None''
 +
 
 +
=== Outputs ===
 +
The [[83Plus:Flags:36#Bit_7|active flag]] for the Silent Link Hook is set to zero.
 +
 
 +
=== Destroys ===
 +
None
 +
 
 +
== Comments ==
 +
This BCALL is known to be present in OS 1.13, and is undocumented.
 +
 
 +
== Credits and Contributions ==
 +
*Michael Cimino

Latest revision as of 16:11, 5 February 2008


Synopsis

Unofficial Name: ResSilentLink

BCALL Address: 50D1

Disables the Silent Link Hook by resetting its enable flag.

Inputs

None

Outputs

The active flag for the Silent Link Hook is set to zero.

Destroys

None

Comments

This BCALL is known to be present in OS 1.13, and is undocumented.

Credits and Contributions

  • Michael Cimino