Created
April 2, 2017 01:54
-
-
Save pmachapman/2b39a51d61c3c265e2b7cc066760a981 to your computer and use it in GitHub Desktop.
Simple "reboot" assembly routine. Compile with: debug < reboot.asm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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