NOUN
- a programming language designed for use on a specific class of computers
- a set of instructions coded so that the computer can use it directly without further translation
How To Use machine language In A Sentence
- When did you guys last do microcode or machine language? Think Progress » Global Warming Skeptics Engage In Denial And Spin Over New Academy Report; Gore Responds
- When a kernel release won't compile, often it is not entirely clear whether the problem is with the C code in the kernel or with the compiler's attempt to convert that C code into machine language opcodes.
- The miniassembler allowed you to enter short machine language programs using the standard 6502 mnemonics (the three letter codes that referred to a specific type of operation; for example, "LDA #" represented the 6502 opcode $A9) instead of entering the program byte by byte in the monitor. The Apple II History, by Steven Weyhrich : The Apple II
- It's in machine language, but I don't recognize the format... looks like a transposition algorithm. CLEAR AND PRESENT DANGER
- Early programmers worked in native computer code or machine language.
- Early programmers worked in native computer code or machine language.
- It's in machine language, but I don't recognize the format... looks like a transposition algorithm. CLEAR AND PRESENT DANGER
- The purpose of this lab is to give you a chance to explore microprogramming and how the microprogram interacts with the hardware to implement a conventional machine language interpreter.
- So you have a high-level english-like program, and you have this complex process called a compiler that takes that high-level program and maps it to another equivalent form in machine language. Conceptualizing Design
- Translator: A compiler, interpreter or assembler conversion program that translates a high-level language or low-level language into machine language.