Guest User

Untitled

a guest
Jun 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. entry start
  2. start:
  3. mov ax,#0xb800
  4. mov es,ax
  5. seg es
  6. mov [0],#0x41
  7. seg es
  8. mov [1],#0x1f
  9. loop1: jmp loop1
Add Comment
Please, Sign In to add comment