Difference between revisions of "Utility Suite"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(Notes)
Line 18: Line 18:
  
 
The utility suite collects several basic programs into one file, which were sourced from various places:
 
The utility suite collects several basic programs into one file, which were sourced from various places:
*The Z80 disassembler is code from R.A Waddilove which was first included in "Computing with the Amstrad", November 1985.
+
*The Z80 disassembler is code from R.A Waddilove which was first included in "Computing with the Amstrad", November 1985. ([https://acpc.me/ACME/LITTERATURE_REVUES/[ENG]ENGLISH_UK/[ENG][AMSTRAD]COMPUTING_WITH_THE_AMSTRAD/COMPUTING_WITH_THE_AMSTRAD(UK_Version)_1985-11[OCR].pdf|Read on ACME.ME])
 
*The Print Catalog code is from John Campbell, published in "Amstrad Computer User", October 1985 ([https://archive.org/details/AmstradComputerUser11-1085/page/n3/mode/2up Read on Archive.org ])
 
*The Print Catalog code is from John Campbell, published in "Amstrad Computer User", October 1985 ([https://archive.org/details/AmstradComputerUser11-1085/page/n3/mode/2up Read on Archive.org ])
 
  
 
== Download ==
 
== Download ==

Revision as of 21:27, 7 August 2024

Description

Utility Suite is a ROM based set of utilities offering a ROM Examiner, Disc Editor and printer utilities.

The Utilites are:

  • ROM Examiner - Dump or Disassemble a ROM
  • Disc Editor - Edit a disk
  • Fast Tape Save
  • Print Wide Catalog - Print contents of a disk using full width of printer
  • Print Narrow Catalog - Print contents of a disk using half width of printer
  • 8-bit Printer Port - Enables the printer in 8 bit mode


Author unknown : Rob?

Notes

Although this is a ROM, it actually loads a BASIC file into memory and runs that.

The utility suite collects several basic programs into one file, which were sourced from various places:

  • The Z80 disassembler is code from R.A Waddilove which was first included in "Computing with the Amstrad", November 1985. ([ENGENGLISH_UK/[ENG][AMSTRAD]COMPUTING_WITH_THE_AMSTRAD/COMPUTING_WITH_THE_AMSTRAD(UK_Version)_1985-11[OCR].pdf|Read on ACME.ME])
  • The Print Catalog code is from John Campbell, published in "Amstrad Computer User", October 1985 (Read on Archive.org )

Download