Re: A83: ASM Help


[Prev][Next][Index][Thread]

Re: A83: ASM Help




Try something like this (in pseudo code):

If a<=10
Goto Not1
If a<15
Goto 1
If a<=20
Goto Not1
If a<25
Goto 1
If a<=30
Goto Not1
If a<35
Goto 1
Not1: ...

Linus

On 07-Sep-98, Raisinboy5@aol.com wrote:

>I need to know how to do something like this in ASM:
>If a>10 and a<15
>Goto 1
>If a>20 and a<25
>Goto 1
>If a>30 and a<35
>Goto 1
>I have been trying to accomplish this for quite some time now and your help
>would be greatly appreciated.
>Thank you



References: