|
|
11010100 10100010 00010001 11110000 ...... binary numbers ! |
The computer uses these binary numbers to control its internal circuitry to execute the encoded instruction
|
|
|
|
What you need to do is:
|
|
|
|
move x, y ; copy data stored in memory location x to mem loc y add #1, y ; y = y + 1 |
|
|
|
|
However:
|
|
Therefore: when we learn assembler programming using M68000
|
We will study the M68000 CPU soon...
|
Sample high level programming languages:
|
|
|
|