repo_id
string
size
int64
file_path
string
content
string
Ang-YC/wx-voice
3,883
silk/src/SKP_Silk_lin2log_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
Ang-YC/wx-voice
3,256
silk/src/SKP_Silk_clz_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
Ang-YC/wx-voice
47,507
silk/src/SKP_Silk_MA_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
Ang-YC/wx-voice
8,030
silk/src/SKP_Silk_array_maxabs_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
Ang-YC/wx-voice
5,346
silk/src/SKP_Silk_schur64_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
Ang-YC/wx-voice
9,351
silk/src/SKP_Silk_resampler_rom_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
Ang-YC/wx-voice
3,613
silk/src/SKP_Silk_resampler_private_ARMA4_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
Ang-YC/wx-voice
3,431
silk/src/SKP_Silk_sum_sqr_shift_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
Ang-YC/wx-voice
3,588
silk/src/SKP_Silk_allpass_int_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
Ang-YC/wx-voice
4,293
silk/src/SKP_Silk_resampler_private_up2_HQ_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
Ang-YC/wx-voice
3,460
silk/src/SKP_Silk_resampler_down2_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
Ang-YC/wx-voice
15,326
silk/src/SKP_Silk_inner_prod_aligned_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
Ang-YC/wx-voice
3,564
silk/src/SKP_Silk_resampler_private_IIR_FIR_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
Ang-YC/wx-voice
2,966
silk/src/SKP_Silk_sigm_Q15_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
Ang-YC/wx-voice
5,894
silk/src/SKP_Silk_ana_filt_bank_1_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
anholt/mesa
16,580
src/mesa/sparc/norm.S
#include "sparc_matrix.h" .register %g2, #scratch .register %g3, #scratch .text #ifdef __arch64__ #define STACK_VAR_OFF (2047 + (8 * 16)) #else #define STACK_VAR_OFF (4 * 16) #endif /* Newton-Raphson approximation turns out to be slower * (and less accurate) than direct fsqrts/fdivs. */ #define ONE_DOT_ZER...
anholt/mesa
34,602
src/mesa/sparc/xform.S
/* TODO * * 1) It would be nice if load/store double could be used * at least for the matrix parts. I think for the matrices * it is safe, but for the vertices it probably is not due to * things like glInterleavedArrays etc. * * UPDATE: Trying this now in sparc_matrix.h -DaveM_990624 * ...
anholt/mesa
5,893
src/mesa/sparc/sparc_clip.S
/* * Clip testing in SPARC assembly */ #if __arch64__ #define LDPTR ldx #define V4F_DATA 0x00 #define V4F_START 0x08 #define V4F_COUNT 0x10 #define V4F_STRIDE 0x14 #define V4F_SIZE 0x18 #define V4F_FLAGS 0x1c #else #define LDPTR ld #define V4F_DATA 0x00 #define V4F_START 0x04 #define V4F_COUNT 0x08 #define V4F_STR...
anholt/mesa
14,142
src/mesa/x86-64/xform4.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2007 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without l...
anholt/mesa
17,064
src/mesa/x86/mmx_blend.S
; /* * Written by Jos� Fonseca <j_r_fonseca@yahoo.co.uk> */ #ifdef USE_MMX_ASM #include "assyntax.h" #include "matypes.h" /* integer multiplication - alpha plus one * * makes the following approximation to the division (Sree) * * rgb*a/255 ~= (rgb*(a+1)) >> 256 * * which is the fastest method that satisfi...
anholt/mesa
13,225
src/mesa/x86/read_rgba_span_x86.S
/* * (C) Copyright IBM Corporation 2004 * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * on the rights to us...
anholt/mesa
5,365
src/mesa/x86/common_x86_asm.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without l...
anholt/mesa
18,675
src/mesa/x86/3dnow_xform3.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without ...
anholt/mesa
13,724
src/mesa/x86/x86_xform3.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without ...
anholt/mesa
13,724
src/mesa/x86/3dnow_xform1.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without ...
anholt/mesa
14,337
src/mesa/x86/sse_xform2.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without ...
anholt/mesa
8,918
src/mesa/x86/x86_cliptest.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without ...
anholt/mesa
15,808
src/mesa/x86/3dnow_xform2.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without ...
anholt/mesa
13,318
src/mesa/x86/sse_xform1.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without ...
anholt/mesa
7,706
src/mesa/x86/sse_normal.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without ...
anholt/mesa
12,029
src/mesa/x86/x86_xform2.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without ...
anholt/mesa
19,586
src/mesa/x86/3dnow_xform4.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without ...
anholt/mesa
14,636
src/mesa/x86/x86_xform4.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without ...
anholt/mesa
15,809
src/mesa/x86/sse_xform3.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without ...
anholt/mesa
7,012
src/mesa/x86/sse_xform4.S
/* * Mesa 3-D graphics library * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without ...
anikau31/systemc-clang
1,884
tests-old/esp1-tlm2-or1ksim-examples-2.0/progs-or32/start.s
# Bootloader for OpenRISC test programs. # Copyright (C) 2008, 2010 Embecosm Limited # Contributor Jeremy Bennett <jeremy.bennett@embecosm.com> # This file is part of the example programs for "Building a Loosely Timed SoC # Model with OSCI TLM 2.0" # This program is free software; you can redistribute it and/or mod...
Aniket965/Hello-world
1,156
Assembly/helloworld_arm.S
msg: .ascii "Hello, World!\n" len = . - msg .text ...
animetosho/jit_smc_test
3,977
jump.s
.text .globl jmp32k .align 64 jmp32k: .macro jmp32sect i jmp jmp32k_\i .align 64 jmp32k_\i : .endm .macro jmp32_1k j jmp32sect 10\j jmp32sect 11\j jmp32sect 12\j jmp32sect 13\j jmp32sect 14\j jmp32sect 15\j jmp32sect 16\j jmp32sect 17\j jmp32sect 18\j jmp32sect 19\j jmp32sect 20\j jmp32...
anjo76/angelscript
5,501
sdk/angelscript/source/as_callfunc_riscv64_gcc.S
// // AngelCode Scripting Library // Copyright (c) 2024 Andreas Jonsson // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any // damages arising from the use of this software. // // Permission is granted to anyone to use this softw...
anjo76/angelscript
3,821
sdk/angelscript/source/as_callfunc_x64_msvc_clang.S
# AngelCode Scripting Library # Copyright (c) 2003-2025 Andreas Jonsson # # This software is provided 'as-is', without any express or implied # warranty. In no event will the authors be held liable for any # damages arising from the use of this software. # # Permission is granted to anyone to use this softwar...
anjo76/angelscript
5,239
sdk/angelscript/source/as_callfunc_arm64_xcode.S
// // AngelCode Scripting Library // Copyright (c) 2020-2024 Andreas Jonsson // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any // damages arising from the use of this software. // // Permission is granted to anyone to use this ...
anjo76/angelscript
5,497
sdk/angelscript/source/as_callfunc_arm64_gcc.S
// // AngelCode Scripting Library // Copyright (c) 2020-2024 Andreas Jonsson // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any // damages arising from the use of this software. // // Permission is granted to anyone to use this ...
anjo76/angelscript
15,854
sdk/angelscript/source/as_callfunc_arm_vita.S
/* AngelCode Scripting Library Copyright (c) 2003-2015 Andreas Jonsson This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any...
anjo76/angelscript
6,718
sdk/angelscript/source/as_callfunc_arm_xcode.S
/* AngelCode Scripting Library Copyright (c) 2003-2015 Andreas Jonsson This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any...
anjo76/angelscript
4,921
sdk/angelscript/source/as_callfunc_e2k.S
// // AngelCode Scripting Library // Copyright (c) 2025 Andreas Jonsson // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any // damages arising from the use of this software. // // Permission is granted to anyone to use this softw...
anjo76/angelscript
26,629
sdk/angelscript/source/as_callfunc_arm_gcc.S
/* AngelCode Scripting Library Copyright (c) 2003-2020 Andreas Jonsson This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any...
AnnoyedArt1256/furSPC
4,502
src/init.s
.p816 .export resetstub .import main, nmi_handler, __ZEROPAGE_RUN__ .smart ; Mask off low byte to allow use of $000000-$00000F as local variables ZEROPAGE_BASE := __ZEROPAGE_RUN__ & $FF00 ; Make sure these conform to the linker script (e.g. lorom256.cfg). STACK_BASE := $0100 STACK_SIZE = $0100 LAST_STACK_...
AnnoyedArt1256/furSPC
31,667
src/spcimage.s
.setcpu "none" .include "spc-65c02.inc" .define loop_pattern_num 0 .define porta_once 1 .define SLIDE_SPEED 0 ; 0: legacy method ; 1: non-legacy (MORE ACCURATE) method (still non-linear though) .define SLIDE_METHOD 1 .define chnum 8 .macro decx addr pha lda addr, x dec a sta addr, x pla .endmacro .macro incx...
AnnoyedArt1256/furSPC
1,223
src/spcheader.s
; ; This file contains the metadata for an SPC700 save state file, as ; used by Super NES music players for PC. It is not used at all in ; the .sfc file. ; .import spc_entry HAS_TITLE = 1 .segment "SPCHEADER" spcheaderstart: .byte "SNES-SPC700 Sound File Data v0.30", 26, 26 .if HAS_TITLE .byte 26 .else ...
AnnoyedArt1256/furSPC
2,790
src/blarggapu.s
; High-level interface to SPC-700 bootloader ; Originally by "blargg" (Shay Green) ; https://wiki.superfamicom.org/how-to-write-to-dsp-registers-without-any-spc-700-code ; ; 1. Call spc_wait_boot ; 2. To upload data: ; A. Call spc_begin_upload ; B. Call spc_upload_byte any number of times ; C. Go back...
AnoushkaTripathi/DIR_V_HACKATHON
4,070
preproc.S
load_gp: auipc gp,0x2 addi gp,gp,1210 # 12808 <__global_pointer$> ret nop flatten_row: addi sp,sp,-48 sw ra,44(sp) sw s0,40(sp) addi s0,sp,48 sw a0,-36(s0) sw a1,-40(s0) sw zero,-20(s0) sw zero,-24(s0) j 10424 <flatten_row+0x70> sw zero,-28(s0) j 10410 <flatten_row+0x5c> lw a5,-24(s0) slli a5,a5,0x1 l...
AnoushkaTripathi/DIR_V_HACKATHON
7,389
pre_processing.S
flatten_row: addi sp,sp,-48 sw ra,44(sp) sw s0,40(sp) addi s0,sp,48 sw a0,-36(s0) sw a1,-40(s0) sw zero,-20(s0) .LBB2: sw zero,-24(s0) j 70 <.L2> .L5: sw zero,-28(s0) j 5c <.L3> ...
AnoushkaTripathi/DIR_V_HACKATHON
2,337
FINAL_PP_Draft.S
.globl main .data errMsg: .asciz "You must include at least one argument\n" buf: .space 512 .text # Flatten a row of a 2D array and store it in a 1D array flatten_row: addi sp, sp, -16 sw ra, 12(sp) sw s0, 8(sp) mv s0, sp li t0, 0 loop1: li t1,...
ansocket/LoRa-LabKit
15,998
src/startup/startup_stm32wle5xx.s
/** ****************************************************************************** * @file startup_stm32wle5xx.s * @author MCD Application Team * @brief STM32WLE5xx devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
ansocket/LoRa-LabKit
11,086
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/iar/startup_stm32wl5mxx_cm0plus.s
;******************************************************************************** ;* File Name : startup_stm32wl5mxx_cm0plus.s ;* Author : MCD Application Team ;* Description : MO+ core vector table of the STM32WLxxxx devices for the ;* IAR (EWARM) toolchain. ;* ;* ...
ansocket/LoRa-LabKit
11,086
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/iar/startup_stm32wl55xx_cm0plus.s
;******************************************************************************** ;* File Name : startup_stm32wl55xx_cm0plus.s ;* Author : MCD Application Team ;* Description : MO+ core vector table of the STM32WLxxxx devices for the ;* IAR (EWARM) toolchain. ;* ;* ...
ansocket/LoRa-LabKit
11,086
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/iar/startup_stm32wl54xx_cm0plus.s
;******************************************************************************** ;* File Name : startup_stm32wl54xx_cm0plus.s ;* Author : MCD Application Team ;* Description : MO+ core vector table of the STM32WLxxxx devices for the ;* IAR (EWARM) toolchain. ;* ;* ...
ansocket/LoRa-LabKit
17,546
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/iar/startup_stm32wl5mxx_cm4.s
;******************************************************************************** ;* File Name : startup_stm32wl5mxx_cm4.s ;* Author : MCD Application Team ;* Description : M4 core vector table of the STM32WLxxxx devices for the ;* IAR (EWARM) toolchain. ;* ;* ...
ansocket/LoRa-LabKit
17,546
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/iar/startup_stm32wl55xx_cm4.s
;******************************************************************************** ;* File Name : startup_stm32wl55xx_cm4.s ;* Author : MCD Application Team ;* Description : M4 core vector table of the STM32WLxxxx devices for the ;* IAR (EWARM) toolchain. ;* ;* ...
ansocket/LoRa-LabKit
17,546
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/iar/startup_stm32wl54xx_cm4.s
;******************************************************************************** ;* File Name : startup_stm32wl54xx_cm4.s ;* Author : MCD Application Team ;* Description : M4 core vector table of the STM32WLxxxx devices for the ;* IAR (EWARM) toolchain. ;* ;* ...
ansocket/LoRa-LabKit
17,064
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/iar/startup_stm32wle5xx.s
;******************************************************************************** ;* File Name : startup_stm32wle5xx.s ;* Author : MCD Application Team ;* Description : M4 core vector table of the STM32WLxxxx devices for the ;* IAR (EWARM) toolchain. ;* ;* ...
ansocket/LoRa-LabKit
17,064
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/iar/startup_stm32wle4xx.s
;******************************************************************************** ;* File Name : startup_stm32wle4xx.s ;* Author : MCD Application Team ;* Description : M4 core vector table of the STM32WLxxxx devices for the ;* IAR (EWARM) toolchain. ;* ;* ...
ansocket/LoRa-LabKit
10,476
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/gcc/startup_stm32wl5mxx_cm0plus.s
/** ****************************************************************************** * @file startup_stm32wl5mxx_cm0plus.s * @author MCD Application Team * @brief STM32WL55xx devices Cortex-M0+ vector table for GCC toolchain. * This module performs: * - Set the initial SP...
ansocket/LoRa-LabKit
10,476
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/gcc/startup_stm32wl55xx_cm0plus.s
/** ****************************************************************************** * @file startup_stm32wl55xx_cm0plus.s * @author MCD Application Team * @brief STM32WL55xx devices Cortex-M0+ vector table for GCC toolchain. * This module performs: * - Set the initial SP...
ansocket/LoRa-LabKit
10,476
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/gcc/startup_stm32wl54xx_cm0plus.s
/** ****************************************************************************** * @file startup_stm32wl54xx_cm0plus.s * @author MCD Application Team * @brief STM32WL54xx devices Cortex-M0+ vector table for GCC toolchain. * This module performs: * - Set the initial SP...
ansocket/LoRa-LabKit
16,268
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/gcc/startup_stm32wl5mxx_cm4.s
/** ****************************************************************************** * @file startup_stm32wl5mxx_cm4.s * @author MCD Application Team * @brief STM32WL55xx devices Cortex-M4 vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
ansocket/LoRa-LabKit
16,268
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/gcc/startup_stm32wl55xx_cm4.s
/** ****************************************************************************** * @file startup_stm32wl55xx_cm4.s * @author MCD Application Team * @brief STM32WL55xx devices Cortex-M4 vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
ansocket/LoRa-LabKit
16,268
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/gcc/startup_stm32wl54xx_cm4.s
/** ****************************************************************************** * @file startup_stm32wl54xx_cm4.s * @author MCD Application Team * @brief STM32WL54xx devices Cortex-M4 vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
ansocket/LoRa-LabKit
15,998
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/gcc/startup_stm32wle5xx.s
/** ****************************************************************************** * @file startup_stm32wle5xx.s * @author MCD Application Team * @brief STM32WLE5xx devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
ansocket/LoRa-LabKit
15,998
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/gcc/startup_stm32wle4xx.s
/** ****************************************************************************** * @file startup_stm32wle4xx.s * @author MCD Application Team * @brief STM32WLE4xx devices vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
ansocket/LoRa-LabKit
10,765
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/arm/startup_stm32wl5mxx_cm0plus.s
;******************************************************************************** ;* File Name : startup_stm32wl5mxx_cm0plus.s ;* Author : MCD Application Team ;* Description : STM32WL55xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
ansocket/LoRa-LabKit
10,765
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/arm/startup_stm32wl55xx_cm0plus.s
;******************************************************************************** ;* File Name : startup_stm32wl55xx_cm0plus.s ;* Author : MCD Application Team ;* Description : STM32WL55xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
ansocket/LoRa-LabKit
10,765
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/arm/startup_stm32wl54xx_cm0plus.s
;******************************************************************************** ;* File Name : startup_stm32wl54xx_cm0plus.s ;* Author : MCD Application Team ;* Description : STM32WL54xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
ansocket/LoRa-LabKit
16,431
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/arm/startup_stm32wl5mxx_cm4.s
;******************************************************************************** ;* File Name : startup_stm32wl5mxx_cm4.s ;* Author : MCD Application Team ;* Description : STM32WL55xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
ansocket/LoRa-LabKit
16,431
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/arm/startup_stm32wl55xx_cm4.s
;******************************************************************************** ;* File Name : startup_stm32wl55xx_cm4.s ;* Author : MCD Application Team ;* Description : STM32WL55xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
ansocket/LoRa-LabKit
16,431
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/arm/startup_stm32wl54xx_cm4.s
;******************************************************************************** ;* File Name : startup_stm32wl54xx_cm4.s ;* Author : MCD Application Team ;* Description : STM32WL54xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
ansocket/LoRa-LabKit
16,080
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/arm/startup_stm32wle5xx.s
;******************************************************************************** ;* File Name : startup_stm32wle5xx.s ;* Author : MCD Application Team ;* Description : STM32WLE5xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
ansocket/LoRa-LabKit
16,080
src/CMSIS/Device/ST/STM32WLxx/Source/Templates/arm/startup_stm32wle4xx.s
;******************************************************************************** ;* File Name : startup_stm32wle4xx.s ;* Author : MCD Application Team ;* Description : STM32WLE4xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
ANSSI-FR/SecAESSTM32
92,686
src/aes/affine_aes.S
/* AES-128 Encryption first order masking * v1.0: Affine version of AES (encryption and decryption), only 128 bit keys are supported. * Two random bytes (rin and rout) are used during the subbyte operation (constant for an encryption). * State2 is 16 different random bytes that are different for each round ShiftRows an...
ANSSI-FR/SecAESSTM32
18,082
src/stm32discovery_F407/startup_stm32f4xx.s
.syntax unified .cpu cortex-m4 .fpu softvfp .thumb .global g_pfnVectors .global Default_Handler .global g_BaseAddress .global g_StackAddress .word _sidata /* start address for the initialization values of the .data section. (defined in linker script) */ .word _sdata /* start add...
ANSSI-FR/SecAESSTM32
9,269
keil/RTE/Device/ARMCM4/startup_ARMCM4.s
;/**************************************************************************//** ; * @file startup_ARMCM4.s ; * @brief CMSIS Core Device Startup File for ; * ARMCM4 Device Series ; * @version V5.00 ; * @date 02. March 2016 ; *************************************************************************...
ANSSI-FR/ctf
3,489
pwn-SecureVault/SecureVault.s
.arch armv5te .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 4 .eabi_attribute 34, 0 .eabi_attribute 18, 4 .file "chall.c" .text .align 2 .global logtime .syntax unified .arm .fpu softvfp .type log...
anthonix/ffts
29,446
src/neon_static.s
/* This file is part of FFTS -- The Fastest Fourier Transform in the South Copyright (c) 2016, Jukka Ojanen <jukka.ojanen@kolumbus.fi> Copyright (c) 2012, Anthony M. Blake <amb@anthonix.com> Copyright (c) 2012, The University of Waikato All rights reserved. Redistribution and use in source and binary forms, with o...
anthonix/ffts
10,753
src/vfp.s
/* This file is part of FFTS -- The Fastest Fourier Transform in the South Copyright (c) 2012, 2013 Anthony M. Blake <amb@anthonix.com> Copyright (c) 2012, 2013 The University of Waikato All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted pr...
anthonix/ffts
22,695
src/neon.s
/* This file is part of FFTS -- The Fastest Fourier Transform in the South Copyright (c) 2016, Jukka Ojanen <jukka.ojanen@kolumbus.fi> Copyright (c) 2012, Anthony M. Blake <amb@anthonix.com> Copyright (c) 2012, The University of Waikato All rights reserved. Redistribution and use in source and binary forms, with o...
Anthony-Mai/TinyTls
11,176
src/i386/platform.s
/****************************************************************************** * * Copyright © 2018-2019 Anthony Mai Mai_Anthony@hotmail.com. All Rights Reserved. * * This file is a part of the software package TinyTls, originally known as TinySsl. * This software is written by Anthony Mai and is provided under the te...
Anthony-Mai/TinyTls
7,674
src/arm/platform.s
/****************************************************************************** * * Copyright © 2018-2019 Anthony Mai Mai_Anthony@hotmail.com. All Rights Reserved. * * This file is a part of the software package TinyTls, originally known as TinySsl. * This software is written by Anthony Mai and is provided under the te...
Anthony-Mai/TinyTls
9,826
src/arm64/platform.s
/****************************************************************************** * * Copyright © 2018-2019 Anthony Mai Mai_Anthony@hotmail.com. All Rights Reserved. * * This file is a part of the software package TinyTls, originally known as TinySsl. * This software is written by Anthony Mai and is provided under the te...
Anthony-Mai/TinyTls
9,297
src/x86_64/platform.s
/****************************************************************************** * * Copyright © 2018-2019 Anthony Mai Mai_Anthony@hotmail.com. All Rights Reserved. * * This file is a part of the software package TinyTls, originally known as TinySsl. * This software is written by Anthony Mai and is provided under the te...
antlr/grammars-v4
6,710
asm/pdp7/examples/ed2.s
"** 08-rest.pdf page 21 "[handwritten page number top right of scan - 14] " ed2 cs: jms getsc; tal sad o40 jmp cs sad o12 jmp error dac delim jms compile lac tbufp dac tal1 1: jms getsc; tal sad delim jmp 1f sad o12 jmp error jms putsc; tal1 jmp 1b 1: lac o12 jms p...
antlr/grammars-v4
14,681
asm/pdp7/examples/db.s
" db "** pages 2-21 of 07-13-19.pdf " Usage: db [ corefile [ namelist ] ] narg = ..+07777 lac i narg sad d4 jmp start " no args lac narg tad d5 " pointer to first arg dac rcorep dac wcorep lac i narg sad d8 " one arg? jmp start " yes: start sad d12 " two args? skp ...
antlr/grammars-v4
2,642
asm/pdp7/examples/wktcat.s
" Warren's cat program: cat [arg1 arg2 ...] main: " Load the pointer pointer in 017777 to see if we have any arguments lac 017777 i sad d4 " Skip if we have more than four argument words jmp stdinout " Only four argument words, so no arguments lac 017777 " Move five words past the argument...
antlr/grammars-v4
5,804
asm/pdp7/examples/init.s
" init -1 sys intrp jms init1 " Fork the first child connected to ttyin/ttyout jms init2 " Fork the second child connected to keyboard/display l: sys rmes " Wait for a child to exit sad pid1 jmp 1f " It was child 1, so jump to 1f and restart it sad pid2 jms init2 " It was child...
antlr/grammars-v4
3,664
asm/pdp7/examples/ops.s
" ops and system calls from as7; as.s has no initial symbol table " so this needs to be included in any assembly of user programs " "sys" has it's own sop.s which includes I/O instructions, but lacks " system call definitions, and lacks some instructions used in " commands but not in the kernel, so it can't have been ...
antlr/grammars-v4
9,990
asm/pdp7/examples/s6.s
"** 01-s1.pdf page 34 " s6 itrunc: 0 -7 " loop 7 times dac 9f+t " in t0 lac idskpp " pointer to inode block numbers dac 9f+t+1 " save in t1 1: " top of loop for inode blocks lac 9f+t+1 i " fetch next block number sna " allocated? jmp 4f " no lac i.flags " check flag...
antlr/grammars-v4
10,303
asm/pdp7/examples/s4.s
"** 01-s1.pdf page 21 " s4 " allocate a free disk block for a file (data or indirect) alloc: 0 -1 " decrement the count tad s.nfblks " of free blocks at s.fblks spa " any left? jmp 1f " no dac s.nfblks " Update the count of free block numbers tad fblksp " get pointer to last valid entry in ...
antlr/grammars-v4
4,620
asm/pdp7/examples/wktstat.s
" Warren's version of stat. stat file " Like ls -l, except that we don't print out the i-node main: lac 017777 i " Load the pointer pointer in 017777 sad d4 " to see if we have any arguments jmp nofiles " No arguments, stop now lac 017777 " Move five words past the argument word count tad...
antlr/grammars-v4
2,397
asm/pdp7/examples/chown.s
" chown: chown uid file [file file ...] " " uid is an octal number lac 017777 i " Have we got any arguments? sad d4 jmp error " No, give an error lac 017777 tad d4 " Skip past argc dac 8 " and save the ptr to the octal value at location 8 tad d1 " Why only 1 here? dac name " Save the fi...
antlr/grammars-v4
12,776
asm/pdp7/examples/ed1.s
"** 08-rest.pdf page 8 "[handwritten page number top right of scan - 1] " ed1 lac d1 sys write; 1f; 3 " say hello lac o17 sys creat; tname " create e.tmp for write spa sys save " dump core on error! dac sfo sys open; tname; 0 " open e.tmp for read spa sys save " dump core on error! ...
antlr/grammars-v4
6,042
asm/pdp7/examples/pblsd.s
" "lsd" -- phil's (minimal) "ls directory" " for UNIX-7 without "." links (requires a dirname argument) " adapted from warren's "historic version of ls" " Usage: lsd dirname " lsl dirname " " with "lsl" displays long listing: " inum [dcl-][r-][w-][r-][w-] nlink uid size name " with numbers in octal argptr=0...