OpenTrespasser / JurassicParkTrespasser

A git-based fork of the Jurassic Park: Trespasser source code.
99 stars 24 forks source link

Replace all assembly code #12

Open meekee7 opened 4 years ago

meekee7 commented 4 years ago

All the assembly code is very difficult to maintain. Also it is often not 64bit-compatible. Furthermore, the compiler gives warnings about modifying the EBP frame pointer register. All assembly code should be replaced with near-equivalent C/C++-code.