Skip to content

Instantly share code, notes, and snippets.

@pmachapman
Created April 2, 2017 01:54
Show Gist options
  • Save pmachapman/2b39a51d61c3c265e2b7cc066760a981 to your computer and use it in GitHub Desktop.
Save pmachapman/2b39a51d61c3c265e2b7cc066760a981 to your computer and use it in GitHub Desktop.
Simple "reboot" assembly routine. Compile with: debug < reboot.asm
N REBOOT.COM
A 100
MOV AX, 40
MOV DS, AX
MOV AX, 1234
MOV [72], AX
JMP FFFF:0
R CX
10
W
Q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment