Author Topic: alternative FSM  (Read 1940 times)

daydreamer

  • Member
  • *****
  • Posts: 2397
  • my kind of REAL10 Blonde
alternative FSM
« 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
but I think a baremetal coder would love it :biggrin:
my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: alternative FSM
« Reply #1 on: April 10, 2020, 07:43:20 PM »
So when are you going to write the code rather than talk about it ?
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

aw27

  • Guest
Re: alternative FSM
« Reply #2 on: April 10, 2020, 08:18:31 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
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:

daydreamer

  • Member
  • *****
  • Posts: 2397
  • my kind of REAL10 Blonde
Re: alternative FSM
« Reply #3 on: April 12, 2020, 06:42:45 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
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)
my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: alternative FSM
« Reply #4 on: April 12, 2020, 08:56:54 PM »
Magnus,

This sounds like nonsense.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy: