Skip to content
Snippets Groups Projects
Commit 7680cb9c authored by Jakob Kirsch's avatar Jakob Kirsch
Browse files

fix

parent 48eaa417
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -164,7 +164,7 @@ start: ...@@ -164,7 +164,7 @@ start:
; ;
main_loop: main_loop:
mov sp,stack ; Reinitialize stack pointer mov sp,stack ; Reinitialize stack pointer
int 0xa0 int 0x27
mov ax,main_loop mov ax,main_loop
push ax push ax
xor ax,ax ; Mark as interactive xor ax,ax ; Mark as interactive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment