previous | contents | next

Fig. CE-1. Module diagram of Extended RTM, K(conditional execute).


Fig. CE-2. RTM diagram of Extended RTM, K(conditional execute).


ADDITIONAL PROBLEMS
1. Design a part of an RTM system using Kce (including Kce switch positions) for the following:

a. B=>(C <- F);

b. B=>(multiply subroutine) else (X <- 0);

d. B=>(GOTO Q) else (GOTO Y); GOTO is used here to denote change of control flow; what might Q and Y be?

e. B=>(X <- 1; next Y <- 1) else (V <- 1; next Q <-0);

2. Design a Kce which only has an "if B then S" where S is a single operation that can be evoked.

88

previous | contents | next