1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65/libsrc/geos/dlgbox/dodlgbox.s

20 lines
271 B
ArmAsm
Raw Normal View History

;
; Maciej 'YTM/Alliance' Witkowiak
;
; 25.12.99
; char DoDlgBox (char *myParamString);
.export _DoDlgBox
.include "../inc/jumptab.inc"
.include "../inc/geossym.inc"
_DoDlgBox:
sta r0L
stx r0H
jsr DoDlgBox
lda r0L
rts