wok diff memtest/stuff/unlzma.S @ rev 24676

updated iptstate (2.2.6 -> 2.2.7)
author Hans-G?nter Theisgen
date Sat Mar 12 08:53:57 2022 +0100 (2022-03-12)
parents 8d938c826a9b
children
line diff
     1.1 --- a/memtest/stuff/unlzma.S	Fri May 07 14:52:36 2021 +0000
     1.2 +++ b/memtest/stuff/unlzma.S	Sat Mar 12 08:53:57 2022 +0100
     1.3 @@ -107,6 +107,7 @@
     1.4   
     1.5  	mov	$ws1, CX
     1.6  #ifdef ONLY8086
     1.7 +	.arch	i8086
     1.8  	movw	$2048/2, %ax
     1.9  lzd1:
    1.10  	pushw	%ax
    1.11 @@ -213,9 +214,13 @@
    1.12  	add	BX, DX
    1.13  #endif
    1.14  
    1.15 +#if PROP_LC == 0 && PROP_LP == 0
    1.16 +	mov	$1846, AX
    1.17 +#else
    1.18  	movb	$3, %ah
    1.19  	mul	BX		// dx = 3*bh
    1.20  	add	$1846, AX
    1.21 +#endif
    1.22  
    1.23  //       int symbol = 1;
    1.24