# HG changeset patch # User Pascal Bellard # Date 1707073119 0 # Node ID d1451fc0bc92f66bec01d0a856c3833acede44b0 # Parent 34a0a44065394321e2f8a83a2ac588fe1186b67d Add bootlife (again) diff -r 34a0a4406539 -r d1451fc0bc92 bootlife/stuff/life.asm --- a/bootlife/stuff/life.asm Sun Feb 04 18:02:38 2024 +0000 +++ b/bootlife/stuff/life.asm Sun Feb 04 18:58:39 2024 +0000 @@ -1,7 +1,7 @@ bits 16 -%define ResetScreen -%define StepCounter +%define ResetScreen +15 bytes +%define StepCounter +29 bytes cpu 8086 org 0x7c00 @@ -219,7 +219,7 @@ int 0x16 ; Get key mov al, ah mov byte BP(cmd), al - cmp al, Key.ScanCode.QuitGame + dec ah jne notesc ; No, jump %ifdef ResetScreen mov al,3