Software Resources Fast Facts, Last Updated:09/05/2010 The instructions in a computer program are in machine code; theyare usually originally written in a computer programming language, and translated tomachine code using a computer program called a compiler or an interpreter. Sometimes theprogramming language is simply a set of abbreviations for themachine code instructions, called assembly language – in thiscase, a program called an assembler is used to make the translation. |