Skip to content

Instantly share code, notes, and snippets.

@zhuowei
Forked from machinamentum/print_j.asm
Last active December 14, 2015 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhuowei/5011771 to your computer and use it in GitHub Desktop.
Save zhuowei/5011771 to your computer and use it in GitHub Desktop.
[ORG 0x7c00]
mov al, 0x6a
mov ah, 0x0E
int 0x10
times 510-($-$$) db 0
db 0x55 ; required for some BIOS's
db 0xAA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment