Click Here

Friday 19 February 2016

Machine Language:

  Machine Language:   • The CPU can only execute machine language instructions. • They are bit strings. • Machine Instruction ... thumbnail 1 summary

 Machine Language:
 
The CPU can only execute machine language instructions.
They are bit strings.
Machine Instruction  Operation
10100001 00000000 00000000 Fetch the contents of memory word 0 and put it in register AX.
00000101 00000100 00000000 Add 4 to AX.
10100011 00000000 00000000 Store the contents of
AX in memory word 0.

No comments

Post a Comment