home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / apps / dtp / pgsmodst / atariexp / expequ.h < prev    next >
Text File  |  1991-02-21  |  2KB  |  95 lines

  1.  
  2. *
  3. * this is the import/export offsets
  4. *
  5. flen        equ    0
  6. fname        equ    flen+4
  7. buff1        equ    fname+4
  8. buff2        equ    buff1+4
  9. outlen        equ    buff2+4
  10. outptr        equ    outlen+4
  11. inlen        equ    outptr+4
  12. inptr        equ    inlen+4
  13. toptype        equ    inptr+4
  14. cwptr        equ    toptype+4
  15. objptr        equ    cwptr+4
  16. grpptr        equ    objptr+4
  17. gleft        equ    grpptr+4
  18. markcol1    equ    gleft+4
  19. markcol2    equ    markcol1+4
  20. markoff1    equ    markcol2+4
  21. markoff2    equ    markoff1+4
  22. tpath        equ    markoff2+4
  23. spclnum        equ    tpath+4
  24. spclname    equ    spclnum+4
  25. copybuf        equ    spclname+4
  26. cpylen        equ    copybuf+4
  27. objcount    equ    cpylen+4
  28.  
  29. m_alloc        equ    objcount+4
  30. m_realloc    equ    m_alloc+4
  31. m_grow        equ    m_realloc+4
  32. m_shrink    equ    m_grow+4
  33. m_delete    equ    m_shrink+4
  34.  
  35. mulu1632    equ    m_delete+4
  36. mulu3232    equ    mulu1632+4
  37. divu1648    equ    mulu3232+4
  38. divu3248    equ    divu1648+4
  39. divu3264    equ    divu3248+4
  40.  
  41. muls1632    equ    divu3264+4
  42. muls3232    equ    muls1632+4
  43. divs1648    equ    muls3232+4
  44. divs3248    equ    divs1648+4
  45. divs3264    equ    divs3248+4
  46.  
  47. fopenr        equ    divs3264+4
  48. fopenw        equ    fopenr+4
  49. fread        equ    fopenw+4
  50. fwrite        equ    fread+4
  51. fclose        equ    fwrite+4
  52. fsize        equ    fclose+4
  53.  
  54. f_openr        equ    fsize+4
  55. f_closer    equ    f_openr+4
  56. f_get        equ    f_closer+4
  57. f_getw        equ    f_get+4
  58. f_geti        equ    f_getw+4
  59. f_getl        equ    f_geti+4
  60. f_getr        equ    f_getl+4
  61. f_skip        equ    f_getr+4
  62. f_openw        equ    f_skip+4
  63. f_closew    equ    f_openw+4
  64. f_put        equ    f_closew+4
  65. f_putw        equ    f_put+4
  66. f_putl        equ    f_putw+4
  67. f_putr        equ    f_putl+4
  68.  
  69. t_open        equ    f_putr+4
  70. t_close        equ    t_open+4
  71. t_abort        equ    t_close+4
  72. t_put        equ    t_abort+4
  73. t_putw        equ    t_put+4
  74. t_putl        equ    t_putw+4
  75. t_putr        equ    t_putl+4
  76.  
  77. o_open        equ    t_putr+4
  78. o_close        equ    o_open+4
  79. o_abort        equ    o_close+4
  80. o_malloc    equ    o_abort+4
  81. o_obj        equ    o_malloc+4
  82. o_put        equ    o_obj+4
  83. o_putw        equ    o_put+4
  84. o_putl        equ    o_putw+4
  85. o_putr        equ    o_putl+4
  86.  
  87. p_open        equ    o_putr+4
  88. p_close        equ    p_open+4
  89. p_abort        equ    p_close+4
  90.  
  91. setrange    equ    p_abort+4
  92. dorange        equ    setrange+4
  93. doflag        equ    dorange+4
  94. cmdlength    equ    doflag+4
  95.