Subversion Repositories Kolibri OS

Rev

Rev 340 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 340 Rev 370
Line 1400... Line 1400...
1400
	mov	al,bl
1400
	mov	al,bl
1401
	cmp	al,70h
1401
	cmp	al,70h
1402
	jae	invalid_operand
1402
	jae	invalid_operand
1403
	sub	al,61h
1403
	sub	al,61h
1404
	cmp	al,4
1404
	jc	invalid_operand
-
 
1405
	cmp	al,4
1405
	jae	push_sreg_386
1406
	jae	push_sreg_386
1406
	shl	al,3
1407
	shl	al,3
1407
	add	al,6
1408
	add	al,6
1408
	mov	[base_code],al
1409
	mov	[base_code],al
1409
	cmp	[code_type],64
1410
	cmp	[code_type],64
Line 1679... Line 1680...
1679
	mov	al,bl
1680
	mov	al,bl
1680
	cmp	al,70h
1681
	cmp	al,70h
1681
	jae	invalid_operand
1682
	jae	invalid_operand
1682
	sub	al,61h
1683
	sub	al,61h
1683
	cmp	al,4
1684
	jc	invalid_operand
-
 
1685
	cmp	al,4
1684
	jae	pop_sreg_386
1686
	jae	pop_sreg_386
1685
	shl	al,3
1687
	shl	al,3
1686
	add	al,7
1688
	add	al,7
1687
	mov	[base_code],al
1689
	mov	[base_code],al
1688
	cmp	[code_type],64
1690
	cmp	[code_type],64