Difference between revisions of "83Plus:BCALLs:4C27"
From WikiTI
m ({{missinfo|destroys}}) |
|||
Line 1: | Line 1: | ||
[[Category:83Plus:BCALLs:By_Name:Dialog|SetDialogCallback]] [[Category:83Plus:BCALLs:By_Name|SetDialogCallback]] [[Category:83Plus:BCALLs:By_Address|4C27 - SetDialogCallback]] | [[Category:83Plus:BCALLs:By_Name:Dialog|SetDialogCallback]] [[Category:83Plus:BCALLs:By_Name|SetDialogCallback]] [[Category:83Plus:BCALLs:By_Address|4C27 - SetDialogCallback]] | ||
+ | {{missinfo|destroys}} | ||
== Synopsis == | == Synopsis == | ||
'''Official Name:''' SetDialogCallback | '''Official Name:''' SetDialogCallback |
Latest revision as of 12:14, 14 April 2008
This article is missing some information (namely destroys). You can help WikiTI by filling in the missing information.
Synopsis
Official Name: SetDialogCallback
BCALL Address: 4C27
Sets a callback routine which can be called by you at any point.
Inputs
- HL: address of callback routine.
- A: page of callback routine.
Outputs
- callback routine is set up
Destroys
- unknown
Comments
- Use with the other Dialog BCALLs.
- Info on how to use the Dialog BCALLs .