MASM32 Downloads
checked several FSM tutorials,but this could also be coded using assembly lowlevel boolean instructionshttps://www.cs.princeton.edu/courses/archive/spr06/cos116/FSM_Tutorial.pdfbut I think a baremetal coder would love it
Quote from: daydreamer on April 10, 2020, 07:15:47 PMchecked several FSM tutorials,but this could also be coded using assembly lowlevel boolean instructionshttps://www.cs.princeton.edu/courses/archive/spr06/cos116/FSM_Tutorial.pdfbut I think a baremetal coder would love it 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.