A83: ASM Help


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

A83: ASM Help




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


Follow-Ups: