Modular Programming in 8086 Microprocessor

Modular Programming in 8086 Microprocessor: Many programs are too large to be developed by one programmer. Such programs are developed by team of programmers. They divide a large program into…

Continue Reading Modular Programming in 8086 Microprocessor

8086 Instruction Set Articles

8086 Instruction Set Articles: Data Transfer Instructions in 8086: The Data Transfer Instructions in 8086 are a) General Purpose Byte or Word Transfer Instructions: MOV PUSH POP XCHG XLAT MOV…

Continue Reading 8086 Instruction Set Articles

String Instruction in 8086

String Instruction in 8086: The String Instruction in 8086 are namely, REP/REPE/REPZ/REPNE/REPNZ MOVS/MOVSB/MOVSN CMPS/CMPSB/CMPSW SCAS/SCASB/SCASW LODS/LODSB/LODSW STOS/STOSB/STOSW REP/REPE/REPZ/REPNE/REPNZ Instruction : REP is a prefix which is written before one of…

Continue Reading String Instruction in 8086

8086 External Hardware Synchronization Instructions

8086 External Hardware Synchronization Instructions: The 8086 External Hardware Synchronization Instructions are namely HLT WAIT ESC LOCK NOP HLT Instruction : The HLT instruction will cause the 8086 to stop fetching…

Continue Reading 8086 External Hardware Synchronization Instructions

Process Control Instructions in 8086

Process Control Instructions in 8086: The Process Control Instructions in 8086 are namely, STC CLC CMC STD CLD STI CLI STC Instruction : This instruction sets the carry flag, STC…

Continue Reading Process Control Instructions in 8086

Rotate Instruction in 8086 with example

Rotate Instruction in 8086 with example: The Rotate Instruction in 8086 with example are namely ROL ROR RCL RCR ROL Instruction : ROL destination, count. This Rotate Instruction in 8086…

Continue Reading Rotate Instruction in 8086 with example

Shift Instructions in 8086

Shift Instructions in 8086: The Shift Instructions in 8086 are follows SAL/SHL SHR SAR SAL/SHL Instruction : SAL/SHL destination, count. SAL and SHL are two mnemonics for the same instruction.…

Continue Reading Shift Instructions in 8086