home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / dev / asm / tbsource / questions / que.i < prev    next >
Encoding:
Text File  |  1993-12-21  |  239 b   |  13 lines

  1.         ds.l    0
  2.  
  3. NameLeng:    EQU    32
  4.  
  5. DesLeng:    EQU    234        ;1 x 78, 1 x 78, 1 x 78
  6. QueLeng:    EQU    160        ;1 x 79 + null, 1 x 79 + null
  7. AnsLeng:    EQU    80        ;79 + null
  8. LineLeng:    EQU    80
  9. DLineLeng:    EQU    78
  10. NextAns:    EQU    (9*AnsLeng)
  11. NextQues:    EQU    (QueLeng+NextAns)
  12.  
  13.