Start out with th05's OP.EXE

This is the raw output of IDA's initial analysis of the original OP.EXE,
touched up in order to compile to an executable identical to the original
build.
This commit is contained in:
nmlgc 2014-06-26 22:33:22 +02:00
commit 9e07c54aee
3 changed files with 48069 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.asm text merge=union eol=crlf

4
readme.md Normal file
View File

@ -0,0 +1,4 @@
The Touhou PC-98 Restoration Project (*"ReC98*")
----
Compile with ```tasm32 /n /zn``` (on Windows), link with ```tlink``` (on DOS).

48064
th05_op.asm Normal file

File diff suppressed because it is too large Load Diff