Skip to content

Commit c4e665f

Browse files
committed
src/nasm.xml: switch to https
1 parent 98d9035 commit c4e665f

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

src/nasm.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<StringProperty
5959
Name="OutputFormat"
6060
Category="Assembler Options"
61-
HelpUrl="http://www.nasm.us/doc/"
61+
HelpUrl="https://www.nasm.us/doc/"
6262
DisplayName="Output File Name"
6363
Description="Specify Output Filename. -o [value]"
6464
Switch="-o [value]"
@@ -67,7 +67,7 @@
6767
<EnumProperty
6868
Name="Outputswitch"
6969
Category="Assembler Options"
70-
HelpUrl="http://www.nasm.us/doc/"
70+
HelpUrl="https://www.nasm.us/doc/"
7171
DisplayName="Output Switch"
7272
Description="Select the type of output format required. Linking should be disabled for ELF and Binary, else error will popup">
7373
<EnumValue
@@ -94,7 +94,7 @@
9494
Category="Assembler Options"
9595
DisplayName="Assembled Code Listing File"
9696
Description="Generates an assembled code listing file. (-l [file])"
97-
HelpUrl="http://www.nasm.us/doc/"
97+
HelpUrl="https://www.nasm.us/doc/"
9898
Switch="-l &quot;[value]&quot;"
9999
/>
100100

@@ -103,14 +103,14 @@
103103
Category="Assembler Options"
104104
DisplayName="Generate Debug Information"
105105
Description="Generates Debug Information. (-g)"
106-
HelpUrl="http://www.nasm.us/doc/"
106+
HelpUrl="https://www.nasm.us/doc/"
107107
Switch="-g"
108108
/>
109109

110110
<StringListProperty
111111
Name="ErrorReporting"
112112
Category="Advanced"
113-
HelpUrl="http://www.nasm.us/doc/"
113+
HelpUrl="https://www.nasm.us/doc/"
114114
DisplayName="Redirect Error Messages to File"
115115
Description="Drops the error Message on specified device"
116116
Switch="-Z &quot;[value]&quot;"
@@ -121,15 +121,15 @@
121121
Category="General"
122122
DisplayName="Include Paths"
123123
Description="Sets path for include file. (-I[path])"
124-
HelpUrl="http://www.nasm.us/doc/"
124+
HelpUrl="https://www.nasm.us/doc/"
125125
Switch="-I[value]"
126126

127127
/>
128128

129129
<StringListProperty
130130
Name="PreprocessorDefinitions"
131131
Category="Preprocessor"
132-
HelpUrl="http://www.nasm.us/doc/"
132+
HelpUrl="https://www.nasm.us/doc/"
133133
DisplayName="Preprocessor Definitions"
134134
Description="Defines a text macro with the given name. (-D[symbol])"
135135
Switch="-D[value]"
@@ -139,7 +139,7 @@
139139
<StringListProperty
140140
Name="UndefinePreprocessorDefinitions"
141141
Category="Preprocessor"
142-
HelpUrl="http://www.nasm.us/doc/"
142+
HelpUrl="https://www.nasm.us/doc/"
143143
DisplayName="Undefine Preprocessor Definitions"
144144
Description="Undefines a text macro with the given name. (-U[symbol])"
145145
Switch="-U[value]"
@@ -148,7 +148,7 @@
148148
<EnumProperty
149149
Name="ErrorReportingFormat"
150150
Category="Advanced"
151-
HelpUrl="http://www.nasm.us/doc/"
151+
HelpUrl="https://www.nasm.us/doc/"
152152
DisplayName="Error Reporting Format"
153153
Description="Select the error reporting format ie. GNU or VC">
154154
<EnumValue
@@ -166,78 +166,78 @@
166166
Category="Assembler Options"
167167
DisplayName="Treat Warnings As Errors"
168168
Description="Returns an error code if warnings are generated. (-Werror)"
169-
HelpUrl="http://www.nasm.us/doc/"
169+
HelpUrl="https://www.nasm.us/doc/"
170170
Switch="-Werror"
171171
/>
172172

173173
<BoolProperty
174174
Name="floatunderflow"
175175
Category="Advanced"
176-
HelpUrl="http://www.nasm.us/doc/"
176+
HelpUrl="https://www.nasm.us/doc/"
177177
DisplayName="float-underflow"
178178
Description="floating point underflow (default off)"
179179
Switch="-w+float-underflow" />
180180

181181
<BoolProperty
182182
Name="macrodefaults"
183183
Category="Advanced"
184-
HelpUrl="http://www.nasm.us/doc/"
184+
HelpUrl="https://www.nasm.us/doc/"
185185
DisplayName="Disable macro-defaults"
186186
Description="macros with more default than optional parameters (default on)"
187187
Switch="-w-macro-defaults" />
188188

189189
<BoolProperty
190190
Name="user"
191191
Category="Advanced"
192-
HelpUrl="http://www.nasm.us/doc/"
192+
HelpUrl="https://www.nasm.us/doc/"
193193
DisplayName="Disable user"
194194
Description="%warning directives (default on)"
195195
Switch="-w-user" />
196196

197197
<BoolProperty
198198
Name="floatoverflow"
199199
Category="Advanced"
200-
HelpUrl="http://www.nasm.us/doc/"
200+
HelpUrl="https://www.nasm.us/doc/"
201201
DisplayName="Disable float-overflow"
202202
Description="floating point overflow (default on)"
203203
Switch="-w-float-overflow" />
204204

205205
<BoolProperty
206206
Name="floatdenorm"
207207
Category="Advanced"
208-
HelpUrl="http://www.nasm.us/doc/"
208+
HelpUrl="https://www.nasm.us/doc/"
209209
DisplayName="float-denorm"
210210
Description="floating point denormal (default off)"
211211
Switch="-w+float-denorm" />
212212

213213
<BoolProperty
214214
Name="numberoverflow"
215215
Category="Advanced"
216-
HelpUrl="http://www.nasm.us/doc/"
216+
HelpUrl="https://www.nasm.us/doc/"
217217
DisplayName="Disable number-overflow"
218218
Description="numeric constant does not fit (default on)"
219219
Switch="-w-number-overflow" />
220220

221221
<BoolProperty
222222
Name="macroselfref"
223223
Category="Advanced"
224-
HelpUrl="http://www.nasm.us/doc/"
224+
HelpUrl="https://www.nasm.us/doc/"
225225
DisplayName="macro-selfref"
226226
Description="cyclic macro references (default off)"
227227
Switch="-w+macro-selfref" />
228228

229229
<BoolProperty
230230
Name="floattoolong"
231231
Category="Advanced"
232-
HelpUrl="http://www.nasm.us/doc/"
232+
HelpUrl="https://www.nasm.us/doc/"
233233
DisplayName="Disable float-toolong"
234234
Description=" too many digits in floating-point number (default on)"
235235
Switch="-w-float-toolong" />
236236

237237
<BoolProperty
238238
Name="orphanlabels"
239239
Category="Advanced"
240-
HelpUrl="http://www.nasm.us/doc/"
240+
HelpUrl="https://www.nasm.us/doc/"
241241
DisplayName="Disable orphan-labels"
242242
Description="labels alone on lines without trailing `:' (default on)"
243243
Switch="-w-orphan-labels" />

0 commit comments

Comments
 (0)