Don't pointlessly zero DS when it's already zero

This commit is contained in:
Juhani Krekelä 2023-03-18 14:41:26 +02:00
parent f465c642c4
commit cb030ccf41
1 changed files with 0 additions and 2 deletions

View File

@ -88,8 +88,6 @@ initialize_screen:
int 0x10
; Set up segments for drawing routines
xor ax, ax
mov ds, ax
push word 0xb800
pop es