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. Machine code - Wikipedia

    en.wikipedia.org/wiki/Machine_code

    Machine code is generally different from bytecode (also known as p-code), which is either executed by an interpreter or itself compiled into machine code for faster (direct) execution. An exception is when a processor is designed to use a particular bytecode directly as its machine code, such as is the case with Java processors .

  4. Instruction set architecture - Wikipedia

    en.wikipedia.org/wiki/Instruction_set_architecture

    (In the examples that follow, a, b, and c are (direct or calculated) addresses referring to memory cells, while reg1 and so on refer to machine registers.) C = A+B 0-operand (zero-address machines), so called stack machines: All arithmetic operations take place using the top one or two positions on the stack: [9] push a, push b, add, pop c.

  5. 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.

  6. Burroughs Large Systems - Wikipedia

    en.wikipedia.org/wiki/Burroughs_Large_Systems

    The Burroughs Large Systems Group produced a family of large 48-bit mainframes using stack machine instruction sets with dense syllables. [NB 1] The first machine in the family was the B5000 in 1961, which was optimized for compiling ALGOL 60 programs extremely well, using single-pass compilers.

  7. 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 ...

  8. ZPU (processor) - Wikipedia

    en.wikipedia.org/wiki/ZPU_(processor)

    The ZPU is a microprocessor stack machine designed by Norwegian company Zylin AS to run supervisory code in electronic systems that include a field-programmable gate array (FPGA). [1] The ZPU is a relatively recent stack machine with a small economic niche, and it has a growing number of users and implementations.

  9. P-code machine - Wikipedia

    en.wikipedia.org/wiki/P-code_machine

    Like many other P-code machines, the UCSD P-Machine is a stack machine, which means that most instructions take their operands from a stack, and place results back on the stack. Thus, the add instruction replaces the two topmost elements of the stack with their sum. A few instructions take an immediate argument.