Advertisement
Guest User

Untitled

a guest
Jul 7th, 2020
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. use16
  2. org 7E00h
  3.  
  4.  
  5. mov ax, 1301h
  6. mov dx, 0200h
  7. mov cx, conend - con
  8. mov bp, con
  9. mov bx, 000eh
  10. int 10h
  11. jmp $
  12.  
  13. con db 'Kernel message'
  14. conend:
  15. times 512-($-$$) db 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement