repo_id string | size int64 | file_path string | content string |
|---|---|---|---|
mist64/final_cartridge | 1,237 | bank0/vectors.s | ; ----------------------------------------------------------------
; Vectors
; ----------------------------------------------------------------
; This is put right after the cartridge's "cbm80" header and
; contains jump table, which is mostly used from other banks.
.include "../core/kernal.i"
.include "persistent.i"
... |
mist64/final_cartridge | 12,030 | bank0/persistent.s | ; ----------------------------------------------------------------
; I/O Area ROM
; ----------------------------------------------------------------
; This is a max. 512 byte section that lives at $1E00-$1FFF of
; bank 0 of the ROM, and will also be mapped into the I/O extension
; area at $DE00-$DFFF, so it's always vi... |
mist64/final_cartridge | 35,397 | bank0/speeder.s | ; ----------------------------------------------------------------
; Disk and Tape Speeder
; ----------------------------------------------------------------
; This speeds up LOAD and SAVE on both disk and tape
.include "../core/kernal.i"
.include "persistent.i"
.global new_load
.global new_save
L0110 := $... |
mist64/final_cartridge | 13,997 | bank0/printer.s | ; ----------------------------------------------------------------
; Centronics and RS-232 printer drivers
; ----------------------------------------------------------------
; This hooks CKOUT, BSOUT, CLRCH and CLALL to support Centronics
; and RS-232 printers as device #4.
.include "../core/kernal.i"
.include "persis... |
mist64/final_cartridge | 2,463 | bank0/freezer.s | ; ----------------------------------------------------------------
; Freezer Entry
; ----------------------------------------------------------------
; In Ultimax mode, we have the following memory layout:
; $8000-$9FFF: bank 0 lo
; $E000-$FFFF: bank 0 hi
; This code is mapped into bank 0 hi, and the vectors appear
; a... |
mist64/final_cartridge | 2,246 | bank0/drive.s | ; ----------------------------------------------------------------
; Common drive code
; ----------------------------------------------------------------
; The BASIC extension and fast format call into this.
.include "../core/kernal.i"
; from wrapper
.import disable_rom_jmp_error
; from basic
.import set_drive
.glo... |
mist64/final_cartridge | 5,145 | bank0/init.s | ; ----------------------------------------------------------------
; BASIC Extension and Speeder Initialization
; ----------------------------------------------------------------
.include "../core/kernal.i"
.include "persistent.i"
; from basic
.import bar_flag
; from printer
.import set_io_vectors_with_hidden_rom
;... |
mist64/final_cartridge | 7,151 | bank0/desktop_helper.s | ; ----------------------------------------------------------------
; Helper code called from Desktop
; ----------------------------------------------------------------
; Desktop doesn't know about drives or printers, so it calls into
; this library code using cross-bank calls. It also calls this to
; start a program in... |
mist64/final_cartridge | 90,520 | bank0/monitor.s | ; ----------------------------------------------------------------
; Monitor
; ----------------------------------------------------------------
;
; Data input and dumping:
;
; | out | in | description
; +-----+-----+---------------
; | M | : | 8 hex bytes
; | I | ' | 32 PETSCII characters
; | EC | [ | 1 bin... |
mist64/final_cartridge | 8,211 | bank0/editor.s | ; ----------------------------------------------------------------
; Screen Editor Additions
; ----------------------------------------------------------------
; This adds the following features to the KERNAL screen editor:
; * CTRL + HOME: put cursor at bottom left
; * CTRL + DEL: delete to end of line
; * CTRL + CR: ... |
mist64/final_cartridge | 4,530 | bank0/format.s | ; ----------------------------------------------------------------
; Fast Format
; ----------------------------------------------------------------
.include "../core/kernal.i"
; from drive
.import check_iec_error
.import cmd_channel_listen
.import listen_second
.import m_w_and_m_e
.global fast_format
.global init_re... |
mist64/final_cartridge | 2,962 | bank0/wrappers.s | ; ----------------------------------------------------------------
; wrappers for BASIC/KERNAL calls with cartridge ROM disabled
; ----------------------------------------------------------------
; This has no imports, and the only consumer is the BASIC
; extension.
.include "../core/kernal.i"
.include "persistent.i"
... |
mist64/final_cartridge | 61,013 | bank0/basic.s | ; ----------------------------------------------------------------
; BASIC Extension
; ----------------------------------------------------------------
; "AUTO" Command - automatically number a BASIC program
; "HELP" Command - list BASIC line of last error
; "MREAD" Command - read 192 bytes from RAM into buffer... |
mist64/final_cartridge | 10,804 | bank3/tape_backload/backup_loader.s | .import __LOWCODE_LOAD__
.import __MAIN_LAST__
;
; This is the loader that loads and continues a Final Cartridge III tape
; backup. After the loader, a file is stored on tape that stores the
; memory contents from $0403 to $fffd. This file is RLE compressed and
; needs decompression.
;
; Zeropage, stack, $0200..0403 ... |
mist64/final_cartridge | 19,654 | bank3/disk_backload/backup_loader.s | .import __LOWCODE_LOAD__, __LOWCODE_RUN__
.import __DRIVECODE_LOAD__
.import __MAIN_LAST__
.include "../../core/kernal.i"
;
; This is the loader that loads and continues a Final Cartridge III disk
; backup. It is stored in the "FC" file along with the contents of memory
; til $0402. Most data is stored in a file "-FC... |
mitre-cyber-academy/2025-ectf-insecure-example | 22,719 | decoder/startup_firmware.S | /* YOU LIKELY DON'T NEED TO CHANGE THIS FILE */
/******************************************************************************
* Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associate... |
mitxela/clock4 | 13,494 | mk4-bootloader/Core/Startup/startup_stm32l476rctx.s | /**
******************************************************************************
* @file startup_stm32l476xx.s
* @author MCD Application Team
* @brief STM32L476xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
mitxela/clock4 | 10,302 | mk4-date/Core/Startup/startup_stm32l010c6tx.s | /**
******************************************************************************
* @file startup_stm32l010x6.s
* @author MCD Application Team
* @brief STM32L010x6 Devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... |
mitxela/clock4 | 13,494 | mk4-time/Core/Startup/startup_stm32l476rgtx.s | /**
******************************************************************************
* @file startup_stm32l476xx.s
* @author MCD Application Team
* @brief STM32L476xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
mitxela/musicbox | 9,423 | lib/src/cortexm3_macro.s | /*;******************** (C) COPYRIGHT 2007 STMicroelectronics ******************
;* File Name : cortexm3_macro.s
;* Author : MCD Application Team
;* Version : V1.0
;* Date : 10/08/2007
;* Description : Instruction wrappers for special Cortex-M3 instructions. ... |
mitxela/flash-synth | 12,883 | startup_stm32l432xx.s | /**
******************************************************************************
* @file startup_stm32l432xx.s
* @author MCD Application Team
* @brief STM32L432xx devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... |
mitxela/flash-synth | 21,541 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4s5xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l4s5xx.s
;* Author : MCD Application Team
;* Description : STM32L4S5xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 21,345 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l496xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l496xx.s
;* Author : MCD Application Team
;* Description : STM32L496xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 21,527 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r9xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l4r9xx.s
;* Author : MCD Application Team
;* Description : STM32L4R9xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 19,923 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l485xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l485xx.s
;* Author : MCD Application Team
;* Description : STM32L485xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 18,581 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l433xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l433xx.s
;* Author : MCD Application Team
;* Description : STM32L433xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 18,972 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l452xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l452xx.s
;* Author : MCD Application Team
;* Description : STM32L452xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 18,195 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l442xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l442xx.s
;* Author : MCD Application Team
;* Description : STM32L442xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 19,756 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l471xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l471xx.s
;* Author : MCD Application Team
;* Description : STM32L471xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 19,059 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l462xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l462xx.s
;* Author : MCD Application Team
;* Description : STM32L462xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 18,108 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l432xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l432xx.s
;* Author : MCD Application Team
;* Description : STM32L432xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 19,939 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l476xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l476xx.s
;* Author : MCD Application Team
;* Description : STM32L476xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 18,899 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l451xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l451xx.s
;* Author : MCD Application Team
;* Description : STM32L451xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 19,868 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l475xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l475xx.s
;* Author : MCD Application Team
;* Description : STM32L475xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 18,422 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l431xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l431xx.s
;* Author : MCD Application Team
;* Description : STM32L431xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 21,440 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r5xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l4r5xx.s
;* Author : MCD Application Team
;* Description : STM32L4R5xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 21,541 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4s7xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l4s7xx.s
;* Author : MCD Application Team
;* Description : STM32L4S7xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 21,440 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r7xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l4r7xx.s
;* Author : MCD Application Team
;* Description : STM32L4R7xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 21,628 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4s9xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l4s9xx.s
;* Author : MCD Application Team
;* Description : STM32L4S9xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 18,668 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l443xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l443xx.s
;* Author : MCD Application Team
;* Description : STM32L443xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 20,011 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l486xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l486xx.s
;* Author : MCD Application Team
;* Description : STM32L486xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 21,438 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4a6xx.s | ;********************** COPYRIGHT(c) 2017 STMicroelectronics ******************
;* File Name : startup_stm32l4a6xx.s
;* Author : MCD Application Team
;* Description : STM32L4A6xx Ultra Low Power devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
mitxela/flash-synth | 15,607 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4s5xx.s | /**
******************************************************************************
* @file startup_stm32l4s5xx.s
* @author MCD Application Team
* @brief STM32L4S5xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
mitxela/flash-synth | 15,650 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l496xx.s | /**
******************************************************************************
* @file startup_stm32l496xx.s
* @author MCD Application Team
* @brief STM32L496xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
mitxela/flash-synth | 15,591 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4r9xx.s | /**
******************************************************************************
* @file startup_stm32l4r9xx.s
* @author MCD Application Team
* @brief STM32L4R9xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
mitxela/flash-synth | 14,757 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l485xx.s | /**
******************************************************************************
* @file startup_stm32l485xx.s
* @author MCD Application Team
* @brief STM32L485xx devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... |
mitxela/flash-synth | 13,353 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l433xx.s | /**
******************************************************************************
* @file startup_stm32l433xx.s
* @author MCD Application Team
* @brief STM32L433xx devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... |
mitxela/flash-synth | 13,681 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l452xx.s | /**
******************************************************************************
* @file startup_stm32l452xx.s
* @author MCD Application Team
* @brief STM32L452xx devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... |
mitxela/flash-synth | 12,913 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l442xx.s | /**
******************************************************************************
* @file startup_stm32l442xx.s
* @author MCD Application Team
* @brief STM32L442xx devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... |
mitxela/flash-synth | 14,587 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l471xx.s | /**
******************************************************************************
* @file startup_stm32l471xx.s
* @author MCD Application Team
* @brief STM32L471xx devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... |
mitxela/flash-synth | 13,761 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l462xx.s | /**
******************************************************************************
* @file startup_stm32l462xx.s
* @author MCD Application Team
* @brief STM32L462xx devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... |
mitxela/flash-synth | 12,833 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l432xx.s | /**
******************************************************************************
* @file startup_stm32l432xx.s
* @author MCD Application Team
* @brief STM32L432xx devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... |
mitxela/flash-synth | 14,753 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l476xx.s | /**
******************************************************************************
* @file startup_stm32l476xx.s
* @author MCD Application Team
* @brief STM32L476xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
mitxela/flash-synth | 13,600 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l451xx.s | /**
******************************************************************************
* @file startup_stm32l451xx.s
* @author MCD Application Team
* @brief STM32L451xx devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... |
mitxela/flash-synth | 14,677 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l475xx.s | /**
******************************************************************************
* @file startup_stm32l475xx.s
* @author MCD Application Team
* @brief STM32L475xx devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... |
mitxela/flash-synth | 13,192 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l431xx.s | /**
******************************************************************************
* @file startup_stm32l431xx.s
* @author MCD Application Team
* @brief STM32L431xx devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... |
mitxela/flash-synth | 15,512 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4r5xx.s | /**
******************************************************************************
* @file startup_stm32l4r5xx.s
* @author MCD Application Team
* @brief STM32L4R5xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
mitxela/flash-synth | 15,607 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4s7xx.s | /**
******************************************************************************
* @file startup_stm32l4s7xx.s
* @author MCD Application Team
* @brief STM32L4S7xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
mitxela/flash-synth | 15,512 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4r7xx.s | /**
******************************************************************************
* @file startup_stm32l4r7xx.s
* @author MCD Application Team
* @brief STM32L4R7xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
mitxela/flash-synth | 15,686 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4s9xx.s | /**
******************************************************************************
* @file startup_stm32l4s9xx.s
* @author MCD Application Team
* @brief STM32L4S9xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
mitxela/flash-synth | 13,433 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l443xx.s | /**
******************************************************************************
* @file startup_stm32l443xx.s
* @author MCD Application Team
* @brief STM32L443xx devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... |
mitxela/flash-synth | 14,837 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l486xx.s | /**
******************************************************************************
* @file startup_stm32l486xx.s
* @author MCD Application Team
* @brief STM32L486xx devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... |
mitxela/flash-synth | 15,750 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/gcc/startup_stm32l4a6xx.s | /**
******************************************************************************
* @file startup_stm32l4a6xx.s
* @author MCD Application Team
* @brief STM32L4A6xx devices vector table GCC toolchain.
* This module performs:
* - Set the initial SP
* - S... |
mitxela/flash-synth | 24,055 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4s5xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l4s5xx.s
;* Author : MCD Application Team
;* Description : STM32L4S5xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 23,919 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l496xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l496xx.s
;* Author : MCD Application Team
;* Description : STM32L496xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 24,028 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4r9xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l4r9xx.s
;* Author : MCD Application Team
;* Description : STM32L4R9xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 22,100 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l485xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l485xx.s
;* Author : MCD Application Team
;* Description : STM32L485xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 19,980 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l433xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l433xx.s
;* Author : MCD Application Team
;* Description : STM32L433xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 20,532 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l452xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l452xx.s
;* Author : MCD Application Team
;* Description : STM32L452xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 19,357 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l442xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l442xx.s
;* Author : MCD Application Team
;* Description : STM32L442xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 21,847 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l471xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l471xx.s
;* Author : MCD Application Team
;* Description : STM32L471xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 20,661 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l462xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l462xx.s
;* Author : MCD Application Team
;* Description : STM32L462xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 19,228 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l432xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l432xx.s
;* Author : MCD Application Team
;* Description : STM32L432xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 22,105 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l476xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l476xx.s
;* Author : MCD Application Team
;* Description : STM32L476xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 20,417 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l451xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l451xx.s
;* Author : MCD Application Team
;* Description : STM32L451xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 21,987 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l475xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l475xx.s
;* Author : MCD Application Team
;* Description : STM32L475xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 19,739 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l431xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l431xx.s
;* Author : MCD Application Team
;* Description : STM32L431xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 23,902 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4r5xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l4r5xx.s
;* Author : MCD Application Team
;* Description : STM32L4R5xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 24,048 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4s7xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l4s7xx.s
;* Author : MCD Application Team
;* Description : STM32L4S7xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 23,902 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4r7xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l4r7xx.s
;* Author : MCD Application Team
;* Description : STM32L4R7xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 24,174 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4s9xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l4s9xx.s
;* Author : MCD Application Team
;* Description : STM32L4S9xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 20,109 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l443xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l443xx.s
;* Author : MCD Application Team
;* Description : STM32L443xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 22,226 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l486xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l486xx.s
;* Author : MCD Application Team
;* Description : STM32L486xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mitxela/flash-synth | 24,080 | Drivers/CMSIS/Device/ST/STM32L4xx/Source/Templates/iar/startup_stm32l4a6xx.s | ;/********************* COPYRIGHT(c) 2017 STMicroelectronics ********************
;* File Name : startup_stm32l4a6xx.s
;* Author : MCD Application Team
;* Description : STM32L4A6xx Ultra Low Power Devices vector
;* This module performs:
;* - Set the ... |
mkilgore/protura | 3,603 | arch/x86/boot/boot_multiboot.S | /*
* Copyright (C) 2014 Matt Kilgore
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License v2 as published by the
* Free Software Foundation.
*/
#include <protura/multiboot.h>
#include <protura/multiboot2.h>
#include <arch/paging.h>
#inclu... |
mkilgore/protura | 1,665 | arch/x86/kernel/ksetjmp.S | #
# Copyright (C) 2019 Matt Kilgore
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License v2 as published by the
# Free Software Foundation.
#
# These are implements of `setjmp` and `longjmp` for use in the kernel
# The primary usecase is `ktest... |
mlc-ai/relax | 5,994 | src/runtime/hexagon/profiler/lwp_handler.S | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
mlugg/zig-build-workshop | 15,839 | solutions/04/zlib-1.3.1/contrib/gcc_gvmat64/gvmat64.S | /*
;uInt longest_match_x64(
; deflate_state *s,
; IPos cur_match); // current match
; gvmat64.S -- Asm portion of the optimized longest_match for 32 bits x86_64
; (AMD64 on Athlon 64, Opteron, Phenom
; and Intel EM64T on Pentium 4 with EM64T, Pentium D, Core 2 Duo, Core I5/I7)
;... |
virgill1974/Alcatraz-Soil | 4,326 | Alcatraz-Soil-project/support/gcc8_a_support.s | .cfi_sections .debug_frame
.text
.type __mulsi3, function
.globl __mulsi3
__mulsi3:
.cfi_startproc
movew sp@(4), d0 /* x0 -> d0 */
muluw sp@(10), d0 /* x0*y1 */
movew sp@(6), d1 /* x1 -> d1 */
muluw sp@(8), d1 /* x1*y0 */
addw d1, d0
swap d0
clrw d0
movew sp@(6), d1 /* x1 -> d1 */
muluw sp@(10), d1 /* x1*... |
virjarRatel/ratel-core | 2,863 | container-runtime-repkg/src/main/cpp/arthook/arch/arm64.S | #include "arch/arch_base.h"
/**
*
//aarch64 ART 寄存器使用策略
// Method register on invoke.
// 储存正在调用的代码
static const vixl::aarch64::Register kArtMethodRegister = vixl::aarch64::x0;
//参数传递
static const vixl::aarch64::Register kParameterCoreRegisters[] = {
vixl::aarch64::x1,
vixl::aarch64::x2,
vixl::aarch64::x3,
v... |
virjarRatel/ratel-core | 2,311 | container-runtime-repkg/src/main/cpp/arthook/arch/arm32.S | #include "arch/arch_base.h"
#if defined(__arm__)
#define Reg0 ip
//need restore
#define RegT ip
#define RegMethod r0
FUNCTION_START(REPLACEMENT_HOOK_TRAMPOLINE)
ldr RegMethod, addr_art_method
ldr Reg0, addr_code_entry
ldr pc, [Reg0]
addr_art_method:
.long 0
addr_code_entry:
.long 0
FUNCTION_END(R... |
virtualabs/radiobit | 3,775 | micropython/source/lib/neopixelsend.s | /*
Portions of this code based on code provided under MIT license from Microsoft
https://github.com/Microsoft/pxt-ws2812b
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated docu... |
virtualsecureplatform/kvsp | 6,565 | examples/mitou.s | .global main
main:
lsi a1, 2
li a2, 2+377
lsi a3, -1
loop:
lw a0, 0(a1)
xor2 a0, a3 # not a0
sw a0, 0(a1)
addi2 a1, 2
blt a1, a2, loop
hlt
.rodata
.byte 0b00000000
.byte 0b00000000
.byte 0b00000000
.byte 0b00000000
.byte 0b00000000
.byte 0b00000000
.byte 0b00000000
.byte 0b00000000
.byte 0b00000000
.byte 0b000... |
virtualsecureplatform/TFHEpp | 7,960 | thirdparties/spqlios/spqlios-fft-fma.s | .file "spqlios-fft-avx.s"
#if !__APPLE__
.section .note.GNU-stack,"",%progbits
#endif
.text
.p2align 4
#if !__APPLE__
.globl fft
.type fft, @function
fft:
#else
.globl _fft
_fft:
#endif
//c has size n/2
//void fft(const void* tables, double* c) {
// FFT_PRECOMP* fft_tables = (FFT_PRECOMP*) tables;
// cons... |
virtualsecureplatform/TFHEpp | 9,907 | thirdparties/spqlios/spqlios-fft-avx512.s | .file "spqlios-fft-avx2.s"
#if !__APPLE__
.section .note.GNU-stack,"",%progbits
#endif
.text
.p2align 4
#if !__APPLE__
.globl fft
.type fft, @function
fft:
#else
.globl _fft
_fft:
#endif
//c has size n/2
//void fft(const void* tables, double* c) {
// FFT_PRECOMP* fft_tables = (FFT_PRECOMP*) tables;
// con... |
virtualsecureplatform/TFHEpp | 7,941 | thirdparties/spqlios/spqlios-fft-avx.s | .file "spqlios-fft-avx.s"
#if !__APPLE__
.section .note.GNU-stack,"",%progbits
#endif
.text
.p2align 4
#if !__APPLE__
.globl fft
.type fft, @function
fft:
#else
.globl _fft
_fft:
#endif
//c has size n/2
//void _fft(const void* tables, double* c) {
// FFT_PRECOMP* fft_tables = (FFT_PRECOMP*) tables;
// con... |
virtualsecureplatform/TFHEpp | 7,700 | thirdparties/spqlios/spqlios-fft-unaligned.s | //c has size n/2
//void fft(const void* tables, double* c) {
.globl fft
fft:
// FFT_PRECOMP* fft_tables = (FFT_PRECOMP*) tables;
// const int32_t n = fft_tables->n;
// const double* trig_tables = fft_tables->trig_tables;
/* Save registers */
pushq %r10
pushq %r11
pushq %r12
pushq ... |
virtualsecureplatform/TFHEpp | 8,810 | thirdparties/spqlios/spqlios-ifft-unaligned.s | //typedef struct {
// uint64_t n;
// double* trig_tables;
//} IFFT_PRECOMP;
/*
* Storage usage:
* Bytes Location Description
* 8 rcx Loop counter
* 8 rdx Size of FFT (i.e. number of elements in the vector) (a power of 2), constant
* 8 rdi Base of real compone... |
virtualsecureplatform/TFHEpp | 9,729 | thirdparties/spqlios/spqlios-ifft-avx512.s | .file "spqlios-ifft-avx.s"
#if !__APPLE__
.section .note.GNU-stack,"",%progbits
#endif
.text
.p2align 4
#if !__APPLE__
.globl ifft
.type ifft, @function
ifft:
#else
.globl _ifft
_ifft:
#endif
//typedef struct {
// uint64_t n;
// double* trig_tables;
//} IFFT_PRECOMP;
/* void _ifft(const void *tables, do... |
virtualsecureplatform/TFHEpp | 8,015 | thirdparties/spqlios/spqlios-ifft-avx.s | .file "spqlios-ifft-avx.s"
#if !__APPLE__
.section .note.GNU-stack,"",%progbits
#endif
.text
.p2align 4
#if !__APPLE__
.globl ifft
.type ifft, @function
ifft:
#else
.globl _ifft
_ifft:
#endif
//typedef struct {
// uint64_t n;
// double* trig_tables;
//} IFFT_PRECOMP;
/* void _ifft(const void *tables, do... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.