IF (LeftSRC < [RightSRC] OR LeftSRC > [RightSRC +
OperandSize/8])
(* Under lower bound or over upper bound *)
THEN Interrupt 5;
FI;


[Back] [Next]