Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ymov ax, 5
  2. mov bx,ax
  3.  
  4.  
  5. add bx,ax
  6.  
  7. sub bx,ax
  8. inc bx
  9.  
  10.  
  11. xor ax,ax
  12. xor bx,bx
  13.  
  14.  
  15. mov ax,020h
  16. mov bx,2
  17. mul bx
  18. dec bx
  19. xor bx,bx
  20.  
  21. mov bx, 4
  22. inc bx
  23. xor bx,bx
  24.  
  25.  
  26. mov ax,050h
  27. mov bx,5
  28. div bx
  29. hlt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement