Overview
- Developer jmarshall23 published a public GitHub repository that supplies the source, CMake presets, build instructions, and automated tests for an x64 port of Microsoft Word for Windows 1.1a.
- The port translates 16‑bit assembly entry points, maps segmented and handle‑based memory to an x64 runtime, and adapts Win16 startup, messaging, graphics, and file behavior so the original C and resource files run unchanged where possible.
- The result is the original Word application and user experience running as a native 64‑bit Windows executable rather than as an emulator or a modern reimplementation of the UI.
- The repository does not include prebuilt binaries and requires users to build the project themselves with Visual Studio 2022, a Windows 10/11 SDK, CMake 3.25 or newer, and PowerShell.
- Because the work starts from the Computer History Museum release of the Word 1.1a source, the code and any derived builds remain limited to non‑commercial use and redistribution is restricted, which frames how researchers and hobbyists can share or publish results.