]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/read.s
don't use constructor to setup runtime stack
[cc65] / libsrc / cbm / read.s
index 1e9fdbd5cb0aec643a8991d1d191afccfbffc3ef..2a139bde7913c151c7798b06d6c7569ed9e0e5a3 100644 (file)
@@ -20,6 +20,8 @@
 
 ;--------------------------------------------------------------------------
 ; initstdin: Open the stdin file descriptors for the keyboard
+     
+.segment        "INIT"
 
 .proc   initstdin
 
@@ -37,6 +39,7 @@
 ;--------------------------------------------------------------------------
 ; _read
 
+.code
 
 .proc   _read