A developer named Justin Marshall has successfully created a native Windows x64 port of Microsoft Word for Windows 1.1a, historically codenamed Opus. This port enables the 35-year-old word processor to run as a 64-bit executable on current Windows 10 and Windows 11 operating systems.
The project involved rebuilding the original Word source code and resources. It replaces legacy 16-bit assembly, segmented-memory, and Win16 platform boundaries with modern equivalents, eliminating the need for emulation to run the application.
The developer's approach utilizes the original Word source and resources, integrating them with modern replacements for the older architectural components. This results in the original Word application and user experience functioning as a native 64-bit Windows executable.
The project is available on GitHub and can be built using Visual Studio 2022 with Desktop development with C++, a Windows 10 or 11 SDK, CMake 3.25 or newer, and PowerShell. Build instructions are provided for both debug and release configurations.
Microsoft Word for Windows 1.1a, released in 1990, was a significant release in the word processing market. It introduced features such as WYSIWYG (What You See Is What You Get) editing, graphics, and table insertion on the Windows platform.
This version contributed to the shift of users from DOS-based productivity software like WordPerfect to Windows-based applications. It was also notable for its efficiency, running on systems with limited CPU speeds and as little as 1MB of RAM.
Microsoft previously permitted the full source code for Word for Windows 1.1a to be released. This historical source code is accessible via the Computer History Museum (CHM), which facilitated the current x64 porting effort.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Developer Justin Marshall rebuilt the original source code for Microsoft Word for Windows 1.1a, allowing the 35-year-old application to run as a 64-bit executable on modern Windows 10 and 11 systems. This effort demonstrates compatibility possibilities for legacy software on current operating systems, offering a functional historical software experience.
A developer has created an x64 port of Microsoft Word for Windows 1.1a, allowing the 1990 word processor to run natively on Windows 11 systems. This port utilizes the original Word source code and replaces 16-bit assembly and Win16 platform boundaries with modern equivalents, making a historical software version accessible on current hardware.
A developer has created a fully functional native Windows x64 port of Microsoft Word for Windows 1.1a, codenamed Opus. This project allows the original 16-bit application to run as a 64-bit executable on modern Windows systems without emulation, by replacing legacy assembly and memory management with modern equivalents.