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

fix

parent 56bb30f4
No related branches found
No related tags found
No related merge requests found
See https://github.com/kmcallister/phosphene
Note: Some parts are modified by me.
cd software_src
touch ../lst/_.lst
rm ../lst/*.lst
for i in *; do nasm -f bin $i -o ../software/$i -l ../lst/$i.lst; done
......@@ -445,8 +445,8 @@ setwin:
ret
end:
mov ah, 0x00
int 0x10
xor ax, ax
int 0x16
mov ax,0x0003 ; Restore text mode
int 0x10
int 0x20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment