Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Object code: Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 02:08, 12 February 2012
edit
117.199.133.78
(
talk
)
→
See also
← Previous edit
Revision as of 08:09, 11 March 2012
edit
undo
SiPlus
(
talk
|
contribs
)
241
edits
→
See also
:
Bad formatting
Next edit →
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==