Hacker News new | ask | show | jobs
by Detrytus 395 days ago
I would say that any language that has if-else instruction, for loop, and the ability to define functions/procedures is "high level".
2 comments

You can do all those things with a macro assembler.
Assembly has all of these features.