Re: A83: Out of Range.
[Prev][Next][Index][Thread]
Re: A83: Out of Range.
in this case of ".db exit" if the label of exit is not +127 to -128 from the
point of the data byte, then the compiler gets pissed off kind of like when
you get a range of relative branch exceeded error. My suggestion on
avoiding the error is to hardcode the information in a macro.
-harper
----- Original Message -----
From: Fam. Engelen <engelen@hotpop.com>
To: <assembly-83@lists.ticalc.org>
Sent: Sunday, February 06, 2000 2:57 PM
Subject: Re: A83: Out of Range.
>
> > db exit = Relative address of exit (like jr)
> > dw exit = Absolute address of exit (like jp... or ld (...),...)
>
> So 'db' and 'dw' have nothing to do with 'data byte' and 'data word'?
>
> Arnout
> arnout.engelen@beer.com
>
>
References: