Difference between revisions of "ACU March 1985 - Type-ins"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(Manipulating the Amstrad CPC464 Screen Display)
Line 59: Line 59:
  
 
=Manipulating the Amstrad CPC464 Screen Display=
 
=Manipulating the Amstrad CPC464 Screen Display=
SCREEN1.ASM, SCREEN2.ASM, SCREEN3.ASM, SCREEN4.ASM and SCREEN5.ASM contain the Z80 assembler code for the "Manipulating the Amstrad CPC464 Screen Display" article.<br/>
+
Other file(s) associated with this article:<br/>
See Amstrad Computer User, March 1985, page 103 for more details.
+
- SCREEN1.ASM<br/>
 +
- SCREEN2.ASM<br/>
 +
- SCREEN3.ASM<br/>
 +
- SCREEN4.ASM<br/>
 +
- SCREEN5.ASM<br/>
 +
See Amstrad Computer User, March 1985, page 103 for more details.<br/><br/>
  
 
=Number Sort routine=
 
=Number Sort routine=

Revision as of 11:08, 24 September 2009

Return to ACU Type-Ins

Downloads

Disk Image

Cover image

Acu march 1985 cover.png

Boolean operations demonstration

RUN"BOOLEAN"
Acu Boolean1.png Acu Boolean2.png

Electric Eddy

RUN"EDDY"
Acu Eddy1.png Acu Eddy2.png

Acu Eddy3.png Acu Eddy4.png

Acu Eddy5.png Acu Eddy6.png

Acu Eddy7.png Acu Eddy8.png

Electric Fencing

RUN"FENCING"
Acu Fencing1.png Acu Fencing2.png

Acu Fencing3.png Acu Fencing4.png

Flashman

RUN"FLASHMAN"
Acu Flash1.png Acu Flash2.png

Acu Flash3.png Acu Flash4.png

Acu Flash5.png Acu Flash6.png

Jeremy Vine's music routine

RUN"MUSIC"
Acu Music1.png

Machine code fill routine and demonstration

RUN"MCFILL"
Acu Mcfill1.png Acu Mcfill2.png

Acu Mcfill3.png Acu Mcfill4.png

Manipulating the Amstrad CPC464 Screen Display

Other file(s) associated with this article:
- SCREEN1.ASM
- SCREEN2.ASM
- SCREEN3.ASM
- SCREEN4.ASM
- SCREEN5.ASM
See Amstrad Computer User, March 1985, page 103 for more details.

Number Sort routine

RUN"SORT"
Acu Sort1.png Acu Sort2.png

Acu Sort3.png Acu Sort4.png

Prime Numbers (1)

RUN"PASCAL3"
Acu Pascal3 1.png Acu Pascal3 2.png

Prime Numbers (2)

RUN"PASCAL4"
Acu Pascal4 1.png Acu Pascal4 2.png

Screen Dump

DMPDMP1.ASM contains the DMP1-compatible Z80 assembler code for the "Events & Screen Dumps" article.
DMPDMP1.BIN is the binary file associated with DMPDMP1.ASM.

DMPEPSON.ASM contains the Epson-compatible Z80 assembler code.
DMPEPSON.BIN is the binary file associated with DMPEPSON.ASM.

DMPLIST2.BAS and DMPLIST4.BAS contain the related BASIC code.
See Amstrad Computer User, March 1985, page 90 for more details.

Sum Numbers

RUN"PASCAL5"
Acu Pascal5 2.png

Trench

RUN"TRENCH"
Acu Trench1.png Acu Trench2.png

Acu Trench3.png Acu Trench4.png

Acu Trench5.png Acu Trench6.png

Acu Trench7.png

Unerase

UNERASE.ASM contains the Z80 assembler code for David Link's Unerase program.
See Amstrad Computer User, March 1985, page 40 for more details.