Hacker News new | ask | show | jobs
by dbremner 1988 days ago
Porting 16-bit assembly is harder but porting C code from Win16 to Win32 is pretty easy.

https://github.com/dbremner/cake is a 16-bit Windows 1.0 application that I ported to Win64; most of the changes weren't required.