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?