X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fgeos-common%2Fmemory%2Fdoublepop.s;h=7e1f2ece99a2c364e2c96aace30a25f8d20e3ced;hb=85885001b133e2dc320b6f6459259afa69784ca8;hp=f5fdb548cb12ae79eee12e4241c2b6781ddd1395;hpb=44fd1082ae807a0b6b4046c65914e20a7e27101c;p=cc65 diff --git a/libsrc/geos-common/memory/doublepop.s b/libsrc/geos-common/memory/doublepop.s index f5fdb548c..7e1f2ece9 100644 --- a/libsrc/geos-common/memory/doublepop.s +++ b/libsrc/geos-common/memory/doublepop.s @@ -3,15 +3,15 @@ ; ; 31.12.99 - .import popax - .export DoublePop + .import popax + .export DoublePop - .include "geossym.inc" + .include "geossym.inc" DoublePop: - sta r0L - stx r0H - jsr popax - sta r1L - stx r1H - rts + sta r0L + stx r0H + jsr popax + sta r1L + stx r1H + rts