assembly code vs high level code Flashcards
1
Q
What is assembly code?
A
Assembly code uses mnemonics that represent binary equivalent in machine code. Mnemonics are few letters combined to make a short summary of what the command is. ADD is a mnemonic and LDA.
2
Q
What is a high-level language?
A
High level language is code written in C#, python, Java. Anything that isn’t either machine code or assembly language.