repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
903257958/stm32_oop_driver
12,458
stm32f103c8_drivers/stm32f103c8_i2c_soft_eeprom/firmware/cmsis/device/startup_stm32f10x_md.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Devices vector table for MDK-...
903257958/stm32_oop_driver
12,079
stm32f103c8_drivers/stm32f103c8_i2c_soft_eeprom/firmware/cmsis/device/startup_stm32f10x_ld.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Devices vector table for MDK-ARM...
903257958/stm32_oop_driver
13,758
stm32f103c8_drivers/stm32f103c8_i2c_soft_eeprom/firmware/cmsis/device/startup_stm32f10x_md_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Value Line Devices vector ...
903257958/stm32_oop_driver
15,398
stm32f103c8_drivers/stm32f103c8_i2c_soft_eeprom/firmware/cmsis/device/startup_stm32f10x_cl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_cl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Connectivity line devices vector table for M...
903257958/stm32_oop_driver
15,145
stm32f103c8_drivers/stm32f103c8_i2c_soft_eeprom/firmware/cmsis/device/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
903257958/stm32_oop_driver
15,597
stm32f103c8_drivers/stm32f103c8_i2c_soft_eeprom/firmware/cmsis/device/startup_stm32f10x_xl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_xl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x XL-Density Devices vector table for MDK-ARM ...
96flashbacks/showfloor
1,036
lib/rsp.s
#include "macros.inc" .set UCODE_SIZE, 0x800 .section .text .balign 16 glabel rspF3DBootStart .incbin "lib/PR/102695/rspboot.bin" .balign 16 glabel rspF3DBootEnd .balign 16 glabel rspF3DStart #ifdef FAST3D_20E .incbin "lib/PR/2.0E/gspFast3D.text.bin" #else .incbin "lib/PR/102695/gspFast3D...
903257958/stm32_oop_driver
13,352
stm32f103c8_drivers/stm32f103c8_i2c_soft_eeprom/firmware/cmsis/device/startup_stm32f10x_ld_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Value Line Devices vector tab...
903257958/stm32_oop_driver
15,346
stm32f103c8_drivers/stm32f103c8_i2c_soft_eeprom/firmware/cmsis/device/startup_stm32f10x_hd_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Value Line Devices vector ta...
96flashbacks/showfloor
2,338
asm/ipl3_font.s
#include "macros.inc" // 0xA4000B70-0xA4000FFF: IPL3 Font glabel ipl3_font .incbin "textures/ipl3_raw/ipl3_font_00.ia1" .incbin "textures/ipl3_raw/ipl3_font_01.ia1" .incbin "textures/ipl3_raw/ipl3_font_02.ia1" .incbin "textures/ipl3_raw/ipl3_font_03.ia1" .incbin "textures/ipl3_raw/ipl3_font_04.ia1" .incbin "textures/i...
96flashbacks/showfloor
17,663
asm/boot.s
// assembler directives .set noat // allow manual use of $at .set noreorder // don't insert nops after branches #include "macros.inc" .equ EXCEPTION_TLB_MISS, 0x80000000 .equ SP_DMEM, 0xA4000000 .equ SP_IMEM, 0xA4001000 .equ MI_MODE_REG, 0xA4300000 .equ RI_MODE_REG, 0xA4700000...
903257958/stm32_oop_driver
12,458
stm32f103c8_drivers/stm32f103c8_timer_irq/firmware/cmsis/device/startup_stm32f10x_md.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Devices vector table for MDK-...
903257958/stm32_oop_driver
12,079
stm32f103c8_drivers/stm32f103c8_timer_irq/firmware/cmsis/device/startup_stm32f10x_ld.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Devices vector table for MDK-ARM...
903257958/stm32_oop_driver
13,758
stm32f103c8_drivers/stm32f103c8_timer_irq/firmware/cmsis/device/startup_stm32f10x_md_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Value Line Devices vector ...
903257958/stm32_oop_driver
15,398
stm32f103c8_drivers/stm32f103c8_timer_irq/firmware/cmsis/device/startup_stm32f10x_cl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_cl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Connectivity line devices vector table for M...
903257958/stm32_oop_driver
15,145
stm32f103c8_drivers/stm32f103c8_timer_irq/firmware/cmsis/device/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
903257958/stm32_oop_driver
15,597
stm32f103c8_drivers/stm32f103c8_timer_irq/firmware/cmsis/device/startup_stm32f10x_xl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_xl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x XL-Density Devices vector table for MDK-ARM ...
903257958/stm32_oop_driver
13,352
stm32f103c8_drivers/stm32f103c8_timer_irq/firmware/cmsis/device/startup_stm32f10x_ld_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Value Line Devices vector tab...
903257958/stm32_oop_driver
15,346
stm32f103c8_drivers/stm32f103c8_timer_irq/firmware/cmsis/device/startup_stm32f10x_hd_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Value Line Devices vector ta...
96flashbacks/springroll
4,548
lib/rsp.s
#include "macros.inc" .set UCODE_SIZE, 0x800 .section .text .balign 16 glabel rspF3DBootStart .incbin "rsp/rspboot.bin" .balign 16 glabel rspF3DBootEnd .balign 16 #ifndef F3DEX_GBI_SHARED glabel rspF3DStart /* Use regular Fast3D bins (default) */ .incbin "rsp/fast3d.bin" glabel rspF3DEnd #else /* Use one of...
96flashbacks/springroll
48,534
rsp/fast3d.s
.rsp .include "rsp/rsp_defs.inc" .include "rsp/gbi.inc" // This file assumes DATA_FILE and CODE_FILE are set on the command line .if version() < 110 .error "armips 0.11 or newer is required" .endif // Overlay table data member offsets overlay_load equ 0x0000 overlay_len equ 0x0004 overlay_imem equ 0x0006 .macr...
96flashbacks/springroll
1,906
rsp/rspboot.s
.rsp .include "rsp/rsp_defs.inc" // This file assumes CODE_FILE is set on the command line .create CODE_FILE, 0x04001000 .if defined(VERSION_JP) || defined(VERSION_US) ori $1, $1, 0x0001 .endif j boot_04001068 addi $1, $zero, OSTask_addr boot_load_ucode: lw $2, OSTask_ucode($1) addi $...
96flashbacks/springroll
49,523
rsp/audio.s
.rsp .include "rsp/rsp_defs.inc" // This file assumes DATA_FILE and CODE_FILE are set on the command line .if version() < 110 .error "armips 0.11 or newer is required" .endif .ifdef VERSION_SH .definelabel VERSION_SH_CN, 1 .elseifdef VERSION_CN .definelabel VERSION_SH_CN, 1 .endif .macro jumpTableEntry, addr ...
96flashbacks/showfloor
1,253
lib/asm/bzero.s
.set noreorder // don't insert nops after branches #include "macros.inc" // this file is probably handwritten //TODO There seem to be patterns in these iQue diffs. Can we figure out what's causing them? Could this have been written in C? See also bcopy.s. .section .text, "ax" glabel bzero blt $a1, 0xc, .L803...
96flashbacks/showfloor
14,851
lib/asm/__osExceptionPreamble.s
.set noat // allow manual use of $at .set noreorder // don't insert nops after branches #include "macros.inc" #include <PR/R4300.h> #include <PR/rcp.h> #include <PR/ique.h> .section .text, "ax" #ifdef AVOID_UB .set __osThreadTail, __osThreadTail_fix #endif glabel __osExceptionPreamble la $k0, __osExcep...
96flashbacks/showfloor
5,097
lib/asm/bcopy.s
.set noat // allow manual use of $at .set noreorder // don't insert nops after branches #include "macros.inc" .section .text, "ax" //TODO There seem to be patterns in these iQue diffs. Can we figure out what's causing them? Could this have been written in C? //also ifdef hell lol glabel bcopy beqz $a2, ....
96flashbacks/showfloor
1,057
lib/asm/slidec.s
/****************************** * SLI展開ルーチン * * 1995/04/05 * * Programmed By Melody-Yoshi * ******************************/ .align 4 .text .globl slidec .ent slidec .set reorder /* ====== はじまるよん ====== [IN:R4=DATA OUT:R5=bz] */ slidec: lw $24,8($4) ## R24=出力サイズ lw $25,12($4) ## R...
96flashbacks/showfloor
1,124
lib/asm/osInvalDCache.s
.set noat // allow manual use of $at .set noreorder // don't insert nops after branches #include "macros.inc" .section .text, "ax" glabel osInvalDCache blez $a1, .L80323500 nop li $t3, 8192 sltu $at, $a1, $t3 beqz $at, .L80323508 nop move $t0, $a0 addu $t1, $a0, $a1 ...
96flashbacks/showfloor
1,844
lib/asm/osSetIntMask.s
.set noat // allow manual use of $at .set noreorder // don't insert nops after branches #include "macros.inc" #include <PR/R4300.h> #include <PR/rcp.h> #include <PR/os.h> .section .text, "ax" glabel osSetIntMask mfc0 $t1, $12 andi $v0, $t1, OS_IM_CPU lui $t2, %hi(PHYS_TO_K1(MI_INTR_MASK_REG)) /...
96flashbacks/showfloor
1,088
lib/asm/__osProbeTLB.s
.set noat // allow manual use of $at .set noreorder // don't insert nops after branches #include "macros.inc" .section .text, "ax" glabel __osProbeTLB mfc0 $t0, $10 andi $t1, $t0, 0xff li $at, 0xFFFFE000 and $t2, $a0, $at or $t1, $t1, $t2 mtc0 $t1, $10 nop nop nop...
96flashbacks/showfloor
2,516
lib/asm/llmuldiv_gcc.s
// assembler directives .set noat // allow manual use of $at .set noreorder // don't insert nops after branches #include "macros.inc" .section .text, "ax" /* -------------------------------------------------------------------------------------- */ /* need to asm these functions because lib32gcc-7-dev-mips-cros...
96flashbacks/showfloor
1,146
lib/asm/osMapTLB.s
.set noreorder // don't insert nops after branches #include "macros.inc" .section .text, "ax" // This file is handwritten // void osMapTLB(s32 index, OSPageMask pm, void *vaddr, u32 evenpaddr, u32 oddpaddr, s32 asid); glabel osMapTLB mfc0 $t0, $10 mtc0 $a0, $0 mtc0 $a1, $5 lw $t1, 0x14($sp) #...
96flashbacks/springroll
2,123
asm/decompress.s
// assembler directives .set noat // allow manual use of $at .set noreorder // don't insert nops after branches #include "macros.inc" .section .text, "ax" // This file is handwritten. glabel decompress #if !defined(VERSION_JP) && !defined(VERSION_US) lw $a3, 8($a0) lw $t9, 0xc($a0) lw $t8...
96flashbacks/springroll
1,369
asm/entry.s
// assembler directives .set noat // allow manual use of $at .set noreorder // don't insert nops after branches #include "macros.inc" .section .text, "ax" glabel entry_point .if VERSION_CN == 1 lui $t0, %lo(_mainSegmentNoloadStartHi) ori $t0, %lo(_mainSegmentNoloadStartLo) lui $t1, %lo(_mainS...
96flashbacks/springroll
1,369
asm/rom_header.s
/* * Super Mario 64 ROM header * Only the first 0x18 bytes matter to the console. */ .byte 0x80, 0x37, 0x12, 0x40 /* PI BSD Domain 1 register */ .word 0x0000000F /* Clockrate setting*/ .word entry_point /* Entrypoint */ /* Revision */ #ifdef VERSION_SH .word 0x00001448 #elif de...
96flashbacks/springroll
2,338
asm/ipl3_font.s
#include "macros.inc" // 0xA4000B70-0xA4000FFF: IPL3 Font glabel ipl3_font .incbin "textures/ipl3_raw/ipl3_font_00.ia1" .incbin "textures/ipl3_raw/ipl3_font_01.ia1" .incbin "textures/ipl3_raw/ipl3_font_02.ia1" .incbin "textures/ipl3_raw/ipl3_font_03.ia1" .incbin "textures/ipl3_raw/ipl3_font_04.ia1" .incbin "textures/i...
96flashbacks/springroll
23,231
asm/boot.s
// assembler directives .set noat // allow manual use of $at .set noreorder // don't insert nops after branches #include "macros.inc" .equ EXCEPTION_TLB_MISS, 0x80000000 .equ SP_DMEM, 0xA4000000 .equ SP_IMEM, 0xA4001000 .equ MI_MODE_REG, 0xA4300000 .equ RI_MODE_REG, 0xA4700000...
903257958/stm32_oop_driver
12,458
stm32f103c8_drivers/stm32f103c8_uart/firmware/cmsis/device/startup_stm32f10x_md.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Devices vector table for MDK-...
903257958/stm32_oop_driver
12,079
stm32f103c8_drivers/stm32f103c8_uart/firmware/cmsis/device/startup_stm32f10x_ld.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Devices vector table for MDK-ARM...
903257958/stm32_oop_driver
13,758
stm32f103c8_drivers/stm32f103c8_uart/firmware/cmsis/device/startup_stm32f10x_md_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Value Line Devices vector ...
903257958/stm32_oop_driver
15,398
stm32f103c8_drivers/stm32f103c8_uart/firmware/cmsis/device/startup_stm32f10x_cl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_cl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Connectivity line devices vector table for M...
903257958/stm32_oop_driver
15,145
stm32f103c8_drivers/stm32f103c8_uart/firmware/cmsis/device/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
903257958/stm32_oop_driver
15,597
stm32f103c8_drivers/stm32f103c8_uart/firmware/cmsis/device/startup_stm32f10x_xl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_xl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x XL-Density Devices vector table for MDK-ARM ...
903257958/stm32_oop_driver
13,352
stm32f103c8_drivers/stm32f103c8_uart/firmware/cmsis/device/startup_stm32f10x_ld_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Value Line Devices vector tab...
903257958/stm32_oop_driver
15,346
stm32f103c8_drivers/stm32f103c8_uart/firmware/cmsis/device/startup_stm32f10x_hd_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Value Line Devices vector ta...
903257958/stm32_oop_driver
12,458
stm32f103c8_drivers/stm32f103c8_can/firmware/cmsis/device/startup_stm32f10x_md.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Devices vector table for MDK-...
903257958/stm32_oop_driver
12,079
stm32f103c8_drivers/stm32f103c8_can/firmware/cmsis/device/startup_stm32f10x_ld.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Devices vector table for MDK-ARM...
903257958/stm32_oop_driver
13,758
stm32f103c8_drivers/stm32f103c8_can/firmware/cmsis/device/startup_stm32f10x_md_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Value Line Devices vector ...
903257958/stm32_oop_driver
15,398
stm32f103c8_drivers/stm32f103c8_can/firmware/cmsis/device/startup_stm32f10x_cl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_cl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Connectivity line devices vector table for M...
903257958/stm32_oop_driver
15,145
stm32f103c8_drivers/stm32f103c8_can/firmware/cmsis/device/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
903257958/stm32_oop_driver
15,597
stm32f103c8_drivers/stm32f103c8_can/firmware/cmsis/device/startup_stm32f10x_xl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_xl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x XL-Density Devices vector table for MDK-ARM ...
903257958/stm32_oop_driver
13,352
stm32f103c8_drivers/stm32f103c8_can/firmware/cmsis/device/startup_stm32f10x_ld_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Value Line Devices vector tab...
903257958/stm32_oop_driver
15,346
stm32f103c8_drivers/stm32f103c8_can/firmware/cmsis/device/startup_stm32f10x_hd_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Value Line Devices vector ta...
903257958/stm32_oop_driver
12,458
stm32f103c8_drivers/stm32f103c8_i2c_soft_ssd1306/firmware/cmsis/device/startup_stm32f10x_md.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Devices vector table for MDK-...
903257958/stm32_oop_driver
12,079
stm32f103c8_drivers/stm32f103c8_i2c_soft_ssd1306/firmware/cmsis/device/startup_stm32f10x_ld.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Devices vector table for MDK-ARM...
903257958/stm32_oop_driver
13,758
stm32f103c8_drivers/stm32f103c8_i2c_soft_ssd1306/firmware/cmsis/device/startup_stm32f10x_md_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Value Line Devices vector ...
903257958/stm32_oop_driver
15,398
stm32f103c8_drivers/stm32f103c8_i2c_soft_ssd1306/firmware/cmsis/device/startup_stm32f10x_cl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_cl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Connectivity line devices vector table for M...
903257958/stm32_oop_driver
15,145
stm32f103c8_drivers/stm32f103c8_i2c_soft_ssd1306/firmware/cmsis/device/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
903257958/stm32_oop_driver
15,597
stm32f103c8_drivers/stm32f103c8_i2c_soft_ssd1306/firmware/cmsis/device/startup_stm32f10x_xl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_xl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x XL-Density Devices vector table for MDK-ARM ...
903257958/stm32_oop_driver
13,352
stm32f103c8_drivers/stm32f103c8_i2c_soft_ssd1306/firmware/cmsis/device/startup_stm32f10x_ld_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Value Line Devices vector tab...
903257958/stm32_oop_driver
15,346
stm32f103c8_drivers/stm32f103c8_i2c_soft_ssd1306/firmware/cmsis/device/startup_stm32f10x_hd_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Value Line Devices vector ta...
903257958/stm32_oop_driver
12,458
stm32f103c8_drivers/stm32f103c8_i2c_soft_mpu6050/firmware/cmsis/device/startup_stm32f10x_md.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Devices vector table for MDK-...
903257958/stm32_oop_driver
12,079
stm32f103c8_drivers/stm32f103c8_i2c_soft_mpu6050/firmware/cmsis/device/startup_stm32f10x_ld.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Devices vector table for MDK-ARM...
903257958/stm32_oop_driver
13,758
stm32f103c8_drivers/stm32f103c8_i2c_soft_mpu6050/firmware/cmsis/device/startup_stm32f10x_md_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Value Line Devices vector ...
903257958/stm32_oop_driver
15,398
stm32f103c8_drivers/stm32f103c8_i2c_soft_mpu6050/firmware/cmsis/device/startup_stm32f10x_cl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_cl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Connectivity line devices vector table for M...
903257958/stm32_oop_driver
15,145
stm32f103c8_drivers/stm32f103c8_i2c_soft_mpu6050/firmware/cmsis/device/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
903257958/stm32_oop_driver
15,597
stm32f103c8_drivers/stm32f103c8_i2c_soft_mpu6050/firmware/cmsis/device/startup_stm32f10x_xl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_xl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x XL-Density Devices vector table for MDK-ARM ...
903257958/stm32_oop_driver
13,352
stm32f103c8_drivers/stm32f103c8_i2c_soft_mpu6050/firmware/cmsis/device/startup_stm32f10x_ld_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Value Line Devices vector tab...
903257958/stm32_oop_driver
15,346
stm32f103c8_drivers/stm32f103c8_i2c_soft_mpu6050/firmware/cmsis/device/startup_stm32f10x_hd_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Value Line Devices vector ta...
96flashbacks/showfloor
136,173
sound/sequences/00_sound_player.s
#include "seq_macros.inc" .section .rodata .align 0 sequence_start: seq_setmutebhv 0x60 seq_setmutescale 0 seq_setvol 127 seq_settempo 120 seq_initchannels 0x3ff seq_startchannel 0, .channel0 seq_startchannel 1, .channel1 seq_startchannel 2, .channel2 seq_startchannel 3, .channel38 seq_startchannel 4, .channel4 seq_s...
903257958/stm32_oop_driver
12,458
stm32f103c8_drivers/stm32f103c8_exti_encoder/firmware/cmsis/device/startup_stm32f10x_md.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Devices vector table for MDK-...
903257958/stm32_oop_driver
12,079
stm32f103c8_drivers/stm32f103c8_exti_encoder/firmware/cmsis/device/startup_stm32f10x_ld.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Devices vector table for MDK-ARM...
903257958/stm32_oop_driver
13,758
stm32f103c8_drivers/stm32f103c8_exti_encoder/firmware/cmsis/device/startup_stm32f10x_md_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Value Line Devices vector ...
903257958/stm32_oop_driver
15,398
stm32f103c8_drivers/stm32f103c8_exti_encoder/firmware/cmsis/device/startup_stm32f10x_cl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_cl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Connectivity line devices vector table for M...
903257958/stm32_oop_driver
15,145
stm32f103c8_drivers/stm32f103c8_exti_encoder/firmware/cmsis/device/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
903257958/stm32_oop_driver
15,597
stm32f103c8_drivers/stm32f103c8_exti_encoder/firmware/cmsis/device/startup_stm32f10x_xl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_xl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x XL-Density Devices vector table for MDK-ARM ...
903257958/stm32_oop_driver
13,352
stm32f103c8_drivers/stm32f103c8_exti_encoder/firmware/cmsis/device/startup_stm32f10x_ld_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Value Line Devices vector tab...
903257958/stm32_oop_driver
15,346
stm32f103c8_drivers/stm32f103c8_exti_encoder/firmware/cmsis/device/startup_stm32f10x_hd_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Value Line Devices vector ta...
903257958/stm32_oop_driver
12,458
stm32f103c8_drivers/stm32f103c8_key_fifo/firmware/cmsis/device/startup_stm32f10x_md.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Devices vector table for MDK-...
903257958/stm32_oop_driver
12,079
stm32f103c8_drivers/stm32f103c8_key_fifo/firmware/cmsis/device/startup_stm32f10x_ld.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Devices vector table for MDK-ARM...
903257958/stm32_oop_driver
13,758
stm32f103c8_drivers/stm32f103c8_key_fifo/firmware/cmsis/device/startup_stm32f10x_md_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Value Line Devices vector ...
903257958/stm32_oop_driver
15,398
stm32f103c8_drivers/stm32f103c8_key_fifo/firmware/cmsis/device/startup_stm32f10x_cl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_cl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Connectivity line devices vector table for M...
903257958/stm32_oop_driver
15,145
stm32f103c8_drivers/stm32f103c8_key_fifo/firmware/cmsis/device/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
903257958/stm32_oop_driver
15,597
stm32f103c8_drivers/stm32f103c8_key_fifo/firmware/cmsis/device/startup_stm32f10x_xl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_xl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x XL-Density Devices vector table for MDK-ARM ...
903257958/stm32_oop_driver
13,352
stm32f103c8_drivers/stm32f103c8_key_fifo/firmware/cmsis/device/startup_stm32f10x_ld_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Value Line Devices vector tab...
903257958/stm32_oop_driver
15,346
stm32f103c8_drivers/stm32f103c8_key_fifo/firmware/cmsis/device/startup_stm32f10x_hd_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Value Line Devices vector ta...
903257958/stm32_oop_driver
12,458
stm32f103c8_drivers/stm32f103c8_stepper_motor/firmware/cmsis/device/startup_stm32f10x_md.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Devices vector table for MDK-...
903257958/stm32_oop_driver
12,079
stm32f103c8_drivers/stm32f103c8_stepper_motor/firmware/cmsis/device/startup_stm32f10x_ld.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Devices vector table for MDK-ARM...
903257958/stm32_oop_driver
13,758
stm32f103c8_drivers/stm32f103c8_stepper_motor/firmware/cmsis/device/startup_stm32f10x_md_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_md_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Medium Density Value Line Devices vector ...
903257958/stm32_oop_driver
15,398
stm32f103c8_drivers/stm32f103c8_stepper_motor/firmware/cmsis/device/startup_stm32f10x_cl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_cl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Connectivity line devices vector table for M...
903257958/stm32_oop_driver
15,145
stm32f103c8_drivers/stm32f103c8_stepper_motor/firmware/cmsis/device/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
903257958/stm32_oop_driver
15,597
stm32f103c8_drivers/stm32f103c8_stepper_motor/firmware/cmsis/device/startup_stm32f10x_xl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_xl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x XL-Density Devices vector table for MDK-ARM ...
903257958/stm32_oop_driver
13,352
stm32f103c8_drivers/stm32f103c8_stepper_motor/firmware/cmsis/device/startup_stm32f10x_ld_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_ld_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x Low Density Value Line Devices vector tab...
903257958/stm32_oop_driver
15,346
stm32f103c8_drivers/stm32f103c8_stepper_motor/firmware/cmsis/device/startup_stm32f10x_hd_vl.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd_vl.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Value Line Devices vector ta...
96flashbacks/96flashbacks
1,113
lib/asm/bzero.s
.set noreorder # don't insert nops after branches .set gp=64 .include "macros.inc" #this file is probably handwritten .section .text, "ax" glabel bzero blt $a1, 0xc, .L803236BC negu $v1, $a0 andi $v1, $v1, 3 beqz $v1, .L80323660 subu $a1, $a1, $v1 swl $zero, ($a0) addu $a0, $a0...
96flashbacks/96flashbacks
17,870
lib/asm/__osExceptionPreamble.s
.set noat # allow manual use of $at .set noreorder # don't insert nops after branches .set gp=64 .include "macros.inc" .ifdef VERSION_SH .set VERSION_EU, 1 # HACK, someone fix this file, its poorly diff'd! .endif .section .text, "ax" .ifdef AVOID_UB .set D_80334890, D_80334890_fix .endif glabel __osExceptionP...
96flashbacks/96flashbacks
4,950
lib/asm/bcopy.s
.set noat # allow manual use of $at .set noreorder # don't insert nops after branches .set gp=64 .include "macros.inc" .section .text, "ax" glabel bcopy beqz $a2, .L80323A4C move $a3, $a1 beq $a0, $a1, .L80323A4C slt $at, $a1, $a0 bnezl $at, .L80323A14 slti $at, $a2, 0x10 ...
96flashbacks/96flashbacks
1,124
lib/asm/osInvalDCache.s
.set noat # allow manual use of $at .set noreorder # don't insert nops after branches .set gp=64 .include "macros.inc" .section .text, "ax" glabel osInvalDCache blez $a1, .L80323500 nop li $t3, 8192 sltu $at, $a1, $t3 beqz $at, .L80323508 nop move $t0, $a0 addu $t1, $a0,...
96flashbacks/96flashbacks
2,452
lib/asm/osSetIntMask.s
.set noat # allow manual use of $at .set noreorder # don't insert nops after branches .set gp=64 .include "macros.inc" .eqv MI_INTR_MASK_REG, 0xA430000C .section .text, "ax" glabel osSetIntMask .ifndef VERSION_EU mfc0 $t1, $12 andi $v0, $t1, 0xff01 .else mfc0 $t4, $12 andi $v0, $t4, 0xff01 ...
96flashbacks/96flashbacks
1,108
lib/asm/__osProbeTLB.s
.set noat # allow manual use of $at .set noreorder # don't insert nops after branches .set gp=64 .include "macros.inc" .section .text, "ax" glabel __osProbeTLB mfc0 $t0, $10 andi $t1, $t0, 0xff li $at, -8192 and $t2, $a0, $at or $t1, $t1, $t2 mtc0 $t1, $10 nop nop ...