Skip to content

Instantly share code, notes, and snippets.

@zaerl
Created April 2, 2024 20:23
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 zaerl/66c0367d354a3db84e54fafc29b5b549 to your computer and use it in GitHub Desktop.
Save zaerl/66c0367d354a3db84e54fafc29b5b549 to your computer and use it in GitHub Desktop.
BITS 16
start:
mov ax, 07C0h
add ax, 288
mov ss, ax
mov sp, 4096
; Have fun here!
idle_loop:
jmp idle_loop
times 510 - ($ - $$) db 0
dw 0xAA55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment