Lines Matching refs:samp
31 @table @samp
34 @cindex @samp{-mreg-prefix=@var{prefix}} option, reg-prefix
35 You can use the @samp{-mreg-prefix=@var{pfx}} option to indicate
44 @cindex @samp{-mdollar-hex} option, dollar-hex
46 The @samp{-mdollar-hex} option affects the way that literal hexadecimal constants
48 the @samp{$} character as the start of a hexadecimal integer constant. Without
49 this option, the standard value of @samp{0x} is expected.
51 If you use this option, then you cannot have symbol names starting with @samp{$}.
52 @samp{-mdollar-hex} is implied if the @samp{--traditional-format}
76 Operands are separated by a comma (@samp{,}).
78 (@samp{()}) or within square brackets (@samp{[]}).
84 The suffix is separated from the instruction name by a period (@samp{.})
85 and may be one of @samp{b}, @samp{w}, @samp{p} or @samp{l} indicating
104 The presence of a @samp{;} character anywhere
108 A @samp{*} or a @samp{#} character at the start of a line also
110 on the line. If the first character of the line is a @samp{#} then as
130 @samp{#@var{number}}
133 @samp{#@var{width}:@var{offset}}
144 @samp{*@var{symbol}}, or @samp{*[+-]@var{digits}}
150 @samp{@var{reg}}
155 data register (@samp{D0}, @samp{D1} @dots{} @samp{D7}),
156 the @samp{X} register or the @samp{Y} register.
159 register (@samp{S}), and/or the program counter (@samp{P}).
163 @samp{CCR}, @samp{CCH} or @samp{CCL} which refer to the complete
169 @samp{@var{symbol}}, or @samp{@var{digits}}
172 @samp{[@var{symbol}}, or @samp{@var{digits}]}
176 @samp{(@var{number},@var{reg})}
178 @var{Reg} may be either @samp{X}, @samp{Y}, @samp{S} or
179 @samp{P} or one of the data registers @samp{D0}, @samp{D1} @dots{}
180 @samp{D7}.
181 If any of the registers @samp{D2} @dots{} @samp{D5} are specified, then the
187 @samp{[@var{number},@var{reg}]}
189 @var{Reg} may be either @samp{X}, @samp{Y}, @samp{S} or
190 @samp{P}.
194 @samp{-@var{reg}},
195 @samp{+@var{reg}},
196 @samp{@var{reg}-} or
197 @samp{@var{reg}+}
202 Thus @var{reg} may be any of the 24 bit registers @samp{X}, @samp{Y}, or
203 @samp{S}.
205 register @samp{S} (only post-increment and pre-decrement are available).
208 @samp{(@var{data-reg},@var{reg})}
210 @var{Reg} can be either @samp{X}, @samp{Y}, or @samp{S}.
212 must be one of the data registers @samp{D0}, @samp{D1} @dots{} @samp{D7}.
213 If any of the registers @samp{D2} @dots{} @samp{D5} are specified, then
218 @samp{[@var{data-reg},@var{reg}]}
220 @var{Reg} can be either @samp{X} or @samp{Y}.
222 must be one of the data registers @samp{D0}, @samp{D1} @dots{} @samp{D7}.
223 If any of the registers @samp{D2} @dots{} @samp{D5} are specified, then
260 However, if @code{@value{AS}} is started with (for example) @samp{-mreg-prefix=%}
261 then all register names must be prefixed with @samp{%} as follows:
278 @samp{D1}, or it could refer to the symbol named ``d1''.
280 @samp{-mreg-prefix=@var{pfx}} and the code written as