A82: Re: OP1, OP2, etc... questions


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

A82: Re: OP1, OP2, etc... questions



 The onesmarked with X is illegal.

-----Original Message-----
From: ilya winham <ilyamojo@geocities.com>
To: CALC-TI@LISTS.PPP.TI.COM <CALC-TI@LISTS.PPP.TI.COM>;
assembly-82@lists.ticalc.org <assembly-82@lists.ticalc.org>
Date: 11. oktober 1997 05:42
Subject: A82: OP1, OP2, etc... questions



>Which of the following are 'legal'?
>
>ld OP1,a X
>ld a,OP1 X
>add OP1,26 X
>dec OP1 X
>ld OP2,HL X
>ld HL,OP2 X
>ld OP1,OP2 X
>ld OP1,(score) X
>ld (score),OP1 X
>ld OP1,2 X
>
>Please mark which ones work and which ones don't. And if they don't how
>can it work.

So basically all of them are illegal. Even if they where changed so they
worked, they probably would not do what you want.

Dines


Follow-Ups: