Hacker News new | ask | show | jobs
by jermaustin1 2162 days ago
I believe what you are meaning by assembly is native code or the executable bytes that a compiler/linker/assembler output?

Assembly is just another language (or more precisely: family of languages).

1 comments

I wasn't confused about what assembly was.

Compiling a for loop to a slightly different syntax of for loop is a much different problem from compiling a for loop to conditional jumps.