]> git.sur5r.net Git - cc65/commitdiff
Added comment
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 10 Feb 2003 23:00:16 +0000 (23:00 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 10 Feb 2003 23:00:16 +0000 (23:00 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1961 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/c64/c64-reu.s

index a5f57d1f7eecdff7965110eea9c68b897034ef1a..62c7bbc2aa741b5e545d06b04c24a4fff2317dc3 100644 (file)
@@ -1,5 +1,6 @@
 ;
-; Extended memory driver for the Commodore REU
+; Extended memory driver for the Commodore REU. Driver works without
+; problems when statically linked.
 ;
 ; Ullrich von Bassewitz, 2002-11-29
 ;
@@ -91,7 +92,7 @@ INSTALL:
         beq     @L1
         ldx     #>(256*4)               ; 256KB when size bit is set
 @L1:    stx     pagecount+1
-         
+
         ldx     #$FF
         stx     curpage
         stx     curpage+1               ; Invalidate the current page