Re: A83: Re: question about moving programs around
[Prev][Next][Index][Thread]
Re: A83: Re: question about moving programs around
> oh sort of like when they were talking about jr $+x huh?
> hm....that might work....
>
> so what would it look like? jr $+function-$9327 ?
> or
> ld hl,functionname
> dec $9327
> jr hl
> ? or something like those?
The fun is, I think, that the assembler (Z80ASM) takes care off this :)
So you can use your usual programming style, and the assembler will convert
it to relocatable code, automagicaly. This off coarse will increase the
overall size... :(
Henk Poley
Follow-Ups: