enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Stack register - Wikipedia

    en.wikipedia.org/wiki/Stack_register

    Newer processors contain a dedicated stack engine to optimize stack operations. Pentium M was the first x86 processor to introduce a stack engine. In its implementation, the stack pointer is split among two registers: ESP O , which is a 32-bit register, and ESP d , an 8-bit delta value that is updated directly by stack operations.

  3. Stack machine - Wikipedia

    en.wikipedia.org/wiki/Stack_machine

    In computer science, computer engineering and programming language implementations, a stack machine is a computer processor or a virtual machine in which the primary interaction is moving short-lived temporary values to and from a push down stack. In the case of a hardware processor, a hardware stack is used. The use of a stack significantly ...

  4. Stack-based memory allocation - Wikipedia

    en.wikipedia.org/wiki/Stack-based_memory_allocation

    The stack is often used to store variables of fixed length local to the currently active functions. Programmers may further choose to explicitly use the stack to store local data of variable length. If a region of memory lies on the thread's stack, that memory is said to have been allocated on the stack, i.e. stack-based memory allocation (SBMA).

  5. x86 memory segmentation - Wikipedia

    en.wikipedia.org/wiki/X86_memory_segmentation

    The choice of segment is normally defaulted by the processor according to the function being executed. Instructions are always fetched from the code segment. Any stack push or pop or any data reference referring to the stack uses the stack segment. All other references to data use the data segment.

  6. Instruction set architecture - Wikipedia

    en.wikipedia.org/wiki/Instruction_set_architecture

    In computer science, an instruction set architecture (ISA) is an abstract model that generally defines how software controls the CPU in a computer or a family of computers. [1] A device or program that executes instructions described by that ISA, such as a central processing unit (CPU), is called an implementation of that ISA.

  7. Addressing mode - Wikipedia

    en.wikipedia.org/wiki/Addressing_mode

    Many 32-bit computers (such as 68000, ARM, or PowerPC) have more than one register which could be used as a stack pointer—and so use the "register autoincrement indirect" addressing mode to specify which of those registers should be used when pushing or popping data from a stack. Some current computer architectures (e.g. IBM/390 and Intel ...

  8. Call stack - Wikipedia

    en.wikipedia.org/wiki/Call_stack

    In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program. This type of stack is also known as an execution stack , program stack , control stack , run-time stack , or machine stack , and is often shortened to simply the " stack ".

  9. Processor register - Wikipedia

    en.wikipedia.org/wiki/Processor_register

    Registers are normally measured by the number of bits they can hold, for example, an 8-bit register, 32-bit register, 64-bit register, 128-bit register, or more.In some instruction sets, the registers can operate in various modes, breaking down their storage memory into smaller parts (32-bit into four 8-bit ones, for instance) to which multiple data (vector, or one-dimensional array of data ...