Object code: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 81.86.63.98 to version by Yobot. False positive? Report it. Thanks, ClueBot NG. (804862) (Bot)
Line 4:
==See also==
* [[Object file]]
 
object code is the machine executable code (opcodes) stored sequentially by the assembler or compiler
eg:
 
source code object code
 
mov eax,00h 09766
in dx,al c56d5
mov al,bx a539d
out dx,al dcff4
 
==References==