Lines Matching refs:var
161 @item db @var{expression}|@var{string}[,@var{expression}|@var{string}...]
162 @itemx defb @var{expression}|@var{string}[,@var{expression}|@var{string}...]
163 For each @var{string} the characters are copied to the object file, for
164 each other @var{expression} the value is stored in one byte.
167 @item dw @var{expression}[,@var{expression}...]
168 @itemx defw @var{expression}[,@var{expression}...]
169 For each @var{expression} the value is stored in two bytes, ignoring
172 @item d24 @var{expression}[,@var{expression}...]
173 @itemx def24 @var{expression}[,@var{expression}...]
174 For each @var{expression} the value is stored in three bytes, ignoring
177 @item d32 @var{expression}[,@var{expression}...]
178 @itemx def32 @var{expression}[,@var{expression}...]
179 For each @var{expression} the value is stored in four bytes, ignoring
182 @item ds @var{count}[, @var{value}]
183 @itemx defs @var{count}[, @var{value}]
186 Fill @var{count} bytes in the object file with @var{value}, if
187 @var{value} is omitted it defaults to zero.
189 @item @var{symbol} equ @var{expression}
190 @itemx @var{symbol} defl @var{expression}
191 These directives set the value of @var{symbol} to @var{expression}. If
192 @code{equ} is used, it is an error if @var{symbol} is already defined.
198 @item psect @var{name}
242 @item sli @var{m}
243 Equivalent to @code{@var{m} = (@var{m}<<1)+1}, the operand @var{m} can
247 @item @var{op} (ix+@var{d}), @var{r}
251 ld @var{r}, (ix+@var{d})
252 @var{opc} @var{r}
253 ld (ix+@var{d}), @var{r}
256 The operation @samp{@var{opc}} may be any of @samp{res @var{b},},
257 @samp{set @var{b},}, @samp{rl}, @samp{rlc}, @samp{rr}, @samp{rrc},
259 @samp{@var{r}} may be any of @samp{a}, @samp{b}, @samp{c}, @samp{d},
262 @item @var{opc} (iy+@var{d}), @var{r}