home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / dev / asm / tbsource / questions / versions / 0.99e / qv99e.lha / Que.bak < prev    next >
Encoding:
Text File  |  1991-08-06  |  449 b   |  19 lines

  1.         ds.l    0
  2.  
  3. NameLeng:    EQU    32
  4.  
  5. NextQues:    EQU    960
  6. NextAns:    EQU    800
  7. DesLeng:    EQU    160        ;1 x 79 + null, 1 x 79 + null
  8. QueLeng:    EQU    160        ;1 x 79 + null, 1 x 79 + null
  9. AnsLeng:    EQU    80        ;79 + null
  10. LineLeng:    EQU    80
  11.  
  12. ;question file stuff - a straight copy of the .Que files and vice versa
  13.  
  14. Que:        dc.b    "Ques"        ;Header
  15. NumQ:        dc.w    0        ;Number of questions (max 65535?)
  16. Type:        dc.b    0        ;Multiple correct, One correct etc.
  17. Timer:        dc.b    0        ;0=No timer, 1-255 Seconds
  18.  
  19.