Re:A83: Re: [no subject]


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

Re:A83: Re: [no subject]




yea, but what if the program is archived? (and I just wanna see if the
program is a compiled assembly program, not uncompiled.  Aren't the
compiled and AsmPrgm tokens 2 bytes, anyways?)  I don't wanna have to mess
around with _arc_unarc or _flashtoram if I don't have to.

----------------------------------------------
Original Message
From: "Robert Maresh"<gardenerbm@netzero.net>
Subject: A83: Re: [no subject]
Date: Thu, 1 Feb 2001 11:31:15 -0600

>
>You could easily check without a rom call.
>
>hl has the location where the program begins:
>
>  ld a,(hl)
>  cp tAsmPrgm   ;token value for asm program not compiled.
>  jr z, asmnc
>  cp tquestionmark ; token value for that question mark which shows a
>program IS compiled.
>  jr z, asmc
>
>asmnc:
>
>code here for non-compiled asm
>
>asmc:
>
>code here for compiled asm
>
>Bob Maresh
>
>
>
>----- Original Message -----
>From: "Joe Pemberton" <dArkSk8eR@buffbody.com>
>To: <assembly-83@lists.ticalc.org>
>Sent: Thursday, February 01, 2001 12:19 AM
>Subject: A83: [no subject]
>
>
>>
>> what is the bcall that that checks to see if a program is assembly or
not?
>> I remember seeing one before but I can't for the life of me remember what
>> it was.  I just spent an hour looking through the 83+ sdk and I cant find
>> it!  help!
>>
>> _____________________________________________
>> Free email with personality! Over 200 domains!
>> http://www.MyOwnEmail.com
>>
>>
>>
>>
>
>
>Shop online without a credit card
>http://www.rocketcash.com
>RocketCash, a NetZero subsidiary
>
>

_____________________________________________
Free email with personality! Over 200 domains!
http://www.MyOwnEmail.com