Hacker News new | past | comments | ask | show | jobs | submit login

If I'm not mistaken, both are written in FASM (Flat Assembler). And unfortunately FASM won't run in recent MacOSes because it's a 32-bit app. No problem with Windows/Linux, though.



You can run 32-bit Windows tools in macOS with Wine.


I thought that Wine only works up to macOS 10.14


I'm on Monterey 12.6.9, and confirm can run the latest FASM. Current problem is how to configure the include path so I can build programs.

On Windows it's very easy: check "Environment Variables", create an "INCLUDE" variable (if not exist), then set "C:\FASM\INCLUDE", for example.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: