QUÉ SIGNIFICA MACHINE CODE EN INGLÉS
Codigo de maquina
El código de máquina o lenguaje de máquina es un conjunto de instrucciones ejecutadas directamente por la unidad de procesamiento central de un ordenador. Cada instrucción realiza una tarea muy específica, como una carga, un salto o una operación ALU en una unidad de datos en un registro o memoria de la CPU. Cada programa ejecutado directamente por una CPU se compone de una serie de tales instrucciones. El código numérico de máquina puede considerarse como la representación de nivel más bajo de un programa de ordenador compilado y / o ensamblado o como un lenguaje de programación primitivo y dependiente del hardware. Si bien es posible escribir programas directamente en código numérico de máquina, es tedioso y propenso a errores administrar bits individuales y calcular manualmente direcciones numéricas y constantes. Por lo tanto, rara vez se hace hoy en día, a excepción de las situaciones que requieren extrema optimización o depuración. Casi todos los programas prácticos de hoy están escritos en lenguajes de nivel superior o lenguaje ensamblador, y traducidos a código de máquina ejecutable por un compilador y / o ensamblador y enlazador. Sin embargo, los programas en lenguajes interpretados no se traducen en código de máquina, aunque su intérprete normalmente consiste en código de máquina directamente ejecutable.
definición de machine code en el diccionario inglés
La definición de código máquina en el diccionario es instrucciones para el procesamiento de datos en un código binario, octal o hexadecimal que puede ser entendido y ejecutado por una computadora.
PALABRAS DEL INGLÉS RELACIONADAS CON «MACHINE CODE»
machine code ·
machine ·
code ·
tutorial ·
write ·
pepsi ·
vending ·
learn ·
example ·
language ·
instructions ·
executed ·
directly ·
computer ·
central ·
processing ·
unit ·
each ·
instruction ·
performs ·
very ·
specific ·
task ·
such ·
load ·
jump ·
operation ·
data ·
what ·
whatis ·
techtarget ·
elemental ·
computers ·
consisting ·
stream ·
ultimately ·
output ·
analysis ·
assembly ·
object ·
stack ·
overflow ·
difference ·
between ·
binary ·
processor ·
wikibooks ·
allows ·
perform ·
most ·
basic ·
essential ·
tasks ·
this ·
section ·
going ·
accumulator ·
earlier ·
linux ·
information ·
project ·
also ·
called ·
understandable ·
with ·
source ·
command ·
info ·
lines ·
vice ·
versa ·
10 LIBROS DEL INGLÉS RELACIONADOS CON «MACHINE CODE»
Descubre el uso de
machine code en la siguiente selección bibliográfica. Libros relacionados con
machine code y pequeños extractos de los mismos para contextualizar su uso en la literatura.
1
The Compiler Design Handbook: Optimizations and
Machine Code ...
Written by top researchers and designers from around the world, The Compiler Design Handbook, Second Edition gives designers the opportunity to incorporate and develop innovative techniques for optimization and code generation.
Y.N. Srikant, Priti Shankar,
2007
2
Seven Stories of Threatening Speech: Women's Suffrage Meets ...
Treating language as a type of machine code opens new avenues for the study of history and politics
They are bound together by one very big secret: the homework machine. Because the machine, code-named Belch, is doing their homework for them, they start spending a lot of time together, attracting a lot of attention.
4
The Fruit
Machine Code:
The. Fruit. Machine. Cheat. Book. Thank you, for purchasing the 'FRUIT
MACHINE CHEAT CODE' The main focus of this book is to win you small, but
frequent amounts of money from fruit machines. When we say small amounts of
money, we ...
In general, though, like an interpreter, an incremental compiler does not compile
the source file into machine code. Instead, it translates the source code into an
intermediate form. Unlike interpreters, however, this intermediate form does not ...
6
LINUX Assembly Language Programming
Machine language is the language seen by the processor. The bytes fetched in
the fetch-execute cycle are bytes of machine code. Assembly language can be
defined as language which gives the programmer control over the machine code.
7
Advances in Genetic Programming
12 Efficient Evolution of Machine Code for CISC Architectures Using Instruction
Blocks and Homologous Crossover Peter Nordin, Wolfgang Banzhaf and Frank D
. Francone Evolutionary program induction using binary machine code is the ...
Kenneth E. Kinnear, Lee Spector, Peter J. Angeline,
1999
8
Information Technology Law
The only instructions which a computer can understand are those which consist
of a series of Os and Is. Instructions set out in this way are said to be written in '
machine language' or machine code. (This may represent something of an ...
Diane Rowland, Elizabeth Macdonald, Elizabeth Macdonald (LL. B.),
2005
9
Implementation and Application of Automata: 9th ...
In general, a machine grammar is ambiguous and hence, for some intermediate
representation (for short: IR) there might exist several machine codes. We would
like to find a cheapest machine code, i.e., a machine code with the least number
...
10
Automatic creation of a
code generator from a
machine ...
The paper studies some of the problems involved in attaining machine independence for a code generator, similar to the language independence and the token independence attained by automatic parsing and automatic lexical systems.
Perry L. Miller, MASSACHUSETTS INST OF TECH CAMBRIDGE PROJECT MAC.,
1971
10 NOTICIAS EN LAS QUE SE INCLUYE EL TÉRMINO «MACHINE CODE»
Conoce de qué se habla en los medios de comunicación nacionales e internacionales y cómo se emplea el término
machine code en el contexto de las siguientes noticias.
Visual Studio 2015 launches, with Android, iOS, and even Apple …
With this compiler, the resultant programs are native machine code, and do not use the .NET just-in-time compiler to run. .NET 4.6 also has an ... «Ars Technica, Jul 15»
ELIoT: Distributed Programming for the Internet of Things
In my biased opinion, it's really short and to the point, and I'm pretty convinced it can someday be optimized to really good machine code. «InfoQ.com, Jul 15»
TurboFan For Enhanced JavaScript Performance
... compiler pipeline in a mostly unoptimized form and is translated and optimized to progressively lower forms until machine code is generated. «iProgrammer, Jul 15»
Another "Hacking Team" zero-day surfaces - this time in IE, not Flash!
So, JIT compilers convert frequently-used parts of JavaScript programs into snippets of regular machine code, just like you'd get in .EXE files ... «Naked Security, Jul 15»
21st Century C
A 21st century understanding of C would therefore seem to be one that doesn't relate as deeply to the machine code that is produced. «iProgrammer, Jul 15»
GrammaTech's TECHx Research Team Selected as Finalist in …
With both static and dynamic analysis tools that analyze source code as well as machine code, GrammaTech continues to advance the science ... «Virtual-Strategy Magazine, Jul 15»
Google releases 'Ivy' app for iOS, an experimental big number …
Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically ... «9 to 5 Google, Jul 15»
MasterCard is testing a treat for selfie lovers
That data in machine code is used as your password. While a few security analysts fear that this could result in a breach of privacy, some ... «TechSpective, Jul 15»
Making the Web Run Faster via WebAssembly
Anyone familiar with writing video game pokes in machine code from back in the 80s will probably smile at the challenge of hand-coding ASM. «SYS-CON Media, Jul 15»
Android 5.1 Lollipop review: Google's best OS is coming to the Asus …
... between ART and the older Dalvik runtime is that it employs ahead-of-time (AOT) compilation, by which apps are translated to machine code on installation. «Alphr, Jul 15»