1980 6.12 1982

Vol.6 n°12 december 1981

Vol.6 n°12 december 1981

(byte_1981_12.jpg)

[editor : Christopher Morgan] [publisher : Virginia Londoner, Gordon R Williamson, John E Hayes] #Magazine

p.4 In This Issue

p.4 In This Issue

#Abstract

Playing games may not be the most important task your computer does, but it sure makes for a lot of fun. As Robert Tinney's cover illustrates, computers play a central role in our recreational activites. BYTE's writers have been working hard at playing games, and their articles and reviews will help you pick and choose from among the many computer games available. Senior editor Gregg Williams speculates on the shape of games to come in the editorial, "New Games, New Directions." Thomas W Malone analyzes the attraction of computer games in "What Makes Computer Games Fun?" To learn how you can turn your game ideas into cash, see the rules for the BYTE Game Contest, page 302. On a more serious note, the Atari Tutorial continues with Part 4, "Display-List Interrupts" and William Barden Jr presents the first installment of a new series on Radio Shack computers, "Color Computer from A to D, Make your Color Computer 'See' and 'Feel' Better." BYTE's six-year cumulative index will eliminate those random searches for that specific article. See page 366. All this, plus our regular features.

p.6 Editorial: New Games, New Directions

p.6 Editorial: New Games, New Directions

[author : Gregg Williams] #Edito

Extract : «  [...] New Machines, New Games

Games will take new directions with new machines. For sound and video graphics, the Atari 400 and 800 computers are hard to beat. These two machines have special hardware that accomplishes what most game programmers have to do in software. This not only makes the game faster but also makes programming faster, simpler, and much easier.

Another exciting machine is the IBM Personal Computer. Although I'll be reviewing it in-depth next month, several features are of interest to game players and programmers. [...]

Multiplayer Games

I think there's a large market for multiplayer games. Two-player games are fine, but it's really fun to get a group of people together for an exciting game. I realized this while playing some two- and four-player video games on the Atari Video Computer System (the game cartridge system, not the microcomputer). Even though the games were simple, it was a lot of fun to be playing a game with three other people. [...]

Microcomputers and War Games

"War gaming," which usually calls to mind historical simulations with maps laid out on a hexagonal grid and plenty of cardboard playing pieces, is an area that is begging for the assistance of microcomputers. Many of us have tried war games and have balked at the hundreds of cardboard counters, the long and often unclear rule books, and the tedious resolution of combat through dice rolls and large tables. With microcomputers we can eliminate (or at least lessen) these problems; they can also do things never before possible with conventional war games. [...]

Mixea-Media Games

Using microcomputers to assist in playing a conventional war game reminds me of a new kind of game that is beginning to appear. The mixed-media game uses a microcomputer (or a hand-held unit with a microprocessor in it) to control or influence a board game of some sort. [...]

A Call for Imagination

As I look at the stunning video games and new microcomputers that have even more capabilities than previous machines, I dream of the games we'll be playing two or three years from now. [...]  »

TABLE OF CONTENTS

Features

Features

p.36 The Coinless Arcade

p.36 The Coinless Arcade

With microcomputer games, you can have your fun and your quarters too.

[author : Gregg Williams] #GameArcade #GameStrategy #GameAdventure #Overview

Extract : «  A faceless stranger in the crowd presses a slip of paper into your hand and is gone. You are surprised, but only for a moment; after all, they had said that you would be contacted. You follow the confusing directions on the paper and find yourself somewhere in an unfamiliar part of town. And there it is—the neon sign above the warehouse door proclaims "The Coinless Arcade." Something deep inside you knows that it is true. You walk inside, and you see all the games you've ever played and a few you never knew existed. Clusters of people, gathered together in friendly competition, surround most of the games. You walk up to a vacant machine, one of your favorites, reach into your pocket, and pull out a quarter. You start to put it in the machine, but find no slot for it. Smiling, you replace the coin in your pocket and press the flashing red button labeled START. The fun begins, and you know it is only the beginning.

Strictly speaking, the Coinless Arcade does not exist. But, in a way, it does: in the software available for many of today's microcomputers. We just came back from the Coinless Arcade with photos of some of the newest and best computer games around. Take a stroll through our Coinless Arcade. We think you'll like what you see. [...]  »

p.42 Build a Touch Tone Decoder for Remote Control

p.42 Build a Touch Tone Decoder for Remote Control

Once you get your computer to answer the telephone and decode tone signals, you can use it for remote control.

[author : Steve Ciarcia] #Electronic #Interface #Encoding #Audio #Book

Extract : «  [...] The keypad on a Touch Tone telephone receiver is a readily available, convenient means of transmitting data. (Only telephone instruments from the Bell System are properly called Touch Tone; the generic term used by other telephone manufacturers is dual-tone, multiple-frequency, or DTMF, signaling.) Where only rotary-dial telephones are available, a battery-powered DTMF keypad can be carried much more easily than any full-function terminal. Decoding of DTMF signals by my home-control computer, therefore, became one cornerstone of my remote-command arrangement.

The other cornerstone was to be output in the form of audible responses: words spoken over the telephone line by a voice synthesizer driven by the computer. Those who have read my June and September 1981 articles know I have been experimenting with two voice-synthesis integrated circuits: the Digitalker from National Semiconductor and the Votrax SC-01 from the Votrax Division of Federal Screw Works. Using these components, I designed the Micromouth and Sweet Talker speech interfaces, respectively. Either of these, interfaced in an approved way to the telephone line, could give me the voice-response capability I envisioned.

My first step was to decode the DTMF tones. As the title of this article indicates, I didn't get much further. [...]  »

p.134 Color Computer from A to D, Make Your Color Computer "See" and "Feel" Better

p.134 Color Computer from A to D, Make Your Color Computer "See" and "Feel" Better

Hardware and software projects to tie your Color Computer to the real world.

[author : William Barden Jr] #Electronic #Interface #Encoding #Listing #BASIC #DataAcquisition #Joystick #OpticalInput

Extract : «  The Radio Shack Color Computer has an amazing amount of circuitry built into it for the price. One of its most interesting features is the joystick interface, which allows you to control the screen cursor position by the use of two joysticks. Actually, this use of the joystick is one of the most mundane applications of the built-in analog-to-digital (AID) circuitry. How would you like to use the joystick inputs for reading in temperature, intensity of light in a room, or other real-world physical quantities? And do it with only a few additional inexpensive components? How would you like to have four channels of data coming into the Color Computer, making it a data-acquisition system for storing and processing real-world data?

In this article I'll show you how to accomplish all of these things. The Color Computer hardware that handles the joystick inputs, the software that drives the input electronics, and the implementation of real-world inputs will all be investigated. [For background information on the Color Computer's circuitry, see Tim Ahrens et al., "What's Inside Radio Shack's Color Computer?" March 1981 BYTE, p.90.] [...]  »

p.166 The Atari Tutorial, Part 4: Display-List Interrupts

p.166 The Atari Tutorial, Part 4: Display-List Interrupts

How to get the most out of the Atari 400 and 800s color-graphics features.

[author : Chris Crawford] #Graphics #HowItWorks #Listing #Assembly #BASIC

Extract : «  The display-list interrupt is one of the most powerful features built into the Atari personal computer system. It is also one of the least accessible features of the system, requiring of the programmer a firm understanding of assembly language as well as all of the other characteristics of the machine. Used alone, display-list interrupts provide no additional capabilities; they must be used in conjunction with the other features of the system, such as player-missile graphics, character-set indirection, or color-register indirection. With display-list interrupts, the full power of these features can be realized.

Display-list interrupts take advantage of the sequential nature of the raster-scan television display. The television draws the screen image in a time sequence, from the top of the screen to the bottom. This drawing process takes about 13,000 microseconds and looks instantaneous to the human eye. But that is a long time in comparison to the time scale the computer works in. The computer has plenty of time to change the parameters of the screen display while it is being drawn. Of course, the computer must make each change each time the screen is drawn, which happens 60 times per second. Also (and this is the tricky part), it must change the parameter in question at exactly the same moment each time the screen is drawn. That is, the cycle of changing screen parameters must be synchronized to the screen-drawing cycle. [...]  »

p.190 How to Build a Maze

p.190 How to Build a Maze

Generate unique random mazes for puzzles and games.

[author : David Matuszek] #Algorithm #GamePuzzle

Extract : «  Mazes are fun to solve. With a little imagination, mazes can be incorporated into many different computer games. If you know how, it's a simple matter to use the computer to generate random mazes.

A traditional maze has one starting point and one finishing point. In addition, all locations inside the maze are reachable from the start, and there is one and only one path from start to finish. While it is easy to place doorways and barriers randomly inside it maze, it is more difficult to satisfy the two latter constraints. This article describes a fairly simple method that efficiently produces a random traditional maze. [...]  »

p.198 Toward a Structured 6809 Assembly Language, Part 2: implementing a Structured Assembler

p.198 Toward a Structured 6809 Assembly Language, Part 2: implementing a Structured Assembler

Implementing GOTO-less structure in an already existing language is easy with macroinstructions.

[author : Gregory Walker] #Listing #Assembly #Languages #Method #Programming

Extract : «  Assembly-language programmers can have their cake and eat it too. They need not be shut out of the world of structured programming in order to make the most efficient use of a particular computer. Part 1 of this article showed a set of structured control statements that can be added to the 6809 assembly language. Now the magician will pull back the curtain to show how it was all done: I will present the actual code for the MC6809 structured macros and explain their operation.

However, I will not stop there. As several areas of programming-language design and implementation come together to produce a structured assembly language, it is tempting to look beyond the present and try to visualize where these techniques might lead. This article will conclude with some speculation on just how "high-level" an assembly language might become.

It is not necessary to buy a new assembler in order to use these structured contol statements. Any assembler that allows user-defined macroinstructions will allow the implementation of structured control statements, Before going into a detailed presentation of the Motorola MC 6809 macroassembler, I would like to discuss macros in general for those readers who may not be familiar with them. [...]  »

p.229 MIKBUG and the TRS-80, Part I: A Cross-Assembler for the Motorola 6800

p.229 MIKBUG and the TRS-80, Part I: A Cross-Assembler for the Motorola 6800

A TRS-80 cross-assembler package for those who are tired of hand-assembling code and loading it two bytes at a time into MIKBUG.

[author : Robert Labenski] #Listing #BASIC #Assembly #Programming

Extract : «  I've always appreciated my TRS-80 Model I, largely because it's so easy to use. Recently, however, this appreciation heightened considerably when I bought the Motorola 6800 evaluation kit (MEK 6800 D1). That's when I realized I had become spoiled by the sophistication and ease of use of the Radio Shack machine.

The D1 comes with a minimum of programming support: a machine-language monitor called MIKBUG. It does a good job as a monitor, but after two years of using a disk-based editor/assembler, who wants to hand-assemble object code and load it 2 bytes at a time?

This prompted me to write a full programming system for the D1 kit. The programs run on the TRS-80, which is connected to the D1 as a terminal. As far as the D1 is concerned, the TRS-80 is nothing more than an I/O (input/output) terminal; little does the D1 know that the TRS-80 is also serving as a cross-assembler with file capabilities, a downloader, and a debugger! [...]  »

p.258 What Makes Computer Games Fun?

p.258 What Makes Computer Games Fun?

Why the average outer-space game may be more educational than many classroom drill-and-practice programs.

[author : Thomas W Malone] #Game #GeneralQuestions #Book

Extract : «  Rumor has it that when the Space Invaders game was first introduced in Japan the Japanese treasury ran out of the coin that was used to operate the game. True or not, the phenomenal popularity of various computer games is obvious to anyone who has wandered through a shopping mall, an airport lounge, or a toy store in the last few years.

Why are these games so captivating? And how can the same things that make computer games captivating be used to make learning with computers more interesting and enjoyable? To help answer these questions, I systematically studied more than 100 people playing computer games, looking primarily at what made the games fun. Then I developed a set of guidelines for designing highly motivating educational computer programs.

Though I focused on making educational activities more fun, these guidelines can also be used in designing noneducational computer games or in making other computer programs more fun to use. All of the work I discuss in this article is described in more detail elsewhere [...]  »

p.320 Computer Scrabble

p.320 Computer Scrabble

Give your computer a vocabulary and challenge it to a fascinating game of micro-Scrabble.

[author : Joseph J Roehrig] #Listing #BASIC #GamePuzzle

Extract : «  Scrabble is probably the best known and most frequently played word game available. Many books have been written about playing Scrabble. Unlike chess, however, very little, if anything, can be found on playing this popular game against a computer.

Scrabble has a board containing 225 squares, 61 of which have special scoring characteristics (double-letter or -word and triple-letter or -word). One hundred flat squares containing all 26 letters of the alphabet plus blank "wildcards" are the playing pieces. The piece-movement regulations can be described in three or four pages of text, plus the largest dictionary you can find.

I have several programs that play the game of Scrabble on a microcomputer. But because of the game's complexities, certain constraints must be placed on a microcomputer version. After much experimentation, the constraint I found to work best is to have the computer make up only two- or three-letter words and to maximize the scoring potential of these words. Without this or other selected constraints, the time spent calculating a move and the memory-and file-space requirements would most likely exceed the capabilties of a microprocessor. A program can be developed using words of four or more letters with response time similar to that of my model, but that type of program could not address itself to every such word in existence nor could it maximize the selection and placement of words. The program described in this article is capable of handling every two- and three-letter word conceivable and it maximizes the placement of the selected word. [...]  »

p.352 Generating Programs Automatically

p.352 Generating Programs Automatically

Three utility programs help write the Applesoft BASIC program for you.

[author : Jacob R Jacobs] #Listing #BASIC #Programming

Extract : «  Wouldn't it be great if your computer could write programs? Or if it could write those portions of your programs that you find most tedious? With the three utility programs described in this article, you simply answer a few questions interactively, and the computer automatically generates the Applesoft BASIC program for you.

The three programs are written in Applesoft BASIC, but they can be easily modified to run in, and generate programs for, another version of BASIC. The utility programs generate BASIC programs for these three sections:

• Data entry section: the area where repetitive prompting, input, and range checking are performed.

• Data output section: the part of your program that requires a careful determination of the tabs for printing headings and for printing the data in columns where the first or last character or decimal point lines up.

• Instruction section: most programs begin with instructions on how to use them, or provide some introductory text. You must be careful that the text doesn't wrap on the screen in the middle of words. It is also time consuming to center headings.

To create a program using these utilities, simply run the utility program and answer the questions. When you are finished, the utility will generate a BASIC program and store it in a text file. To use the text file, just EXEC it into your program. [...]  »

p.366 BYTE's Cumulative Index

p.366 BYTE's Cumulative Index

Our six-year cumulative index will put an end to your random searches through past issues of BYTE for that specific article.

[author : Microcomputer Information Services] #OtherMagazine #Index

Extract : «  [...] This month, as a service to our readers, BYTE presents a comprehensive, cumulative index that covers every issue of the magazine, up to and including the one you're holding in your hand. Among the information represented is every article and product review that has appeared in the pages of BYTE for the past 7S issues. [...]  »

p.452 Online information Retrieval: Promise and Problems

p.452 Online information Retrieval: Promise and Problems

The public must be convinced that online databases provide efficiency, economy and convenience.

[author : Steven K Roberts] #OnlineService #DataManagement

Extract : «  How many times have you experienced the frustration of showing someone your computer system and finding yourself confronted with such questions as: "Can I ask it something?" or "Have you got anything in there on me?" Thanks to a wealth of naive fiction and movies, the general public (still!) thinks of even the smallest computer as a great, mysterious storehouse of information that dwarfs human minds and invades personal privacy.

We all know that our little micros hardly justify this reputation, but some systems out there do harbor astonishing volumes of information. That isn't news, but recent developments have brought some of these robust resources within the grasp of the personal computer user.

An example: not long ago, when the words were coming far too slowly on a book project, I fell into a tea-sodden brainstorming session with one of my associates concerning schemes which might bring us wealth. Both design engineers with a degree of entrepreneurial fervor, we naturally settled upon high-tech products. As avid cyclists, we chose as one of our potential projects a digital bike odometer/speedometer with liquid crystal display, trip memory, and zero-drag interface with the machine.

After we refined this idea and rejected most of the other harebrained schemes, the time came for some serious research. [...]  »

p.474 Handi-Writer, A Video Note Pad for the Physically Handicapped

p.474 Handi-Writer, A Video Note Pad for the Physically Handicapped

How to turn the TRS-80 into a communications device for severely handicapped persons.

[author : Howard Batie] #Listing #BASIC #Electronic #Keyboard #Display #HealthCare

Extract : «  [...] The first step in helping Lois to communicate was to understand the nature of the physical impairments that had to be overcome. Lois is severely spastic and has very little control over the movement of her hands and arms. She cannot move around on her own. She cannot talk. Although she has enough strength in her arms to bend a sturdy mechanical joystick, she cannot control it well enough for use as an input/output device. Because of a caring family that has spent much time with her, she can read. [...]  »

Reviews

Reviews

p.24 Robotwar

p.24 Robotwar

[author : Curtis Feigel] #Game #Review #Listing #Languages #Graphics #Programming #Robotics #Simulation

Extract : «  "Welcome to the battlefield of the future!" seemed to me a rather ominous greeting. I had opened the Robotwar instruction manual expecting to educate myself about robots through experimentation. Instead, I was reading about sometime after the year 2002 AD, when international conflicts are resolved through robot warriors. In addition to its gaming aspect, Robotwar provides those interested in robotics with an off-the-shelf simulation for developing practical robot software when no robot actually exists.

Robotwar falls into the realm of multimachine games, where the computer is not an adversary but a vehicle for two or more humans to compete in a manner that would otherwise be impossible. (You certainly couldn't build an armored computer on tracks and program it to fire explosive shells for $39.95.) [...]  »

p.74 BYTE's Arcade - Olympic Decathlon

p.74 BYTE's Arcade - Olympic Decathlon

[author : David A Kater] #GameSport #GameArcade #Review #Graphics

Extract : «  Okay, you armchair athletes, Microsoft has a program for you. Slide your easy chair over to the computer and prepare to compete in an Olympic Decathlon—10 events requiring speed, timing, and agility.

Game of the Year

When I first heard of this program, it sounded fairly bland. With its dull name, I just knew it couldn't compare to "Super-Intergalactic-Cosmos-Blasters."

Luckily, I happened to witness the presentation of the Creative Computing Game of the Year award at the West Coast Computer Faire. Guess which program took the honors for 1980? That's right: Olympic Decathlon, by Tim Smith. At the presentation Tim gave us a firsthand demonstration of his ingenious creation. When the presentation ended, I bought a copy and raced home to try it on my computer. I wasn't disappointed; the program exceeds its promise. [...]  »

p.80 BYTE's Arcade - Missile Defense vs ABM

p.80 BYTE's Arcade - Missile Defense vs ABM

[author : Robert Moskowitz] #GameShooting #GameArcade #Review #Graphics

Extract : «  [...] The scenario takes place thousands of times every day, at arcades across the country and now in thousands of homes equipped with Apple computers and color TVs. At the arcade, it is Atari's Missile Command-one of the most popular games around. At home, you can have two versions of the game: Missile Defense (by On-Line Systems) and ABM (by Muse Software). All three play a tough, fast game with plenty of thrills, sound effects, and graphics. This review hopes to differentiate the subtleties, the slight distinctions, and the all-important "feel" that make for a really rousing atomic war!

Two notes on these reviews: First, I relied on a panel of judges, ages five to 19, to play the games extensively and give me their opinions. Second, I took Missile Command—the original arcade version of the game—as the basis for comparison. For better or worse, our judges had much more time on that game than either of the home- computer versions up for review, So it was natural to see which of the home-brew war games compares best with the original. [...]  »

p.90 BYTE's Arcade - Gorgon

p.90 BYTE's Arcade - Gorgon

[author : Peter V Callamaras] #GameShooting #GameArcade #Review #Graphics

Extract : «  [...] Time passes quickly when you're playing Gorgon, a new arcade-style space game from Sirius Software. This is one of the typical high-quality, highly graphic games we have come to expect from the Sirius/Nasir team. Rest assured that you Nasir Gebelli fans will not be disappointed by this one!

The premise behind Gorgon is fairly simple—the earth has entered a time warp, and strange creatures called Gorgons appear at random to abduct helpless earthlings. You are a fighter pilot trying to blast the Gorgons with your laser cannon before the kidnappings occur.

If you are too late, you can still shoot the Gorgon who is carrying off one of your people. But you must then catch the falling human and lower him safely to the earth's surface. Hitting the earthling with your cannon fire or allowing him to hit the ground costs you 50 points; saving a captured earthling gains you 100 points. [...]  »

p.100 BYTE's Arcade - Commbat: A Tele-Game for Two

p.100 BYTE's Arcade - Commbat: A Tele-Game for Two

[author : George Stewart] #GameStrategy #Review #Network

Extract : «  Most computer games are solitary activities. Whether you're hunting Klingons, exploring an imaginary world, or racing down an endless loop, it's you versus the computer. That relationship can become a little dry; after all, what does a computer know about the thrill of victory or the agony of defeat?

Commbat, a war game from Adventure International, offers a novel and exciting alternative to one-player games. It's a "tele-game" which you and a friend play using two computers linked by phone lines. The contest is one of strategy, tactics, and reflexes. Most important, your opponent is a human, not a computer; the computers serve merely to create an imaginary battlefield and to function as combat consoles. [...]  »

p.108 alphaSyntauri Music Synthesizer

p.108 alphaSyntauri Music Synthesizer

[author : Steve Levine and Bill Mauchly] #Software #Review #Interface #Devices #Audio #Graphics

Extract : «  [...] The alphaSyntauri music synthesizer is a software- based system and the brainchild of Charlie Kellner. Aside from the Mountain Computer synthesizer boards, the system uses an interface card and a professional music, keyboard. But the system is more than just an Apple peripheral; it is a musical instrument in its own right. Its price and performance clearly place it beside commercial synthesizers made by Moog, Oberheim, Arp, Yamaha, and Sequential Circuits. Its modular design with software flexibility makes it comparable to such digital synthesizers in the $20,000-$30,000 bracket as the Synclavier II and the Fairlight Computer Music Instrument. Obviously, these more expensive synthesizers can produce sounds with higher quality than the alphaSyntauri music synthesizer. But even these "super-synthesizers" do not allow prying into the operating system. Unique in a world of black boxes, the alphaSyntauri synthesizer is a music system that a user may customize.

The advantage of software functions over hard-wired features is that they are so easily changed. [...]  »

p.163 Battle of the Asteroids

p.163 Battle of the Asteroids

[author : Gregg Williams] #GameArcade #Overview

Extract : «  If imitation is the sincerest form of flattery, then the people who designed Atari's coin-operated video game Asteroids have a lot to be proud of Asteroids is one of the most successful commercial games around (equaled or surpassed only by Midway's Space Invaders and a newer Atari game, Missile Command) and has its own sequel (Asteroids Deluxe, also by Atari). Its popularity has inspired numerous imitations for use with personal computers. With so many versions around, the only dilemma is which one to buy. I gathered every Asteroids-like game I could find (all but one were for the Apple II) and created a chart that shows you which version does what. [...]  »

p.304 Pascal-80

p.304 Pascal-80

[author : Rowland Archer] #Software #Review #Pascal #Programming

Extract : «  [...] Pascal-80 is a stand-alone system written in Z80 machine code and distributed on a TRSDOS disk (Model I or III format). The original disk may be copied with the TRSDOS BACKUP utility. I have run Pascal-80 under NEWDOS 40 to make use of my 40-track drives. So far, I have had no problems doing so. However, I have not been able to get Pascal-80 to run under NEWDOS 80 or LDOS. [...]  »

p.486 Starfighter

p.486 Starfighter

[author : Eric Grammer] #GameArcade #Review

Extract : «  [...] Starfighter is somewhat similar to Atari's Star Raiders, both in its format and goals. More than a simple "shoot-em-up" game, Starfighter requires both strategy and skill. [...]  »

Nucleus

Nucleus

p.14 Letters

p.14 Letters

p.22 p.132 BYTE's Bits

p.22 p.132 BYTE's Bits

p.132 p.483 Book Reviews: AIM 65 Laboratory Manual and Study Guide; Apple Machine Language

p.132 p.483 Book Reviews: AIM 65 Laboratory Manual and Study Guide; Apple Machine Language

#Book

Extract : «  AIM 65 Laboratory Manual and Study Guide, Leo J Scanlon John Wiley and Sons Inc Somerset NJ, 1981, 179 pages, softcover, $7.95 [...]

Apple Machine Language,Don Inman and Kurt Inman, Reston VA, Reston Publishing Co, 1980, 224 pages, $14.95 hardcover, $9.95 softcover [...]  »

p.252 Ask BYTE

p.252 Ask BYTE

p.278 System Notes: The Game of Left/Right

p.278 System Notes: The Game of Left/Right

p.302 BYTE Game Contest

p.302 BYTE Game Contest

p.314 BYTELINES

p.314 BYTELINES

p.462 Event Queue

p.462 Event Queue

p.465 Books Received

p.465 Books Received

#Book

Analog I/O Design, Patrick H Garrett. Reston VA: Reston Publishing, 1981; 15.5 by 23.5 cm, 264 pages, hardcover, ISBN 0-8359-0208-0, $21.95.

Apple Pascal, Arthur Luehrmann and Herbert Peckham. New York: McGraw-Hill, 1981; 16 by 23.5 cm, 428 pages, softcover, ISBN 0-07-049171-2, $14.95.

The Atari Assembler, Don Inman and Kurt Inman. Reston VA: Reston Publishing, 1981; 15.5 by 23.5 cm, 270 pages, hardcover, ISBN 0-8359-0237-4, $14.95; softcover, ISBN 0-8359-0236-6, $9.95.

The Community Computerists Directory, no. 3, Jeff Love and Stephen Pizzo. Guerneville CA: Alternet Inc, 1981; 21 by 27.5 cm, 72 pages, softcover, ISBN none, $3.50.

Computer/Law Journal, vol. II, no. 3 (Summer 1980), "Computer Crime, Part II," Jay Becker, ed. Los Angeles CA: Center for Computer/Law, 1981; 17 by 25.5 cm, 332 pages, softcover, ISSN 0164-8756, $16.

Data Base Architecture, Ivan Flores. New York: Van Nostrand Reinhold, 1981; 15.5 by 23.5 cm, 408 pages, hardcover, ISBN 0-442-22729-9, $26.50.

Data Book 1981, Intersil Inc. Cupertino CA: Intersil Inc (10710 N Tantau Ave), 1981; 18 by 23 cm, 1228 pages, softcover, ISBN none, $5.

Digital Technology with Microprocessors, Frank E Cave and David L Terrell. Reston VA: Reston Publishing, 1981; 18 by 24 cm, 372 pages, hardcover, ISBN 0-8359-1326-0, $21.95.

Evaluating Data Base Management Systems, Judy M King. New York: Van Nostrand Reinhold, 1981; 16 by 23.5 cm, 296 pages, hardcover, ISBN 0-442-23994-7, $21.95.

Feedback and Control Systems, A C McDonald and H Lowe. Reston VA: Reston Publishing, 1981; 15.5 by 23.5 cm, 532 pages, hardcover, ISBN 0-8359-1898-X, $22.95.

Fundamentals of Electronic Circuits, David A Bell. Reston VA: Reston Publishing, 1981; 18.5 by 24 cm, 720 pages, hardcover, ISBN 0-8359-2128-X, $21.95.

Graphic Software for Microcomputers, B J Korites. Duxbury MA: Kern Publications, 1981; 28 by 21.5 cm, 184 pages, softcover, ISBN 0-940254-01-8, $19.95.

Microprocessor Software: Programming Concepts and Techniques, G A Streitmatter. Reston VA: Reston Publishing, 1981; 18 by 24 cm, 357 pages, hardcover, ISBN 0-8359-4375-5, $18.95.

Natural Language Processing, Harry Tennant. Princeton NJ: Petrocelli Books, 1981; 14 by 21 cm, 276 pages, softcover, ISBN 089433-100-0, $17.50.

Optoelectronics, Robert G Seippel. Reston VA: Reston Publishing, 1981; 18 by 24 cm, 254 pages, hardcover, ISBN 0-8359-5255-X, $21.95.

Raster Graphics Handbook, Conrac Division, Conrac Corporation. Covina CA: Conrac Corporation (600 N Rimsdale Ave), 1981; 13.5 by 21 cm, 246 pages, softcover, ISBN 0-9604972-0-X, $20.

p.466 Clubs and Newsletters

p.466 Clubs and Newsletters

p.467 Software Received

p.467 Software Received

p.469 Technical Forum: Apple X10 Control

p.469 Technical Forum: Apple X10 Control

p.484 Languages Forum: APL Runs Circles

p.484 Languages Forum: APL Runs Circles

p.489 What's New?

p.489 What's New?

p.542 Unclassified Ads

p.542 Unclassified Ads

p.543 Reader Service

p.543 Reader Service

p.544 BOMB, BOMB Results

p.544 BOMB, BOMB Results

ADS (content taken from the reader service p.543)

ADS (content taken from the reader service p.543)

p.473 47th STREET PHOTO

p.473 47th STREET PHOTO

p.136 p.137 A B DIGITAL DESIGN

p.136 p.137 A B DIGITAL DESIGN

p.495 AB COMPUTERS

p.495 AB COMPUTERS

p.350 ABM PRODUCTS

p.350 ABM PRODUCTS

p.512 ACCESS

p.512 ACCESS

p.256 ACKERMAN DIGITAL SYS

p.256 ACKERMAN DIGITAL SYS

p.129 ACTION COMPUTER

p.129 ACTION COMPUTER

p.520 ACTS AUDIO INC

p.520 ACTS AUDIO INC

p.514 ADDMASTER CORP.

p.514 ADDMASTER CORP.

p.526 p.527 ADV.COMP.PROD.

p.526 p.527 ADV.COMP.PROD.

p.238 ADV.MICRO DIGITAL COMP.

p.238 ADV.MICRO DIGITAL COMP.

p.126 ALF PRODUCTS, INC

p.126 ALF PRODUCTS, INC

p.94 ALL ELECTRONIC CORP

p.94 ALL ELECTRONIC CORP

p.139 ALLENBACH IND.

p.139 ALLENBACH IND.

p.195 p.211 p.280 p.281 ALPHA BYTE STORAGE

p.195 p.211 p.280 p.281 ALPHA BYTE STORAGE

p.89 ALSPA COMP.SYS.

p.89 ALSPA COMP.SYS.

p.520 ALTERNATE WORD STIMULT.

p.520 ALTERNATE WORD STIMULT.

p.82 p.83 ALTOS COMP.SYS.

p.82 p.83 ALTOS COMP.SYS.

p.191 AMDEK CORP.

p.191 AMDEK CORP.

p.140 p.141 AMER.SOUARE COMP.

p.140 p.141 AMER.SOUARE COMP.

p.243 AMERICAN COMP.& ENG.

p.243 AMERICAN COMP.& ENG.

p.206 p.207 ANADEX

p.206 p.207 ANADEX

p.317 ANCRONA

p.317 ANCRONA

p.437 ANDERSON JACOBSON

p.437 ANDERSON JACOBSON

p.27 p.361 APPARAT INC

p.27 p.361 APPARAT INC

p.12 p.13 APPLE COMPUTER INC

p.12 p.13 APPLE COMPUTER INC

p.512 APPLICATIONS GROUP

p.512 APPLICATIONS GROUP

p.346 APPLIED ANALYTICS

p.346 APPLIED ANALYTICS

p.182 ARBA

p.182 ARBA

p.506 ARTIFICIAL INT'L.RESRCH

p.506 ARTIFICIAL INT'L.RESRCH

p.300 p.301 p.341 ASAP COMP.PROD.INC

p.300 p.301 p.341 ASAP COMP.PROD.INC

p.357 ASHTON-TATE

p.357 ASHTON-TATE

p.334 ATLANTIC COMP.IND.

p.334 ATLANTIC COMP.IND.

p.192 ATON INT'L.

p.192 ATON INT'L.

p.514 AUDEC CORP.

p.514 AUDEC CORP.

p.508 AUTOCONTROL INC

p.508 AUTOCONTROL INC

p.419 p.431 AUTOMATED EOPTMNT.

p.419 p.431 AUTOMATED EOPTMNT.

p.266 AVOCET

p.266 AVOCET

p.510 B&B ELECTR.

p.510 B&B ELECTR.

p.182 BASIC BOOKS

p.182 BASIC BOOKS

p.231 BEECH AIRCRAFT CORP.

p.231 BEECH AIRCRAFT CORP.

p.501 BELL,JOHN ENGR.

p.501 BELL,JOHN ENGR.

p.514 BELL INDUSTRIES

p.514 BELL INDUSTRIES

p.349 BETA COMP.DEVICES

p.349 BETA COMP.DEVICES

p.340 BISON PRODUCTS

p.340 BISON PRODUCTS

p.433 BIT BUCKET, THE

p.433 BIT BUCKET, THE

p.520 BOTTOM LINE, THE

p.520 BOTTOM LINE, THE

p.506 BOWER-STEWART

p.506 BOWER-STEWART

p.487 BYTE BACK ISSUES

p.487 BYTE BACK ISSUES

p.288 p.289 p.338 BYTE BOOKS

p.288 p.289 p.338 BYTE BOOKS

p.449 BYTE SUBSCRIPTION

p.449 BYTE SUBSCRIPTION

p.248 BYTE WATTS

p.248 BYTE WATTS

p.138 BYTEK COMP.SYS.

p.138 BYTEK COMP.SYS.

p.251 C.ITOH ELECTR.INC.

p.251 C.ITOH ELECTR.INC.

p.506 CALIF DATA CORP

p.506 CALIF DATA CORP

p.524 p.525 CALIF. DIGITAL

p.524 p.525 CALIF. DIGITAL

p.155 CALIF.COMP.SYS.

p.155 CALIF.COMP.SYS.

p.449 CALIF.MICRO COMP.

p.449 CALIF.MICRO COMP.

p.353 CALIF.SOFTWARE

p.353 CALIF.SOFTWARE

p.294 CDR

p.294 CDR

p.196 CHATSWORTH DATA

p.196 CHATSWORTH DATA

p.504 CHECK-MATE

p.504 CHECK-MATE

p.34 CHECKS-TO-GO

p.34 CHECKS-TO-GO

p.506 CHIPS & DALE

p.506 CHIPS & DALE

p.337 CHRISLIN INDUSTRIES

p.337 CHRISLIN INDUSTRIES

p.242 CINEMATRONICS

p.242 CINEMATRONICS

p.509 CLEV.CONS.COMP.

p.509 CLEV.CONS.COMP.

p.149 p.308 p.463 CMC,INT'L.

p.149 p.308 p.463 CMC,INT'L.

p.409 COAST COMP.&OFFICE SPL.

p.409 COAST COMP.&OFFICE SPL.

p.457 CODEWORKS, THE

p.457 CODEWORKS, THE

p.323 COLONIAL DATA SERV.

p.323 COLONIAL DATA SERV.

p.127 COMDEC INC.

p.127 COMDEC INC.

p.112 COM EST

p.112 COM EST

p.199 COMMODORE COMPUTER

p.199 COMMODORE COMPUTER

p.461 COMMSOFT

p.461 COMMSOFT

p.510 COMMUNICATION CABLE

p.510 COMMUNICATION CABLE

p.519 COMMUNICATIONS ELECTR.

p.519 COMMUNICATIONS ELECTR.

p.375 COMP.SERV.OF AMER.

p.375 COMP.SERV.OF AMER.

p.417 COMPONENT'S EXPRESS

p.417 COMPONENT'S EXPRESS

p.348 COMPUDIAL,INC.

p.348 COMPUDIAL,INC.

p.184 p.185 COMPUMART

p.184 p.185 COMPUMART

p.130 p.131 COMPUPRO/GODBOUT

p.130 p.131 COMPUPRO/GODBOUT

p.116 p.117 COMPUSERVE

p.116 p.117 COMPUSERVE

p.512 COMPUSYSTEMS INC.

p.512 COMPUSYSTEMS INC.

p.454 COMPUTER ACCESS, THE

p.454 COMPUTER ACCESS, THE

p.415 COMPUTER AGE

p.415 COMPUTER AGE

p.70 COMPUTER CONCEPTS

p.70 COMPUTER CONCEPTS

p.435 COMPUTER BARGAIN STORE

p.435 COMPUTER BARGAIN STORE

p.342 COMPUTER DISC.OF AM.

p.342 COMPUTER DISC.OF AM.

p.371 COMPUTER EXCHANGE

p.371 COMPUTER EXCHANGE

p.465 COMPUTER FACTORY

p.465 COMPUTER FACTORY

p.324 COMPUTER FURN.& ACCSS.

p.324 COMPUTER FURN.& ACCSS.

p.393 COMPUTER MAIL ORDER

p.393 COMPUTER MAIL ORDER

p.516 COMPUTER PLUS

p.516 COMPUTER PLUS

p.218 COMPUTER SHOPPER

p.218 COMPUTER SHOPPER

p.106 p.107 COMPUTER SPCLTIES.

p.106 p.107 COMPUTER SPCLTIES.

p.383 COMPUTER STOP, THE

p.383 COMPUTER STOP, THE

p.109 COMPUTER WRHSE.

p.109 COMPUTER WRHSE.

p.285 COMPUTERS WHOLESALE

p.285 COMPUTERS WHOLESALE

p.435 COMPUTERWARE

p.435 COMPUTERWARE

p.411 COMPUTERWORLD INT'L.

p.411 COMPUTERWORLD INT'L.

p.148 COMPUTEX CORP

p.148 COMPUTEX CORP

p.363 COMPUTIOUE

p.363 COMPUTIOUE

p.66 p.67 COMPUVIEW PROD.INC.

p.66 p.67 COMPUVIEW PROD.INC.

p.305 CONCOMP IND.

p.305 CONCOMP IND.

p.296 CONCORD COMP.PROD.

p.296 CONCORD COMP.PROD.

p.514 CONLEN'S CUSTOM CASES

p.514 CONLEN'S CUSTOM CASES

p.156 p.157 p.458 p.460 p.517 CONSUMER COMP.

p.156 p.157 p.458 p.460 p.517 CONSUMER COMP.

p.427 CP AIDS

p.427 CP AIDS

p.497 CPU SHOP, THE

p.497 CPU SHOP, THE

p.1 p.2 (p.CII) CROMEMCO

p.1 p.2 (p.CII) CROMEMCO

p.373 CYBERNETICS INC

p.373 CYBERNETICS INC

p.160 D & W DIGITAL

p.160 D & W DIGITAL

p.516 DATA STANDARD

p.516 DATA STANDARD

p.183 DATA-ED

p.183 DATA-ED

p.30 DATAFACE

p.30 DATAFACE

p.520 DATA ONE

p.520 DATA ONE

p.369 DATASOFT

p.369 DATASOFT

p.271 DATASOUTH COMP.CORP.

p.271 DATASOUTH COMP.CORP.

p.512 DEALIN ELECTRONICS

p.512 DEALIN ELECTRONICS

p.347 DELTA PRODUCTS

p.347 DELTA PRODUCTS

p.518 DESIGN INTEGRITY

p.518 DESIGN INTEGRITY

p.241 DESIGNER SOFTWARE

p.241 DESIGNER SOFTWARE

p.26 DIGITAL GRAPHIC SYS

p.26 DIGITAL GRAPHIC SYS

p.6 p.315 DIGITAL MARKETING

p.6 p.315 DIGITAL MARKETING

p.50 p.51 p.87 DIGITAL RESEARCH

p.50 p.51 p.87 DIGITAL RESEARCH

p.507 DIGITAL RESEARCH COMP.

p.507 DIGITAL RESEARCH COMP.

p.178 p.179 DISCOUNT SFTW.GRP,THE

p.178 p.179 DISCOUNT SFTW.GRP,THE

p.506 DISKONNECTION,THE

p.506 DISKONNECTION,THE

p.389 DJ& "AI" SYS.LTD.

p.389 DJ& "AI" SYS.LTD.

p.335 DMA

p.335 DMA

p.504 DRV ELECTRONICS

p.504 DRV ELECTRONICS

p.58 p.60 p.63 DUAL SYS.CONTROL CORP.

p.58 p.60 p.63 DUAL SYS.CONTROL CORP.

p.518 DUGGER'S GROWING SYS

p.518 DUGGER'S GROWING SYS

p.423 DUPRE ENTERPR.

p.423 DUPRE ENTERPR.

p.423 DYMARC IND.

p.423 DYMARC IND.

p.450 p.451 DYNACOMP

p.450 p.451 DYNACOMP

p.174 p.175 DYSAN CORP.

p.174 p.175 DYSAN CORP.

p.429 ECLECTIC SYSTEMS

p.429 ECLECTIC SYSTEMS

p.318 ECOSOFT

p.318 ECOSOFT

p.502 ELECTROLABS

p.502 ELECTROLABS

p.76 ELECTRONIC CONTROL

p.76 ELECTRONIC CONTROL

p.455 ELECTRONIC DESIGN

p.455 ELECTRONIC DESIGN

p.443 ELECTRONIC SPCLISTS

p.443 ELECTRONIC SPCLISTS

p.214 ELECTRONIC SYS.FURN

p.214 ELECTRONIC SYS.FURN

p.445 ELECTRONICS CENTER

p.445 ELECTRONICS CENTER

p.439 ELLIS COMPUTING

p.439 ELLIS COMPUTING

p.504 EMPIRE SYS.CORP.

p.504 EMPIRE SYS.CORP.

p.433 p.504 EMPIRICAL RESRCH GRP.

p.433 p.504 EMPIRICAL RESRCH GRP.

p.506 ENERCOMP

p.506 ENERCOMP

p.101 p.457 EPIC COMPUTER CORP.

p.101 p.457 EPIC COMPUTER CORP.

p.516 EPSILON SYSTEMS

p.516 EPSILON SYSTEMS

p.173 EPSON AMERICA

p.173 EPSON AMERICA

p.407 ESCON

p.407 ESCON

p.330 ESSEX PUBLISHING

p.330 ESSEX PUBLISHING

p.358 E.T. SFTWRE SERVC

p.358 E.T. SFTWRE SERVC

p.246 EXPOTEK

p.246 EXPOTEK

p.96 p.97 EXXON OFFICE SYS.CO.

p.96 p.97 EXXON OFFICE SYS.CO.

p.429 F M J, INC.

p.429 F M J, INC.

p.144 FAIRCOM

p.144 FAIRCOM

p.419 FARNSWORTH COMP.CTR.

p.419 FARNSWORTH COMP.CTR.

p.283 FORD MOTOR CO.

p.283 FORD MOTOR CO.

p.425 FORETHOUGHT PRODUCTS

p.425 FORETHOUGHT PRODUCTS

p.439 FREDERICK COMP.PROD.

p.439 FREDERICK COMP.PROD.

p.516 FSS

p.516 FSS

p.219 FUTRA CO.

p.219 FUTRA CO.

p.455 G R ELECTRONICS

p.455 G R ELECTRONICS

p.518 GALAXY ENTERPRISES

p.518 GALAXY ENTERPRISES

p.514 GEOTEC

p.514 GEOTEC

p.282 GIMIX INC

p.282 GIMIX INC

p.57 GRAFFCOM SYS.

p.57 GRAFFCOM SYS.

p.291 p.293 H&E COMPUTRONICS

p.291 p.293 H&E COMPUTRONICS

p.540 p.541 HANLEY ENGNRING

p.540 p.541 HANLEY ENGNRING

p.254 HAPPY HANDS

p.254 HAPPY HANDS

p.405 HAYDEN BOOK CO INC

p.405 HAYDEN BOOK CO INC

p.145 p.215 p.255 HAYES MICROCOMP.PROD.

p.145 p.215 p.255 HAYES MICROCOMP.PROD.

p.113 p.232 p.233 HEATH COMPANY

p.113 p.232 p.233 HEATH COMPANY

p.249 HERTZ CORP, THE

p.249 HERTZ CORP, THE

p.263 HEWLETT-PACKARD

p.263 HEWLETT-PACKARD

p.223 HOUSTON INSTRUMENTS

p.223 HOUSTON INSTRUMENTS

p.513 HUNTINGTON COMPUTING

p.513 HUNTINGTON COMPUTING

p.510 I-V ASSOCIATES

p.510 I-V ASSOCIATES

p.332 I.B.C.

p.332 I.B.C.

p.20 p.21 p.491 IBM

p.20 p.21 p.491 IBM

p.514 IMPRINT SOFTWARE

p.514 IMPRINT SOFTWARE

p.79 IMS INTERNATIONAL

p.79 IMS INTERNATIONAL

p.111 INDEPENDENT BUS.SYS.INC

p.111 INDEPENDENT BUS.SYS.INC

p.269 INFOCOM,INC.

p.269 INFOCOM,INC.

p.437 INMAC

p.437 INMAC

p.360 INNOVATIVE ELECT TECH

p.360 INNOVATIVE ELECT TECH

p.98 INTEGRAND

p.98 INTEGRAND

p.120 p.121 INTEL CORP

p.120 p.121 INTEL CORP

p.177 INTELLIGENT SYS. CORP

p.177 INTELLIGENT SYS. CORP

p.427 INTERACTIVE MICROWRE

p.427 INTERACTIVE MICROWRE

p.119 INTERTEC DATA SYS.

p.119 INTERTEC DATA SYS.

p.343 INTL. PAPER CO

p.343 INTL. PAPER CO

p.504 IOTC

p.504 IOTC

p.358 IPEX INT'L.

p.358 IPEX INT'L.

p.8 p.9 ITHACA INTERSYSTEMS

p.8 p.9 ITHACA INTERSYSTEMS

p.521 p.522 p.523 JADE COMP.PROD.

p.521 p.522 p.523 JADE COMP.PROD.

p.528 p.529 JAMECO ELECTR.

p.528 p.529 JAMECO ELECTR.

p.534 p.535 JDR MICRODEVICES

p.534 p.535 JDR MICRODEVICES

p.520 JOE COMPUTER

p.520 JOE COMPUTER

p.520 K&H SOFTWARE SYSTEMS

p.520 K&H SOFTWARE SYSTEMS

p.456 KADAK PRODUCTS

p.456 KADAK PRODUCTS

p.516 KENTERPRISE

p.516 KENTERPRISE

p.520 KIRBY ENG

p.520 KIRBY ENG

p.443 KERN PUBLISHING

p.443 KERN PUBLISHING

p.358 p.520 KIT-80 INC.

p.358 p.520 KIT-80 INC.

p.162 KONAN CORP.

p.162 KONAN CORP.

p.61 KV 33

p.61 KV 33

p.506 LABORATORY MICROSYS.

p.506 LABORATORY MICROSYS.

(p.CIII) LEADING EDGE PROD

(p.CIII) LEADING EDGE PROD

p.288 LEO ELECTRONICS

p.288 LEO ELECTRONICS

p.205 p.275 p.409 LIFEBOAT ASSOC.

p.205 p.275 p.409 LIFEBOAT ASSOC.

p.351 LITTLE BROWN & COMP.

p.351 LITTLE BROWN & COMP.

p.391 LJK ENTERPRISES INC.

p.391 LJK ENTERPRISES INC.

p.221 LNW RESEARCH

p.221 LNW RESEARCH

p.506 LOGICAL DEVICES

p.506 LOGICAL DEVICES

p.325 LOGO COMP.SYS.

p.325 LOGO COMP.SYS.

p.413 LONG ISL.COMP.GEN.STORE

p.413 LONG ISL.COMP.GEN.STORE

p.294 p.512 p.516 LYBEN COMP.SYS.

p.294 p.512 p.516 LYBEN COMP.SYS.

p.504 p.508 MACROTRONICS

p.504 p.508 MACROTRONICS

p.508 MAGNOLIA MICROSYS.

p.508 MAGNOLIA MICROSYS.

p.123 MARK OF THE UNICORN

p.123 MARK OF THE UNICORN

p.411 MARTIN DATA SYSTEMS

p.411 MARTIN DATA SYSTEMS

p.124 MARYMAC INDUSTRIES

p.124 MARYMAC INDUSTRIES

p.385 MAX ELL DATA PRODUCTS

p.385 MAX ELL DATA PRODUCTS

p.504 MAYBERRY SYS.INC.

p.504 MAYBERRY SYS.INC.

p.433 MCGRAW-HILL BOOK CO.

p.433 MCGRAW-HILL BOOK CO.

p.248 MCS

p.248 MCS

p.512 MEADE DATA SYS.

p.512 MEADE DATA SYS.

p.443 MEDIA DISTRIBUTING

p.443 MEDIA DISTRIBUTING

p.105 MEMORY MERCHANT

p.105 MEMORY MERCHANT

p.510 MERRIMACK SYSTEMS

p.510 MERRIMACK SYSTEMS

p.488 META COMPANIES,THE

p.488 META COMPANIES,THE

p.518 METAVAN INC.

p.518 METAVAN INC.

p.441 MFJ ENTERPRISES INC

p.441 MFJ ENTERPRISES INC

p.512 MICON

p.512 MICON

p.85 MICRO AGE COMP.STORE

p.85 MICRO AGE COMP.STORE

p.286 MICRO APPL.GROUP

p.286 MICRO APPL.GROUP

p.115 MICRO BUSINESS WORLD

p.115 MICRO BUSINESS WORLD

p.508 MICRO BUSN.ASSOC

p.508 MICRO BUSN.ASSOC

p.333 MICRO COM

p.333 MICRO COM

p.317 MICRO COMPUTER APPL.

p.317 MICRO COMPUTER APPL.

p.287 MICRO DATA BASE SYS

p.287 MICRO DATA BASE SYS

p.262 MICRO DECISIONWARE

p.262 MICRO DECISIONWARE

p.59 MICRO FOCUS

p.59 MICRO FOCUS

p.209 MICRO HOUSE

p.209 MICRO HOUSE

p.423 MICRO MANAGEMENT SYS.

p.423 MICRO MANAGEMENT SYS.

p.417 MICRO MFG SYS.

p.417 MICRO MFG SYS.

p.306 MICRO MINT

p.306 MICRO MINT

p.510 MICRO PERIPHERAL CORP.

p.510 MICRO PERIPHERAL CORP.

p.313 MICRO PRO INT'L.

p.313 MICRO PRO INT'L.

p.176 MICRO WORKS, THE

p.176 MICRO WORKS, THE

p.427 MICROACE

p.427 MICROACE

p.64 MICROBYTE/EXT.PROCSS.

p.64 MICROBYTE/EXT.PROCSS.

p.213 MICROCOMP.TECH.INC.

p.213 MICROCOMP.TECH.INC.

p.264 MICROMAIL

p.264 MICROMAIL

p.516 MICROSETTE INC.

p.516 MICROSETTE INC.

p.25 p.279 MICROSOFT (CPD)

p.25 p.279 MICROSOFT (CPD)

p.81 MICROSTUF,INC.

p.81 MICROSTUF,INC.

p.344 MICROTAX

p.344 MICROTAX

p.445 MICROTECH EXPORTS

p.445 MICROTECH EXPORTS

p.295 MICROTEK INC.

p.295 MICROTEK INC.

p.133 MID AMERICA MICRO MART

p.133 MID AMERICA MICRO MART

p.508 MIDDLETON,WILSON

p.508 MIDDLETON,WILSON

p.500 MIKOS

p.500 MIKOS

p.272 MILLER MICROCOMP.SERV.

p.272 MILLER MICROCOMP.SERV.

p.419 MINI COMP.SUPPLIERS

p.419 MINI COMP.SUPPLIERS

p.267 p.319 p.453 p.536 p.537 p.538 p.539 MINI MICRO MART

p.267 p.319 p.453 p.536 p.537 p.538 p.539 MINI MICRO MART

p.307 MORGAN PRODUCTS

p.307 MORGAN PRODUCTS

p.151 p.200 p.201 MORROW DESIGNS

p.151 p.200 p.201 MORROW DESIGNS

p.19 MOUNTAIN COMPUTER

p.19 MOUNTAIN COMPUTER

p.18 MOUNTAIN SOFTWARE

p.18 MOUNTAIN SOFTWARE

p.345 MOUNTAIN VIEW PRESS

p.345 MOUNTAIN VIEW PRESS

p.421 p.449 MSD

p.421 p.449 MSD

p.216 p.217 MT MICROSYSTEMS

p.216 p.217 MT MICROSYSTEMS

p.284 MTI,INC.

p.284 MTI,INC.

p.336 MULTI BUSN.COMP.INC.

p.336 MULTI BUSN.COMP.INC.

p.340 p.455 NATIONAL DATA PROD.

p.340 p.455 NATIONAL DATA PROD.

p.415 NCL DATA INC.

p.415 NCL DATA INC.

p.421 NEBS

p.421 NEBS

p.239 NEC HOME ELECTRONICS

p.239 NEC HOME ELECTRONICS

p.311 NEECO

p.311 NEECO

p.413 NET PROFIT COMP.

p.413 NET PROFIT COMP.

p.210 p.212 p.417 NETRONICS

p.210 p.212 p.417 NETRONICS

p.32 p.194 NORTH AMER TECH

p.32 p.194 NORTH AMER TECH

p.167 NORTH STAR COMPUTERS

p.167 NORTH STAR COMPUTERS

p.437 NORTHEAST COMP.SALES

p.437 NORTHEAST COMP.SALES

p.441 NORTHWEST COMPUTER

p.441 NORTHWEST COMPUTER

p.224 NORTHWEST INSTR.SYS.

p.224 NORTHWEST INSTR.SYS.

p.245 NOVATION

p.245 NOVATION

p.321 NRI SCHOOLS ELECTR.DIV.

p.321 NRI SCHOOLS ELECTR.DIV.

p.170 OASIS SYSTEMS

p.170 OASIS SYSTEMS

(p.CIV) OHIO SCIENTIFIC INSTR.

(p.CIV) OHIO SCIENTIFIC INSTR.

p.401 OKIDATA CORP.

p.401 OKIDATA CORP.

p.407 OLYMPIC SALES

p.407 OLYMPIC SALES

p.364 p.365 OMEGA SALES

p.364 p.365 OMEGA SALES

p.425 OMEGASOFT

p.425 OMEGASOFT

p.143 OMIKRON

p.143 OMIKRON

p.299 OMNI RESOURCES

p.299 OMNI RESOURCES

p.411 OMNITEC DATA

p.411 OMNITEC DATA

p.413 OPTIMAL TECHNOLOGY

p.413 OPTIMAL TECHNOLOGY

p.504 ORACLE ELECTR.

p.504 ORACLE ELECTR.

p.188 p.189 p.339 p.397 ORANGE MICRO

p.188 p.189 p.339 p.397 ORANGE MICRO

p.202 p.203 OREGON SOFTWARE

p.202 p.203 OREGON SOFTWARE

p.506 ORION INSTRUMENTS

p.506 ORION INSTRUMENTS

p.228 ORTHOCODE GROUP

p.228 ORTHOCODE GROUP

p.33 OSBORNE COMPUTERS

p.33 OSBORNE COMPUTERS

p.72 p.73 OSBORNE/MCGRAW-HILL

p.72 p.73 OSBORNE/MCGRAW-HILL

p.95 OSM COMPUTER

p.95 OSM COMPUTER

p.276 p.277 OWENS ASSOC.

p.276 p.277 OWENS ASSOC.

p.421 OXFORD DIVERSIFIED

p.421 OXFORD DIVERSIFIED

p.468 PACIFIC COMP BRK.

p.468 PACIFIC COMP BRK.

p.294 p.298 p.510 p.514 PACIFIC EXCHANGES

p.294 p.298 p.510 p.514 PACIFIC EXCHANGES

p.99 PACIFIC SOFTWARE

p.99 PACIFIC SOFTWARE

p.515 PAGE DIGITAL

p.515 PAGE DIGITAL

p.499 PALOMAR COMP.EQUIP.

p.499 PALOMAR COMP.EQUIP.

p.220 PAN AMERICAN ELEC INC.

p.220 PAN AMERICAN ELEC INC.

p.407 PC NEWSLETTER

p.407 PC NEWSLETTER

p.22 PCD SYSTEMS INC.

p.22 PCD SYSTEMS INC.

p.23 p.230 PEACHTREE SOFTWARE

p.23 p.230 PEACHTREE SOFTWARE

p.7 p.14 p.15 PERCOM DATA

p.7 p.14 p.15 PERCOM DATA

p.329 PERSONAL COMPUTERS

p.329 PERSONAL COMPUTERS

p.309 PHASE ONE SYS.INC.

p.309 PHASE ONE SYS.INC.

p.146 PICKLES & TROUT

p.146 PICKLES & TROUT

p.520 PKAY CORP.

p.520 PKAY CORP.

p.508 POLY PAKS

p.508 POLY PAKS

p.257 POPULAR COMPUTING

p.257 POPULAR COMPUTING

p.147 POWER ONE INC.

p.147 POWER ONE INC.

p.306 p.449 p.530 p.531 p.532 p.533 PRIORITY ONE

p.306 p.449 p.530 p.531 p.532 p.533 PRIORITY ONE

p.510 PROGRAMMERS SFTW EX.

p.510 PROGRAMMERS SFTW EX.

p.356 PUBLISHERS STATEMENT

p.356 PUBLISHERS STATEMENT

p.226 PURCHASING AGENT,THE

p.226 PURCHASING AGENT,THE

p.518 PV SYSTEMS

p.518 PV SYSTEMS

p.506 QUALITY COMP.PARTS

p.506 QUALITY COMP.PARTS

p.159 QUALITY SOFTWARE

p.159 QUALITY SOFTWARE

p.171 QUASAR DATA PROD.INC.

p.171 QUASAR DATA PROD.INC.

p.505 QUEST ELECTR.

p.505 QUEST ELECTR.

p.355 RACET COMPUTES

p.355 RACET COMPUTES

p.49 RADIO SHACK

p.49 RADIO SHACK

p.445 RADIO SHCK FRNC.#7079

p.445 RADIO SHCK FRNC.#7079

p.435 RCE ELECTR.

p.435 RCE ELECTR.

p.512 REALTY SOFTWARE CO.

p.512 REALTY SOFTWARE CO.

p.328 RENAISSANCE TECHN.

p.328 RENAISSANCE TECHN.

p.431 ROBOTICS AGE

p.431 ROBOTICS AGE

p.326 S C DIGITAL

p.326 S C DIGITAL

p.431 S&M SYSTEMS

p.431 S&M SYSTEMS

p.88 S-100 INC

p.88 S-100 INC

p.439 S.P.C.TECH.INC.

p.439 S.P.C.TECH.INC.

p.395 SANDHU MACHINE DESN.

p.395 SANDHU MACHINE DESN.

p.236 SANTA CRUZ SFTW.SERV.

p.236 SANTA CRUZ SFTW.SERV.

p.5 SCION CORP

p.5 SCION CORP

p.78 SCITRONICS

p.78 SCITRONICS

p.186 SCOTTSDALE SYSTEMS

p.186 SCOTTSDALE SYSTEMS

p.518 SCR ELECTR.

p.518 SCR ELECTR.

p.399 SEATTLE COMP PRODS

p.399 SEATTLE COMP PRODS

p.359 SIERRA DATA SCIENCES

p.359 SIERRA DATA SCIENCES

p.168 p.169 SINCLAIR RESEARCH

p.168 p.169 SINCLAIR RESEARCH

p.327 SINGER CO.

p.327 SINGER CO.

p.516 SLUDER

p.516 SLUDER

p.103 SMOKE SIGNAL BRDCSTG

p.103 SMOKE SIGNAL BRDCSTG

p.381 SOFTWARE DISTRIBUTERS

p.381 SOFTWARE DISTRIBUTERS

p.504 SOFTWARE SUPPLY CORP

p.504 SOFTWARE SUPPLY CORP

p.514 SOFTWARE TOOL WORKS

p.514 SOFTWARE TOOL WORKS

p.322 SOLID STATE SALES

p.322 SOLID STATE SALES

p.265 SORCIM

p.265 SORCIM

p.297 SORRENTO VALLEY ASSOC

p.297 SORRENTO VALLEY ASSOC

p.204 p.510 SOUTHERN COMP.SYS.

p.204 p.510 SOUTHERN COMP.SYS.

p.379 SPECTRUM SOFTWARE

p.379 SPECTRUM SOFTWARE

p.11 SSM MICRO COMP PROD

p.11 SSM MICRO COMP PROD

p.237 STANDARD & POORS

p.237 STANDARD & POORS

p.252 STANDARD MICROSYS.INC.

p.252 STANDARD MICROSYS.INC.

p.35 STATCOM CORP.

p.35 STATCOM CORP.

p.187 STATIC MEMORY SYS

p.187 STATIC MEMORY SYS

p.180 STELLAR SYSTEMS

p.180 STELLAR SYSTEMS

p.139 STRAWBERRY TREE COMP.

p.139 STRAWBERRY TREE COMP.

p.65 SUBLOGIC

p.65 SUBLOGIC

p.500 SUNNY INT'L.

p.500 SUNNY INT'L.

p.250 SUPERBYTE

p.250 SUPERBYTE

p.28 p.125 p.464 SUPERSOFT

p.28 p.125 p.464 SUPERSOFT

p.441 SURVEYOR SUPPLY CO

p.441 SURVEYOR SUPPLY CO

p.16 p.17 SYBEX

p.16 p.17 SYBEX

p.234 SYNCHRO SOUND

p.234 SYNCHRO SOUND

p.274 SYSTEM SOFTWARE

p.274 SYSTEM SOFTWARE

p.29 p.31 SYSTEMS GROUP,THE

p.29 p.31 SYSTEMS GROUP,THE

p.367 SYSTEMS PLUS INC.

p.367 SYSTEMS PLUS INC.

p.459 SYSTEMS SUPPORT INC.

p.459 SYSTEMS SUPPORT INC.

p.510 SZ SOFTWARE SYSTEMS

p.510 SZ SOFTWARE SYSTEMS

p.429 TARBELL ELECTR.

p.429 TARBELL ELECTR.

p.193 TECHNICAL SYS CONS

p.193 TECHNICAL SYS CONS

p.403 TECMAR INC

p.403 TECMAR INC

p.516 TELECON SYSTEMS

p.516 TELECON SYSTEMS

p.152 p.153 p.225 TELEVIDEO INC

p.152 p.153 p.225 TELEVIDEO INC

p.387 TERCER MEDIO

p.387 TERCER MEDIO

p.457 TEXAS COMP.SYS.

p.457 TEXAS COMP.SYS.

p.197 THUNDERWARE

p.197 THUNDERWARE

p.235 TKS CORP.

p.235 TKS CORP.

p.154 TLB ASSOCIATES

p.154 TLB ASSOCIATES

p.128 TRANSNET CORP.

p.128 TRANSNET CORP.

p.56 UNISOURCE ELEC.

p.56 UNISOURCE ELEC.

p.502 p.503 U.S. MICRO SALES

p.502 p.503 U.S. MICRO SALES

p.290 U.S. ROBOTICS

p.290 U.S. ROBOTICS

p.512 UNITED CONTROLS

p.512 UNITED CONTROLS

p.273 UNITED SFTW.OF AMER.

p.273 UNITED SFTW.OF AMER.

p.77 UVEON COMP.SYS.

p.77 UVEON COMP.SYS.

p.514 V.A.M.P. INC.

p.514 V.A.M.P. INC.

p.415 VAN NOSTRAND REINHOLD

p.415 VAN NOSTRAND REINHOLD

p.448 VECTOR ELEC.

p.448 VECTOR ELEC.

p.91 VECTOR GRAPHICS

p.91 VECTOR GRAPHICS

p.161 VERBATIM CORP

p.161 VERBATIM CORP

p.55 VIDEX

p.55 VIDEX

p.71 VISTA COMPUTER CO

p.71 VISTA COMPUTER CO

p.227 VITAL INFORMATION

p.227 VITAL INFORMATION

p.222 VOICETEK

p.222 VOICETEK

p.135 VOTRAX

p.135 VOTRAX

p.409 WARRENS

p.409 WARRENS

p.493 WASHINGTON COMP.SERV.

p.493 WASHINGTON COMP.SERV.

p.312 WATERLOO DISTANCE

p.312 WATERLOO DISTANCE

p.425 WESTERN DIGITAL

p.425 WESTERN DIGITAL

p.69 WESPER MICRO SYSTEMS

p.69 WESPER MICRO SYSTEMS

p.261 p.508 WESTICO INC.

p.261 p.508 WESTICO INC.

p.75 WESTWARE

p.75 WESTWARE

p.92 p.93 WICAT SYSTEMS

p.92 p.93 WICAT SYSTEMS

p.259 WILD HARE COMP.SYS.

p.259 WILD HARE COMP.SYS.

p.508 WINCHENDON GRP,THE

p.508 WINCHENDON GRP,THE

p.518 WINTEK CORP.

p.518 WINTEK CORP.

p.511 WW COMPONENT SUPPLY

p.511 WW COMPONENT SUPPLY

p.331 X COMP

p.331 X COMP

p.518 ZENRAD CONTROLS

p.518 ZENRAD CONTROLS

p.518 ZIGGURAT SOFTWARE

p.518 ZIGGURAT SOFTWARE

p.247 ZOBEX

p.247 ZOBEX