home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / LATTIC_3.LZH / SRC / BASEPAGE.I < prev    next >
Text File  |  1990-01-28  |  371b  |  24 lines

  1. **
  2. ** basepage.i - Format of GEMDOS basepage
  3. **
  4. ** 8/21/89 - Changed from GenST2 to ASM format
  5. **
  6. ** Copyright (c) 1989 HiSoft
  7. **
  8.         offset    0
  9. p_lowtpa    ds.l    1
  10. p_hitpa        ds.l    1
  11. p_tbase        ds.l    1
  12. p_tlen        ds.l    1
  13. p_dbase        ds.l    1
  14. p_dlen        ds.l    1
  15. p_bbase        ds.l    1
  16. p_blen        ds.l    1
  17. p_dta        ds.l    1
  18. p_parent    ds.l    1
  19.         ds.l    1
  20. p_env        ds.l    1
  21.         ds.l    20
  22. p_cmdlin    ds.b    128
  23.  
  24.