.model small .stack 100h .code JMP INIT ;to go to initialization resi: push ax push bx push cx
Read More
Showing posts with label MICROPROCESSOR. Show all posts
Showing posts with label MICROPROCESSOR. Show all posts
12-Write a TSR SCREEN PROGRAM
.model small .stack 500h .code resi_timer: ;resident code for timer interrupt cmp cs:flag,1 ;cheacking if sc...
Read More
10-Write an ALP in 8086 to Perform OVERLAPPED Block transfer
.model small disp macro a mov ah,09h lea dx,a int 21h endm
Read More
09-Write an ALP in 8086 to perform NON-OVERLAPPED Block Transfer (Using CLD)
.model small disp macro msg mov ah,09h lea dx,msg int 21h endm
Read More
08-Write an ALP in 8086 to Perform NON-OVERLAPPED Block Transfer
.model small disp macro msg mov ah,09h lea dx,msg int 21h endm
Read More
07-Write a 8086 ALP to Perform Multiplication Two Numbers
.model small disp macro a mov ah,09h lea dx,a int 21h endm
Read More
Subscribe to:
Posts (Atom)