Difference between revisions of "83Plus:BCALLs:4C03"

From WikiTI
Jump to: navigation, search
(Comments)
Line 5: Line 5:
 
'''BCALL Address:''' 4C03
 
'''BCALL Address:''' 4C03
  
Stores zero to (8033h), resets key override, draws dialog, and it starts waiting for a keypress.
+
Starts a dialog at [[83Plus:RAM:8000|appData]] created with [[DialogInit]]
  
 
=== Inputs ===
 
=== Inputs ===
* ramCode: menu structure.
+
* [[83Plus:RAM:8000|appData]]: menu structure.
  
 
=== Outputs ===
 
=== Outputs ===
* none
+
* Starts Dialog
 
+
 
=== Destroys ===
 
=== Destroys ===
* unknown
+
* ''unknown''
  
 
== Comments ==
 
== Comments ==
* Use this with DialogInit, and the other Dialog BCALLs.
+
* Use [[DialogInit]] to set up,  
 +
* Use with the other Dialog BCALLs.
 +
* Stores zero to (8033h), resets key override, draws dialog, and it starts waiting for a keypress.
 
* More info can be found [http://brandonw.net/calcstuff/dialogNotes.txt here].
 
* More info can be found [http://brandonw.net/calcstuff/dialogNotes.txt here].

Revision as of 15:03, 12 April 2008

Synopsis

Official Name: StartDialog

BCALL Address: 4C03

Starts a dialog at appData created with DialogInit

Inputs

Outputs

  • Starts Dialog

Destroys

  • unknown

Comments

  • Use DialogInit to set up,
  • Use with the other Dialog BCALLs.
  • Stores zero to (8033h), resets key override, draws dialog, and it starts waiting for a keypress.
  • More info can be found here.