JurassicParkTrespasser
JurassicParkTrespasser copied to clipboard
Replace all assembly code
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.