ORIGINAL: COM
Hi Brett,
A high level language is something like Mikro C or Pic Basic. A low level language is asm. Asm is one step up from machine language (Hex). The draw back from a high level language is each instruction takes several asm instructions which makes not as efficient as asm. So if it's done iin asm it is more efficient and runs faster,but is harder to understand for someone that has never programmed before.
Sorry Charlie, I make a mistake with the levels.....not with MicroC [8D]
Low level program is machine language, asm, visual basic (C), Pascal, Jal, Picbasic are high level program languages.
MicroC is just a compiler, a translator to hex, nothing more.