Tag archive for "stack frame"
Programs created with Turbo Pascal use stack frame. This is part of the processor’s stack space which can be accessed using a dedicated base pointer (BP) register.
Constant strings are added in the temporary buffer, while all non-constant string operations are performed in stack frame.