📄 guitar_tunercfg.s54
字号:
;; ======== MEM_Obj BIOSREGS ========;; This object defines space for the BIOS on-chip registers and can't be deleted;;;; MEM_Obj BIOSREGS (len, iAllocHeap, iSegZero, iHeapId) .global BIOSREGS .asg 04H, _len .asg 00H, _iAllocHeap .asg IDATA, _iSegZero .asg segment_name, _iHeapId MEM_Obj 1, BIOSREGS, 0, _len, _iAllocHeap, _iSegZero, _iHeapId;; ======== MEM_Obj VECT ========;; This object defines space for the DSP's interrupt vectors and can't be deleted;;;; MEM_Obj VECT (len, iAllocHeap, iSegZero, iHeapId) .global VECT .asg 080H, _len .asg 00H, _iAllocHeap .asg IDATA, _iSegZero .asg segment_name, _iHeapId MEM_Obj 1, VECT, 0, _len, _iAllocHeap, _iSegZero, _iHeapId;; ======== MEM_Obj IDATA ========;; On-Chip DARAM0-3 in data memory;;;; MEM_Obj IDATA (len, iAllocHeap, iSegZero, iHeapId) .global IDATA .asg 07000H, _len .asg 01H, _iAllocHeap .asg IDATA, _iSegZero .asg segment_name, _iHeapId MEM_Obj 1, IDATA, 0, _len, _iAllocHeap, _iSegZero, _iHeapId;; ======== MEM_Obj IPROG ========;; On-Chip DARAM0-3 in program memory;;;; MEM_Obj IPROG (len, iAllocHeap, iSegZero, iHeapId) .global IPROG .asg 0f00H, _len .asg 00H, _iAllocHeap .asg IDATA, _iSegZero .asg segment_name, _iHeapId MEM_Obj 1, IPROG, 0, _len, _iAllocHeap, _iSegZero, _iHeapId;; ======== MEM_Obj DARAM47 ========;; On-Chip DARAM4-7 in data memory;;;; MEM_Obj DARAM47 (len, iAllocHeap, iSegZero, iHeapId) .global DARAM47 .asg 08000H, _len .asg 00H, _iAllocHeap .asg IDATA, _iSegZero .asg segment_name, _iHeapId MEM_Obj 1, DARAM47, 0, _len, _iAllocHeap, _iSegZero, _iHeapId;; ======== MEM_Obj SARAM03 ========;; On-Chip SARAM0-3 in program memory;;;; MEM_Obj SARAM03 (len, iAllocHeap, iSegZero, iHeapId) .global SARAM03 .asg 08000H, _len .asg 00H, _iAllocHeap .asg IDATA, _iSegZero .asg segment_name, _iHeapId MEM_Obj 1, SARAM03, 0, _len, _iAllocHeap, _iSegZero, _iHeapId;; ======== MEM_Obj SARAM47 ========;; On-Chip SARAM4-7 in program memory;;;; MEM_Obj SARAM47 (len, iAllocHeap, iSegZero, iHeapId) .global SARAM47 .asg 08000H, _len .asg 00H, _iAllocHeap .asg IDATA, _iSegZero .asg segment_name, _iHeapId MEM_Obj 1, SARAM47, 0, _len, _iAllocHeap, _iSegZero, _iHeapId;; ======== CLK_Obj PRD_clock ========;; This clock function calls PRD_tick from within the on-chip timer ISR;;;; CLK_Obj PRD_clock (function) .global PRD_clock .asg PRD_F_tick, _function CLK_Obj 1, PRD_clock, 0, _function;; ======== HWI_Obj HWI_RS ========;; defines function for the RS ISR;;;; HWI_Obj HWI_RS (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_RS .asg _c_int00, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_RS, 0, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_NMI ========;; defines function for the NMI ISR;;;; HWI_Obj HWI_NMI (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_NMI .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_NMI, 1, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_SINT17 ========;; defines function for the SINT17 ISR;;;; HWI_Obj HWI_SINT17 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_SINT17 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_SINT17, 2, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_SINT18 ========;; defines function for the SINT18 ISR;;;; HWI_Obj HWI_SINT18 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_SINT18 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_SINT18, 3, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_SINT19 ========;; defines function for the SINT19 ISR;;;; HWI_Obj HWI_SINT19 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_SINT19 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_SINT19, 4, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_SINT20 ========;; defines function for the SINT20 ISR;;;; HWI_Obj HWI_SINT20 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_SINT20 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_SINT20, 5, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_SINT21 ========;; defines function for the SINT21 ISR;;;; HWI_Obj HWI_SINT21 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_SINT21 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_SINT21, 6, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_SINT22 ========;; defines function for the SINT22 ISR;;;; HWI_Obj HWI_SINT22 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_SINT22 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_SINT22, 7, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_SINT23 ========;; defines function for the SINT23 ISR;;;; HWI_Obj HWI_SINT23 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_SINT23 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_SINT23, 8, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_SINT24 ========;; defines function for the SINT24 ISR;;;; HWI_Obj HWI_SINT24 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_SINT24 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_SINT24, 9, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_SINT25 ========;; defines function for the SINT25 ISR;;;; HWI_Obj HWI_SINT25 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_SINT25 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_SINT25, 10, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_SINT26 ========;; defines function for the SINT26 ISR;;;; HWI_Obj HWI_SINT26 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_SINT26 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_SINT26, 11, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_SINT27 ========;; defines function for the SINT27 ISR;;;; HWI_Obj HWI_SINT27 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_SINT27 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_SINT27, 12, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_SINT28 ========;; defines function for the SINT28 ISR;;;; HWI_Obj HWI_SINT28 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_SINT28 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_SINT28, 13, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_SINT29 ========;; RESERVED for RTDX;;;; HWI_Obj HWI_SINT29 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_SINT29 .asg RESERVED, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "RTDX", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_SINT29, 14, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_SINT30 ========;; RESERVED for RTDX;;;; HWI_Obj HWI_SINT30 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_SINT30 .asg RESERVED, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "RTDX", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 00H, _IntrMask HWI_Obj 1, HWI_SINT30, 15, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_INT0 ========;; defines function for the INT0 ISR;;;; HWI_Obj HWI_INT0 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_INT0 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 01H, _IntrMask HWI_Obj 1, HWI_INT0, 16, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_INT1 ========;; defines function for the INT1 ISR;;;; HWI_Obj HWI_INT1 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_INT1 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 02H, _IntrMask HWI_Obj 1, HWI_INT1, 17, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask;; ======== HWI_Obj HWI_INT2 ========;; defines function for the INT2 ISR;;;; HWI_Obj HWI_INT2 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask) .global HWI_INT2 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 04H, _IntrMask HWI_Obj 1, HWI_INT2, 18, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -