Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Android™ device!
Download
Faster access than browser!
 

Motorola 68000 series

Index Motorola 68000 series

The Motorola 68000 series (also termed 680x0, m68000, m68k, or 68k) is a family of 32-bit CISC microprocessors. [1]

115 relations: Address generation unit, AIM alliance, Amiga, Apple Inc., Arithmetic, Arithmetic logic unit, ARM architecture, Atari Jaguar, Atari ST, Atari TOS, Bitwise operation, Boolean algebra, Branch (computer science), Branch predictor, Byte, Call stack, Chip carrier, Cold War, Complex instruction set computer, CP/M, CPU cache, CPUID, Data structure alignment, Desktop computer, Dual in-line package, Embedded system, Exception handling, Field-programmable gate array, Floating-point unit, Freescale 683XX, Freescale DragonBall, I²C, IBM, IBM PC compatible, IBM System/370, Instruction pipelining, Instruction set architecture, Intel, Intel 80286, Intel 80386, Intel 80486, Intel 8086, Intel 8088, Interrupt, Kibibyte, LaserWriter, Linotronic, Linux, Macintosh, Memory management unit, ..., Microcode, Microcontroller, Microprocessor, MIPS architecture, Motorola, Motorola 68000, Motorola 68008, Motorola 68010, Motorola 68012, Motorola 68020, Motorola 68030, Motorola 68040, Motorola 68060, Motorola 68451, Motorola 68851, Motorola 68881, Motorola 88000, Multiprocessing, Neo Geo (system), NetBSD, NeXT, NXP ColdFire, OpenBSD, Orthogonal instruction set, P5 (microarchitecture), PalmPilot, PC-based IBM-compatible mainframes, PDP-11, Pentium, Personal computer, Philips, Philips 68070, Philips CD-i, Pin grid array, Pipeline (computing), PowerPC, Quad Flat Package, Quantel Paintbox, QUICC, Radiation hardening, Sega Genesis, Sega Saturn, Server (computing), Silicon Graphics, Sinclair QL, SNK, Space Shuttle, SPARC, Status register, Subroutine, Sun Microsystems, SuperH, Superscalar processor, Texas Instruments, TI-89 series, TI-92 series, Transcendental function, Unix, VAX, Word (computer architecture), Workstation, X86, 16-bit, 32-bit, 8-bit. Expand index (65 more) »

Address generation unit

Address generation unit (AGU), sometimes also called address computation unit (ACU), is an execution unit inside central processing units (CPUs) that calculates addresses used by the CPU to access main memory.

New!!: Motorola 68000 series and Address generation unit · See more »

AIM alliance

The AIM alliance was formed on October 2, 1991, between Apple Inc. (then Apple Computer), IBM, and Motorola to create a new computing standard based on the PowerPC architecture.

New!!: Motorola 68000 series and AIM alliance · See more »

Amiga

The Amiga is a family of personal computers introduced by Commodore in 1985.

New!!: Motorola 68000 series and Amiga · See more »

Apple Inc.

Apple Inc. is an American multinational technology company headquartered in Cupertino, California, that designs, develops, and sells consumer electronics, computer software, and online services.

New!!: Motorola 68000 series and Apple Inc. · See more »

Arithmetic

Arithmetic (from the Greek ἀριθμός arithmos, "number") is a branch of mathematics that consists of the study of numbers, especially the properties of the traditional operations on them—addition, subtraction, multiplication and division.

New!!: Motorola 68000 series and Arithmetic · See more »

Arithmetic logic unit

An arithmetic logic unit (ALU) is a combinational digital electronic circuit that performs arithmetic and bitwise operations on integer binary numbers.

New!!: Motorola 68000 series and Arithmetic logic unit · See more »

ARM architecture

ARM, previously Advanced RISC Machine, originally Acorn RISC Machine, is a family of reduced instruction set computing (RISC) architectures for computer processors, configured for various environments.

New!!: Motorola 68000 series and ARM architecture · See more »

Atari Jaguar

The Atari Jaguar is a home video game console that was developed by Atari Corporation.

New!!: Motorola 68000 series and Atari Jaguar · See more »

Atari ST

The Atari ST is a line of home computers from Atari Corporation and the successor to the Atari 8-bit family.

New!!: Motorola 68000 series and Atari ST · See more »

Atari TOS

TOS (The Operating System also Tramiel Operating System from Jack Tramiel, owner of Atari Corp. at the time) is the operating system of the Atari ST range of computers.

New!!: Motorola 68000 series and Atari TOS · See more »

Bitwise operation

In digital computer programming, a bitwise operation operates on one or more bit patterns or binary numerals at the level of their individual bits.

New!!: Motorola 68000 series and Bitwise operation · See more »

Boolean algebra

In mathematics and mathematical logic, Boolean algebra is the branch of algebra in which the values of the variables are the truth values true and false, usually denoted 1 and 0 respectively.

New!!: Motorola 68000 series and Boolean algebra · See more »

Branch (computer science)

A branch is an instruction in a computer program that can cause a computer to begin executing a different instruction sequence and thus deviate from its default behavior of executing instructions in order.

New!!: Motorola 68000 series and Branch (computer science) · See more »

Branch predictor

In computer architecture, a branch predictor is a digital circuit that tries to guess which way a branch (e.g. an if–then–else structure) will go before this is known definitively.

New!!: Motorola 68000 series and Branch predictor · See more »

Byte

The byte is a unit of digital information that most commonly consists of eight bits, representing a binary number.

New!!: Motorola 68000 series and Byte · See more »

Call stack

In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program.

New!!: Motorola 68000 series and Call stack · See more »

Chip carrier

In electronics, a chip carrier is one of several kinds of surface mount technology packages for integrated circuits (commonly called "chips").

New!!: Motorola 68000 series and Chip carrier · See more »

Cold War

The Cold War was a state of geopolitical tension after World War II between powers in the Eastern Bloc (the Soviet Union and its satellite states) and powers in the Western Bloc (the United States, its NATO allies and others).

New!!: Motorola 68000 series and Cold War · See more »

Complex instruction set computer

A complex instruction set computer (CISC) is a computer in which single instructions can execute several low-level operations (such as a load from memory, an arithmetic operation, and a memory store) or are capable of multi-step operations or addressing modes within single instructions.

New!!: Motorola 68000 series and Complex instruction set computer · See more »

CP/M

CP/M, originally standing for Control Program/Monitor and later Control Program for Microcomputers, is a mass-market operating system created for Intel 8080/85-based microcomputers by Gary Kildall of Digital Research, Inc.

New!!: Motorola 68000 series and CP/M · See more »

CPU cache

A CPU cache is a hardware cache used by the central processing unit (CPU) of a computer to reduce the average cost (time or energy) to access data from the main memory.

New!!: Motorola 68000 series and CPU cache · See more »

CPUID

The CPUID opcode is a processor supplementary instruction (its name derived from CPU IDentification) for the x86 architecture allowing software to discover details of the processor.

New!!: Motorola 68000 series and CPUID · See more »

Data structure alignment

Data structure alignment refers to the way data is arranged and accessed in computer memory.

New!!: Motorola 68000 series and Data structure alignment · See more »

Desktop computer

A desktop computer is a personal computer designed for regular use at a single location on or near a desk or table due to its size and power requirements.

New!!: Motorola 68000 series and Desktop computer · See more »

Dual in-line package

In microelectronics, a dual in-line package (DIP or DIL), or dual in-line pin package (DIPP) is an electronic component package with a rectangular housing and two parallel rows of electrical connecting pins.

New!!: Motorola 68000 series and Dual in-line package · See more »

Embedded system

An embedded system is a computer system with a dedicated function within a larger mechanical or electrical system, often with real-time computing constraints.

New!!: Motorola 68000 series and Embedded system · See more »

Exception handling

Exception handling is the process of responding to the occurrence, during computation, of exceptions – anomalous or exceptional conditions requiring special processing – often changing the normal flow of program execution.

New!!: Motorola 68000 series and Exception handling · See more »

Field-programmable gate array

A field-programmable gate array (FPGA) is an integrated circuit designed to be configured by a customer or a designer after manufacturing hence "field-programmable".

New!!: Motorola 68000 series and Field-programmable gate array · See more »

Floating-point unit

A floating-point unit (FPU, colloquially a math coprocessor) is a part of a computer system specially designed to carry out operations on floating point numbers.

New!!: Motorola 68000 series and Floating-point unit · See more »

Freescale 683XX

The Freescale 683xx (formerly Motorola 683xx) is a family of compatible microcontrollers that use a Motorola 68000-based CPU core.

New!!: Motorola 68000 series and Freescale 683XX · See more »

Freescale DragonBall

Motorola/Freescale Semiconductor's DragonBall, or MC68328, is a microcontroller design based on the famous 68000 core, but implemented as an all-in-one low-power system for handheld computer use.

New!!: Motorola 68000 series and Freescale DragonBall · See more »

I²C

I²C (Inter-Integrated Circuit), pronounced I-squared-C, is a synchronous, multi-master, multi-slave, packet switched, single-ended, serial computer bus invented in 1982 by Philips Semiconductor (now NXP Semiconductors).

New!!: Motorola 68000 series and I²C · See more »

IBM

The International Business Machines Corporation (IBM) is an American multinational technology company headquartered in Armonk, New York, United States, with operations in over 170 countries.

New!!: Motorola 68000 series and IBM · See more »

IBM PC compatible

IBM PC compatible computers are computers similar to the original IBM PC, XT, and AT, able to use the same software and expansion cards.

New!!: Motorola 68000 series and IBM PC compatible · See more »

IBM System/370

The IBM System/370 (S/370) was a model range of IBM mainframe computers announced on June 30, 1970 as the successors to the System/360 family.

New!!: Motorola 68000 series and IBM System/370 · See more »

Instruction pipelining

Instruction pipelining is a technique for implementing instruction-level parallelism within a single processor.

New!!: Motorola 68000 series and Instruction pipelining · See more »

Instruction set architecture

An instruction set architecture (ISA) is an abstract model of a computer.

New!!: Motorola 68000 series and Instruction set architecture · See more »

Intel

Intel Corporation (stylized as intel) is an American multinational corporation and technology company headquartered in Santa Clara, California, in the Silicon Valley.

New!!: Motorola 68000 series and Intel · See more »

Intel 80286

The Intel 80286 (also marketed as the iAPX 286 and often called Intel 286) is a 16-bit microprocessor that was introduced on 1 February 1982.

New!!: Motorola 68000 series and Intel 80286 · See more »

Intel 80386

The Intel 80386, also known as i386 or just 386, is a 32-bit microprocessor introduced in 1985.

New!!: Motorola 68000 series and Intel 80386 · See more »

Intel 80486

The Intel 80486, also known as the i486 or 486, is a higher performance follow-up to the Intel 80386 microprocessor.

New!!: Motorola 68000 series and Intel 80486 · See more »

Intel 8086

The 8086 (also called iAPX 86) is a 16-bit microprocessor chip designed by Intel between early 1976 and mid-1978, when it was released.

New!!: Motorola 68000 series and Intel 8086 · See more »

Intel 8088

The Intel 8088 ("eighty-eighty-eight", also called iAPX 88) microprocessor is a variant of the Intel 8086.

New!!: Motorola 68000 series and Intel 8088 · See more »

Interrupt

In system programming, an interrupt is a signal to the processor emitted by hardware or software indicating an event that needs immediate attention.

New!!: Motorola 68000 series and Interrupt · See more »

Kibibyte

The kibibyte is a multiple of the unit byte for quantities of digital information.

New!!: Motorola 68000 series and Kibibyte · See more »

LaserWriter

The LaserWriter is a laser printer with built-in PostScript interpreter sold by Apple Computer, Inc. from 1985 to 1988.

New!!: Motorola 68000 series and LaserWriter · See more »

Linotronic

The Linotronic imagesetters are a now common type of high-quality printer, capable of printing at resolutions of up to 2540 dots per inch.

New!!: Motorola 68000 series and Linotronic · See more »

Linux

Linux is a family of free and open-source software operating systems built around the Linux kernel.

New!!: Motorola 68000 series and Linux · See more »

Macintosh

The Macintosh (pronounced as; branded as Mac since 1998) is a family of personal computers designed, manufactured, and sold by Apple Inc. since January 1984.

New!!: Motorola 68000 series and Macintosh · See more »

Memory management unit

A memory management unit (MMU), sometimes called paged memory management unit (PMMU), is a computer hardware unit having all memory references passed through itself, primarily performing the translation of virtual memory addresses to physical addresses.

New!!: Motorola 68000 series and Memory management unit · See more »

Microcode

Microcode is a computer hardware technique that imposes an interpreter between the CPU hardware and the programmer-visible instruction set architecture of the computer.

New!!: Motorola 68000 series and Microcode · See more »

Microcontroller

A microcontroller (MCU for microcontroller unit, or UC for μ-controller) is a small computer on a single integrated circuit.

New!!: Motorola 68000 series and Microcontroller · See more »

Microprocessor

A microprocessor is a computer processor that incorporates the functions of a central processing unit on a single integrated circuit (IC), or at most a few integrated circuits.

New!!: Motorola 68000 series and Microprocessor · See more »

MIPS architecture

MIPS (an acronym for Microprocessor without Interlocked Pipeline Stages) is a reduced instruction set computer (RISC) instruction set architecture (ISA)Price, Charles (September 1995).

New!!: Motorola 68000 series and MIPS architecture · See more »

Motorola

Motorola, Inc. was an American multinational telecommunications company founded on September 25, 1928, based in Schaumburg, Illinois.

New!!: Motorola 68000 series and Motorola · See more »

Motorola 68000

The Motorola 68000 ("'sixty-eight-thousand'"; also called the m68k or Motorola 68k, "sixty-eight-kay") is a 16/32-bit CISC microprocessor, which implements a 32-bit instruction set, with 32-bit registers and 32-bit internal data bus, but with a 16-bit data ALU and two 16-bit arithmetic ALUs and a 16-bit external data bus, designed and marketed by Motorola Semiconductor Products Sector.

New!!: Motorola 68000 series and Motorola 68000 · See more »

Motorola 68008

The Motorola 68008 is an 8/16/32-bit microprocessor made by Motorola.

New!!: Motorola 68000 series and Motorola 68008 · See more »

Motorola 68010

The Motorola MC68010 processor is a 16/32-bit microprocessor from Motorola, released in 1982 as the successor to the Motorola 68000.

New!!: Motorola 68000 series and Motorola 68010 · See more »

Motorola 68012

The Motorola MC68012 processor is a 16/32-bit microprocessor from the early 1980s.

New!!: Motorola 68000 series and Motorola 68012 · See more »

Motorola 68020

The Motorola 68020 ("sixty-eight-oh-twenty", "sixty-eight-oh-two-oh" or "six-eight-oh-two-oh") is a 32-bit microprocessor from Motorola, released in 1984.

New!!: Motorola 68000 series and Motorola 68020 · See more »

Motorola 68030

The Motorola 68030 ("sixty-eight-oh-thirty") is a 32-bit microprocessor in the Motorola 68000 family.

New!!: Motorola 68000 series and Motorola 68030 · See more »

Motorola 68040

The Motorola 68040 ("sixty-eight-oh-forty") is a 32-bit microprocessor from Motorola, released in 1990.

New!!: Motorola 68000 series and Motorola 68040 · See more »

Motorola 68060

The Motorola 68060 ("sixty-eight-oh-sixty") is a 32-bit microprocessor from Motorola released in 1994.

New!!: Motorola 68000 series and Motorola 68060 · See more »

Motorola 68451

The MC68451 was a Motorola (now Freescale) Memory Management Unit (MMU), which was primarily used in conjunction with the Motorola MC68010 microprocessor.

New!!: Motorola 68000 series and Motorola 68451 · See more »

Motorola 68851

The Motorola 68851 is an external Memory Management Unit (MMU) which is designed to provide paged memory support for the 68020 using that processor's coprocessor interface.

New!!: Motorola 68000 series and Motorola 68851 · See more »

Motorola 68881

The Motorola 68881 and Motorola 68882 are floating-point coprocessor (FPU) devices that were used in some computer systems in conjunction with the 68020 or 68030 microprocessors.

New!!: Motorola 68000 series and Motorola 68881 · See more »

Motorola 88000

The 88000 (m88k for short) is a RISC instruction set architecture (ISA) developed by Motorola.

New!!: Motorola 68000 series and Motorola 88000 · See more »

Multiprocessing

Multiprocessing is the use of two or more central processing units (CPUs) within a single computer system.

New!!: Motorola 68000 series and Multiprocessing · See more »

Neo Geo (system)

The, stylised as NEO・GEO, also written as NEOGEO, is a cartridge-based arcade system board and fourth-generation home video game console released on April 26, 1990, by Japanese game company SNK Corporation.

New!!: Motorola 68000 series and Neo Geo (system) · See more »

NetBSD

NetBSD is a free and open source Unix-like operating system that descends from Berkeley Software Distribution (BSD), a Research Unix derivative developed at the University of California, Berkeley.

New!!: Motorola 68000 series and NetBSD · See more »

NeXT

NeXT (later NeXT Computer and NeXT Software) was an American computer and software company founded in 1985 by Apple Computer co-founder Steve Jobs.

New!!: Motorola 68000 series and NeXT · See more »

NXP ColdFire

The NXP ColdFire is a microprocessor that derives from the Motorola 68000 family architecture, manufactured for embedded systems development by NXP Semiconductors.

New!!: Motorola 68000 series and NXP ColdFire · See more »

OpenBSD

OpenBSD is a free and open-source Unix-like computer operating system descended from Berkeley Software Distribution (BSD), a Research Unix derivative developed at the University of California, Berkeley.

New!!: Motorola 68000 series and OpenBSD · See more »

Orthogonal instruction set

In computer engineering, an orthogonal instruction set is an instruction set architecture where all instruction types can use all addressing modes.

New!!: Motorola 68000 series and Orthogonal instruction set · See more »

P5 (microarchitecture)

The first Pentium microprocessor was introduced by Intel on March 22, 1993.

New!!: Motorola 68000 series and P5 (microarchitecture) · See more »

PalmPilot

The PalmPilot Personal and PalmPilot Professional are the second generation of Palm PDA devices produced by Palm Inc (then a subsidiary of U.S. Robotics).

New!!: Motorola 68000 series and PalmPilot · See more »

PC-based IBM-compatible mainframes

Since the rise of the personal computer in the 1980s, IBM and other vendors have created PC-based IBM-compatible mainframes which are compatible with the larger IBM mainframe computers.

New!!: Motorola 68000 series and PC-based IBM-compatible mainframes · See more »

PDP-11

The PDP-11 is a series of 16-bit minicomputers sold by Digital Equipment Corporation (DEC) from 1970 into the 1990s, one of a succession of products in the PDP series.

New!!: Motorola 68000 series and PDP-11 · See more »

Pentium

Pentium is a brand used for a series of x86 architecture-compatible microprocessors produced by Intel since 1993.

New!!: Motorola 68000 series and Pentium · See more »

Personal computer

A personal computer (PC) is a multi-purpose computer whose size, capabilities, and price make it feasible for individual use.

New!!: Motorola 68000 series and Personal computer · See more »

Philips

Koninklijke Philips N.V. (Philips, stylized as PHILIPS) is a Dutch multinational technology company headquartered in Amsterdam currently focused in the area of healthcare.

New!!: Motorola 68000 series and Philips · See more »

Philips 68070

The SCC68070 is a Philips Semiconductors-branded, Motorola 68000-based 16/32-bit processor produced under license.

New!!: Motorola 68000 series and Philips 68070 · See more »

Philips CD-i

The Philips CD-i (an abbreviation of Compact Disc Interactive) is an interactive multimedia CD player developed and marketed by Royal Philips Electronics N.V., who supported it from December 1991 into the late 1990s.

New!!: Motorola 68000 series and Philips CD-i · See more »

Pin grid array

A pin grid array, often abbreviated PGA, is a type of integrated circuit packaging.

New!!: Motorola 68000 series and Pin grid array · See more »

Pipeline (computing)

In computing, a pipeline, also known as a data pipeline, is a set of data processing elements connected in series, where the output of one element is the input of the next one.

New!!: Motorola 68000 series and Pipeline (computing) · See more »

PowerPC

PowerPC (with the backronym Performance Optimization With Enhanced RISC – Performance Computing, sometimes abbreviated as PPC) is a reduced instruction set computing (RISC) instruction set architecture (ISA) created by the 1991 Apple–IBM–Motorola alliance, known as AIM.

New!!: Motorola 68000 series and PowerPC · See more »

Quad Flat Package

A QFP or Quad Flat Package is a surface mount integrated circuit package with "gull wing" leads extending from each of the four sides.

New!!: Motorola 68000 series and Quad Flat Package · See more »

Quantel Paintbox

The Quantel Paintbox is a dedicated computer graphics workstation for composition of broadcast television video and graphics.

New!!: Motorola 68000 series and Quantel Paintbox · See more »

QUICC

QUICC is the abbreviation of QUad Integrated Communications Controller.

New!!: Motorola 68000 series and QUICC · See more »

Radiation hardening

Radiation hardening is the act of making electronic components and systems resistant to damage or malfunctions caused by ionizing radiation (particle radiation and high-energy electromagnetic radiation), such as those encountered in outer space and high-altitude flight, around nuclear reactors and particle accelerators, or during nuclear accidents or nuclear warfare.

New!!: Motorola 68000 series and Radiation hardening · See more »

Sega Genesis

The Sega Genesis, known as the in regions outside of North America, is a 16-bit home video game console developed and sold by Sega.

New!!: Motorola 68000 series and Sega Genesis · See more »

Sega Saturn

The is a 32-bit fifth-generation home video game console developed by Sega and released on November 22, 1994 in Japan, May 11, 1995 in North America, and July 8, 1995 in Europe.

New!!: Motorola 68000 series and Sega Saturn · See more »

Server (computing)

In computing, a server is a computer program or a device that provides functionality for other programs or devices, called "clients".

New!!: Motorola 68000 series and Server (computing) · See more »

Silicon Graphics

Silicon Graphics, Inc. (later rebranded SGI, historically known as Silicon Graphics Computer Systems or SGCS) was an American high-performance computing manufacturer, producing computer hardware and software.

New!!: Motorola 68000 series and Silicon Graphics · See more »

Sinclair QL

The Sinclair QL (for Quantum leap), is a personal computer launched by Sinclair Research in 1984, as an upper-end counterpart to the Sinclair ZX Spectrum.

New!!: Motorola 68000 series and Sinclair QL · See more »

SNK

is a Japanese video game hardware and software company, successor to the Shin Nihon Kikaku and current owner of the SNK video game brand and Neo Geo video game platform.

New!!: Motorola 68000 series and SNK · See more »

Space Shuttle

The Space Shuttle was a partially reusable low Earth orbital spacecraft system operated by the U.S. National Aeronautics and Space Administration (NASA), as part of the Space Shuttle program.

New!!: Motorola 68000 series and Space Shuttle · See more »

SPARC

SPARC, for Scalable Processor Architecture, is a reduced instruction set computing (RISC) instruction set architecture (ISA) originally developed by Sun Microsystems.

New!!: Motorola 68000 series and SPARC · See more »

Status register

A status register, flag register, or condition code register (CCR) is a collection of status flag bits for a processor.

New!!: Motorola 68000 series and Status register · See more »

Subroutine

In computer programming, a subroutine is a sequence of program instructions that performs a specific task, packaged as a unit.

New!!: Motorola 68000 series and Subroutine · See more »

Sun Microsystems

Sun Microsystems, Inc. was an American company that sold computers, computer components, software, and information technology services and created the Java programming language, the Solaris operating system, ZFS, the Network File System (NFS), and SPARC.

New!!: Motorola 68000 series and Sun Microsystems · See more »

SuperH

SuperH (or SH) is a 32-bit reduced instruction set computing (RISC) instruction set architecture (ISA) developed by Hitachi and currently produced by Renesas.

New!!: Motorola 68000 series and SuperH · See more »

Superscalar processor

A superscalar processor is a CPU that implements a form of parallelism called instruction-level parallelism within a single processor.

New!!: Motorola 68000 series and Superscalar processor · See more »

Texas Instruments

Texas Instruments Inc. (TI) is an American technology company that designs and manufactures semiconductors and various integrated circuits, which it sells to electronics designers and manufacturers globally.

New!!: Motorola 68000 series and Texas Instruments · See more »

TI-89 series

The TI-89 and the TI-89 Titanium are graphing calculators developed by Texas Instruments (TI).

New!!: Motorola 68000 series and TI-89 series · See more »

TI-92 series

The TI-92 series of graphing calculators are a line of calculators produced by Texas Instruments.

New!!: Motorola 68000 series and TI-92 series · See more »

Transcendental function

A transcendental function is an analytic function that does not satisfy a polynomial equation, in contrast to an algebraic function.

New!!: Motorola 68000 series and Transcendental function · See more »

Unix

Unix (trademarked as UNIX) is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, development starting in the 1970s at the Bell Labs research center by Ken Thompson, Dennis Ritchie, and others.

New!!: Motorola 68000 series and Unix · See more »

VAX

VAX is a discontinued instruction set architecture (ISA) developed by Digital Equipment Corporation (DEC) in the mid-1970s.

New!!: Motorola 68000 series and VAX · See more »

Word (computer architecture)

In computing, a word is the natural unit of data used by a particular processor design.

New!!: Motorola 68000 series and Word (computer architecture) · See more »

Workstation

A workstation is a special computer designed for technical or scientific applications.

New!!: Motorola 68000 series and Workstation · See more »

X86

x86 is a family of backward-compatible instruction set architectures based on the Intel 8086 CPU and its Intel 8088 variant.

New!!: Motorola 68000 series and X86 · See more »

16-bit

16-bit microcomputers are computers in which 16-bit microprocessors were the norm.

New!!: Motorola 68000 series and 16-bit · See more »

32-bit

32-bit microcomputers are computers in which 32-bit microprocessors are the norm.

New!!: Motorola 68000 series and 32-bit · See more »

8-bit

8-bit is also a generation of microcomputers in which 8-bit microprocessors were the norm.

New!!: Motorola 68000 series and 8-bit · See more »

Redirects here:

0x0, 68000 family, 680x0, 68K, 68k, Amiga Virtual Machine, M680x0, M68k, Motorola 68000 family, Motorola 68050, Motorola 680x0, Motorola 68K, Motorola 68k.

References

[1] https://en.wikipedia.org/wiki/Motorola_68000_series

OutgoingIncoming
Hey! We are on Facebook now! »