* doc/sdccman.lyx: updated PIC14/16 command line args, updated PIC14
[fw/sdcc] / device / lib / pic16 / libsdcc / stack / stack.S
index fd639c6d2e815f11c1290e312afff52081194dcf..2f9c39bffa471bec0df1f6a6f217c41dd411c14d 100644 (file)
@@ -25,7 +25,7 @@
 
 ; allocate space for stack
 stack_section  udata   0x0200
-_stack         res     63
+_stack         res     0xff
 _stack_end     res     1
 
        end