A86: Re: Re: Re: Re: Re: Re: Re: Size of programs


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

A86: Re: Re: Re: Re: Re: Re: Re: Size of programs




sorry,
http://www.ticalc.org/pub/86/asm/shells/beshell.zip
----- Original Message ----- 
From: Brent Schneider <brent@calc.org>
To: <assembly-86@lists.ticalc.org>
Sent: Sunday, December 12, 1999 4:59 PM
Subject: A86: Re: Re: Re: Re: Re: Re: Size of programs



Dude... actually that's not true.
This is what I had:

 rst 10h
 ld a,b
 ld h,d
 ld l,e
 call _get_word_ahl
 ex de,hl
 ld de,15
 add hl,de
 xor a
 call _dispAHL

If you don't believe me, here it is:
http://www.ticalc.org/pub/86/asm/shells/bess.zip

I just want to know another routine, if there is.
----- Original Message -----
From: David Phillips <david@acz.org>
To: <assembly-86@lists.ticalc.org>
Sent: Sunday, December 12, 1999 5:22 PM
Subject: A86: Re: Re: Re: Re: Re: Size of programs



You don't know if it's right?  Then why not try it out?  "please put some
kind of routine up" sounds like "I'm too lazy to try to code something and
see if it works, so please just write it for me".


>
> I know.. I just don't know if what I'm using is right. Please put some
kind
> of routine up.
> Your are correct in the findalphaup puts the name in op1
> ----- Original Message -----
> From: Kirk Meyer <kirkmeyer@bigfoot.com>
> To: <assembly-86@lists.ticalc.org>
> Sent: Sunday, December 12, 1999 5:08 PM
> Subject: A86: Re: Re: Re: Size of programs
>
>
>
> I just explained... use the call you originally used, then add [some
> constant] (probably 6, look at the VAT and find out for yourself), and
then
> add the length of the program's name. The length of the programs name I
> believe is in OP1 after having done _findAlphaUp but I could be mistaken.
>
> ----- Original Message -----
> From: Brent Schneider <brent@calc.org>
> To: <assembly-86@lists.ticalc.org>
> Sent: Sunday, December 12, 1999 3:45 PM
> Subject: A86: Re: Re: Size of programs
>
>
> > well would you please put how you find the size of a program?
>
>
>
>
>
>
>
>











References: