Closed aw closed 1 year ago
It is currently possible to POP from the stacks even if nothing is there (underflow), and PUSH to the stacks if it's full (overflow). This applies to the DSP and RSP stack only, since TIB already has bounds checks.
POP
PUSH
DSP
RSP
TIB
It is currently possible to
POP
from the stacks even if nothing is there (underflow), andPUSH
to the stacks if it's full (overflow). This applies to theDSP
andRSP
stack only, sinceTIB
already has bounds checks.