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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
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


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