[A83] Re: deteting a TI83+SE
[Prev][Next][Index][Thread]
[A83] Re: deteting a TI83+SE
No!
the "#DEFINE" lines are instructions that TASM detects to include or
not some parts of the code, this is NOT asm code interpreted by the
calc !
I mean, when Patrick D. puts #DEFINE 83PLUSSE at the beginning of
phoenix source code, TASM compiles those parts of the code:
#IFDEF 83PLUSSE
[83+SE specific code here]
#ENDIF
and doesn't compile those parts :
#IFNDEF 83PLUSSE
[code that can make the 83+SE crash]
#ENDIF
Thus, Patrick D. can easily (!) program on several calculators with
*about* the same code.
23/11/02 15:21:25, "Aaron Fineman" <amfineman@earthlink.net> a écrit:
>
>I believe it's #DEFINE 83PLUSSE, it's in the pheonix 1.15 code.
>
>
>
>----- Original Message -----
>From: "Dan Weiss" <dwedit@hotmail.com>
>To: <assembly-83@lists.ticalc.org>
>Sent: Friday, November 22, 2002 4:56 PM
>Subject: [A83] deteting a TI83+SE
>
>
>>
>> How do you detect a TI83+SE from within an asm program?
>>
>> _________________________________________________________________
>> Add photos to your messages with MSN 8. Get 2 months FREE*.
>> http://join.msn.com/?page=features/featuredemail
>>
>>
>>
>
>
>__________________________________________________
>Modem offert : 150,92 euros remboursés sur le Pack eXtense de Wanadoo
!
>Haut débit à partir de 30 euros/mois : http://www.ifrance.com/
_reloc/w
>
__________________________________________________
Modem offert : 150,92 euros remboursés sur le Pack eXtense de Wanadoo !
Haut débit à partir de 30 euros/mois : http://www.ifrance.com/_reloc/w
References: