Assembly language commands are the highest level of computer instruction, as a programmer, you can reach. Most other programming languages, such as C++, Delphi, and Basic, are lower level programming languages that eventually convert code in machine, or assembly language code. Microsoft once distributed assembly language software back in the late 1980's and early 90's but discontinued the
. product, probably because it is such a hard language to undertstand and to use. However, it is the most powerful. Some example commands of assembly language are push, pop, jump, and mov. For more information on assembly language commands, visit http://www.laynetworks.com/assembly%20tutorials3.htm.