wok-tiny diff bootfbird/stuff/fbird.asm @ rev 183
linux: fix bundle.S
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 26 17:09:38 2023 +0000 (13 months ago) |
parents | bbb34fe4904d |
children | 34a0a4406539 |
line diff
1.1 --- a/bootfbird/stuff/fbird.asm Sun Sep 24 17:53:05 2023 +0000 1.2 +++ b/bootfbird/stuff/fbird.asm Tue Sep 26 17:09:38 2023 +0000 1.3 @@ -21,6 +21,7 @@ 1.4 ; Game restart 1.5 ; 1.6 fb21: cld ; Reset direction flag (so stosw increments registers) 1.7 + sti ; Allow interrupts 1.8 mov ax,0xb800 ; Point to video segment 1.9 mov ds,ax ; Both the source (common access) 1.10 mov es,ax ; and target segments