Difference between revisions of "ACU March 1985 - Type-ins"
(→Manipulating the Amstrad CPC464 Screen Display) |
|||
Line 59: | Line 59: | ||
=Manipulating the Amstrad CPC464 Screen Display= | =Manipulating the Amstrad CPC464 Screen Display= | ||
− | SCREEN1.ASM | + | 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 10:08, 24 September 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
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
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.