A83: (No Subject)


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

A83: (No Subject)




Hi guys !  :)

I have a very simple question :
-Is there a way to do in ASM the same thing as
"If A=31 or A=48 or A=2 ... Goto X" in basic ??

to do :
	ld	a,(Something)
	cp	1
	jp	z,THESAMElbl	;ALWAYS THE
	cp	3
	jp	z,THESAMElbl	;SAME
	cp	65
	jp	z,THESAMElbl	;LABEL
	     ...

but how to do it simplier?????

THX  ;)

See ya,
yhean



Get your FREE E-mail at http://mailcity.lycos.com
Get your PERSONALIZED START PAGE at http://personal.lycos.com


Follow-Ups: