代码搜索结果
找到约 10,000 项符合
S 的代码
memcfg.s
GET option.s
[ BUSWIDTH=16
BWSCON_cfg EQU 0x11111011 ;Bank0=16bit BootRom(AT29LV160DB) :0x0
; ||||||-- Bank1=low 8bit D12 :0x4
; |||||--- Ba
option.s
;**********OPTIONS*******************************
;_RAM_STARTADDRESS EQU 0xc000000
_ISR_STARTADDRESS EQU 0xc7fff00 ;GCS6:64M DRAM/SDRAM
;_ISR_STARTADDRESS EQU 0xc1fff00 ;GCS6:16M DRAM
stack.s
;;; Copyright ARM Ltd 2001. All rights reserved.
AREA Stacks, DATA, NOINIT
EXPORT UserStack
EXPORT SVCStack
EXPORT UndefStack
EXPORT IRQStack
heap.s
;;; Copyright ARM Ltd 2001. All rights reserved.
AREA Heap, DATA, NOINIT
EXPORT bottom_of_heap
; Create dummy variable used to locate bottom of heap
bottom_of_heap SP
memcfg.s
GET option.s
[ BUSWIDTH=16
BWSCON_cfg EQU 0x11111011 ;Bank0=16bit BootRom(AT29LV160DB) :0x0
; ||||||-- Bank1=low 8bit D12 :0x4
; |||||--- Ba
option.s
;**********OPTIONS*******************************
;_RAM_STARTADDRESS EQU 0xc000000
_ISR_STARTADDRESS EQU 0xc7fff00 ;GCS6:64M DRAM/SDRAM
;_ISR_STARTADDRESS EQU 0xc1fff00 ;GCS6:16M DRAM
numled.s
.module numled.c
.area lit(rom, con, rel)
_seg_table::
.byte 192,249
.byte 164,176
.byte 153,146
.byte 130,248
.byte 128,144
.byte 136,131
.byte 198,161
.byte 134,142
.dbfile E:\
uart.s
.module uart.c
.area data(ram, con, rel)
_rd_index::
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
.dbfile E:\icc\iccavr\mega8\mega8\I2C_COM\uart.c
.dbsym e rd_index _rd_index
rtc.s
.module rtc.c
.area text(rom, con, rel)
.dbfile E:\icc\iccavr\mega8\mega8\RTC\rtc.c
.dbfunc e time _time fV
.even
_time::
.dbline -1
.dbline 19
; /**************************************
uart.s
.module uart.c
.area text(rom, con, rel)
.dbfile E:\icc\iccavr\mega8\mega8\RTC\uart.c
.dbfunc e putchar _putchar fV
; c -> R16
.even
_putchar::
.dbline -1
.dbline 20
; /**