Search references for MACHINE CODE. Phrases containing MACHINE CODE
See searches and references containing MACHINE CODE!MACHINE CODE
Instructions directly executable by a computer
In computing, machine code is data encoded and structured to control a computer's central processing unit (CPU) via its programmable interface. A computer
Machine_code
Programming virtual machine
programming, a P-code machine (portable code machine) is a virtual machine designed to execute P-code, the assembly language or machine code of a hypothetical
P-code_machine
Software that was popular during the home computer era of the 1970s and 1980s
A machine code monitor (a.k.a. machine language monitor) is software that allows a user to enter commands to view and change memory locations on a computer
Machine_code_monitor
Computer bug exploit caused by invalid data
script code into a server-side application. Other approaches must be taken, however, when dealing with injections of user code on a user-operated machine, which
Code_injection
Low-level programming language family
computing, assembly language (alternatively assembler language or symbolic machine code), often referred to simply as assembly and commonly abbreviated as ASM
Assembly_language
Process to create executable computer programs
programming languages that are more easily intelligible to humans than machine code, which is directly executed by the central processing unit. Proficient
Computer_programming
Instruction set designed to be run by a software interpreter
the same code to run cross-platform, on different devices. Bytecode may often be either directly executed on a virtual machine (a p-code machine, i.e.,
Bytecode
Human-readable instructions a computer can execute
computer-consumable form such as via a compiler. Sometimes, code is compiled directly to machine code so that it can be run in the native language of the computer
Source_code
Computer control of machine tools
are delivered to a CNC machine in the form of a sequential program of machine control instructions such as G-code and M-code, and then executed. The
Computer_numerical_control
Software that executes source code directly
source code without first compiling it to machine code. An interpreted runtime environment differs from one that processes CPU-native executable code which
Interpreter_(computing)
Software that translates code from one programming language to another
source code from a high-level programming language to a low-level programming language (e.g., assembly language, object code, or machine code) to create
Compiler
Model that describes the programmable interface of a computer processor
running the same machine code, so that a lower-performance, lower-cost machine can be replaced with a higher-cost, higher-performance machine without having
Instruction_set_architecture
Instructions a computer can execute
is called source code. Source code needs another computer program to execute because computers can only execute their native machine instructions. Therefore
Computer_program
Encoded data represented in binary notation
represented as binary. Binary code can also refer to the mass noun code that is not human readable in nature such as machine code and bytecode. Even though
Binary_code
Computer program that translates code from one programming language to another
programming instructions written in human convenient form into machine language codes that the computers understand and process. It is a generic term
Translator_(computing)
Compiling bytecode to machine code at runtime
translation to machine code, which is then executed directly. A system implementing a JIT compiler typically continuously analyses the code being executed
Just-in-time_compilation
Compiler that optimizes generated code
devirtualization. Machine code optimization involves using an object code optimizer to analyze the program after all machine code has been linked. Techniques
Optimizing_compiler
Software that emulates an entire computer
description and target code generation. A notable 1966 example was the O-code machine, a virtual machine that executes O-code (object code) emitted by the front
Virtual_machine
Compiler backend for multiple programming languages
7.5. LLVM can also generate relocatable machine code at compile-time or link-time or even binary machine code at runtime. LLVM supports a language-independent
LLVM
Data that causes a computer to follow indicated instructions
source code and to automate the generation of machine code via a build toolchain. Today, most source code is a high-level language although it is still
Executable
German cipher machine during World War II
The machine's code was cracked by Poland, France, the United Kingdom and the United States; the latter code-named it INDIGO. An Enigma T model, code-named
Enigma_machine
Machine instruction that indicates to a computer to do nothing
NOP, no-op, or NOOP (pronounced "no op"; short for no operation) is a machine language instruction and its assembly language mnemonic, programming language
NOP_(code)
Sequence of statements or instructions in a computer language
usually a machine code language (i.e., binary) or an intermediate language such as register transfer language (RTL). The term indicates that the code is the
Object_code
Source code that alters its instructions to the hardware while executing
In computer science, self-modifying code (SMC or SMoC) is code that alters its own instructions while it is executing – usually to reduce the instruction
Self-modifying_code
Type of two-dimensional barcode
image. Whereas a barcode is a machine-readable optical image that contains information specific to the labeled item, the QR code contains the data for a locator
QR_code
Type of Turing machine
Penrose goes further and writes out his entire U-machine code. He asserts that it truly is a U-machine code, an enormous number that spans almost 2 full pages
Universal_Turing_machine
Programmable machine that processes data
individual instructions are stored as machine code with each instruction being given a unique number (its operation code or opcode for short). The command
Computer
Virtual machine that runs Java programs
any internal optimization of the Java virtual machine instructions (their translation into machine code) are not specified. The main reason for this omission
Java_virtual_machine
Instructions a computer can execute
classify machine code—the exact instructions directly implemented by the hardware—and assembly language—a more human-readable alternative to machine code whose
Software
American territory in Polynesia
Wayback Machine, Code Annotated, American Samoa Bar Association. 3.0303 Sessions-Petit jury Archived December 2, 2022, at the Wayback Machine, Code Annotated
American_Samoa
Metric for source code testing
software engineering, code coverage, also called test coverage, is a percentage measure of the degree to which the source code of a program is executed
Code_coverage
Family of backward-compatible assembly languages
fundamental CPU instructions, making the code more human-readable compared to raw machine code. Each machine code instruction is an opcode which, in assembly
X86_assembly_language
Computer code compilation strategy
such as Java bytecode or Common Intermediate Language (CIL) code, into native machine code so that the resulting binary file can execute natively, just
Ahead-of-time_compilation
Digital watermark tracking code produced by many printers
steganography, DocuColor tracking dots, yellow dots, secret dots, or a machine identification code (MIC), are a digital watermark which many color laser printers
Printer_tracking_dots
Early higher-level language for electronic computers
Short Code was one of the first higher-level languages developed for an electronic computer. Unlike machine code, Short Code statements represented mathematic
Short Code (computer language)
Short_Code_(computer_language)
Type of code used by computer viruses
source code is exactly equivalent to its own output. Metamorphic code also usually outputs machine code and not its own source code. Metamorphic code is used
Metamorphic_code
Self-modifying program code designed to defeat anti-virus programs or reverse engineering
expressions 3+1 and 6-2 both achieve the same result, yet run with different machine code in a CPU. This technique is sometimes used by computer viruses, shellcodes
Polymorphic_code
Reverse engineering software
and native machine code. It decompiles Dalvik bytecode to Java source code, and x86, ARM, RISC-V, and other machine code to C source code. The assembly
JEB_decompiler
Data structure or code used by a compiler
representation (IR) is the data structure or code used internally by a compiler or virtual machine to represent source code. An IR is designed to be conducive to
Intermediate_representation
Code intended as a payload to exploit a software vulnerability
a command shell that the attacker can use to control the target machine, but any code that is injected to gain access that is otherwise not allowed can
Shellcode
Program translating executable to source code
executable file back into high-level source code. Unlike a compiler, which converts high-level code into machine code, a decompiler performs the reverse process
Decompiler
Program whose source code consists entirely of calls to functions
generate code in that form or be implemented in that form themselves. The code may be processed by an interpreter or it may simply be a sequence of machine code
Threaded_code
Programming language with hardware abstraction
abstraction from the hardware details of a processor inherent in machine and assembly code. Rather than dealing with registers, memory addresses, and call
High-level programming language
High-level_programming_language
File containing relocatable format machine code
file that contains machine code or bytecode, as well as other data and metadata, generated by a compiler or assembler from source code during the compilation
Object_file
Interface to software defined in terms of in-process, machine code access
(ABI) is an interface exposed by software that is defined for in-process machine code access. Often, the exposing software is a library, and the consumer is
Application_binary_interface
High-level computer programming conceptualization
more structured programming constructs. Machine code is the lowest-level of computer programming as it is machine instructions that define behavior at the
Programming_paradigm
Type of computer
so a rich set of operations can be computed. In stack machine code (sometimes called p-code), instructions will frequently have only an opcode commanding
Stack_machine
Principle of interchangeability of data and code
In computer science, the expression code as data refers to the idea that source code written in a programming language can be manipulated as data, such
Code_as_data
ISO standard for country codes
ISO 3166-1 (Codes for the representation of names of countries and their subdivisions – Part 1: Country code) is a standard defining codes for the names
ISO_3166-1
Programming language close to hardware
underlying machine code instructions. Because of the low level of abstraction (hence the term "low-level") between the language and machine language, low-level
Low-level programming language
Low-level_programming_language
C-like programming language
implementation of compilers that produce high-quality machine code. This is done by delegating low-level code-generation and program optimization to a C-- compiler
C--
Programming language used in CNC and 3D printing
automated machine tools, as well as for 3D-printer slicer applications. G-code has many variants. G-code instructions are provided to a machine controller
G-code
Deliberate creation of difficult-to-understand code
source or machine code that is intentionally difficult for humans or computers to understand. Similar to obfuscation in natural language, code obfuscation
Obfuscation_(software)
Server operating system
translation of the TIMI instructions into native machine code for the processor, and stores the generated machine code for future execution of the program. If
IBM_i
Time when a program is compiled
when a compiler processes source code into other code that is more readily executable – typically object code or byte code. Compile time is a phase in the
Compile_time
Machine instruction code that executes properly regardless of where in memory it resides
In computing, position-independent code (PIC) or position-independent executable (PIE) is a body of machine code that executes properly regardless of
Position-independent_code
Process virtual machine developed by Meta
compilation, Hack code is first transformed into intermediate HipHop bytecode (HHBC), which is then dynamically translated into x86-64 machine code, optimized
HHVM
High-level computer programming language
programming language that tends to be more machine-independent and programmer-friendly than the machine code of the first generation and assembly languages
Third-generation programming language
Third-generation_programming_language
Instruction set of the Java virtual machine
architecture (ISA) of the Java virtual machine (JVM), the language to which Java and other JVM-compatible source code is compiled. Each instruction is represented
JVM_bytecode
Performing the actions encoded in a computer program
executing and running. An execution processor comes in many forms. A machine code program may be executed via the programmable interface of a computer
Execution_(computing)
Sequence of program instructions invokable by other software
function in source code that is compiled to machine code that implements similar semantics. There is a callable unit in the source code and an associated
Function (computer programming)
Function_(computer_programming)
Layer of hardware-level instructions or data structures
It consists of hardware-level operations that carry out higher-level machine code instructions or direct internal sequencing in many digital components
Microcode
Converting computer code into a machine readable form
intermediate representation of source code is converted into a form (e.g., machine code) that the target system can readily execute. Sophisticated compilers
Code_generation_(compiler)
Part of a machine instruction
in some abstract computing machines. In CPUs, an opcode may be referred to as an instruction machine code, instruction code, instruction syllable, instruction
Opcode
Production of unnecessarily long, slow or wasteful program code
In computer programming, code bloat is the production of executable code (source code or machine code) that is unnecessarily long, slow, or otherwise wasteful
Code_bloat
source code. The source code is often transformed by an assembler or compiler into binary machine code that can be executed by the computer. The machine code
Glossary_of_computer_science
Assembly-language programming and binary-analysis tools
and tools, including software used for assembly language programming, machine code generation, disassembly, debugging, binary analysis, reverse engineering
List of assembly software and tools
List_of_assembly_software_and_tools
Process of automating the application of machine learning
Automated machine learning (AutoML) is the process of automating the tasks of applying machine learning to real-world problems. It is the combination of
Automated_machine_learning
Interpreted programming language
still being easier to program than machine code. The language looks like machine code as it uses hexadecimal codes for instructions, but as an interpreter
CHIP-8
Virtual machine in the Open Telecom Platform
machine at the core of the Erlang Open Telecom Platform (OTP). BEAM is part of the Erlang Run-Time System (ERTS), which compiles Erlang source code into
BEAM_(Erlang_virtual_machine)
Computer program to translate machine language into assembly language
language source code generally permits the use of constants and programmer comments. These are usually removed from the assembled machine code by the assembler
Disassembler
having a binary form known as object code or machine code). The most common reason for transforming source code is to create an executable program. Any
History of compiler construction
History_of_compiler_construction
Software for debugging a computer program
symbols of the source code. In contrast, a low-level debugger (a.k.a. machine-language debugger) shows the execution point as machine code or its associated
Debugger
Computation model defining an abstract machine
particular see the footnotes 11 with corrections to the universal computing machine coding and footnote 14 with comments on Turing's first and second proofs. Turing
Turing_machine
Topics referred to by the same term
theological argument from C. S. Lewis Low-level programming language, such as machine code or assembly Lenstra–Lenstra–Lovász lattice basis reduction algorithm
LLL
File format for conveying binary information
compiler or assembler converts a program's source code (such as in C or assembly language) to machine code and outputs it into an object or executable file
Intel_HEX
Multi-paradigm computer programming language
generated O-code, an intermediate language. The back end took the O-code and translated it into the machine code for the target machine. Only 1⁄5 of
BCPL
Sub-field of computer science
translates it into some other language, such as bytecode or machine code. The translated code may either be directly executed by hardware or serve as input
Programming language design and implementation
Programming_language_design_and_implementation
When a program must be compiled/interpreted before another computer can run it
form of machine code that must be converted into numerical (i.e. executable) machine code by an assembler. This is different from binary-code compatibility
Source-code_compatibility
Object-oriented programming language
programmers write once, run anywhere (WORA), meaning that compiled Java code can run on all platforms that support Java without the need to recompile
Java_(programming_language)
Computer security exploit technique
program and/or shared library code. Chained together, these gadgets allow an attacker to perform arbitrary operations on a machine employing defenses that catch
Return-oriented_programming
Brevity codes used by a variety of US professionals
transmissions. The police version of ten-codes is officially known as the APCO Project 14 Aural Brevity Code. The codes, developed during 1937–1940 and expanded
Ten-code
Virtual machine for interactive fiction games
adventure games. Infocom compiled game code to files containing Z-machine instructions (called story files or Z-code files) and could therefore port its
Z-machine
This can be coded in portable code. Adapt the source code to the new machine. Execute the adjusted source utilizing the translator with the code generator
Machine-dependent_software
Subset of artificial intelligence
Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of statistical algorithms that can learn
Machine_learning
Free and open-source compiler for various programming languages
that reads source code and outputs machine code. All have a common internal structure. A per-language front end parses the source code in that language
GNU_Compiler_Collection
Two-letter country codes defined in ISO 3166-1
ISO 3166-1 alpha-2 codes are two-letter country codes defined in ISO 3166-1, part of the ISO 3166 standard published by the International Organization
ISO_3166-1_alpha-2
Computer program used to develop another program
a tool called a source code editor to edit source code files, and then a compiler to convert the source code into machine code files. They may also use
Programming_tool
US pacifist, anti-war organization
Code Pink: Women for Peace (often stylized as CODEPINK) is a pacifist, anti-war organization registered in the United States as a 501(c)(3) organization
Code_Pink
Computer specialized in running Lisp
data, making the machine a tagged architecture, and the remaining bits were used to implement compressed data representation (CDR) coding (wherein the usual
Lisp_machine
excellent machine on which to ply their skills and there is no reliance or expectation the programmer will ultimately have to resort to machine code or study
Locomotive_BASIC
General-purpose programming language
Python is a high-level, general-purpose programming language that emphasizes code readability, simplicity, and ease-of-writing with the use of significant
Python_(programming_language)
Tools for optimizing binary code
A binary optimizer, also known as an object code optimizer, takes a program's object code or machine code either from a linked executable binary file
Binary_optimizer
Reference to a specific memory location
programs like memory testers) directly addresses physical memory using machine code instructions or processor registers. These instructions tell the CPU
Memory_address
Java compiler in GCC with direct C++ interop support
Compiler Collection. GCJ compiles Java source code to Java virtual machine (JVM) bytecode or to machine code for a number of CPU architectures. It could
GNU_Compiler_for_Java
System of rules to convert information into another form or representation
In communications and information processing, code is a system of rules to convert information—such as a letter, word, sound, image, or gesture—into another
Code
Family of x86-compatible microprocessors
abstraction layer, or a virtual machine, known as the Code Morphing Software (CMS). The CMS translates machine code instructions received from programs
Transmeta_Crusoe
Repeated fragment of computer source code
programming, duplicate code is multiple occurrences of equivalent source code in a codebase. A duplicate code fragment is also known as a code clone, and the
Duplicate_code
Cross-platform machine-code compiler
software generation of machine code, while a source-to-source compiler translates from one coding language to another in text code. Both are programming
Cross_compiler
Advanced optimization framework for TensorFlow
high-performance machine learning models. Key features of XLA include: Compilation of Computation Graphs: Compiles computation graphs into efficient machine code. Optimization
Accelerated_Linear_Algebra
MACHINE CODE
MACHINE CODE
Female
Hawaiian
Hawaiian name MAHINA means "moon; moonlight."
Male
French
French form of Latin Macarius, MACAIRE means "blessed."
Female
English
Feminine form of English Max, MAXINE means either "the greatest rival" or "the stream of Mack."Â
Female
Scottish
Feminine form of Scottish Lachlan, LACHINA means "lake-land."
Male
English
Pet form of English Sacheverell, SACHIE means "roe-buck leap."
Female
German
German form of Scottish Malvina, MALWINE means "smooth-brow."
Female
French
French feminine form of Latin Martinus, MARTINE means "of/like Mars."Â
Female
Yiddish
(×™Ö·×—Ö°× Ö¶×¢) Yiddish form of Hebrew Yochana, YACHNE means "God is gracious."Â
Male
English
Variant spelling of English unisex Macey, MACIE means "gift of God."
Girl/Female
Bengali, Indian
Machine
Surname or Lastname
English
English : variant spelling of Machen.Spanish (MachÃn) : probably a nickname from machÃn ‘boor’, ‘lout’, often applied to a blacksmith’s apprentice.French : nickname from Old French machin ‘scheming’.
Male
Hebrew
Variant spelling of Hebrew Yakiyn, YACHIN means "he establishes" or "whom God strengthens."Â
Surname or Lastname
English
English : occupational name for a stonemason, Anglo-Norman French machun, a Norman dialect variant of Old French masson (see Mason).
Female
English
Variant spelling of English Maureen, MAURINE means "obstinacy, rebelliousness" or "their rebellion."
Male
Scottish
Pet form of Scottish Gaelic Lachlann, LACHIE means "lake-land."
Boy/Male
American, Australian
Weighing Machine
Female
Native American
Native American Hopi name KACHINA means "sacred dancer; spirit."
Female
French
Feminine form of French Marin, MARINE means "of the sea."
Male
Hindi/Indian
(सचिन) Hindi myth name borne by Indra, SACHIN means "pure."
Girl/Female
Australian, Japanese
Child of Machi
MACHINE CODE
MACHINE CODE
Boy/Male
Irish
Hostage.
Girl/Female
Arthurian Legend American Celtic Welsh
Enchantress half sister of Arthur.
Girl/Female
Hindu
Appropriate, Good, Suitable
Boy/Male
Tamil
Success
Boy/Male
Indian
Bright, Shining, Sparkling, Luminous
Boy/Male
German, Hindu, Indian, Parsi
Creeper; Vine; Weed
Surname or Lastname
English
English : variant spelling of Carlton.
Boy/Male
Latin American English French
Youthful.
Boy/Male
Muslim
Ne who collects booty
Girl/Female
Tamil
MACHINE CODE
MACHINE CODE
MACHINE CODE
MACHINE CODE
MACHINE CODE
n.
In general, any combination of bodies so connected that their relative motions are constrained, and by means of which force and motion may be transmitted and modified, as a screw and its nut, or a lever arranged to turn about a fulcrum or a pulley about its pivot, etc.; especially, a construction, more or less complex, consisting of a combination of moving parts, or simple mechanical elements, as wheels, levers, cams, etc., with their supports and connecting framework, calculated to constitute a prime mover, or to receive force and motion from a prime mover or from another machine, and transmit, modify, and apply them to the production of some desired mechanical effect or work, as weaving by a loom, or the excitation of electricity by an electrical machine.
v. t.
To contrive, as a plot; to plot; as, to machinate evil.
v. t.
To wind marline around; as, to marline a rope.
a.
Formed by the action of the currents or waves of the sea; as, marine deposits.
n.
Any one of numerous species of Diptera belonging to Tachina and allied genera. Their larvae are external parasites of other insects.
n.
One who or operates a machine; a machinist.
pl.
of Tachina
n.
A combination of persons acting together for a common purpose, with the agencies which they use; as, the social machine.
a.
Of or pertaining to cows; pertaining to, derived from, or caused by, vaccinia; as, vaccine virus; the vaccine disease.
n.
Supernatural agency in a poem, or a superhuman being introduced to perform some exploit.
v. t.
To subject to the action of machinery; to effect by aid of machinery; to print with a printing machine.
a.
Of or pertaining to machines.
a.
Of or pertaining to the sea; having to do with the ocean, or with navigation or naval affairs; nautical; as, marine productions or bodies; marine shells; a marine engine.
n.
A political organization arranged and controlled by one or more leaders for selfish, private or partisan ends.
n.
Machines, in general, or collectively.
imp. & p. p.
of Machine
a.
A picture representing some marine subject.
n.
The working parts of a machine, engine, or instrument; as, the machinery of a watch.