A82: Re: Adding 100 (to score-asm)


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

A82: Re: Adding 100 (to score-asm)



 This only works on bytes, but other wise it is fine.

Dines

-----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: Adding 100 (to score-asm)



>Is this legal?
>
>ld a,(score)
>add a,100
>ld (score),a
>
>Does that add 100 to the variable score? I am curious because in an 83
>asm game which I am going to *try* to convert to 82asm it uses like 10
>lines of code to add 100 to the score.
>
>
>