Does this 8088 code in the Leisure Suit Larry 2 game do anything?

The web content discusses a random program segment obtained using a debugger disassembly command. The author highlights details such as unknown DOS calls, branching instructions, and unique termination methods indicating the code may be from an older MS-DOS program. The segment likely functions as an exec module starting child processes and checking for errors. The use of IRET suggests a method to save code size in multiple termination points. The author concludes that the code could be a loader for a larger program, continuously restarting the child process upon termination. It is emphasized that these are speculative conclusions without concrete evidence of the code’s origin.

https://retrocomputing.stackexchange.com/questions/29565/does-this-8088-code-in-the-leisure-suit-larry-2-game-actually-do-anything

To top