Suvarna Garge (Editor)

Zeus Assembler

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
Crystal Computing

Platform
  
ZX Spectrum

Original author(s)
  
Neil Mottershead, Simon Brattel

Initial release
  
1983; 34 years ago (1983)

Type
  
Assembler Source code editor

License
  
Proprietary commercial software

Zeus Assembler is an assembler development tool for the Z80 originally written by Neil Mottershead for the Nascom 2 and then ported to the ZX Spectrum by Neil Mottershead and Simon Brattel in 1983. It was published by Crystal Computing. The program was designed to make Z80 machine code programming easier, with full symbolic instructions, and an editing style similar to the Spectrum's built-in BASIC.

Contents

Zeus Assembler was later re-released by the manufacturer of the ZX Spectrum, Sinclair Research.

Overview

Zeus is a two-pass assembler that allows full use of the Zilog Z80 processor's mnemonic instruction set. It was the first assembler to tokenise the source code, an innovation by Neil Mottershead.

It features two main command modes; assembler and editor, and includes an auto line-numbering facility, and various subroutines for use within the user's programs, as well as printer output and basic assembler features such as labels and expressions.

Monitor and Disassembler

The previous year Crystal Computing had released another machine code tool for the 16K ZX Spectrum called Monitor and Disassembler that could be used in conjunction with Zeus. While Zeus has a monitor included, the more extensive Monitor and Disassembler allows for disassembly, the display and editing of the processor registers, as well as code substitution and the ability to move blocks of memory. Alongside Zeus, Monitor and Disassembler was later re-released by Sinclair Research.

Reception

Zeus Assembler was well received by the computing press. Your Computer praised it as well thought-out, with good auto-line number, renumber, and block delete functions. Sinclair User and Big K highlighted the program's ease of use for beginners, while also being a very powerful tool in the hands of an expert. The necessity of exiting the assembler in order to save any generated code was cited as a potential drawback, especially for beginners.

Sinclair User also praised the documentation as the best of any assembler available at the time, for its use of step-by-step instructions and code examples.

References

Zeus Assembler Wikipedia