wok rev 24158

linld/_BEG.ASM: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 11 19:18:13 2021 +0000 (2021-12-11)
parents 4e5765b0f66e
children dbc597fbeee5
files linld/stuff/src/_BEG.ASM
line diff
     1.1 --- a/linld/stuff/src/_BEG.ASM	Sat Dec 11 16:16:51 2021 +0000
     1.2 +++ b/linld/stuff/src/_BEG.ASM	Sat Dec 11 19:18:13 2021 +0000
     1.3 @@ -139,7 +139,7 @@
     1.4  ;***************************************************************
     1.5  
     1.6  ; Check for oldies
     1.7 -		ifndef	NO386
     1.8 +		ifdef	NO386
     1.9  		ifdef	CPUTYPE
    1.10  		mov	ax,100h
    1.11  		mov	cl,32		; 186+ masks with 31
    1.12 @@ -197,7 +197,7 @@
    1.13  		call	near die
    1.14  		else
    1.15  jmp_endcpu86:
    1.16 -		jmp	endcpu86
    1.17 +		jmp	endcpu86	;386+ rm will fake 186
    1.18  		endif
    1.19  
    1.20  
    1.21 @@ -434,7 +434,7 @@
    1.22  
    1.23  		int	12h
    1.24  		jnc	@@max640k
    1.25 -		mov	ax,640			; 9000
    1.26 +		mov	ax,640			; 640k => 9000h
    1.27  @@max640k:
    1.28  		dec	ax
    1.29  		and	al,0C0h