This directory contains the source code of the 8-bit Atari game Fred, created by Mirosław Liminowicz in 1990 and published by LK Avalon.
Original program:
- d1/COMMON.ASM - common labels,
- game implementation:
- d1/SO.ASM - sounds,
- d1/TI.ASM - title screen,
- d2/AMP.ASM - music player,
- d1/SHOWPIC.ASM - optional loader picture display,
Saver:
- d1/FRED.DOC - original linking instructions,
- d1/MAKEFRED.ASM - prepares executable,
- d1/CSAV.ASM - casette saver,
- d1/DSAV.ASM - disk saver.
Binary files:
- d2/DI.FNT - info font (
$4800
), - d2/FAZY.FNT - phases font (
$5000
), - d2/FRED.AMC - song (
$8B00
), - d2/FRED.PIC - loader picture (
$A010
), - d2/GRA.DTA - level data (
$6100
) - d2/GRA.FNT - (
$5800
), - d2/GRA.PLR - player font (
$4000
), - d2/GRA.STA - (
$60C0
), - d2/TITLE.FNT - title screen font (
$3800
).
MADS file linking all the objects and producing executables: