Zeus Assembler

From Wikipedia, the free encyclopedia
Original author(s)Neil Mottershead
Simon Brattel
Developer(s)Crystal Computing
Initial release1983; 41 years ago (1983)
PlatformZX Spectrum
Type
LicenseProprietary 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,[1] with full symbolic instructions, and an editing style similar to the Spectrum's built-in BASIC.

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

A Commodore 64 version was released in 1984. "Zeus 64 Assembler".

Overview[edit]

Zeus is a two-pass assembler which uses the standard Zilog Z80 instruction set mnemonics. It was one of the first assemblers to tokenise source code as it is entered, along with MAC/65 for the Atari 8-bit family, similar to how many BASIC implementations work.

It has two command modes: assembler and editor,[2] and includes an auto line-numbering facility, and various subroutines for use within the user's programs, as well as printer output[3] and basic assembler features such as labels and expressions.[4]

Monitor and disassembler[edit]

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.[5] While Zeus has a monitor included,[6] 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.[3] Alongside Zeus, Monitor and Disassembler was later re-released by Sinclair Research.[7]

Reception[edit]

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.[5] Sinclair User and Big K highlighted the program's ease of use for beginners,[3][6] while also being a very powerful tool in the hands of an expert.[3] The necessity of exiting the assembler in order to save any generated code was cited as a potential drawback, especially for beginners.[4]

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.[3]

Windows version[edit]

In 2008 Simon Brattel rewrote Zeus under the same name as a cross-assembler for Microsoft Windows together with integrated emulator and debugger. This was later bundled with various changes to help ZX Spectrum Next developers.

References[edit]

  1. ^ "Six of the Best", ZX Computing, December–January 1983/84 issue(p.71), Argus Specialist Publications
  2. ^ "Zeus Assembler review", Home Computing Weekly, issue 36 (p.52), Argus Specialist Publications, November 1983
  3. ^ a b c d e [1] "Zeus Assembler Review", Sinclair User, issue 15 (p.29), ECC Publications, June 1983
  4. ^ a b "New Companies on the Sinclair Bandwagon", Sinclair User, issue 21 (p.64), ECC Publications, December 1983
  5. ^ a b "Spectrum Assemblers and Monitors", Your Computer, Vol. 3, No. 5 (pp.54-55), IPC Business Press, May 1985
  6. ^ a b "The Extended Spectrum", Big K, issue 9 (pp.70-71), IPC Business Press, December 1984
  7. ^ News, Home Computing Weekly, issue 29 (p.5), Argus Specialist Publications, September 1983

External links[edit]