| ??? 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. |
| Topic | Author | Date |
| state machine | 01/01/70 00:00 | |
RE: state machine | 01/01/70 00:00 |



