Subversion Repositories Kolibri OS

Rev

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

Rev 824 Rev 826
Line 209... Line 209...
209
	jmp	.exit.2
209
	jmp	.exit.2
210
    @@: add	esi,8
210
    @@: add	esi,8
211
	cmp	byte[esi],0
211
	cmp	byte[esi],0
212
	jne	.acc
212
	jne	.acc
Line 213... Line 213...
213
 
213
 
214
	test	byte[shi+2],0x06
214
	test	[chr],KM_CTRLALT
215
	jnz	.exit
215
	jnz	.exit
216
	cmp	[tbox.length],255
216
	cmp	[tbox.length],255
Line 217... Line 217...
217
	je	.exit
217
	je	.exit
218
 
218
 
219
	movzx	eax,[chr]
219
	movzx	eax,byte[chr]
220
	movzx	eax,[eax+key0]
220
	movzx	eax,[eax+key0]
221
	or	al,al
221
	or	al,al
222
	jz	.exit
222
	jz	.exit