Machine Instruction

Programming, for all ages and all languages.
Locked
minumid
Posts: 1
Joined: Fri Jun 15, 2012 8:38 am

Machine Instruction

Post by minumid »

can you give me an example of a Assembly code correspondence to a machine cod?
User avatar
Griwes
Member
Member
Posts: 374
Joined: Sat Jul 30, 2011 10:07 am
Libera.chat IRC: Griwes
Location: Wrocław/Racibórz, Poland
Contact:

Re: Machine Instruction

Post by Griwes »

What?
Reaver Project :: Repository :: Ohloh project page
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Machine Instruction

Post by Combuster »

Homework question?
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Jezze
Member
Member
Posts: 395
Joined: Thu Jul 26, 2007 1:53 am
Libera.chat IRC: jfu
Contact:

Re: Machine Instruction

Post by Jezze »

I think he asks for the relationship between mnemonics and opcodes produced.
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: Machine Instruction

Post by AJ »

There are lists available online and you can download the Intel/AMD software development manuals.

Cheers,
Adam
Locked