10.07.2015 Views

8088/8086 Instruction I

8088/8086 Instruction I

8088/8086 Instruction I

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Data Transfer <strong>Instruction</strong>sMOV Destination, Source— Move data from source to destination; e.g. MOV [DI+100H], AH— It does not modify flags For 80x86 family, directly moving data from one memory location toanother memory location is not allowedMOV [SI], [5000H] When the size of data is not clear, assembler directives are usedMOV [SI], 0 BYTE PTR WORD PTR DWORD PTRMOV BYTE PTR [SI], 12HMOV WORD PTR [SI], 12HMOV DWORD PTR [SI], 12H You can not move an immediate data to segment register by MOVMOV DS, 1234H8-6

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!