File: config.S

package info (click to toggle)
unzip 5.52-9etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 5,776 kB
  • ctags: 7,140
  • sloc: ansic: 49,152; cpp: 3,978; makefile: 2,310; asm: 1,583; sh: 91
file content (154 lines) | stat: -rw-r--r-- 3,087 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
#
;===========================================================================
; Copyright (c) 1990-2000 Info-ZIP.  All rights reserved.
;
; See the accompanying file LICENSE, version 2000-Apr-09 or later
; (the contents of which are also included in unzip.h) for terms of use.
; If, for some reason, all these files are missing, the Info-ZIP license
; also may be found at:  ftp://ftp.info-zip.org/pub/infozip/license.html
;===========================================================================

.globl _qlflag
.globl _qlwait
#ifdef ZIP
.globl _dtype
#endif

.data
        ds.w    0
        dc.b    '<<QCFX>>01'
#ifdef ZIP
        dc.w    8
        dc.b    'Info-ZIP'
*                12345678901234567890
        ds.w    0
        dc.w    3
        dc.b    '?.?'
        ds.w    0
#else
        dc.w    10
        dc.b    'Info-UNZIP'
*                12345678901234567890
        ds.w    0
        dc.w    3
        dc.b    '?.?'
        ds.w    0
#endif
        dc.b    10
        dc.b    0
l_4:    dc.w    _qlwait-l_4
        dc.w    0
        dc.w    0
l_5:    dc.w    hpt-l_5
l_6:    dc.w    hxx-l_6

#ifdef ZIP
        dc.b    10
        dc.b    0
d_4:    dc.w    _dtype-d_4
        dc.w    0
        dc.w    0
d_5:    dc.w    dpt-d_5
d_6:    dc.w    dxx-d_6

#else
        dc.b    4
        dc.b    0
l5:
        dc.w    list1-l5
        dc.w    0
l5a:
        dc.w    Postit-l5a              ; post proc
l6:
        dc.w    apt-l6
l7:
        dc.w    axx-l7
* -------------------------------------
        dc.b    4
        dc.b    0
l8:
        dc.w    list2-l8
        dc.w    0
l8a:
        dc.w    Postit-l8a              ; post proc
l9:
        dc.w    bpt-l9
la:
        dc.w    bxx-la
* -------------------------------------
#endif
        dc.w    -1                          ; end

_qlflag:
        dc.w    0
_qlwait:
        dc.w    250
_dtype:
        dc.w    255

hpt:    dc.w    10
        dc.b    'Exit Delay'
*                12345678901234567890
        ds.w    0
hxx:    dc.w    0
        dc.w    $ffff
        dc.w    -1
#ifdef  ZIP
dpt:    dc.w    14
        dc.b    'Directory Type'
*                12345678901234567890
        ds.w    0
dxx:    dc.w    3
        dc.w    $ff
        dc.w    -1
#else

list1:
        dc.b    0
list2:
        dc.b    0

apt:
        dc.w    11
        dc.b    'Unpack Mode'
*                12345678901234567890
.even
axx:    dc.b    0
        dc.b    0
        dc.w    8
        dc.b    'SMS/QDOS'
.even
        dc.b    1
        dc.b    0
        dc.w    7
        dc.b    'Default'
.even
        dc.w    -1
.even
bpt:
        dc.w    12
        dc.b    'Listing Mode'
*                12345678901234567890
.even
bxx:
        dc.w    0
        dc.w    7
        dc.b    'Default'
.even
        dc.b    2
        dc.b    0
        dc.w    8
        dc.b    'SMS/QDOS'
*                12345678901234567890
.even
         dc.w    -1
Postit:
        lea.l   _qlflag,a0
        move.b  list1,d0
        move.b  d0,(a0)
        move.b  list2,d0
        or.b    d0,(a0)
        moveq   #0,d0
        rts
#endif
        end