A83: Re: [no subject]
[Prev][Next][Index][Thread]
A83: Re: [no subject]
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
References: