This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
ReC98
mirror of
https://github.com/nmlgc/ReC98.git
Watch
1
Star
1
Fork
You've already forked ReC98
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9b9f487d6c
ReC98
/
th01
/
op_11.c
7 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
[C decompilation] [th01] MDRV2 calls Still missing mdrv2_resident() though, which we currently can't slot in there due to that string constant constructor syntax. :/
2015-02-21 19:45:02 +00:00
/* ReC98
*
-
-
-
-
-
[C decompilation] [th01/op] Archive functions Fuck TH02 and above and their bizarre assembly code that indeed appears to be, uh, playfully "optimized" in the most inadequate of places, far away from the innermost loop. It's ALWAYS just these one or two instructions I just can't fucking get out of the C compiler, which lead to the conclusion that these functions must have either been first compiled to assembly, then "fine-tuned" and then linked into the executable… … or I'm really just missing some obscure compiler setting. At least with TH01, you can tell that the source language must have undeniably been C++, and the decompilation is a breeze.
2015-03-05 22:07:22 +00:00
*
Code
segment
#
11
of
TH01
'
s
OP
.
EXE
[C decompilation] [th01] MDRV2 calls Still missing mdrv2_resident() though, which we currently can't slot in there due to that string constant constructor syntax. :/
2015-02-21 19:45:02 +00:00
*/
[Maintenance] Fix #include syntax for mdrv2.c
2019-11-19 14:26:47 +00:00
#
include
"th01\mdrv2.c"