83Plus:BCALLs:4C06
From WikiTI
Synopsis
Official Name: DialogInit
BCALL Address: 4C06
Initializes the dialog context at appData.
Inputs
- HL: is address of parser callback for any numbers entered.
- A: is page of parser callback for any numbers entered (must be non-zero).
- appData: menu structure.
Outputs
- Initializes the dialog context.
Destroys
- unknown
Comments
- Use StartDialog to start Dialog
- Use with the other Dialog BCALLs.
- Info on how to use the Dialog BCALLs .
- example program