]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/memory/doublepop.s
Normalized coding style.
[cc65] / libsrc / geos-common / memory / doublepop.s
1 ;
2 ; Maciej 'YTM/Alliance' Witkowiak
3 ;
4 ; 31.12.99
5
6             .import popax
7             .export DoublePop
8
9             .include "geossym.inc"
10
11 DoublePop:
12         sta r0L
13         stx r0H
14         jsr popax
15         sta r1L
16         stx r1H
17         rts