Hacker News new | ask | show | jobs
by the_precipitate 330 days ago
And you do know that .exe file is wasteful, .com file actually saves quite a few bytes if you can limit your executable's size to be smaller than 0xFF00h (man, I am old).
1 comments

And a.out format often saves disk space over elf, despite duplicating code across executables.