forked from KolibriOS/kolibrios
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
|