home *** CD-ROM | disk | FTP | other *** search
- ds.l 0
-
- NameLeng: EQU 32
-
- NextQues: EQU 960
- NextAns: EQU 800
- DesLeng: EQU 160 ;1 x 79 + null, 1 x 79 + null
- QueLeng: EQU 160 ;1 x 79 + null, 1 x 79 + null
- AnsLeng: EQU 80 ;79 + null
- LineLeng: EQU 80
-
- ;question file stuff - a straight copy of the .Que files and vice versa
-
- Que: dc.b "Ques" ;Header
- NumQ: dc.w 0 ;Number of questions (max 65535?)
- Type: dc.b 0 ;Multiple correct, One correct etc.
- Timer: dc.b 0 ;0=No timer, 1-255 Seconds
-
-