Quote:
Originally Posted by DuckieTigger
Assembly language is not the lowest level either - otherwise you wouldn't need a compiler and disassembler for it to work.
|
Well, assembler, not compiler, technically I guess, and you don't need a disassembler for it to work, only for you to more easily work with it.
And as long as there is a 1 to 1 relationship between mnemonics and machine instructions, isn't it equally as low level as flipping switches?