Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- You may customize this and other start-up templates;
- ; The location of this template is c:\emu8086\inc\0_com_template.txt
- org 100h
- ; add your code here
- .data
- .code
- mov cx,6
- mov ah,2
- mov dl,'*'
- Top:int 21h
- loop Top
- mov cx,4
- mov ah,2
- poop: mov dl,'*'
- mov ah,2
- int 21h
- mov dl,0ah
- mov ah,2
- int 21h
- mov dl,0dh
- mov ah,2
- int 21h
- loop poop
- mov cx,4
- mov ah,2
- mov dl,'*'
- bob:int 21h
- loop bob
- mov cx,4
- mov ah,2
- chop: mov dl,'*'
- mov ah,2
- int 21h
- mov dl,0ah
- mov ah,2
- int 21h
- mov dl,0dh
- mov ah,2
- int 21h
- loop chop
- mov cx,6
- mov ah,2
- mov dl,'*'
- hogay:int 21h
- loop hogay
- ret
Add Comment
Please, Sign In to add comment