DTACK Grounded

Last updated

DTACK Grounded was a computer hobbyist newsletter published from July 1981 to September 1985 by Hal W. Hardenberg. [1] Subtitled "The Journal of Simple 68000 Systems", the newsletter was dedicated to the proposition that the Motorola 68000 CPU could be used to build simple, fast computers. In 1981 this was a revolutionary idea. This was before 68000-based personal computers like the Macintosh had been created. In 1981 Motorola was marketing the 68000 solely as a CPU for Unix workstations. Hal believed that the 68000 could be used as a simple embedded microprocessor as well, and used the newsletter to explain how to do that.

Contents

Editor Hal W. Hardenberg

Hal was the editor of the newsletter and wrote almost all of its content. The ostensible purpose of the newsletter was to promote Hal's company's line of 68000-based hardware and software. However, Hal never let that get in the way of telling a good story or explaining how to design or build a fast computer. He was a hardware engineer and a businessman who also knew how to write software. His newsletter was full of amusing and educational stories about the way the personal computer hardware business worked, and strong opinions about the best way to design personal computer hardware and software. [2]

Etymology

"DTACK" is the name of a pin on the Motorola 68000 CPU that informs the CPU that data is ready to be read from memory. It stands for "Data Transfer Acknowledge." [3]

If a system has fast enough memory, this pin can be connected directly to the ground plane (or "grounded") to produce the fastest-possible memory read/write time. [4] However, any complex system would almost certainly have several different types of devices (RAM, ROM, various peripherals) that would support different speeds of access, which in a large system would normally be accommodated by using the DTACK line to insert "wait states"delaysinto bus cycles. (The 68000 has no separate I/O address space, so all I/O devices must be memory-mapped.) The logic circuitry required to pulse DTACK high to add these delays could be fairly complex. Therefore, typically only relatively simple systems can use a design with "DTACK grounded" (i.e., DTACK always asserted). When many different peripherals with different maximum speed capabilities must be used in a small system, another solution to keep DTACK grounded is to slow down the clock rate of the CPU so that all memory and peripheral devices can transfer data at the (reduced) maximum speed of the CPU. In turn, using a lower CPU clock frequency enables a simpler, less expensive circuit board design, with fewer layers, to be used successfully. This, too, like limiting the system to a few peripherals of low diversity, is a design strategy that is typically applied to small or embedded systems but would not be appropriate for high-performance workstations.

Many other microprocessors, including the Intel 8086, 8088, 80286, 80386, 8080, 8085, Zilog Z80, and 6502 family, each have an input pin that serves a similar function to DTACK, but it is usually named READY or RDY. (On the Z80, it is named WAIT.) Therefore, a reference to DTACK distinctively implies the 68000 family of CPUs.

The Redlands

In order to discourage photocopying of the newsletter, a portion of the DTACK Grounded newsletter was printed on dark red paper. This made it harder to photocopy those pages. This section of the newsletter was called "the Redlands". It typically contained the assembly source code for high performance math subroutines.

DBASIC

A major topic in later years of the newsletter was the Halgol interpreter, later converted to the DBASIC interpreter. Hal produced a fast Basic interpreter for the Atari ST computer. It was written in hand-tuned assembly language, and ran very fast compared to other Basics. But it was non-standard: it couldn't run Microsoft BASIC programs, and it couldn't read or write MS-DOS format floppy disks. Unfortunately, as a result, it was not very popular. [5] [6]

Legacy

In the 1990s, Hal revived DTACK Grounded as an occasional column in Dr. Dobb's Journal called "DTACK Revisited". [7]

Related Research Articles

<span class="mw-page-title-main">Motorola 68000</span> Microprocessor

The Motorola 68000 is a 16/32-bit complex instruction set computer (CISC) microprocessor, introduced in 1979 by Motorola Semiconductor Products Sector.

<span class="mw-page-title-main">MOS Technology 6502</span> 8-bit microprocessor from 1975

The MOS Technology 6502 is an 8-bit microprocessor that was designed by a small team led by Chuck Peddle for MOS Technology. The design team had formerly worked at Motorola on the Motorola 6800 project; the 6502 is essentially a simplified, less expensive and faster version of that design.

<span class="mw-page-title-main">Motorola 68020</span> 32-bit microprocessor

The Motorola 68020 is a 32-bit microprocessor from Motorola, released in 1984. A lower-cost version was also made available, known as the 68EC020. In keeping with naming practices common to Motorola designs, the 68020 is usually referred to as the "020", pronounced "oh-two-oh" or "oh-twenty".

<span class="mw-page-title-main">Motorola 68030</span> 32-bit microprocessor

The Motorola 68030 ("sixty-eight-oh-thirty") is a 32-bit microprocessor in the Motorola 68000 family. It was released in 1987. The 68030 was the successor to the Motorola 68020, and was followed by the Motorola 68040. In keeping with general Motorola naming, this CPU is often referred to as the 030.

<span class="mw-page-title-main">Motorola 68060</span> Motorola 680x0 microprocessor, released in April 1994

The Motorola 68060 ("sixty-eight-oh-sixty") is a 32-bit microprocessor from Motorola released in April 1994. It is the successor to the Motorola 68040 and is the highest performing member of the 68000 series. Two derivatives were produced, the 68LC060 and the 68EC060.

<span class="mw-page-title-main">Zilog Z80</span> 8-bit microprocessor

The Zilog Z80 is an 8-bit microprocessor designed by Zilog that played an important role in the evolution of early computing. Software-compatible with the Intel 8080, it offered a compelling alternative due to its better integration and increased performance. The Z80 boasted fourteen registers compared to the 8080's seven, along with additional instructions for bit manipulation, making it a more powerful chip.

The NS32000, sometimes known as the 32k, is a series of microprocessors produced by National Semiconductor. The first member of the family came to market in 1982, briefly known as the 16032 before becoming the 32016. It was the first general-purpose microprocessor on the market that used 32-bit data internally: the Motorola 68000 used a 16-bit external data bus but had an internal 32-bit ALU and thus took twice as long to transfer data. However, the 32016 contained many bugs and often could not be run at its rated speed. These problems, and the presence of the otherwise similar 68000 which had been available since 1980, led to little use in the market.

<span class="mw-page-title-main">Motorola 68010</span> Microprocessor model

The Motorola MC68010 and Motorola MC68012 are 16/32-bit microprocessors from Motorola, released in 1982 as successors to the Motorola 68000. The 68010 and 68012 added virtualization features, optimized loops and fixed several small flaws to the 68000. The MC68010 variants were pin compatible with its predecessor while the MC68012 is an 84-pin PGA version with its directly accessible memory space extended to 2 GiB.

In computer architecture, 8-bit integers or other data units are those that are 8 bits wide. Also, 8-bit central processing unit (CPU) and arithmetic logic unit (ALU) architectures are those that are based on registers or data buses of that size. Memory addresses for 8-bit CPUs are generally larger than 8-bit, usually 16-bit. 8-bit microcomputers are microcomputers that use 8-bit microprocessors.

The 88000 is a RISC instruction set architecture developed by Motorola during the 1980s. The MC88100 arrived on the market in 1988, some two years after the competing SPARC and MIPS. Due to the late start and extensive delays releasing the second-generation MC88110, the m88k achieved very limited success outside of the MVME platform and embedded controller environments. When Motorola joined the AIM alliance in 1991 to develop the PowerPC, further development of the 88000 ended.

The Motorola 68000 series is a family of 32-bit complex instruction set computer (CISC) microprocessors. During the 1980s and early 1990s, they were popular in personal computers and workstations and were the primary competitors of Intel's x86 microprocessors. They were best known as the processors used in the early Apple Macintosh, the Sharp X68000, the Commodore Amiga, the Sinclair QL, the Atari ST and Falcon, the Atari Jaguar, the Sega Genesis and Sega CD, the Philips CD-i, the Capcom System I (Arcade), the AT&T UNIX PC, the Tandy Model 16/16B/6000, the Sun Microsystems Sun-1, Sun-2 and Sun-3, the NeXT Computer, NeXTcube, NeXTstation, and NeXTcube Turbo, early Silicon Graphics IRIS workstations, the Aesthedes, computers from MASSCOMP, the Texas Instruments TI-89/TI-92 calculators, the Palm Pilot, the Control Data Corporation CDCNET Device Interface, the VTech Precomputer Unlimited and the Space Shuttle. Although no modern desktop computers are based on processors in the 680x0 series, derivative processors are still widely used in embedded systems.

<i>Dr. Dobbs Journal</i> American computer magazine

Dr. Dobb's Journal was a monthly magazine published in the United States by UBM Technology Group, part of UBM. It covered topics aimed at computer programmers. When launched in 1976, DDJ was the first regular periodical focused on microcomputer software, rather than hardware. In its last years of publication, it was distributed as a PDF monthly, although the principal delivery of Dr. Dobb's content was through the magazine's website. Publication ceased at the end of 2014, with the archived website continuing to be available online.

<span class="mw-page-title-main">Zilog Z8000</span> 16-bit microprocessor

The Zilog Z8000 is a 16-bit microprocessor designed by Zilog in early 1979.

<span class="mw-page-title-main">Coprocessor</span> Type of computer processor

A coprocessor is a computer processor used to supplement the functions of the primary processor. Operations performed by the coprocessor may be floating-point arithmetic, graphics, signal processing, string processing, cryptography or I/O interfacing with peripheral devices. By offloading processor-intensive tasks from the main processor, coprocessors can accelerate system performance. Coprocessors allow a line of computers to be customized, so that customers who do not need the extra performance do not need to pay for it.

<span class="mw-page-title-main">Atari TT030</span> Personal computer by Atari

The Atari TT030 is a member of the Atari ST family, released in 1990. It was originally intended to be a high-end Unix workstation, but Atari took two years to release a port of Unix SVR4 for the TT, which prevented the TT from ever being seriously considered in its intended market.

<span class="mw-page-title-main">Motorola 68881</span> Computer floating-point unit

The Motorola 68881 and Motorola 68882 are floating-point units (FPUs) used in some computer systems in conjunction with Motorola's 32-bit 68020 or 68030 microprocessors. These coprocessors are external chips, designed before floating point math became standard on CPUs. The Motorola 68881 was introduced in 1984. The 68882 is a higher performance version produced later.

<span class="mw-page-title-main">Sun-1</span> First generation of Sun Microsystems computers

Sun-1 was the first generation of UNIX computer workstations and servers produced by Sun Microsystems, launched in May 1982. These were based on a CPU board designed by Andy Bechtolsheim while he was a graduate student at Stanford University and funded by DARPA. The Sun-1 systems ran SunOS 0.9, a port of UniSoft's UniPlus V7 port of Seventh Edition UNIX to the Motorola 68000 microprocessor, with no window system. Affixed to the case of early Sun-1 workstations and servers is a red bas relief emblem with the word SUN spelled using only symbols shaped like the letter U. This is the original Sun logo, rather than the more familiar purple diamond shape used later.

The maximum random access memory (RAM) installed in any computer system is limited by hardware, software and economic factors. The hardware may have a limited number of address bus bits, limited by the processor package or design of the system. Some of the address space may be shared between RAM, peripherals, and read-only memory. In the case of a microcontroller with no external RAM, the size of the RAM array is limited by the size of the integrated circuit die. In a packaged system, only enough RAM may be provided for the system's required functions, with no provision for addition of memory after manufacture.

N8VEM was a homebrew computing project. It featured a variety of free and open hardware and software. N8VEM builders made their own homebrew computer systems for themselves and shared their experiences with other homebrew computer hobbyists. N8VEM homebrew computer components are made in the style of vintage computers of the mid to late 1970s and early 1980s using a mix of classic and modern technologies. They are designed with ease of amateur assembly in mind.

<span class="mw-page-title-main">Atari Sierra</span> Unreleased computer design

Sierra was the code name for a 16-bit/32-bit personal computer designed by the Sunnyvale Research Lab (SRL) of Atari, Inc. starting around 1983. The design was one of several new 16-bit computer systems proposing to use a new chipset from Atari Corporate Research.

References

  1. "DTACK GROUNDED Archive". www.easy68k.com.
  2. "Hal W. Hardenbergh (Felger Carbon) died - RIP - SPCR". silentpcreview.com.
  3. "68000 User's Manual" (PDF). nxp.com. Retrieved 2021-09-27.
  4. http://www.dadhacker.com/blog/?p=1064 Description of DTACK Grounded from an Atari ST Operating System engineer
  5. "DTACK GROUNDED -- DBASIC Post Mortem". www.easy68k.com.
  6. "A New BASIC for the ST -- Or Is It The ST?" p. 9. "Compute!'s Atari ST". December 1987.
  7. Hardenberg, Hal W. "DTACK Revisited". Dr. Dobb's.