bipo143

display code 17.02.17

Feb 17th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2. .code
  3. mov al, "d"
  4. mov bl, "x"
  5. mov ah, 2
  6. cmp al,bl
  7. e LEVEL1
  8. mov
  9. jnb dl,al
  10. jmp Display
  11.  
  12. LEVEL1:
  13. MOV DL,BL
  14.  
  15. Display:
  16. int 21h
Advertisement
Add Comment
Please, Sign In to add comment