Guest User

Untitled

a guest
Dec 14th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. org 100h
  2. mov ax, 0b800h
  3. mov ds, ax
  4. mov cl, 'Z'
  5. mov ch, 1111_000b
  6. mov bx, 15eh
  7. mov [bx], cx
  8. ret
Add Comment
Please, Sign In to add comment