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