[A83] Re: call (hl)


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

[A83] Re: call (hl)




>
>Is there a way to do:
>
>  ld hl,label
>  call (hl)
>  [...]
>  ret
>
>label:
>  [...]
>  ret
>
>
>     SUCKER
>
>
>

  ld hl,label1
  push hl
  ld hl,label2
  jp (hl)
label1:
...etc...
  ret

label2:
...etc...
  ret



_____________________________________________
Free email with personality! Over 200 domains!
http://www.MyOwnEmail.com