This directory contains the source code of the 8-bit Atari game Misja, created by Janusz Pelc in 1990 and published by LK Avalon.
Original program:
- d1/JOINT.ASM - common labels,
- d1/E.ASM - enemies,
- d1/I.ASM - player,
- d1/M.ASM - main loop,
- d1/S.ASM - sound,
- d1/SCREEN.ASM - display list,
- d1/T.ASM - title screen,
- d1/W.ASM - weapon,
- d2/AMP.ASM - music player,
- d2/CSAV.ASM - casette saver.
Binary files:
- d2/ENEMY.FNT - enemies font (
$4000
), - d2/HERO.PLR - player font (
$6000
), - d2/INFO.FNT - text font (
$4800
), - d2/LEVEL1.DTA - level data (
$1240
), - d2/LEVEL1.FNT - font (
$5000
), - d2/LEVEL1.STA - stat (
$1200
), - d2/MISSION.AMC - song (
$0A00
), - d2/TITLE.FNT - title font (
$5800
).
MADS file linking all the objects and producing executables: