wok diff linld/stuff/src/_END.ASM @ rev 22491

updated apr and apr-dev (1.4.6 -> 1.7.0)
author Hans-G?nter Theisgen
date Tue Dec 31 14:21:42 2019 +0100 (2019-12-31)
parents e7373d3e0818
children d33c3c211ef8
line diff
     1.1 --- a/linld/stuff/src/_END.ASM	Mon Nov 11 22:57:56 2019 +0100
     1.2 +++ b/linld/stuff/src/_END.ASM	Tue Dec 31 14:21:42 2019 +0100
     1.3 @@ -18,6 +18,13 @@
     1.4          ends    _DATA
     1.5  
     1.6          segment _BSS byte public use16 'BSS'
     1.7 +STACK_SIZE = 1024
     1.8 +
     1.9 +        global  _version_string:byte
    1.10 +        label   _version_string byte
    1.11 +		db	STACK_SIZE dup(?)
    1.12 +        global  stktop:byte
    1.13 +        label   stktop byte
    1.14          global  _bss_end:byte
    1.15          label   _bss_end byte
    1.16          ends    _BSS