This package contains the disassembly of Prince of Persia 1, DOS version. I think that now it's mostly complete. (Except for some low-level hardware-specific and library routines.) All suggestions are welcome. Topic in forum: http://forum.princed.org/viewtopic.php?f=68&t=3423 IDA Freeware version can be downloaded at: http://www.hex-rays.com/products/ida/support/download_freeware.shtml readme.txt This file. PRINCE10.EXE The file that I disassembled. PRINCE10.idb The IDA database file. prince10.asm Text file containing the disassembly. prince10.lst Text file containing the disassembly, with addresses and hex codes. remove_unused_labels.idc Sometimes, IDA puts bogus, unreferenced labels into the disassembly. This script file can be used to remove them. font.idc Script file that I used to format the hardcoded font. asm_clean.py and asm_clean.bat Utility to remove some irrelevant parts from the disassembly, for easier comparison.