Re: A82: 1 Problem first....
[Prev][Next][Index][Thread]
Re: A82: 1 Problem first....
You could also define the bytes in your program
for jp p,$ABCD this would be
.db $F2 ; %11110010
.dw $ABCD
and for jp m,$ABCD
.db $FA ; %11111010
.dw $ABCD
and I think the following would also be possible, but I don't know
for CAZ
jp m,label
.db $FA
.dw label
Wouter
> How can I change the above?!? There are many more instances of this,
> this is just one example. Thanks for your help. *MATT STACK*-->Is
> there a way to use P and M with CAZ at all?????? Ilya
> Ilya
References: