Difference between revisions of "ACU March 1985 - Type-ins"
(→Sum Numbers) |
|||
Line 82: | Line 82: | ||
=Sum Numbers= | =Sum Numbers= | ||
RUN"PASCAL5"<br/> | RUN"PASCAL5"<br/> | ||
− | |||
[[image:Acu_Pascal5_2.png|192px]] | [[image:Acu_Pascal5_2.png|192px]] | ||
Revision as of 23:40, 5 August 2009
Return to ACU Type-Ins
Contents
- 1 Downloads
- 2 Cover image
- 3 Boolean operations demonstration
- 4 Electric Eddy
- 5 Electric Fencing
- 6 Flashman
- 7 Jeremy Vine's music routine
- 8 Machine code fill routine and demonstration
- 9 Manipulating the Amstrad CPC464 Screen Display
- 10 Number Sort routine
- 11 Prime Numbers (1)
- 12 Prime Numbers (2)
- 13 Screen Dump
- 14 Sum Numbers
- 15 Trench
- 16 Unerase
Downloads
Cover image
Boolean operations demonstration
Electric Eddy
Electric Fencing
Flashman
Jeremy Vine's music routine
Machine code fill routine and demonstration
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.
See Amstrad Computer User, March 1985, page 103 for more details.
Number Sort routine
Prime Numbers (1)
Prime Numbers (2)
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
Trench
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.