APPLICATIONSCREATION GRAPHIQUE ★ MULTIUTIL ★

MultiutilApplications Creation Graphique
★ 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 ★ 

Andrew Sharp from Oxford has put together a program that supplies Basic with a handful of useful commands. When run, the program saves itself as a binary file. This means you can use it later from your own programs: MEMORY &A4FF:LOAD"util.bin", &A500 will do the trick.

The extra commands are:

|XOR - inverts the colours on the screen.

|MERGE - merges two screens together. One is located at &4000, the other at &C000. The two are xored together. For example:

MEMORY &3FFF:LOAD "screen1",&4000:LOAD"screen2",&C000:|MERGE

|COPY.0 - copies the screen from &4000 to &C000.

|COPY.1 - does the opposite to the above.

|WAIT - pauses the computer until a key is pressed.

|REPEAT.ON - sets a key to auto-repeat

k%=18:|REPEAT.ON,k%

where k% refers to the key number (found at the back of the User Instructions or the top of the 6128's disk drive).

|REPEAT.OFF - does the opposite to the above.

|COPYCHAR - returns the Ascii value of a character at the current cursor position:

a%=0: |COPYCHAR,@a%:PRINT a%

|SHIFT - turns the shift lock on.

|CAPS - turns the Caps lock on.

|FLUSH - flushes the keyboard buffer.

|MOTOR.ON - turns on the cassette motor

|MOTOR.OFF - does the opposite to the above.

|HELP - lists all the rsx commands available

|BIGK - remember the BIGK formatter which appeared on the previous Christmas '86 cover cassette? Well, this routine makes it possible for you to load and save to the high capacity format easily.

|DATA - allows you to use standard formats again

AA

★ PUBLISHER: Amstrad Action
★ YEAR: 1988
★ CONFIG: 64K + AMSDOS
★ LANGUAGE:
★ LiCENCE: LISTING
★ AUTHOR: Andrew Sharp
 

★ AMSTRAD CPC ★ DOWNLOAD ★

Type-in/Listing:
» Multiutil    (Amstrad  Action)    ENGLISHDATE: 2021-02-05
DL: 144
TYPE: ZIP
SiZE: 4Ko
NOTE: 40 Cyls
.HFE: Χ

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

Lien(s):
» Applications » Disc Library (Computing With the Amstrad)
» Applications » Disc Menagerie
» Applications » Disc File Copier (CPC Computing)
» Applications » Disco Obsequio Amstrad 6128
» Applications » Discology en fichiers
» Applications » Disc Menu (Computing With the Amstrad)
Je participe au site:
» Vous avez des infos personnel ?
» 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.7-desktop/c
Page créée en 665 millisecondes et consultée 666 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.