Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/13/03 00:27
Read: times


 
#48263 - RE: Some questions
Responding to: ???'s previous message
Hi Waqar,

1. The state table contains addresses (16 bits). The number of entries in this table will be the number of address bytes divided by two.

2. The call table function multiplies an index into the state table by two, basically converting a byte index into an address index. It then pushes this address retrieved from the table onto the stack, the RET then acts as a CALL to that address.

I thought Michael's comments were very clear...

I've recommended it before, but I'll recommend it again: try running code through a simulator to see what it does. Tom above did that. Have you??

(Beautiful piece of code Michael!)

Dennis

List of 25 messages in thread
TopicAuthorDate
State Machine Design for Time Slicing            01/01/70 00:00      
   Warning for C users (especially Keil)            01/01/70 00:00      
      RE: Warning for C users (especially Keil)            01/01/70 00:00      
         RE: Warning for C users (especially Keil)            01/01/70 00:00      
      RE: Warning for C users (especially Keil)            01/01/70 00:00      
      RE: Warning for C users (especially Keil)            01/01/70 00:00      
   RE: State Machine Design for Time Slicing            01/01/70 00:00      
      RE: State Machine Design for Time Slicing            01/01/70 00:00      
         RE: State Machine Design for Time Slicing            01/01/70 00:00      
   RE: its time sharing machine            01/01/70 00:00      
      RE: its time sharing machine            01/01/70 00:00      
         firstly i have to ask this            01/01/70 00:00      
            RE: firstly i have to ask this            01/01/70 00:00      
            RE: firstly i have to ask this            01/01/70 00:00      
               RE: firstly i have to ask this            01/01/70 00:00      
                  RE: firstly i have to ask this            01/01/70 00:00      
            RE: firstly i have to ask this            01/01/70 00:00      
         RE: its time sharing machine            01/01/70 00:00      
            RE: its time sharing machine            01/01/70 00:00      
   RE: State Machine Design for Time Slicing            01/01/70 00:00      
      RE: State Machine Design for Time Slicing            01/01/70 00:00      
   Some questions            01/01/70 00:00      
      RE: Some questions            01/01/70 00:00      
      RE: Some questions            01/01/70 00:00      
         thanks            01/01/70 00:00      

Back to Subject List