Here’s a link to part 1 of this series. Generating the abstract syntax tree Generating the AST from the instruction node tree ends up being fairly straightforward. SCI Companion has the follo…| IceFall Games
Here’s a link to part 1 of this series. Another fundamental concept we need to introduce is instruction consumption. The basics Each SCI instruction (opcode + operands) “consumes”…| IceFall Games
Here’s a link to part 1 of this series. Now we have a directed graph that consists of nodes of branch-less instruction sequences in a function (since the branches became the edges of the grap…| IceFall Games