repo_id stringlengths 5 115 | size int64 590 5.01M | file_path stringlengths 4 212 | content stringlengths 590 5.01M |
|---|---|---|---|
alemorf/k155re3_k556rt4_programmer | 29,739 | firmware/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f439xx.s | ;*******************************************************************************
;* File Name : startup_stm32f439xx.s
;* Author : MCD Application Team
;* Description : STM32F439x devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alemorf/k155re3_k556rt4_programmer | 21,524 | firmware/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f423xx.s | ;*******************************************************************************
;* File Name : startup_stm32f423xx.s
;* Author : MCD Application Team
;* Description : STM32F423xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alemorf/k155re3_k556rt4_programmer | 29,552 | firmware/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427xx.s | ;*******************************************************************************
;* File Name : startup_stm32f427xx.s
;* Author : MCD Application Team
;* Description : STM32F427x devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alemorf/k155re3_k556rt4_programmer | 19,648 | firmware/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412vx.s | ;*******************************************************************************
;* File Name : startup_stm32f412vx.s
;* Author : MCD Application Team
;* Description : STM32F412Vx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alephsecurity/firehorse | 1,029 | device/dbg64.S | //
// firehorse
// by Roee Hay & Noam Hadad, Aleph Research
//
#include "constants.h"
// This label will be used as the exception handler for aarch64 exceptions
// It saves the register state on the stack, and the passes the control to the dbg_entry function
dbg_entry64:
STP X30, X0, [SP,#-0x10]!
... |
alephsecurity/firehorse | 1,604 | device/entry.S | //
// firehorse
// by Roee Hay & Noam Hadad, Aleph Research
//
start:
B dbg
init_set_fh_entry:
SUB r0, pc, #0xC
B set_fh_entry;
nop
scratch:
nop
nop
nop
nop
exports:
B dbg // CMD_DBG
B init // CMD_INIT_NO_SHOOK
B _shook_pagecopy // C... |
alephsecurity/firehorse | 1,955 | device/dbg.S | //
// firehorse
// by Roee Hay & Noam Hadad, Aleph Research
//
#include "constants.h"
// All labels here will be used as the exception handlers
// They all save the current registrs state to a known location,
// and then passes the control to the dbg function
dbg_data_abort_entry:
MCR p15,0,R0,c13,c0,2;
MCR... |
alephsecurity/firehorse | 3,577 | device/asm64.S | //
// firehorse
// by Roee Hay & Noam Hadad, Aleph Research
//
.align 3
get_currentel:
mrs x0, CurrentEL
ret
.align 3
get_elr_el1:
mrs x0, ELR_EL1
ret
.align 3
get_elr_el2:
mrs x0, ELR_EL2
ret
.align 3
get_elr_el3:
mrs x0, ELR_EL3
ret
.align 3
get_ttbr0_el1:
mrs x0, TTBR0_EL... |
alephsecurity/firehorse | 2,034 | device/asm.S | //
// firehorse
// by Roee Hay & Noam Hadad, Aleph Research
//
invalidate_data:
DSB SY; ISB SY;
MOV r0, #0;
_label1:
MOV r1, #0;
_label2:
ORR r2, r1, r0;
//MCR p15, 0, r2, c7, c6, 2;
MCR p15, 0, r2, c7, c14, 2;
AND r1, r1, #0x40000000;
CMP r1, #0;
BNE _label2;
ADD r0, r0, #0x20;... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch8/I2C/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch8/SPI/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch8/USART/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch8/USART-With-Interrupt/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch9/Analog-Waveform-Generation/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch9/Data-Bulk-Transfer/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch2/Beep/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch2/Exercise7/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch2/RGB-Flasher/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch2/Basic-LED-HAL/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch2/Basic-LED/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 13,448 | ST/Code/ch5/CinAsmDemo/src/startup_MKL25Z4.s | ;/*****************************************************************************
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0plus Core Device Startup File for the
; * MKL25Z4
; * @version: 1.1
; * @date: 2012-6-21
; *
; * Copyright: 1997 - 2012 Freescale Semiconductor, Inc. All Rights Reser... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch6/ADC-IR-Example/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch6/DAC-Example/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch6/ADC-Temperature-Example/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch6/Comparator-Example/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch6/Exercise8/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,372 | ST/Code/ch7/Basic-Timer/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch7/Input-Capture-Timer/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch7/PWM/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch7/SysTick/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch7/Watchdog/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch3/Flasher5/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch3/Flasher3/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch3/Flasher1/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch3/Flasher4/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch3/Flasher2/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch4/Initialize-interrupt/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 11,371 | ST/Code/ch4/Initialize-interrupt-HAL/RTE/Device/STM32F091RCTx/startup_stm32f091xc.s | ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32f091xc.s
;* Author : MCD Application Team
;* Description : STM32F091xc/STM32F098xc devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
alexander-g-dean/ESF | 13,448 | NXP/Code/Chapter_7/WDT Demo/startup_MKL25Z4.s | ;/*****************************************************************************
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0plus Core Device Startup File for the
; * MKL25Z4
; * @version: 1.1
; * @date: 2012-6-21
; *
; * Copyright: 1997 - 2012 Freescale Semiconductor, Inc. All Rights Reser... |
alexander-g-dean/ESF | 16,320 | NXP/Code/Chapter_7/PWM_LED/RTE/Device/MKL25Z128xxx4/startup_MKL25Z4.s | ; * ---------------------------------------------------------------------------------------
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0P Core Device Startup File
; * MKL25Z4
; * @version: 2.5
; * @date: 2015-2-19
; * @build: b150602
; * --------------------------------------------... |
alexander-g-dean/ESF | 13,448 | NXP/Code/Chapter_7/WDT Demo/src/startup_MKL25Z4.s | ;/*****************************************************************************
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0plus Core Device Startup File for the
; * MKL25Z4
; * @version: 1.1
; * @date: 2012-6-21
; *
; * Copyright: 1997 - 2012 Freescale Semiconductor, Inc. All Rights Reser... |
alexander-g-dean/ESF | 16,320 | NXP/Code/Chapter_7/WDT Demo/RTE/Device/MKL25Z128xxx4/startup_MKL25Z4.s | ; * ---------------------------------------------------------------------------------------
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0P Core Device Startup File
; * MKL25Z4
; * @version: 2.5
; * @date: 2015-2-19
; * @build: b150602
; * --------------------------------------------... |
alexander-g-dean/ESF | 13,439 | NXP/Code/Chapter_7/Analog Waveform Generation/asm/startup_MKL25Z4.s | ;/*****************************************************************************
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0plus Core Device Startup File for the
; * MKL25Z4
; * @version: 1.1
; * @date: 2012-6-21
; *
; * Copyright: 1997 - 2012 Freescale Semiconductor, Inc. All Rights Reser... |
alexander-g-dean/ESF | 16,320 | NXP/Code/Chapter_7/Analog Waveform Generation/RTE/Device/MKL25Z128xxx4/startup_MKL25Z4.s | ; * ---------------------------------------------------------------------------------------
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0P Core Device Startup File
; * MKL25Z4
; * @version: 2.5
; * @date: 2015-2-19
; * @build: b150602
; * --------------------------------------------... |
alexander-g-dean/ESF | 16,320 | NXP/Code/Chapter_5/CinAsmDemo/RTE/Device/MKL25Z128xxx4/startup_MKL25Z4.s | ; * ---------------------------------------------------------------------------------------
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0P Core Device Startup File
; * MKL25Z4
; * @version: 2.5
; * @date: 2015-2-19
; * @build: b150602
; * --------------------------------------------... |
alexander-g-dean/ESF | 16,320 | NXP/Code/Chapter_3/Basic_Concurrency/RTE/Device/MKL25Z128xxx4/startup_MKL25Z4.s | ; * ---------------------------------------------------------------------------------------
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0P Core Device Startup File
; * MKL25Z4
; * @version: 2.5
; * @date: 2015-2-19
; * @build: b150602
; * --------------------------------------------... |
alexander-g-dean/ESF | 16,320 | NXP/Code/Chapter_8/Serial-Demo/RTE/Device/MKL25Z128xxx4/startup_MKL25Z4.s | ; * ---------------------------------------------------------------------------------------
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0P Core Device Startup File
; * MKL25Z4
; * @version: 2.5
; * @date: 2015-2-19
; * @build: b150602
; * --------------------------------------------... |
alexander-g-dean/ESF | 13,448 | NXP/Code/Chapter_8/FRDM_SPI/asm/startup_MKL25Z4.s | ;/*****************************************************************************
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0plus Core Device Startup File for the
; * MKL25Z4
; * @version: 1.1
; * @date: 2012-6-21
; *
; * Copyright: 1997 - 2012 Freescale Semiconductor, Inc. All Rights Reser... |
alexander-g-dean/ESF | 16,320 | NXP/Code/Chapter_8/FRDM_SPI/RTE/Device/MKL25Z128xxx4/startup_MKL25Z4.s | ; * ---------------------------------------------------------------------------------------
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0P Core Device Startup File
; * MKL25Z4
; * @version: 2.5
; * @date: 2015-2-19
; * @build: b150602
; * --------------------------------------------... |
alexander-g-dean/ESF | 16,320 | NXP/Code/Chapter_8/I2C-Demo/RTE/Device/MKL25Z128xxx4/startup_MKL25Z4.s | ; * ---------------------------------------------------------------------------------------
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0P Core Device Startup File
; * MKL25Z4
; * @version: 2.5
; * @date: 2015-2-19
; * @build: b150602
; * --------------------------------------------... |
alexander-g-dean/ESF | 16,320 | NXP/Code/Chapter_2/RTE/Device/MKL25Z128xxx4/startup_MKL25Z4.s | ; * ---------------------------------------------------------------------------------------
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0P Core Device Startup File
; * MKL25Z4
; * @version: 2.5
; * @date: 2015-2-19
; * @build: b150602
; * --------------------------------------------... |
alexander-g-dean/ESF | 13,439 | NXP/Code/Chapter_6/Analog Demo/asm/startup_MKL25Z4.s | ;/*****************************************************************************
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0plus Core Device Startup File for the
; * MKL25Z4
; * @version: 1.1
; * @date: 2012-6-21
; *
; * Copyright: 1997 - 2012 Freescale Semiconductor, Inc. All Rights Reser... |
alexander-g-dean/ESF | 16,320 | NXP/Code/Chapter_6/Analog Demo/RTE/Device/MKL25Z128xxx4/startup_MKL25Z4.s | ; * ---------------------------------------------------------------------------------------
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0P Core Device Startup File
; * MKL25Z4
; * @version: 2.5
; * @date: 2015-2-19
; * @build: b150602
; * --------------------------------------------... |
alexander-g-dean/ESF | 16,320 | NXP/Code/Chapter_6/Analog - IR Proximity Sensor/RTE/Device/MKL25Z128xxx4/startup_MKL25Z4.s | ; * ---------------------------------------------------------------------------------------
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0P Core Device Startup File
; * MKL25Z4
; * @version: 2.5
; * @date: 2015-2-19
; * @build: b150602
; * --------------------------------------------... |
alexander-g-dean/ESF | 16,320 | NXP/Code/Chapter_9/DMA_Examples/RTE/Device/MKL25Z128xxx4/startup_MKL25Z4.s | ; * ---------------------------------------------------------------------------------------
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0P Core Device Startup File
; * MKL25Z4
; * @version: 2.5
; * @date: 2015-2-19
; * @build: b150602
; * --------------------------------------------... |
alexander-g-dean/ESF | 16,320 | NXP/Misc/Touch Sense/TSI/RTE/Device/MKL25Z128xxx4/startup_MKL25Z4.s | ; * ---------------------------------------------------------------------------------------
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0P Core Device Startup File
; * MKL25Z4
; * @version: 2.5
; * @date: 2015-2-19
; * @build: b150602
; * --------------------------------------------... |
alexander-g-dean/ESF | 16,320 | NXP/Misc/Touch Sense/IR_Prox_TSI/RTE/Device/MKL25Z128xxx4/startup_MKL25Z4.s | ; * ---------------------------------------------------------------------------------------
; * @file: startup_MKL25Z4.s
; * @purpose: CMSIS Cortex-M0P Core Device Startup File
; * MKL25Z4
; * @version: 2.5
; * @date: 2015-2-19
; * @build: b150602
; * --------------------------------------------... |
alexandernst/monks | 8,933 | monks_kmodule/stubs.S | #/****************************************************************************\
#| | |
#| -------------- | This is how the stack looks like when the stub |
#| | arg 6 | ebp + 28 | is executed and the args are saved. |
... |
AlexandreAbreu/jonesforth | 82,779 | jonesforth.S | /* A sometimes minimal FORTH compiler and tutorial for Linux / i386 systems. -*- asm -*-
By Richard W.M. Jones <rich@annexia.org> http://annexia.org/forth
This is PUBLIC DOMAIN (see public domain release statement below).
$Id: jonesforth.S,v 1.47 2009-09-11 08:33:13 rich Exp $
gcc -m32 -nostdlib -static -Wl,-Ttext... |
Alex-C-EE/DCServo | 9,819 | OLD/1. Little Boy (4.1A @ 36V)/2. Software/Motor Driver/Core/Startup/startup_stm32g0b1kbtx.s | /**
******************************************************************************
* @file startup_stm32g0b1xx.s
* @author MCD Application Team
* @brief STM32G0b1xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
Alex-C-EE/DCServo | 9,819 | OLD/2. Little Boy - External (4.1A @ 36V)/2. Software/Motor Driver v2/Motor Driver v2/Core/Startup/startup_stm32g0b1cbtx.s | /**
******************************************************************************
* @file startup_stm32g0b1xx.s
* @author MCD Application Team
* @brief STM32G0b1xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
alexdboxall/Banana-Operating-System | 31,875 | installer/iso.s |
org 0
bits 16
JMP 0x7C0:main
;times 0xb800 - 3 db '&'
MAIN_DISK_IMG_MEGABYTES equ 64
D_OFFSET equ 0 ; 0xb800
;TODO: IMAGE_OFFSET should be a memory address containing a value calclulated by looking at the actual filesystem for file 'OSIMAGE.SYS'
IMAGE_OFFSET equ (0x1A + 60)
;TODO: MBR_OFFSET should be a me... |
alexdboxall/Banana-Operating-System | 4,348 | installer/fdboot.s |
DISK_IMAGE_SECTOR equ 33
ZEROS_SECTOR equ 2633
FIRMWARE_SECTOR equ 2665
APPLICATION_SECTOR equ 2671
org 0
bits 16
jmp short _main
nop
; mov eax, [_bpb.logicalSectorsPerFAT]
; mov dh, [_bpb.totalFATs]
; mov cx, [_bpb.reservedSectors]
; mov ebx, [_bpb.hiddenSectors]
_bpb:
filename: db "BANANA" ; OEM name or... |
alexdboxall/Banana-Operating-System | 1,345 | applications/photoview/newgui/Resclink.s | .section .rodata
#include misc. data into output
.global _bna_misc
.type _bna_misc, @object
.align 4
_bna_misc:
.incbin "miscdata.txt"
_bna_misc_end:
.global _bna_misc_size
.type _bna_misc_size, @object
.align 4
_bna_misc_size:
.int _bna_misc_end - _bna_misc
#include 8x8 icon ... |
alexdboxall/Banana-Operating-System | 1,270 | applications/cliptest/newgui/Resclink.s | .section .rodata
#include misc. data into output
.global _bna_misc
.type _bna_misc, @object
.align 4
_bna_misc:
.incbin "miscdata.txt"
_bna_misc_end:
.global _bna_misc_size
.type _bna_misc_size, @object
.align 4
_bna_misc_size:
.int _bna_misc_end - _bna_misc
#include 8x8 icon ... |
alexdboxall/Banana-Operating-System | 1,270 | applications/Regedit/Regedit/Resclink.s | .section .rodata
#include misc. data into output
.global _bna_misc
.type _bna_misc, @object
.align 4
_bna_misc:
.incbin "miscdata.txt"
_bna_misc_end:
.global _bna_misc_size
.type _bna_misc_size, @object
.align 4
_bna_misc_size:
.int _bna_misc_end - _bna_misc
#include 8x8 icon ... |
alexdboxall/Banana-Operating-System | 1,270 | applications/command/command/Resclink.s | .section .rodata
#include misc. data into output
.global _bna_misc
.type _bna_misc, @object
.align 4
_bna_misc:
.incbin "miscdata.txt"
_bna_misc_end:
.global _bna_misc_size
.type _bna_misc_size, @object
.align 4
_bna_misc_size:
.int _bna_misc_end - _bna_misc
#include 8x8 icon ... |
alexdboxall/Banana-Operating-System | 1,270 | applications/newgui/newgui/Resclink.s | .section .rodata
#include misc. data into output
.global _bna_misc
.type _bna_misc, @object
.align 4
_bna_misc:
.incbin "miscdata.txt"
_bna_misc_end:
.global _bna_misc_size
.type _bna_misc_size, @object
.align 4
_bna_misc_size:
.int _bna_misc_end - _bna_misc
#include 8x8 icon ... |
alexdboxall/Banana-Operating-System | 1,270 | applications/typewriter/newgui/Resclink.s | .section .rodata
#include misc. data into output
.global _bna_misc
.type _bna_misc, @object
.align 4
_bna_misc:
.incbin "miscdata.txt"
_bna_misc_end:
.global _bna_misc_size
.type _bna_misc_size, @object
.align 4
_bna_misc_size:
.int _bna_misc_end - _bna_misc
#include 8x8 icon ... |
alexdboxall/Banana-Operating-System | 1,270 | applications/ramview/newgui/Resclink.s | .section .rodata
#include misc. data into output
.global _bna_misc
.type _bna_misc, @object
.align 4
_bna_misc:
.incbin "miscdata.txt"
_bna_misc_end:
.global _bna_misc_size
.type _bna_misc_size, @object
.align 4
_bna_misc_size:
.int _bna_misc_end - _bna_misc
#include 8x8 icon ... |
alexdboxall/Banana-Operating-System | 1,270 | applications/cabinet/newgui/Resclink.s | .section .rodata
#include misc. data into output
.global _bna_misc
.type _bna_misc, @object
.align 4
_bna_misc:
.incbin "miscdata.txt"
_bna_misc_end:
.global _bna_misc_size
.type _bna_misc_size, @object
.align 4
_bna_misc_size:
.int _bna_misc_end - _bna_misc
#include 8x8 icon ... |
alexdboxall/Banana-Operating-System | 1,270 | applications/zip/zip/Resclink.s | .section .rodata
#include misc. data into output
.global _bna_misc
.type _bna_misc, @object
.align 4
_bna_misc:
.incbin "miscdata.txt"
_bna_misc_end:
.global _bna_misc_size
.type _bna_misc_size, @object
.align 4
_bna_misc_size:
.int _bna_misc_end - _bna_misc
#include 8x8 icon ... |
alexdboxall/Banana-Operating-System | 1,345 | applications/minesweeper/newgui/Resclink.s | .section .rodata
#include misc. data into output
.global _bna_misc
.type _bna_misc, @object
.align 4
_bna_misc:
.incbin "miscdata.txt"
_bna_misc_end:
.global _bna_misc_size
.type _bna_misc_size, @object
.align 4
_bna_misc_size:
.int _bna_misc_end - _bna_misc
#include 8x8 icon ... |
alexdboxall/Banana-Operating-System | 1,270 | applications/conhost/newgui/Resclink.s | .section .rodata
#include misc. data into output
.global _bna_misc
.type _bna_misc, @object
.align 4
_bna_misc:
.incbin "miscdata.txt"
_bna_misc_end:
.global _bna_misc_size
.type _bna_misc_size, @object
.align 4
_bna_misc_size:
.int _bna_misc_end - _bna_misc
#include 8x8 icon ... |
alexdboxall/Banana-Operating-System | 1,270 | applications/te/te/Resclink.s | .section .rodata
#include misc. data into output
.global _bna_misc
.type _bna_misc, @object
.align 4
_bna_misc:
.incbin "miscdata.txt"
_bna_misc_end:
.global _bna_misc_size
.type _bna_misc_size, @object
.align 4
_bna_misc_size:
.int _bna_misc_end - _bna_misc
#include 8x8 icon ... |
alexdboxall/Banana-Operating-System | 1,270 | applications/desktop/desktop/Resclink.s | .section .rodata
#include misc. data into output
.global _bna_misc
.type _bna_misc, @object
.align 4
_bna_misc:
.incbin "miscdata.txt"
_bna_misc_end:
.global _bna_misc_size
.type _bna_misc_size, @object
.align 4
_bna_misc_size:
.int _bna_misc_end - _bna_misc
#include 8x8 icon ... |
alexdboxall/Banana-Operating-System | 1,345 | applications/solitaire/newgui/Resclink.s | .section .rodata
#include misc. data into output
.global _bna_misc
.type _bna_misc, @object
.align 4
_bna_misc:
.incbin "miscdata.txt"
_bna_misc_end:
.global _bna_misc_size
.type _bna_misc_size, @object
.align 4
_bna_misc_size:
.int _bna_misc_end - _bna_misc
#include 8x8 icon ... |
alexdboxall/Banana-Operating-System | 1,419 | kernel/vm86/vesaset.s | org 0x900
bits 16
cli
mov ax, sp
mov gs, ax
mov ax, 0x90
mov ds, ax
mov es, ax
mov fs, ax
mov ss, ax
mov sp, stack
;GS has mode number
push gs
mov ax, 0x4F02
mov bx, gs
test bx, 0x8000
jnz .skipSet
int 0x10
.skipSet:
pop gs
mov ax, 0x4F01
mov cx, gs
and cx, 0x7FFF
mov di, block
int 0x10
cmp ax, 0x004F
je .succe... |
alexdboxall/Banana-Operating-System | 1,074 | kernel/arch/i386/x87.s | bits 32
global x87Detect
global x87Save
global x87Load
global x87Init
global x87Close
value_37F dw 0x37F
value_37E dw 0x37E
value_37A dw 0x37A
x87Detect: ;RETURNS A SIZE_T, 0 OR 1
push ebx
push ecx
push edx
mov eax, 0x1
cpuid
test edx, 1<<0
jz .nox87
mov eax, 1
ret
.n... |
alexdboxall/Banana-Operating-System | 7,791 | kernel/arch/i386/interrupt.s | bits 32
currentTaskTCB equ 0xC2002000 ;JUST FOR NOW, NEEDS CHANGING IS prcssthr.hpp AS WELL IF CHANGED
global isr0
global isr1
global isr2
global isr3
global isr4
global isr5
global isr6
global isr7
global isr8
global isr9
global isr10
global isr11
global isr12
global isr13
global isr14
global isr15
global isr16
gl... |
alexdboxall/Banana-Operating-System | 1,044 | kernel/arch/i386/avx.s | bits 32
global avxDetect
global avxSave
global avxLoad
global avxInit
global avxClose
extern sseInit
avxDetect: ;RETURNS A SIZE_T, 0 OR 1
mov eax, 0x1
cpuid
test ecx, 1<<28 ;AVX
jz .noAVX
mov eax, 0x1
cpuid
test ecx, 1<<26 ;XSAVE
jz .noAVX
mov eax, 1
r... |
alexeyk13/rexos | 2,082 | kernel/arm.ld.S | /*
RExOS - embedded RTOS
Copyright (c) 2011-2019, RExOS team
All rights reserved.
author: Alexey E. Kramarenko (alexeyk13@yandex.ru)
*/
/*
universal LD-script for ARM processors
*/
//if you've got error on this line, than this file is not preprocessed
#include "../userspace/core/core.h"
MEMORY
... |
alexeyk13/rexos | 8,418 | kernel/core/startup_arm7.S | /*
RExOS - embedded RTOS
Copyright (c) 2011-2018, Alexey Kramarenko
All rights reserved.
author: Alexey E. Kramarenko (alexeyk13@yandex.ru)
*/
//if you've got error in this line, than this file is compiled wrong
#include "../kernel.h"
#include "../../userspace/svc.h"
/* Define constants used in low-... |
alexeystn/tiny-blackbox | 9,360 | Firmware/Core/Startup/startup_stm32g031g8ux.s | /**
******************************************************************************
* @file startup_stm32g031xx.s
* @author MCD Application Team
* @brief STM32G031xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
alexeyk13/rexos | 8,954 | kernel/core/startup_cortexm.S | /*
RExOS - embedded RTOS
Copyright (c) 2011-2019, RExOS team
All rights reserved.
author: Alexey E. Kramarenko (alexeyk13@yandex.ru)
*/
//if you've got error in this line, than this file is compiled wrong
#include "../kernel.h"
#include "../../userspace/svc.h"
#include "../dbg.h"
/* Define constants... |
alexforencich/xboot | 23,746 | sp_driver.S | ;******************************************************************************
;*
;* XMEGA Self-programming driver assembly source file.
;*
;* This file contains the low-level implementations for the
;* XMEGA Self-programming driver. It is written for the GCC Assembler.
;*
;* If any SPM instructions are... |
alexfru/SmallerC | 2,132 | v0100/smlrcrb.s | # /*
# Copyright (c) 2014, Alexey Frunze
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice, this
# list of co... |
alexiscn/WeChatSwift | 5,725 | Pods/MMKVCore/Core/aes/openssl/openssl_aesv8-armx.S | #include "openssl_arm_arch.h"
#include "../../MMKVPredef.h"
#if (__ARM_MAX_ARCH__ > 7) && !defined(MMKV_DISABLE_CRYPT)
.text
.align 5
Lrcon:
.long 0x01,0x01,0x01,0x01
.long 0x0c0f0e0d,0x0c0f0e0d,0x0c0f0e0d,0x0c0f0e0d // rotate-n-splat
.long 0x1b,0x1b,0x1b,0x1b
#ifndef __linux__
.globl _openssl_aes_arm_set_encrypt_k... |
alexiscn/WeChatSwift | 34,147 | Pods/MMKVCore/Core/aes/openssl/openssl_aes-armv4.S | /* Copyright 2007-2018 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html... |
AlexKlimaj/LiPow-Firmware | 9,603 | startup_stm32g071xx.s | /**
******************************************************************************
* @file startup_stm32g071xx.s
* @author MCD Application Team
* @brief STM32G071xx devices vector table for Atollic TrueSTUDIO toolchain.
* This module performs:
* - Set the initial SP
*... |
alexstanoev/FoxDAC | 6,494 | firmware/foxdac/CMSIS/DSP/Platforms/FVP/ARMCM7/Startup/AC5/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.4.0
; * @date 12. December 2018
; ****************************************************************************... |
alexstanoev/FoxDAC | 6,494 | firmware/foxdac/CMSIS/DSP/Platforms/FVP/ARMCM7/Startup/AC6/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.4.0
; * @date 12. December 2018
; ****************************************************************************... |
alexstanoev/FoxDAC | 6,494 | firmware/foxdac/CMSIS/DSP/Platforms/FVP/ARMCM4/Startup/AC6/startup_ARMCM4.s | ;/**************************************************************************//**
; * @file startup_ARMCM4.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM4 Device
; * @version V5.4.0
; * @date 12. December 2018
; ****************************************************************************... |
alexstanoev/FoxDAC | 6,494 | firmware/foxdac/CMSIS/DSP/Platforms/FVP/ARMCM0/Startup/AC5/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.4.0
; * @date 12. December 2018
; ****************************************************************************... |
alexstanoev/FoxDAC | 6,977 | firmware/foxdac/CMSIS/DSP/Platforms/FVP/ARMCM0/Startup/GCC/startup_ARMCM0.S | /**************************************************************************//**
* @file startup_ARMCM0.S
* @brief CMSIS-Core(M) Device Startup File for Cortex-M0 Device
* @version V2.0.1
* @date 23. July 2019
******************************************************************************/
/*
* Copyrigh... |
alexstanoev/FoxDAC | 6,232 | firmware/foxdac/CMSIS/DSP/Platforms/FVP/ARMCM0/Startup/AC6/startup_ARMCM0.s | ;/**************************************************************************//**
; * @file startup_ARMCM0.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM0 Device
; * @version V5.4.0
; * @date 12. December 2018
; ****************************************************************************... |
alexstanoev/FoxDAC | 6,713 | firmware/foxdac/CMSIS/DSP/Platforms/FVP/ARMCM33/Startup/AC6/startup_ARMCM33.s | ;/**************************************************************************//**
; * @file startup_ARMCM33.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM33 Device
; * @version V5.4.0
; * @date 12. December 2018
; **************************************************************************... |
alexstanoev/FoxDAC | 6,494 | firmware/foxdac/CMSIS/DSP/Platforms/IPSS/ARMCR8/Startup/AC5/startup_ARMCR8.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.4.0
; * @date 12. December 2018
; ****************************************************************************... |
alexstanoev/FoxDAC | 14,914 | firmware/foxdac/CMSIS/DSP/Platforms/IPSS/ARMCR8/Startup/AC6/startup.s | /******************************************************************************
* @file startup_ARMCR8.c
* @brief Unvalidated Startup File for a Cortex-R8 Device
******************************************************************************/
/*
* Copyright (c) 2009-2020 Arm Limited. All rights reserved.
*
... |
alexstanoev/FoxDAC | 6,494 | firmware/foxdac/CMSIS/DSP/Platforms/IPSS/ARMCM7/Startup/AC5/startup_ARMCM7.s | ;/**************************************************************************//**
; * @file startup_ARMCM7.s
; * @brief CMSIS Core Device Startup File for
; * ARMCM7 Device
; * @version V5.4.0
; * @date 12. December 2018
; ****************************************************************************... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.