home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 1.ddi / WINLBSRC.ZIP / PTABLE.ASM < prev    next >
Encoding:
Assembly Source File  |  1992-06-10  |  687 b   |  26 lines

  1. ;[]-----------------------------------------------------------------[]
  2. ;|      PTABLE.ASM                                                   |
  3. ;[]-----------------------------------------------------------------[]
  4.  
  5. ;
  6. ;       C/C++ Run Time Library - Version 5.0
  7. ;       Copyright (c) 1991, 1992 by Borland International
  8. ;       All Rights Reserved.
  9.  
  10.             NAME    ptable
  11.  
  12. public      pLocalHeap
  13. public      pAtomTable
  14. public      pStackTop
  15. public      pStackMin
  16. public      pStackBot
  17.  
  18. pLocalHeap  EQU     00000006H
  19. pAtomTable  EQU     00000008H
  20. pStackTop   EQU     0000000aH
  21. pStackMin   EQU     0000000cH
  22. pStackBot   EQU     0000000eH
  23.             END
  24.