mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
The execBlock method supports the various control flows defined by the ACPI standard (next instr, continue, break and return). It is designed so that it can be recursively invoked both AML methods and various flow-altering opcodes (e.g. opIf, opWhile e.t.c.)