Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5361 serge 1
/*
2
 * Copyright © <2010>, Intel Corporation.
3
 *
4
 * This program is licensed under the terms and conditions of the
5
 * Eclipse Public License (EPL), version 1.0.  The full text of the EPL is at
6
 * http://www.opensource.org/licenses/eclipse-1.0.php.
7
 *
8
 */
9
// Modual name: SetupVPKernel.asm
10
//
11
// Initial setup for running video-processing kernels
12
//
13
 
14
#include "ILDB_header.inc"
15
 
16
//
17
//  Now, begin source code....
18
//
19
 
20
.code
21
 
22
    mov (8)	MSGSRC.0<1>:ud	r0.0<8;8,1>:ud	// Initialize message payload header with R0
23
 
24
// End of SetupVPKernel