The MASM Forum

Miscellaneous => The Orphanage => Topic started by: daydreamer on April 10, 2020, 07:15:47 PM

Title: alternative FSM
Post by: daydreamer on April 10, 2020, 07:15:47 PM
checked several FSM tutorials,but this could also be coded using assembly lowlevel boolean instructions
https://www.cs.princeton.edu/courses/archive/spr06/cos116/FSM_Tutorial.pdf (https://www.cs.princeton.edu/courses/archive/spr06/cos116/FSM_Tutorial.pdf)
but I think a baremetal coder would love it :biggrin:
Title: Re: alternative FSM
Post by: hutch-- on April 10, 2020, 07:43:20 PM
So when are you going to write the code rather than talk about it ?
Title: Re: alternative FSM
Post by: aw27 on April 10, 2020, 08:18:31 PM
Quote from: daydreamer on April 10, 2020, 07:15:47 PM
checked several FSM tutorials,but this could also be coded using assembly lowlevel boolean instructions
https://www.cs.princeton.edu/courses/archive/spr06/cos116/FSM_Tutorial.pdf (https://www.cs.princeton.edu/courses/archive/spr06/cos116/FSM_Tutorial.pdf)
but I think a baremetal coder would love it :biggrin:

Don't confuse FSM with pseudo-code. Pseudo-code, including pseudo Masm and pseudo Asm variations we have here, are more than acceptable ways to represent a program flow from start to end. :badgrin:
Title: Re: alternative FSM
Post by: daydreamer on April 12, 2020, 06:42:45 PM
Quote from: AW on April 10, 2020, 08:18:31 PM
Quote from: daydreamer on April 10, 2020, 07:15:47 PM
checked several FSM tutorials,but this could also be coded using assembly lowlevel boolean instructions
https://www.cs.princeton.edu/courses/archive/spr06/cos116/FSM_Tutorial.pdf (https://www.cs.princeton.edu/courses/archive/spr06/cos116/FSM_Tutorial.pdf)
but I think a baremetal coder would love it :biggrin:

Don't confuse FSM with pseudo-code. Pseudo-code, including pseudo Masm and pseudo Asm variations we have here, are more than acceptable ways to represent a program flow from start to end. :badgrin:
aha ,thats the problem when failing to write a real 3d app,write it with pseudocode results in pseudo3d  :badgrin:
@Hutch
512 elevators/lamps are hardly useful in a game(avx512)
Title: Re: alternative FSM
Post by: hutch-- on April 12, 2020, 08:56:54 PM
Magnus,

This sounds like nonsense.