This directory contains the source code of the 8-bit Atari game Digi Duck, created by Dariusz Żołna in 1993 and published by LK Avalon.
Original program:
- DUCK.ASM - main executable,
- DD_PROC.ASM - procedures,
- DATAS.ASM - constants and code data,
- INIT.ASM - initializer,
Binary files:
- INIT.FNT - (
$1C00-1DDF
), - DIGI.DTA - (
$2200-46B2
), - DIGI.CMC - (
$8300-8F51
), - DIGI.PLR - (
$AC00-B3FF
), - DIGI.FNT - (
$B400-BBFF
), - DUCK.FNT - (
$A800-ABFF
), - LITERY.FNT - (
$6C00-6FFF
), - TITLE.FNT - (
$7000-77FF
), - DIGI.REP - (
$7B00-82C1
), - SP.OBJ - (
$8F80-9603, $99CC-99DB
),
MADS file linking all the objects and producing executables: