A82: Re: 82 equivilant
[Prev][Next][Index][Thread]
A82: Re: 82 equivilant
-----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:43
Subject: A82: 82 equivilant
>What is the 82asm equivilant of this 83 code (from duckhunt)
>
>ld a,(gunx) gun x-coord->a
the same
>call _setxxop2 a->op2
not found
>ld a,(duckx) duck x-coord->a
the same
>call _setxxop1 a->op1
not found
>call _fpsub op1-op2->op1
not found
>ld a,7 7->a
the same
>call _setxxop2 a->op2
not found
>call _fpdiv op1/op2->op1
not found
>call _int int(op1)->op1
not found
>call _chop1fp0 op1=0? (If it does, gunx is <= 6 away)
not found
>jp nz,subbull if not, no hit. goto subtract bullet
the same
>
>Any help apprecitated
>
>