📄 data2.s
字号:
.rdata
#ifndef EFFECT
#include "ac3_com.h"
#endif
.globl PCM_Config_Word
.globl MIN_IBUF_VAR
.globl BAblksize
.globl FIFO_BLK_PTR
.globl FIFO_flag
.globl MUTE_FLAG
.globl CLOCK_TABLE
.global clr_buffer_flag
.globl EOD_flag
.rdata
PCM_Config_Word:.align 2
.word 0
MIN_IBUF_VAR: .align 2
.word 0
BAblksize: .align 2
.byte 4 ; 16-bit
.byte 5 ; 20-bit
.byte 6 ; 24-bit
FIFO_BLK_PTR: .align 2
.word 0x000000
FIFO_flag: .word 0x000000
MUTE_FLAG: .word 0x000000
CLOCK_TABLE: .align 2
.word 0x00300000 ; MicroClock (2 pins): value
.word 0xffcfcfff ; MicroClock (2 pins): mask
.word 0x00302000 ; Chrontel (2 pins): value
.word 0xffcfcfff ; Chrontel (2 pins): mask
.word 0x00380000 ; MicroClock (3 pins): value
.word 0xffc7c7ff ; MicroClock (3 pins): mask
clr_buffer_flag: .word 0x00000000
EOD_flag: .align 2
.word 0x0
#ifdef MSW_ADD_QSOUND
.global QSOUND_CMD_BUF
// QSOUND_ON: 0x800; QSOUND_OFF: 0x801
QSOUND_CMD_BUF:
.word 0
#endif
.global AVF_CMD_BUF
// AVF_LEFT_ON: 0xa01; AVF_LEFT_OFF: 0xa11;
// AVF_RIGHT_ON: 0xa02; AVF_RIGHT_OFF: 0xa12;
AVF_CMD_BUF: // Automatic Voice Following
.word 0
//------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -