Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Assembly #4

Description

@bunyk

A lot of many places of assembly is repeating same 3 instructions for different variables:

		__asm {
			mov		eax, lpGP
			add		eax, DIFF
			mov		lpGPCUR, eax
		};

Which in C would be just

		lpGPCUR =  lpGP + DIFF;

Not sure what benefit assembly is (or was) giving. Maybe now it could be just replaced, but I'm still not able to build it on my system, so will leave such change to someone with Visual Studio to test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions