home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / useful / dist / dev / e / amiga_e / modules-text / exec / memory.txt < prev    next >
Text File  |  1992-09-02  |  865b  |  42 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:exec/memory.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. (---) OBJECT ml
  6. (  0)   ln:substructure
  7. ( 14)   numentries:INT
  8. (---) ENDOBJECT     /* SIZEOF=16 */
  9.  
  10. (---) OBJECT me
  11. (  0)   addr:LONG
  12. (  4)   length:LONG
  13. (---) ENDOBJECT     /* SIZEOF=8 */
  14.  
  15. CONST MEMF_ANY=0,
  16.       MEMF_PUBLIC=1,
  17.       MEMF_CHIP=2,
  18.       MEMF_FAST=4,
  19.       MEMF_LOCAL=$100,
  20.       MEMF_24BITDMA=$200,
  21.       MEMF_CLEAR=$10000,
  22.       MEMF_LARGEST=$20000,
  23.       MEMF_REVERSE=$40000,
  24.       MEMF_TOTAL=$80000,
  25.       MEM_BLOCKSIZE=8,
  26.       MEM_BLOCKMASK=7
  27.  
  28. (---) OBJECT mh
  29. (  0)   ln:substructure
  30. ( 14)   attributes:INT
  31. ( 16)   first:LONG
  32. ( 20)   lower:LONG
  33. ( 24)   upper:LONG
  34. ( 28)   free:LONG
  35. (---) ENDOBJECT     /* SIZEOF=32 */
  36.  
  37. (---) OBJECT mc
  38. (  0)   next:LONG
  39. (  4)   bytes:LONG
  40. (---) ENDOBJECT     /* SIZEOF=8 */
  41.  
  42.