This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: call insn in z80




V.Brahmaiah wrote:

> 
> Hi all,
>  I am working for z80 port. I have the following
> problem with the call insn pattern.
...
>  but actually z80 does not have an instruction 
>     call  throgh a indirect register address.
> 
>   It supports only 
> 
> 	call (symbolic_address);

IIRC, the Z80 doesn't have a call through an indirect
register address, but it does have an indirect call.

You should examine the RET instruction closely.

Toshi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]