代码搜索:TCOS
找到约 1,609 项符合「TCOS」的源代码
代码结果 1,609
www.eeworm.com/read/352960/10488508
c mdct.c
/*
* MDCT/IMDCT transforms
* Copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*
www.eeworm.com/read/422394/10638573
s head.s
.global _start
.include "init.inc"
@ the mini_boot start here!
_start:
@ Exception vector table
@ 0x00 Reset Supervisor
b reset
@ 0x04 Undefined instruction
b .
@ 0x08 Software Interrupt
b .
@ 0x0
www.eeworm.com/read/422394/10638589
inc init.inc
.equ UserMode, 0xd0
.equ FIQMode, 0xd1
.equ IRQMode, 0xd2
.equ SupervisorMode, 0xd3
.equ AbortMode, 0xd7
.equ UndefinedMode, 0xdb
.equ SystemMode, 0xdf
.equ WTCON, 0x53000000
@ about i
www.eeworm.com/read/277311/10646578
s memsetup.s
;*****************************************************************
;* Memory configuration has to be optimized for best performance *
;* The following parameter is not optimized.
www.eeworm.com/read/470287/6917444
s memsetup.s
;*****************************************************************
;* Memory configuration has to be optimized for best performance *
;* The following parameter is not optimized.
www.eeworm.com/read/221953/7153151
s memsetup.s
;*****************************************************************
;* Memory configuration has to be optimized for best performance *
;* The following parameter is not optimized.
www.eeworm.com/read/197474/7991055
s memsetup.s
;*****************************************************************
;* Memory configuration has to be optimized for best performance *
;* The following parameter is not optimized.
www.eeworm.com/read/398098/8005314
s memsetup.s
;*****************************************************************
;* Memory configuration has to be optimized for best performance *
;* The following parameter is not optimized.
www.eeworm.com/read/146013/12683842
s memsetup.s
;*****************************************************************
;* Memory configuration has to be optimized for best performance *
;* The following parameter is not optimized.
www.eeworm.com/read/244097/12888971
c mdct.c
/*
* MDCT/IMDCT transforms
* Copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*