]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/dlgbox/dodlgbox.s
Merge remote-tracking branch 'upstream/master'
[cc65] / libsrc / geos-common / dlgbox / dodlgbox.s
1 ;
2 ; Maciej 'YTM/Elysium' Witkowiak
3 ;
4 ; 25.12.1999, 2.1.2003
5
6 ; char DoDlgBox         (char *myParamString);
7
8             .export _DoDlgBox
9
10             .include "jumptab.inc"
11             .include "geossym.inc"
12
13 _DoDlgBox:
14         sta r0L
15         stx r0H
16         jsr DoDlgBox
17         ldx #0
18         lda r0L
19         rts