APPLICATIONSDIVERS ★ CPC464 MONITOR AND CASSETTE UTILITIES ★

CPC464 MONITOR AND CASSETTE UTILITIES (Popular Computing Weekly 1985-04-11)CPC464 MONITOR AND CASSETTE UTILITIES (Popular Computing Weekly 1985-04-18)
★ Ce texte vous est présenté dans sa version originale ★ 
 ★ This text is presented to you in its original version ★ 
 ★ Este texto se presenta en su versión original ★ 
 ★ Dieser Text wird in seiner Originalfassung präsentiert ★ 

Part 2 of a machine code monitor by Brian Cadge

The monitor itself is written as a collection of subroutines, to do things like encode and decode a set of hex characters to and from their binary value. Any of the general routines could easily be incorporated into your own programs. The breakpoint facility is provided by using the RST 30 instruction, which is the only RST which the operating system doesn't use. Many

Rom calls are made throughout the program to print characters, change modes, access the cassette, read the keyboard, etc. These are all fully explained in the Amsoft firmware manual.

It is very simple to add new commands of your own to the monitor software. The command name table currently ends in Line 2890 of the assembly language listing. To add a new command, insert the command word, followed by a zero byte. The value 255 is used to signal the end of the word list. The start address of the command routine must be added to the addresses in Lines 2900 to 2920. All command subroutines end with a JP LOOP instruction, to return to the command prompt.

Do not use the RET as this will return to Basic. The HELP command will automatically include any new commands in its list.

The assembly language listing should be quite easily understood by anyone who writes Z80 code. However, it isn't necessary to understand it to use the program.

Popular Computing Weekly

★ PUBLISHER: POPULAR COMPUTING WEEKLY
★ YEARS: 1984 , 1985
★ CONFIG: 64K + AMSDOS
★ LANGUAGE:
★ AUTHOR: Brian CADGE
 



★ AMSTRAD CPC ★ DOWNLOAD ★

Type-in/Listings:
» CPC464  Monitor  and  Cassette  Utilities    (Popular  Computing  Weekly)    ENGLISHDATE: 2024-03-31
DL: 167
TYPE: ZIP
SiZE: 5Ko
NOTE: Uploaded by CPCLOV ; 40 tracks/Extended DSK
.DSK: √

» CPC464  Monitor  and  Cassette  Utilities    (Popular  Computing  Weekly)    LISTING    ENGLISHDATE: 2025-06-16
DL: 592
TYPE: PDF
SiZE: 6110Ko
NOTE: Supplied by archive.org ; 4 pages/PDFlib v1.6

★ AMSTRAD CPC ★ A voir aussi sur CPCrulez , les sujets suivants pourront vous intéresser...

Lien(s):
» Coding Src's » Routines du C.C.C : Toutes les couleurs du CPC (CPC Infos)
» Coding Src's » SUB SLIME (CPC Amstrad International)
» Coding Src's » ARTIFICE (CPC Infos)
» Coding Src's » Labyrinth (CPC Amstrad International)
» Coding Src's » Recursive Squares (Amstrad Computer User)
» Coding Src's » Prenos Strojnih Programov na Disk (Moj Micro)
Je participe au site:
» Vous avez des infos personnel, des fichiers que nous ne possédons pas concernent ce programme ?
» Vous avez remarqué une erreur dans ce texte ?
» Aidez-nous à améliorer cette page : en nous contactant via le forum ou par email.

CPCrulez[Content Management System] v8.732-desktop/c
Page créée en 138 millisecondes et consultée 3579 fois

L'Amstrad CPC est une machine 8 bits à base d'un Z80 à 4MHz. Le premier de la gamme fut le CPC 464 en 1984, équipé d'un lecteur de cassettes intégré il se plaçait en concurrent  du Commodore C64 beaucoup plus compliqué à utiliser et plus cher. Ce fut un réel succès et sorti cette même années le CPC 664 équipé d'un lecteur de disquettes trois pouces intégré. Sa vie fut de courte durée puisqu'en 1985 il fut remplacé par le CPC 6128 qui était plus compact, plus soigné et surtout qui avait 128Ko de RAM au lieu de 64Ko.