Renesas SH-4A User Manual page 295

Microcomputer development environment system
Hide thumbs Also See for SH-4A:
Table of Contents

Advertisement

(3) Restrictions on using the nest mode
(i) Tail call
⎯ When a tail call is used for a function as shown below, the return value of the callee
function becomes the return address of the caller function. The execution time of the callee
function cannot be measured correctly but the execution counts can be masured.
f( ){
g( );
}
g( ){
}
Figure 5.97 Tail Call (Nest Mode)
RTS
NOP
No branch
271

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sh4al-dspE200f

Table of Contents