Move stack to end of segment

This commit is contained in:
Juhani Krekelä 2023-03-18 14:31:23 +02:00
parent a2c1aaf6ec
commit 8e47898c7a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ start:
mov ds, ax
mov es, ax
mov ss, ax
mov sp, $$
xor sp, sp
; Clear BSS
;xor al, al