forked from KolibriOS/kolibrios
84ab2d2d6b
git-svn-id: svn://kolibrios.org@3769 a494cfbc-eb01-0410-851d-a64ba20cac60
20 lines
359 B
NASM
20 lines
359 B
NASM
// Module name: AVS
|
|
.kernel AVS
|
|
.code
|
|
|
|
#include "VP_Setup.g4a"
|
|
#include "Set_Layer_0.g4a"
|
|
#include "Set_AVS_Buf_0123_PL2.g4a"
|
|
#include "PL2_AVS_Buf_0.g4a"
|
|
#include "PL2_AVS_Buf_1.g4a"
|
|
#include "PL2_AVS_Buf_2.g4a"
|
|
#include "PL2_AVS_Buf_3.g4a"
|
|
#include "Save_AVS_NV12.g4a"
|
|
#include "EOT.g4a"
|
|
|
|
.end_code
|
|
|
|
.end_kernel
|
|
|
|
// end of DNDI
|