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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/23/00 15:44
Read: times


 
#5274 - state machine
I want to creat a simple state machine in asm

It should look like this code in c:

void *funcs() = {run,stop,play};

funcs[1](); // will run the function stop

I hope I coded right in c. but I want it in asm anyway.



List of 2 messages in thread
TopicAuthorDate
state machine            01/01/70 00:00      
RE: state machine            01/01/70 00:00      

Back to Subject List