JurassicParkTrespasser icon indicating copy to clipboard operation
JurassicParkTrespasser copied to clipboard

Replace all assembly code

Open meekee7 opened this issue 4 years ago • 0 comments

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.

meekee7 avatar Mar 07 '20 20:03 meekee7