]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/_cwd.s
Merge pull request #369 from groessler/something_to_pull
[cc65] / libsrc / common / _cwd.s
index eeda10f1d0dff2dc732fbf5c2289b0cf9f2881a4..92276ead990e228687376b5a1015d79923b2d768 100644 (file)
         .import         initcwd
 
         .include        "stdio.inc"
-                                      
+
         __cwd_buf_size  = FILENAME_MAX
 
         cwd_init        := initcwd
 
-.bss
+.segment        "INIT"
 
 __cwd:  .res    __cwd_buf_size
 
@@ -29,4 +29,3 @@ __cwd:  .res    __cwd_buf_size
 ; checking the other sources.
 
         .assert __cwd_buf_size < 256, error, "__cwd_buf_size must not be > 255"
-