Assembly language, the lowest language of them all, apart from plain old binary.
People use it sometimes in C++ for things that need to rely on speedy because you have full control over how asm uses the computers memory which makes it probably the most flexible programming language out there. I dont think there is anything in any programming language that ASM couldnt do faster and better.
The big downside of it is that it is hard to learn and very hard to make very large programs with. I think I posted some links to win32 ASM tutorials in that sticky up there.
|