Hacker News new | ask | show | jobs
by chrisseaton 2369 days ago
You can generate machine language without an assembly language intermediate phase, if you just directly put bytes into a file. But most compilers have some kind of assembler in them.