]> git.sur5r.net Git - cc65/commitdiff
Reverted r5835 because of Olivers changes to the asm includes.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 2 Oct 2012 18:15:39 +0000 (18:15 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 2 Oct 2012 18:15:39 +0000 (18:15 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5838 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/c16/crt0.s

index 71e7b0cf8b0b9b0b5c5d4c6ec71af15a58b9f256..88b328afd0d2703c4c0b1a91ce286e32990e8bc1 100644 (file)
@@ -11,6 +11,7 @@
        .import         callmain, zerobss
         .import         MEMTOP, RESTOR, BSOUT, CLRCH
        .import         __INTERRUPTOR_COUNT__
+       .importzp       ST
 
         .include        "zeropage.inc"
        .include        "plus4.inc"