| ??? 09/25/00 07:28 Read: times |
#5286 - RE: state machine |
funcs:
mov dptr,#fvector mov a,state rl a jmp @a+dptr ; fvector: ajmp run ;if state=0 ajmp stop ;if state=1 ajmp play ;if state=2 ; run: . . mov state,??? ;next state ret ; stop: . . mov state,??? ;next state ret ; play: .. mov state,??? ;next state ret |
| Topic | Author | Date |
| state machine | 01/01/70 00:00 | |
RE: state machine | 01/01/70 00:00 |



