Case
Revision as of 10:48, 16 February 2021 by Xifanie (talk | contribs) (Created page with "__FORCETOC__ = {06} {{IE_06}} = {{IE_06_ex}} If the assigned Value matches the value of the variable specified in the previous {05} {{IE_05}} instruc...")
Contents
{06} Case
Case(xVALU)
If the assigned Value matches the value of the variable specified in the previous {05} Switch instruction, then it executes the code below until it encounters a {08} Break or {09} EndSwitch.
Otherwise, it will attempt the {06} Case instructions.
See also: {05} Switch ― {07} Default ― {08} Break ― {09} EndSwitch
Value : Half-Word (hex)
Value to use as a comparison for the previously specified Variable ID.