Subversion Repositories Kolibri OS

Rev

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

Rev 1039 Rev 1044
Line 1639... Line 1639...
1639
	ret
1639
	ret
1640
      complex_tword:
1640
      complex_tword:
1641
	call	get_word_value
1641
	call	get_word_value
1642
	push	eax
1642
	push	eax
1643
	inc	esi
1643
	cmp	byte [esi],':'
-
 
1644
	jne	invalid_operand
-
 
1645
	inc	esi
1644
	lods	byte [esi]
1646
	lods	byte [esi]
1645
	cmp	al,'('
1647
	cmp	al,'('
1646
	jne	invalid_operand
1648
	jne	invalid_operand
1647
	mov	al,[value_type]
1649
	mov	al,[value_type]
1648
	push	eax
1650
	push	eax