music |
OSdata.com |
processor emulator manual
MOVE
summary
This manual chapter covers the MOVE instruction for the assembly language emulator.
music |
OSdata.com |
This manual chapter covers the MOVE instruction for the assembly language emulator.
This manual chapter covers the MOVE instruction for the assembly language emulator.
The MOVE instruction moves (copies) data from a source to a destination.
The format is the instruction, the destination, and finally the source. There may be an optional comma on the end of the destination.
MOVE D0, D1
At the moment the MOVE instruction only accepts register direct address mode.
The instruction MOV acts exactly the same as the instruction MOVE.
If you find this interesting and want to contact me, write to Milo, PO Box 5237, Balboa Island, California, 92662, USA.
return to table of contents
free downloadable college text book
previous page | next page |
This web site handcrafted on Macintosh computers using Tom Benders Tex-Edit Plus and served using FreeBSD .
UNIX used as a generic term unless specifically used as a trademark (such as in the phrase UNIX certified). UNIX is a registered trademark in the United States and other countries, licensed exclusively through X/Open Company Ltd.
Names and logos of various OSs are trademarks of their respective owners.
Copyright © 2011 Milo
Created: May 7, 2011
Last Updated: May 7, 2011
return to table of contents
free downloadable college text book
previous page | next page |