home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / mntlib32.zoo / sozobon / inistack.s next >
Text File  |  1993-01-01  |  291b  |  11 lines

  1. ; 12/22/92 sb -- HSC attempts to use .comm to reserve the space for
  2. ; __initial_stack; unfortunately, this flags the symbol as external and
  3. ; the loader won't pull it from the library when it needs to resolve the
  4. ; symbol.
  5.  
  6.     .bss
  7.  
  8.     .globl __initial_stack
  9. __initial_stack:
  10.     .ds.l    1
  11.