Re: if ax eq 0
- From: Andy <spamtrap@xxxxxxxxxx>
- Date: Sun, 10 Jun 2007 06:11:26 -0700
On Jun 9, 10:09 am, xyoavx <spamt...@xxxxxxxxxx> wrote:
Hello,
I don't understand why the following directives do not display an
error (using tasm version 2.02):
if ax eq 0
%out yes
endif
if instead of 0 i'll write 1, the following error will be displayed:
illegal use of register.
Thanks in advance,
Regards,
xyoavx
I use tasm but have never seen that format.
What do you wish to do ?
Maybe this would work.
cmp ax,0
jz is_zero
jmp short next
is_zero:
next:
.
- Follow-Ups:
- Re: if ax eq 0
- From: Bob Masta
- Re: if ax eq 0
- References:
- if ax eq 0
- From: xyoavx
- if ax eq 0
- Prev by Date: Re: Builrt a Keyb Fr
- Next by Date: Re: AT&T or Intel syntax ?
- Previous by thread: if ax eq 0
- Next by thread: Re: if ax eq 0
- Index(es):
Relevant Pages
|