Subversion Repositories Kolibri OS

Rev

Rev 4200 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4200 Rev 4317
Line 115... Line 115...
115
	db 'Result of the operation:',0
115
	db 'Result of the operation:',0
116
;---------------------------------------------------------------------
116
;---------------------------------------------------------------------
117
buffer_data:
117
buffer_data:
118
	dd buffer_data.end - buffer_data
118
	dd buffer_data.end - buffer_data
119
	dd 0	; type 'text'
119
	dd 0	; type 'text'
120
	dd 866	; text encoding
120
	dd 1	; cp866 text encoding
121
	db 'Test message to the clipboard'
121
	db 'Test message to the clipboard'
122
.end:
122
.end:
123
;---------------------------------------------------------------------
123
;---------------------------------------------------------------------
124
IM_END:
124
IM_END:
125
operation_result:
125
operation_result: