When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Stack machine - Wikipedia

    en.wikipedia.org/wiki/Stack_machine

    A stack machine's compact code naturally fits more instructions in cache, and therefore could achieve better cache efficiency, reducing memory costs or permitting faster memory systems for a given cost. In addition, most stack-machine instructions are very simple, made from only one opcode field or one operand field.

  3. Category:Stack machines - Wikipedia

    en.wikipedia.org/wiki/Category:Stack_machines

    This page was last edited on 28 February 2011, at 17:26 (UTC).; Text is available under the Creative Commons Attribution-ShareAlike 4.0 License; additional terms may apply.

  4. Société d'électronique et d'automatisme - Wikipedia

    en.wikipedia.org/wiki/Société_d'électronique...

    SEA drafted an architecture inspired by stack machines for its processor and Algol for its machine language, similar to Burroughs' approach in the United States. Initially, two models were planned: a successor to the entry-level CAB 500 (CAB 1500) and a high-performance machine for the top tier (CAB 15000).

  5. Weight machine - Wikipedia

    en.wikipedia.org/wiki/Weight_machine

    A weight machine is an exercise machine used for weight training that uses gravity as the primary source of resistance and a combination of simple machines to convey that resistance to the person using the machine. Each of the simple machines (pulley, lever, wheel, incline) changes the mechanical advantage of the overall machine relative to the ...

  6. B5000 instruction set - Wikipedia

    en.wikipedia.org/wiki/B5000_Instruction_Set

    The Burroughs B5000 was the first stack machine and also the first computer with a segmented virtual memory. The Burroughs B5000 instruction set includes the set of valid operations for the B5000, B5500 and B5700. It is not compatible with the B6500, B7500, B8500 or their successors.

  7. Joel McCormack - Wikipedia

    en.wikipedia.org/wiki/Joel_McCormack

    Joel McCormack is an American computer scientist who designed the NCR Corporation version of the p-code machine, which is a kind of stack machine popular in the 1970s as the preferred way to implement new computing architectures and languages such as Pascal and BCPL.

  8. Charles H. Moore - Wikipedia

    en.wikipedia.org/wiki/Charles_H._Moore

    He distanced himself from Forth proper, which by then had an official standard, and built ever more minimalist stack languages to support his own needs, particularly processor design. In the early 1990s, he implemented a system called OK for direct editing of x86 machine code without a compiler or assembler .

  9. Stack (abstract data type) - Wikipedia

    en.wikipedia.org/wiki/Stack_(abstract_data_type)

    Some machines use a stack for arithmetic and logical operations; operands are pushed onto the stack, and arithmetic and logical operations act on the top one or more items on the stack, popping them off the stack and pushing the result onto the stack. Machines that function in this fashion are called stack machines. A number of mainframes and ...