wok-tiny rev 187
Add bootlife (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 04 18:58:39 2024 +0000 (9 months ago) |
parents | 34a0a4406539 |
children | 2330670eba8a |
files | bootlife/stuff/life.asm |
line diff
1.1 --- a/bootlife/stuff/life.asm Sun Feb 04 18:02:38 2024 +0000 1.2 +++ b/bootlife/stuff/life.asm Sun Feb 04 18:58:39 2024 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 bits 16 1.5 1.6 -%define ResetScreen 1.7 -%define StepCounter 1.8 +%define ResetScreen +15 bytes 1.9 +%define StepCounter +29 bytes 1.10 1.11 cpu 8086 1.12 org 0x7c00 1.13 @@ -219,7 +219,7 @@ 1.14 int 0x16 ; Get key 1.15 mov al, ah 1.16 mov byte BP(cmd), al 1.17 - cmp al, Key.ScanCode.QuitGame 1.18 + dec ah 1.19 jne notesc ; No, jump 1.20 %ifdef ResetScreen 1.21 mov al,3