Skip to content

Instantly share code, notes, and snippets.

@ghaiklor
Created October 30, 2017 17:31
Show Gist options
  • Save ghaiklor/d63e5183773770e07854b5d799ef3a44 to your computer and use it in GitHub Desktop.
Save ghaiklor/d63e5183773770e07854b5d799ef3a44 to your computer and use it in GitHub Desktop.
Full implementation for loader entry
global _start
[bits 16]
[extern loader_main]
_start:
call loader_main
jmp $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment