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

From WikiTI
Jump to: navigation, search
 
(Comments)
Line 18: Line 18:
 
== Comments ==
 
== Comments ==
 
* Use this with DialogInit, and the other Dialog BCALLs.
 
* Use this with DialogInit, and the other Dialog BCALLs.
 +
* More info can be found [http://brandonw.net/calcstuff/dialogNotes.txt here].

Revision as of 14:51, 12 April 2008

Synopsis

Official Name: StartDialog

BCALL Address: 4C03

Stores zero to (8033h), resets key override, draws dialog, and it starts waiting for a keypress.

Inputs

  • ramCode: menu structure.

Outputs

  • none

Destroys

  • unknown

Comments

  • Use this with DialogInit, and the other Dialog BCALLs.
  • More info can be found here.