max_stars_repo_path
stringlengths
3
255
max_stars_repo_name
stringlengths
5
116
max_stars_count
int64
0
107k
id
stringlengths
1
7
content
stringlengths
63
1.05M
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1719.asm
ljhsiun2/medusa
9
46972
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x156f4, %rbp nop nop nop nop xor %rsi, %rsi movl $0x61626364, (%rbp) cmp $5513, %r14 lea addresses_WC_ht+0xdb1c, %rbp cmp %rdx, %rdx movb (%rbp), %r14b xor $2346...
src/test/resources/data/potests/test27.asm
cpcitor/mdlz80optimizer
36
46973
<reponame>cpcitor/mdlz80optimizer ; Test case: making sure all type of comments are parsed correctly ld a,1 ; this should be optimized ld a,2 // this should be optimized too /* ld a,3 this line should be ignored */ { ld a,4 this line should be ignored too } ld a, /* in-line comment */ 5 ld (var), {another in-li...
stage2/src/protected.asm
cjsmeele/osdev
25
46974
;; \file ;; \brief Switch to protected mode and jump to a 32-bit entrypoint. ;; \author <NAME> ;; \copyright Copyright (c) 2015, <NAME>. All rights reserved. ;; \license MIT. See LICENSE for the full license text. [bits 16] global enterProtectedMode SECTION .data struc GdtEntry .limitLow: resw 1 .base...
PRACT0/_MBR/MBR_64MB/tpart.asm
so1h/so1
0
46975
<reponame>so1h/so1<filename>PRACT0/_MBR/MBR_64MB/tpart.asm .286 ifndef ??version ?debug macro endm publicdll macro name public name endm $comm macro name,dist,size,count comm dist name:BYTE:count*size endm else $comm macro name,dist,size,count comm dist name[size]:BYTE:count endm endif ?debug V 301h ?debug...
LibSource/mpir/mpn/x86_64w/broadwell/avx/iorn_n.asm
ekzyis/CrypTool-2
12
46976
; AVX mpn_iorn_n ; ; Copyright 2017 <NAME> ; ; This file is part of the MPIR Library. ; The MPIR Library is free software; you can redistribute it and/or modify ; it under the terms of the GNU Lesser General Public License as published ; by the Free Software Foundation; either version 2.1 of the License, or (at ;...
src/rle_depacker.asm
onslaught-demogroup/ons_paddo_music_disk
0
46977
<gh_stars>0 .align $100 /************************************************ Run equal-byte unpack (Screen) x: source data lo-byte y: source data hi-byte a: destination hi-byte *************************************************/ upk: stx upk_src + 1 sty upk_src + 2 sta upk_dst + 2 lda #$00 sta upk_dst + 1...
oeis/253/A253853.asm
neoneye/loda-programs
11
46978
<gh_stars>10-100 ; A253853: a(n) = 1 + a(n-2)*a(n-3), with a(0) = a(1) = a(2) = 1. ; Submitted by <NAME> ; 1,1,1,2,2,3,5,7,16,36,113,577,4069,65202,2347814,265306939,153082168429,622891345681347,40613761521380428832,95353557892558423217593864,25297960567233966143149250083396705,38726666604635103837752570663653380595318...
src/z3/randomizer/pendantcrystalhud.asm
SmolBig/alttp_sm_combo_randomizer_rom
0
46979
<gh_stars>0 ;================================================================================ ; Pendant / Crystal HUD Fix ;-------------------------------------------------------------------------------- ;CheckPendantHUD: ; LDA !HUD_FLAG : CMP.b #$40 ; check for hud flag instead ;RTL ;==================================...
Source/BootDebug/LowLevel.asm
FoxCutter/BootDebug
0
46980
<filename>Source/BootDebug/LowLevel.asm<gh_stars>0 .686P .MODEL FLAT .CODE SaveState MACRO pushad push gs push fs push ds push es ENDM RestoreState MACRO pop es pop ds pop fs pop gs popad ENDM ;extern "C" void SwapSelectors(uint32_t CodeSeg, uint32_t DataSeg); SwapSelectors PROC C mov ax, [esp + 8] m...
src/uefi/ArmPkg/Library/CompilerIntrinsicsLib/Arm/memmove.asm
kkennett/oscore.dev
1
46982
//------------------------------------------------------------------------------ // // Copyright (c) 2011-2014, ARM Limited. All rights reserved. // // This program and the accompanying materials // are licensed and made available under the terms and conditions of the BSD License // which accompanies this distribution....
samples/y.asm
Idorobots/asm
2
46983
<reponame>Idorobots/asm # Y combinator in ASM (var I (lambda (x) x)) (var M (lambda (x) (x x))) (var B (lambda (x) (lambda (y) (lambda (z) (x (y z)))))) (var B2 (lambda (x y) (lambda (z) (x (y z))))) (var B3 (lambda (x y z) (x (y z)))) (var L (lambd...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_1_150.asm
ljhsiun2/medusa
9
46984
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0xab69, %rsi nop nop add %rbp, %rbp mov (%rsi), %r12w nop nop nop nop nop inc %r12 lea addresses_UC_ht+0x15829, %r13 nop nop nop nop and %rbx, %rbx...
src/UtilsPrint.asm
gschizas/amstrad-diagnostics
60
46985
<filename>src/UtilsPrint.asm CharCR equ 13 CharLF equ 10 ; IN HL = address of string PrintString: ld a,(hl) inc hl or a ret z call PrintChar jr PrintString ; IN HL = address of string PrintStringWithPixels: ld a,(hl) inc hl or a ret z call PrintCharWithPixels jr PrintStringWithPixels ; IN ...
init.asm
nesdoug/SNES_00
11
46986
<filename>init.asm ;init code for SNES ;much borrowed from <NAME> ;some borrowed from Oziphantom .p816 .smart .segment "CODE" RESET: sei ; turn off IRQs clc xce ; turn off 6502 emulation mode rep #$38 ;AXY16 and clear decimal mode. ldx #$1fff txs ; set the stack pointer phk plb ;set b to curr...
programs/oeis/273/A273005.asm
jmorken/loda
1
46987
<filename>programs/oeis/273/A273005.asm ; A273005: Sum of coefficients in the hereditary representation of n in base 10. ; 0,1,2,3,4,5,6,7,8,9,2,3,4,5,6,7,8,9,10,11,3,4,5,6,7,8,9,10,11,12,4,5,6,7,8,9,10,11,12,13,5,6,7,8,9,10,11,12,13,14,6,7,8,9,10,11,12,13,14,15,7,8,9,10,11,12,13,14,15,16,8,9,10,11,12,13,14,15,16,17,9,...
programs/oeis/055/A055232.asm
karttu/loda
0
46988
<gh_stars>0 ; A055232: Expansion of (1+2*x+3*x^2)/((1-x)^3*(1-x^2)). ; 1,5,16,36,69,117,184,272,385,525,696,900,1141,1421,1744,2112,2529,2997,3520,4100,4741,5445,6216,7056,7969,8957,10024,11172,12405,13725,15136,16640,18241,19941,21744,23652,25669,27797,30040,32400 add $0,1 mov $2,$0 lpb $0,1 add $3,$2 lpb $2,1 ...
c2000/C2000Ware_1_00_06_00/libraries/dsp/FixedPoint/c28/source/CFFT32_win.asm
ramok/Themis_ForHPSDR
0
46989
;;############################################################################# ;;! \file source/CFFT32_win.asm ;;! ;;! \brief Complex FFT Windowing Function ;;! ;;! \date Jan 11, 2010 ;;! ;; ;; Group: C2000 ;; Target Family: C28x ;; ;;#################################################################...
unittests/ASM/Primary/Primary_A7_qword.asm
woachk/FEX
0
46991
<filename>unittests/ASM/Primary/Primary_A7_qword.asm %ifdef CONFIG { "RegData": { "RAX": "0x0200", "RDI": "0xE0000010", "RSI": "0xE0000008" }, "MemoryRegions": { "0x100000000": "4096" } } %endif mov rdx, 0xe0000000 mov rax, 0x0000000061626364 mov [rdx + 8 * 0], rax mov rax, 0x6162636465666768 ...
programs/oeis/078/A078832.asm
neoneye/loda
22
46992
<filename>programs/oeis/078/A078832.asm ; A078832: Smallest prime contained as binary substring in binary representation of n>1, a(1)=1. ; 1,2,3,2,2,2,3,2,2,2,2,2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2...
audio/music/unused/Radio/Kanto/Viridian, Pewter & Saffron Cities.asm
AtmaBuster/pokeplat-gen2-old
2
46994
Music_Cities1: dbw $C0, Music_Cities1_Ch1 dbw $01, Music_Cities1_Ch2 dbw $02, Music_Cities1_Ch3 dbw $03, Music_Cities1_Ch4 Music_Cities1_branch_aa6f: tempo 232 loopchannel 0, Music_Cities1_branch_aa79 Music_Cities1_Ch1: ; aa76 (2:6a76) tempo 144 Music_Cities1_branch_aa79: volume 119 vibrato 8, 36 dutycycle...
programs/oeis/064/A064808.asm
neoneye/loda
22
46995
; A064808: a(n) is the (n+1)st (n+2)-gonal number. ; 1,3,9,22,45,81,133,204,297,415,561,738,949,1197,1485,1816,2193,2619,3097,3630,4221,4873,5589,6372,7225,8151,9153,10234,11397,12645,13981,15408,16929,18547,20265,22086,24013,26049,28197,30460,32841,35343,37969,40722,43605,46621,49773,53064,56497,60075,63801,67678,7170...
libsrc/time/rcmx000/clock.asm
meesokim/z88dk
1
46996
<filename>libsrc/time/rcmx000/clock.asm ; ; RCM2/3000 clock() function ; ; -------- ; $Id: clock.asm,v 1.1 2007/02/28 11:23:24 stefano Exp $ ;; TODO: WRITE ME !!! use rtc in some way.. XLIB clock .clock ; 16436/7 word running backwards from 65535 to 32768 (bit 15 always set). ; It is reset by basic if running a ...
programs/oeis/000/A000125.asm
neoneye/loda
22
46998
; A000125: Cake numbers: maximal number of pieces resulting from n planar cuts through a cube (or cake): C(n+1,3)+n+1. ; 1,2,4,8,15,26,42,64,93,130,176,232,299,378,470,576,697,834,988,1160,1351,1562,1794,2048,2325,2626,2952,3304,3683,4090,4526,4992,5489,6018,6580,7176,7807,8474,9178,9920,10701,11522,12384,13288,14235,1...
src/main/zOS/org/omp/asm/app1/hellowa.asm
edge05/SampleApplication
0
46999
HelloWld CSECT STM 14,12,12(13) BALR 12,0 USING *,12 ST 13,SAVE+4 LA 13,SAVE WTO 'HELLO WORLD!' L 13,SAVE+4 LM 14,12,12(13) BR 14 SAVE DS ...
assembler/asm_example/test_pro_ins.asm
dpolad/dlx
1
47000
<reponame>dpolad/dlx addi r1, r0, #16384 addi r2, r0, #16384 nop nop nop nop addu r3, r2, r1 nop nop nop nop addui r4, r3, #1 addi r5, r0, #3 addi r6, r0, #-4 nop nop nop nop mult r7, r5, r6 addi r8, r0, #15 addi r9, r0, #15 nop nop nop nop seq r10, r9, r8 seqi r11, r9, #15 sgeu r12, r1, r9 sgeui r13, r9, #10 sgt r14, ...
oeis/170/A170005.asm
neoneye/loda-programs
11
47001
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A170005: Number of reduced words of length n in Coxeter group on 44 generators S_i with relations (S_i)^2 = (S_i S_j)^35 = I. ; 1,44,1892,81356,3498308,150427244,6468371492,278139974156,11960018888708,514280812214444,22114074925221092,950905221784506956,4088892453673379...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_3910_1295.asm
ljhsiun2/medusa
9
47002
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x16ef0, %rsi nop nop nop nop nop sub $11898, %r12 mov (%rsi), %r13 nop sub $40179, %r8 lea addresses_D_ht+0xdef0, %rsi nop nop cmp $37723, %r8 mov $0x6162636465666768, %r13 mo...
Source application Beck DK40/libs/clibV270/USB/usb10.asm
yassinehamouten/Gestion-acces
0
47003
<gh_stars>0 ;****************************************************************************** ; ; (c) 2006 by BECK IPC GmbH ; http://www.beck-ipc.com ; ;****************************************************************************** ; ; Module: usb10.asm ; Function: Dynamic linking of USB-API-Function usbDeviceInit(...
data/mapObjects/DiglettsCaveRoute11.asm
AmateurPanda92/pokemon-rby-dx
9
47004
<filename>data/mapObjects/DiglettsCaveRoute11.asm<gh_stars>1-10 DiglettsCaveRoute11_Object: db $7d ; border block db 3 ; warps warp 2, 7, 4, -1 warp 3, 7, 4, -1 warp 4, 4, 1, DIGLETTS_CAVE db 0 ; signs db 1 ; objects object SPRITE_GAMBLER, 2, 3, STAY, NONE, 1 ; person ; warp-to warp_to 2, 7, DIGLETTS_CAVE...
utils/serial.asm
AtomicRoland/AtomFpga
25
47005
DATA = $b500 STATUS = $b501 DIVIDER_LO = $b502 DIVIDER_HI = $b503 PORTC = $b002 HEXOUT = $f802 STROUT = $f7d1 CLOCK = 16000000 BAUD = 115200 DIVIDER = CLOCK / BAUD / 4 start = $80 mem = $82 ptr = $84 crc = $86 fcrc = $88 tmpa = $8a ...
oeis/160/A160363.asm
neoneye/loda-programs
11
47007
; A160363: Numerator of Hermite(n, 5/32). ; Submitted by <NAME> ; 1,5,-487,-7555,710257,19023925,-1723138295,-67057189075,5840441703905,303868454970725,-25393413096740615,-1682773554933815075,134601834786174068305,11011969895444230162325,-840849962859553447826455,-83138050024842009042677875,6042037464637160434093785025...
programs/oeis/327/A327860.asm
neoneye/loda
22
47009
<reponame>neoneye/loda<gh_stars>10-100 ; A327860: a(n) = A003415(A276086(n)). ; 0,1,1,5,6,21,1,7,8,31,39,123,10,45,55,185,240,705,75,275,350,1075,1425,3975,500,1625,2125,6125,8250,22125,1,9,10,41,51,165,12,59,71,247,318,951,95,365,460,1445,1905,5385,650,2175,2825,8275,11100,30075,4125,12625,16750,46625,63375,166125,14,...
programs/oeis/145/A145849.asm
ckrause/cm
22
47011
<reponame>ckrause/cm<gh_stars>10-100 ; A145849: a(n) = A145812(2n-1). ; 1,9,33,41,129,137,161,169,513,521,545,553,641,649,673,681,2049,2057,2081,2089,2177,2185,2209,2217,2561,2569,2593,2601,2689,2697,2721,2729,8193,8201,8225,8233,8321,8329,8353,8361,8705,8713,8737,8745,8833,8841,8865,8873,10241,10249,10273,10281,10369,...
TestRoms/LinkTest/Graphics/TextTiles.asm
Pegmode/GB2Twitter
4
47012
<filename>TestRoms/LinkTest/Graphics/TextTiles.asm ; EXPORT.Z80 ; ; Tile Source File. ; ; Info: ; Section : Peg Text ; Bank : 0 ; Form : All tiles as one unit. ; Format : Gameboy 4 color. ; Compression : None. ; Counter : Tile-...
libsrc/graphics/zx81/hr/g007_hrg_off.asm
grancier/z180
0
47014
;-------------------------------------------------------------- ; ZX81 HRG library for the G007 expansion ; by <NAME>, Fall 2014 ;-------------------------------------------------------------- ; ; Exit from HRG mode ; ; $Id: g007_hrg_off.asm,v 1.4 2016/06/27 20:26:33 dom Exp $ ; SECTION code_clib PUBLIC hrg...
stm32f429_SDCard/freertos/portable/Rowley/MSP430F449/portext.asm
james54068/stm32_learning
6
47015
/* FreeRTOS V8.0.0 - Copyright (C) 2014 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. *************************************************************************** * ...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_901.asm
ljhsiun2/medusa
9
47016
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xa2bd, %rsi lea addresses_WC_ht+0x16abd, %rdi nop nop inc %r9 mov $53, %rcx rep movsw nop nop xor %rbx, %rbx lea addresses_A_ht+0x19ebd, %rdi nop nop nop nop nop dec %r10 mov ...
oeis/018/A018911.asm
neoneye/loda-programs
11
47017
<reponame>neoneye/loda-programs<filename>oeis/018/A018911.asm ; A018911: Expansion of 1/((1-4x)(1-5x)(1-9x)). ; Submitted by <NAME>(s2) ; 1,18,223,2376,23485,222894,2067787,18935172,172107529,1557684810,14063797111,126801537408,1142367430933,10287141958566,92613721463395,833671786093884,7503791834428897,675378724876489...
programs/oeis/201/A201347.asm
karttu/loda
0
47018
<filename>programs/oeis/201/A201347.asm ; A201347: Number of n X 2 0..1 arrays with rows and columns lexicographically nondecreasing and every element equal to at least one horizontal or vertical neighbor. ; 2,4,8,14,23,36,54,78,109,148,196,254,323,404,498,606,729,868,1024,1198,1391,1604,1838,2094,2373,2676,3004,3358,3...
oeis/082/A082724.asm
neoneye/loda-programs
11
47019
; A082724: a(n) = (3*11^n + 3^n)/4. ; Submitted by <NAME>(s2) ; 1,9,93,1005,11001,120849,1328853,14615925,160770801,1768465689,19453083213,213983797245,2353821415401,25892034506529,284812376383173,3132936130648965,34462297408440801,379085271406755369,4169937985216028733,45869317836601475085,504562496200291703001,555018...
programs/oeis/109/A109265.asm
karttu/loda
0
47020
; A109265: Row sums of Riordan array (1-x-x^2,x(1-x)). ; 1,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0,2,2,0,-2,-2,0...
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/mlib2d.asm
Frodevan/z88dk
640
47021
SECTION code_clib SECTION code_fp_math32 PUBLIC mlib2d ; convert math32 float to sdcc_float ; suprise, they're the same thing! ; ; enter : DEHL' = math32 float ; ; exit : DEHL = sdcc_float ; (exx set is swapped) ; ; uses : bc, de, hl, bc', de', hl' .mlib2d exx ret
programs/oeis/183/A183110.asm
jmorken/loda
1
47022
; A183110: Period-length of the ultimate periodic behavior of the orbit of a list [1,1,1,...,1] of n 1's under the mapping defined in the comments. ; 1,2,1,3,3,1,4,4,4,1,5,5,5,5,1,6,6,6,6,6,1,7,7,7,7,7,7,1,8,8,8,8,8,8,8,1,9,9,9,9,9,9,9,9,1,10,10,10,10,10,10,10,10,10,1,11,11,11,11,11,11,11,11,11,11,1,12,12,12,12,12,12,1...
src/asm/configuration.asm
hlolli/RandomX
2
47024
; File start: ..\src\configuration.h RANDOMX_ARGON_MEMORY EQU 262144t RANDOMX_ARGON_ITERATIONS EQU 3t RANDOMX_ARGON_LANES EQU 1t RANDOMX_ARGON_SALT TEXTEQU <"RandomX\x03"> RANDOMX_CACHE_ACCESSES EQU 8t RANDOMX_SUPERSCALAR_LATENCY EQU 170t RANDOMX_DATASET_BASE_SIZE EQU 2147483648t RANDOMX_DATASET_EXTRA_SIZE EQU 33554368...
MD407/Mixed Bag/programFlow.asm
konglobemeralt/DAT017
0
47026
<reponame>konglobemeralt/DAT017 LDR R3, a LDR R2, b CMP R3, R2 BCS .L2 LDR R3, c LDR R2, d CMP R3, R2 BGE L2 .L1: .l2: ////////////////////// .while_continue: LDR R3, a TST R3, R3 BMI .while_break LDR R2, b CMP R3, R2 @a-b BGE .L1 LDR R1, =c ADD R2, R2, #1 STR R2, [R1] .L1: SUBS R3 B .while_con...
audio/sfx/cry05_1.asm
opiter09/ASM-Machina
1
47027
SFX_Cry05_1_Ch5: duty_cycle_pattern 0, 0, 2, 2 square_note 6, 14, 2, 1280 square_note 6, 14, 3, 1408 square_note 6, 13, 3, 1392 square_note 8, 10, 1, 1376 sound_ret SFX_Cry05_1_Ch6: duty_cycle_pattern 3, 3, 1, 1 square_note 6, 14, 2, 1154 square_note 6, 13, 3, 1281 square_note 6, 11, 2, 1250 square_note 8,...
napoca/kernel/kernel_vmx.nasm
fengjixuchui/napoca
170
47028
<gh_stars>100-1000 ; ; Copyright (c) 2020 Bitdefender ; SPDX-License-Identifier: Apache-2.0 ; section .text ; ; KERNEL_VMX.nasm - implements VMX ROOT / NON-ROOT (HOST / GUEST) switching ; %include "loader_interface.nasm" %ifdef __YASM_MAJOR__ %include "cpu_state_defs.nasm" %include "vcpu64.nasm" %include ...
code/vendor/openssl/asm/crypto/bn/x86_64-mont5.asm
thorium-cfx/fivem
5,411
47030
OPTION DOTNAME .text$ SEGMENT ALIGN(256) 'CODE' EXTERN OPENSSL_ia32cap_P:NEAR PUBLIC bn_mul_mont_gather5 ALIGN 64 bn_mul_mont_gather5 PROC PUBLIC mov QWORD PTR[8+rsp],rdi ;WIN64 prologue mov QWORD PTR[16+rsp],rsi mov rax,rsp $L$SEH_begin_bn_mul_mont_gather5:: mov rdi,rcx mov rsi,rdx mov rdx,r8 mov rcx,r9 mov...
libsrc/graphics/spectrum/clg.asm
andydansby/z88dk-mk2
1
47031
<gh_stars>1-10 ; ; Fast CLS for the Speccy ; Stefano - 10/1/2007 ; ; ; $Id: clg.asm,v 1.2 2007/01/10 20:31:19 stefano Exp $ ; XLIB clg .clg ld hl,0 ld d,h ld e,h ld b,h add hl,sp ld sp,16384+6144 .clgloop push de push de push de push de push de push de push de...
libsrc/_DEVELOPMENT/adt/wa_stack/z80/asm_wa_stack_push.asm
jpoikela/z88dk
640
47032
<reponame>jpoikela/z88dk<gh_stars>100-1000 ; =============================================================== ; Mar 2014 ; =============================================================== ; ; int wa_stack_push(wa_stack_t *s, void *item) ; ; Push item onto stack. ; ; =====================================================...
non_regression/other_x86_linux_37.s.asm
LRGH/plasmasm
1
47033
<reponame>LRGH/plasmasm<filename>non_regression/other_x86_linux_37.s.asm<gh_stars>1-10 .file "python.c" .text .p2align 4,,15 # ---------------------- .globl main .type main, @function main: .cfi_startproc pushl %ebp movl %esp, %ebp andl $-16, %esp subl $16, %esp movl 12(%ebp), %eax m...
audit/macros.asm
zellyn/a2audit
22
47034
<reponame>zellyn/a2audit ;;; Apple II audit routine macros. ;;; Copyright © 2016 <NAME> <<EMAIL>> ;; string/stringed drops a pointer to a string. !macro string { !word LASTSTRING !set TEMP = * * = LASTSTRING } !macro stringed { !byte 0 !set LASTSTRING=* * = TEMP } !macro print { jsr LASTSTRING !set TEMP...
chap18/ex31/single_rcps_22.asm
JamesType/optimization-manual
374
47035
; ; Copyright (C) 2021 by Intel Corporation ; ; Permission to use, copy, modify, and/or distribute this software for any ; purpose with or without fee is hereby granted. ; ; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH ; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA...
static_files/labs/Fibonacci.asm
benhadid/benhadid.github.io
2
47036
# Compute first twelve Fibonacci numbers and put in array, then print .data fibs: .word 0 : 12 # "array" of 12 words to contain fib values size: .word 12 # size of "array" .text la $t0, fibs # load address of array la $t5, size # load address of size vari...
oeis/323/A323295.asm
neoneye/loda-programs
11
47039
<filename>oeis/323/A323295.asm ; A323295: Number of ways to fill a matrix with the first n positive integers. ; Submitted by <NAME> ; 1,1,4,12,72,240,2880,10080,161280,1088640,14515200,79833600,2874009600,12454041600,348713164800,5230697472000,104613949440000,711374856192000,38414242234368000,243290200817664000,1459741...
Library/Sound/soundVoiceAllocation.asm
steakknife/pcgeos
504
47040
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC/GEOS Sound System MODULE: Sound Library Voice Manager FILE: soundVoiceAllocation.asm AUTHOR: <NAME>, Sep 10, 1992 ROUTINES: Name Description ---- ---...
programs/oeis/129/A129074.asm
neoneye/loda
22
47041
<reponame>neoneye/loda ; A129074: Numbers n such that (n-9)/8 is prime. ; 25,33,49,65,97,113,145,161,193,241,257,305,337,353,385,433,481,497,545,577,593,641,673,721,785,817,833,865,881,913,1025,1057,1105,1121,1201,1217,1265,1313,1345,1393,1441,1457,1537,1553,1585,1601,1697,1793,1825,1841,1873,1921,1937,2017,2065,2113,2...
libsrc/_DEVELOPMENT/stdlib/z80/sort/asm_insertion_sort.asm
jpoikela/z88dk
640
47042
; =============================================================== ; Jan 2014 ; =============================================================== ; ; void insertion_sort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *)) ; ; Insertion sort the array using the comparison function supplied. ...
oeis/167/A167875.asm
neoneye/loda-programs
11
47043
<filename>oeis/167/A167875.asm ; A167875: One third of product plus sum of three consecutive nonnegative integers; a(n)=(n+1)(n^2+2n+3)/3. ; 1,4,11,24,45,76,119,176,249,340,451,584,741,924,1135,1376,1649,1956,2299,2680,3101,3564,4071,4624,5225,5876,6579,7336,8149,9020,9951,10944,12001,13124,14315,15576,16909,18316,1979...
programs/oeis/048/A048508.asm
karttu/loda
0
47044
; A048508: a(n) = T(3,n), array T given by A048505. ; 1,17,58,160,408,1000,2392,5624,13048,29944,68088,153592,344056,765944,1695736,3735544,8191992,17891320,38928376,84410360,182452216,393215992,845152248,1811939320,3875536888,8271167480,17616076792,37446746104,79456894968,168309030904,355945414648,751619276792,1584842...
programs/oeis/217/A217562.asm
neoneye/loda
22
47045
<filename>programs/oeis/217/A217562.asm ; A217562: Even numbers not divisible by 5. ; 2,4,6,8,12,14,16,18,22,24,26,28,32,34,36,38,42,44,46,48,52,54,56,58,62,64,66,68,72,74,76,78,82,84,86,88,92,94,96,98,102,104,106,108,112,114,116,118,122,124,126,128,132,134,136,138,142,144,146,148,152,154,156,158,162,164,166,168,172,17...
data/mapHeaders/SaffronMart.asm
AmateurPanda92/pokemon-rby-dx
9
47046
SaffronMart_h: db MART ; tileset db SAFFRON_MART_HEIGHT, SAFFRON_MART_WIDTH ; dimensions (y, x) dw SaffronMart_Blocks ; blocks dw SaffronMart_TextPointers ; texts dw SaffronMart_Script ; scripts db 0 ; connections dw SaffronMart_Object ; objects
oeis/083/A083325.asm
neoneye/loda-programs
11
47047
; A083325: a(n) = 5^n - 4^n + 3^n. ; Submitted by <NAME>(s2) ; 1,4,18,88,450,2344,12258,63928,331650,1710664,8776098,44810968,227894850,1155188584,5839863138,29458185208,148335970050,745888724104,3746365209378,18799770682648,94271406797250,472449572045224,2366624986030818,11850654354079288,59323452228216450,29689817125...
programs/oeis/242/A242728.asm
karttu/loda
0
47048
<gh_stars>0 ; A242728: Sequence a(n) with all (x,y)=(a(2m),a(2m+-1)) satisfying y|x^2+1 and x|y^2+y+1. ; 1,2,7,25,93,346,1291,4817,17977,67090,250383,934441,3487381,13015082,48572947,181276705,676533873,2524858786,9422901271,35166746297,131244083917,489809589370,1827994273563,6822167504881,25460675745961,95020535478962...
45/runtime/rt/messages.asm
minblock/msdos
0
47049
<filename>45/runtime/rt/messages.asm TITLE messages.asm - message text module ;*** ;messages.asm - message text module ; ; Copyright <C> 1986, Microsoft Corporation ; ;Purpose: ; Single module which contains all runtime text messages. ; ;****************************************************************************** ...
libsrc/stdio_new/buf/slbb0/slbb0_insertchar.asm
meesokim/z88dk
8
47051
<gh_stars>1-10 ; slbb0_insertchar ; 08.2009 aralbrec PUBLIC slbb0_insertchar EXTERN slbb0_appendchar_lib ; insert a char into the buffer prior to the position ; indicated, making space for it by copying the rest of ; the buffer forward by one position ; ; enter : hl = & struct slbb ; d = char to insert ; ...
pin-3.22-98547-g7a303a835-gcc-linux/source/tools/SimpleExamples/bsr_bsf_asm.asm
ArthasZhang007/15418FinalProject
0
47052
; ; Copyright (C) 2015-2015 Intel Corporation. ; SPDX-License-Identifier: MIT ; include asm_macros.inc PROLOGUE PUBLIC bsr_func PUBLIC bsf_func .code ; int bsr_func(int src) - this function returns the bit index of the ; most significant bit set. in case 'src' is zero, -1 is returned. bsr_func PROC BEGIN_STACK...
oeis/130/A130119.asm
neoneye/loda-programs
11
47054
; A130119: a(n) = gcd(n^2 - 19, 45). ; Submitted by <NAME>(s3) ; 9,15,5,3,3,1,15,45,1,9,3,5,15,3,1,3,45,5,9,3,1,15,15,1,3,9,5,45,3,1,3,15,5,3,9,1,45,15,1,3,3,5,15,9,1,9,15,5,3,3,1,15,45,1,9,3,5,15,3,1,3,45,5,9,3,1,15,15,1,3,9,5,45,3,1,3,15,5,3,9,1,45,15,1,3,3,5,15,9,1,9,15,5,3,3,1,15,45,1,9 add $0,1 pow $0,2 mul $0,2 ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1277.asm
ljhsiun2/medusa
9
47055
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0xf3fd, %r15 nop nop nop nop xor %rbp, %rbp mov $0x6162636465666768, %rsi movq %rsi, %xmm2 vmovups %ymm2, (%r15) nop nop nop sub %rsi, %rsi lea addresses_UC_ht+0x125d, %rsi lea...
libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_beepfx/_bfx_23.asm
jpoikela/z88dk
640
47056
; BeepFX sound effect by shiru ; http://shiru.untergrund.net SECTION rodata_clib SECTION rodata_sound_bit PUBLIC _bfx_23 _bfx_23: ; Boom_4 defb 2 ;noise defw 25,2500,28288 defb 0
text/maps/PalletTown.asm
AmateurPanda92/pokemon-rby-dx
9
47057
_OakAppearsText:: text "OAK: Hey! Wait!" line "Don't go out!@@" _OakWalksUpText:: text "OAK: It's unsafe!" line "Wild #MON live" cont "in tall grass!" para "You need your own" line "#MON for your" cont "protection." cont "I know!" para "Here, come with" line "me!" done _PalletTownText2:: text "I'm rais...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_2025.asm
ljhsiun2/medusa
9
47058
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r14 push %rbp push %rdx push %rsi // Faulty Load lea addresses_PSE+0x1d079, %rbp nop sub %rsi, %rsi mov (%rbp), %r11w lea oracles, %rsi and $0xff, %r11 shlq $12, %r11 mov (%rsi,%r11,1), %r11 pop %r...
programs/oeis/080/A080801.asm
jmorken/loda
1
47059
<reponame>jmorken/loda ; A080801: Similar to A080799 but count only addition steps. ; 2,1,3,2,2,1,4,3,3,2,3,2,2,1,5,4,4,3,4,3,3,2,4,3,3,2,3,2,2,1,6,5,5,4,5,4,4,3,5,4,4,3,4,3,3,2,5,4,4,3,4,3,3,2,4,3,3,2,3,2,2,1,7,6,6,5,6,5,5,4,6,5,5,4,5,4,4,3,6,5,5,4,5,4,4,3,5,4,4,3,4,3,3,2,6,5,5,4,5,4,4,3,5,4,4 add $0,2 mov $1,32768 s...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_122.asm
ljhsiun2/medusa
9
47060
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_A_ht+0xabda, %rsi lea addresses_UC_ht+0x8da, %rdi nop nop nop nop sub $10900, %r8 mov $64, %rcx rep movsw nop nop nop nop nop cmp $33683, %r12 lea addresses_UC_ht+0x16...
data/pokemon/dex_entries/mudkip.asm
AtmaBuster/pokeplat-gen2
6
47062
db "MUD FISH@" ; species name db "Its power can" next "crush boulders." next "It rests by" page "covering itself" next "with mud at the" next "bottom of a river.@"
release/src/router/lzo/asm/i386/src_masm/lzo1c_s2.asm
ghsecuritylab/EasyTomato
15
47063
; lzo1c_s2.asm -- lzo1c_decompress_asm_safe ; ; This file is part of the LZO real-time data compression library. ; ; Copyright (C) 2011 <NAME> ; Copyright (C) 2010 <NAME> ; Copyright (C) 2009 <NAME> ; Copyright (C) 2008 <NAME> ; Copyright (C) 2007 <NAME> ; Copyright (C) 2006 <NAME> ; Copyright (C) 2005 <NAME> ...
sfx_engine/definitions.asm
GSoftwareDevelopment/Mole
2
47064
audf = $d200 audc = $d201 audctl = $D208 skctl = $D20F ; CONSTANTS - offsets in channels registers table icl 'sfx_engine_const.inc' ; VARIABLES - PAGE ZERO .ifdef MAIN.@DEFINES.SFX_SYNCAUDIOOUT AUDIOBUF = AUDIO_BUFFER_ADDR ; 8 bytes audio buffer for sync output .end...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_926.asm
ljhsiun2/medusa
9
47065
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1e8b5, %r14 nop add $46492, %rbp mov $0x6162636465666768, %r10 movq %r10, %xmm7 movups %xmm7, (%r14) nop nop nop nop nop and $32650, %r8 lea addresses_WC_ht+0x1c775, %r10 nop ...
code/YeWenting/t1.asm
KongoHuster/assembly-exercise
1
47066
title t1_ywt DATA SEGMENT ARRAY DW 23, 36, 2, 100, 32000, 54, 0; ZERO DW ? DATA ENDS CODE SEGMENT START: ;; set ZERO in the (1) way mov ax, DATA mov ds, ax lea bx, ARRAY mov WORD PTR [bx+2*7], 0 ;; reset ZERO to 0ffffh mov [bx+2*7], 0ffffh; ;; set ZE...
Test/ZXSP/template_o.asm
sparks-c16/zasm
43
47067
#!/usr/local/bin/zasm -o original/ ; ================================================================ ; Example source with target 'o' or '80' ; ZX80 tape file / snapshot ; Copyright (c) <NAME> 1994 - 2015 ; mailto:<EMAIL> ; ================================================================ ; "o" and "80"...
SumoBot_Code_Dev/SumoRing/asm/src/stepper_motor.asm
CmdrZin/chips_avr_examples
5
47069
/* * Sumo Bot Stepper Motor Code * * org: 10/25/2014 * auth: Nels "Chip" Pearson * * Target: LCD_CDM-116100 Demo Board, 8MHz, Sumo Bot, CD-Drive Stepper Motor * * */ .equ STEPPER_DELAY_COUNT = 10 .equ STEPPER_PHASE_A = 0 .equ STEPPER_PHASE_B = 1 .equ STEPPER_PHASE_C = 2 .equ STEPPER_PHASE_D = 3 .equ STEPPER...
programs/oeis/138/A138179.asm
neoneye/loda
22
47071
<gh_stars>10-100 ; A138179: Wiener index of the prism graph Y_n on 2n nodes. ; 1,8,21,48,85,144,217,320,441,600,781,1008,1261,1568,1905,2304,2737,3240,3781,4400,5061,5808,6601,7488,8425,9464,10557,11760,13021,14400,15841,17408,19041,20808,22645,24624,26677,28880,31161,33600,36121,38808,41581,44528,47565,50784,54097,576...
playerShoot.asm
laerreal/flyshooter
0
47072
<reponame>laerreal/flyshooter<gh_stars>0 ; push адрес массива [bp+6] ; dw count,element_1,element_2,...,element_count ; push адрес буфера [bp+4] ; dw x,y,vx,vy,hp,model playerShoot: push bp mov bp,sp push bx mov bx,[bp+6] mov ax,[bx] inc ax mov [bx],ax shl ax,1 push ax shr ax,1 mov dx,[OBJ...
programs/oeis/256/A256818.asm
karttu/loda
0
47073
<filename>programs/oeis/256/A256818.asm<gh_stars>0 ; A256818: Number of length n+3 0..1 arrays with at most two downsteps in every n consecutive neighbor pairs. ; 16,32,64,128,245,442,753,1220,1894,2836,4118,5824,8051,10910,14527,19044,24620,31432,39676,49568,61345,75266,91613,110692,132834,158396,187762,221344,259583,...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_267.asm
ljhsiun2/medusa
9
47074
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r8 push %r9 push %rdx lea addresses_normal_ht+0x3942, %r8 nop nop nop nop and %rdx, %rdx vmovups (%r8), %ymm1 vextracti128 $0, %ymm1, %xmm1 vpextrq $1, %xmm1, %r14 nop nop nop nop nop sub %rdx, %rdx lea addresses_WC_ht+0xef52, %r13 nop nop...
MSDOS/Virus.MSDOS.Unknown.dumb.asm
fengjixuchui/Family
3
47075
DumbVirus segment Assume CS:DumbVirus Org 100h ; account for PSP ; Dumb Virus - 40Hex demo virus ; Assemble with TASM /m2 Start: db 0e9h ; jmp duh dw 0 ; This is where the virus starts duh: call next next: pop bp ; bp h...
Modul 2/latih10.asm
hyuwah/fu-praktikum-smd
0
47076
;------------------------------------------------------------------------------- ; Praktikum SMD 2015 ; M.Wahyudin (140310120031) ; ; Name : LATIH10.ASM ; Desc : Menampilkan digit hexa 0 hingga F ke P1 ; PB ditekan terus pencacah bekerja ; Input : PB1 di P3.0 cacah naik ; PB2 di P3.1 cacah turun ; ...
libsrc/_DEVELOPMENT/target/yaz180/yaz180_crt.asm
jpoikela/z88dk
0
47078
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; SELECT CRT0 FROM -STARTUP=N COMMANDLINE OPTION ;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IF !DEFINED_startup defc DEFINED_startup = 1 defc startup = 16 IFNDEF startup ENDIF ENDIF IFNDEF startup ; star...
Documentation/ModeDevelopment/Reference Files/hl/ejp1.asm
fourplusone/SubEthaEdit
1,240
47079
; ; Decodeur de trame pulsadis EJP et préavis EJP ; (pic 12C508 ou 509) ; <NAME>, 20-2-2001 ; ; ======================================================== list r=hex,p=p12c508 include "p12c508.inc" GP0 equ 0 GP1 equ 1 GP2 equ 2 GP3 equ 3 GP4 equ 4 GP5 equ 5 TO equ 4 ...
libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/run/load.asm
bahmanrafatjoo/z88dk
0
47080
<reponame>bahmanrafatjoo/z88dk INCLUDE "config_zxn_private.inc" SECTION code_user PUBLIC _load_snap PUBLIC _load_nex defc MAX_NAME_LEN = 12 ; 8.3 only EXTERN _mode48 EXTERN _dirent_sfn defc PROGRAM_NAME = _dirent_sfn + 1; ;;;;;;;;;;;;;;;;;;;;;; ; void load_snap(void) ;;;;;;;;;;;;;;;;;;;;;; _load_snap: ...
msvc/win32_asm.asm
SolitudeSF/libffi
2
47081
/* ----------------------------------------------------------------------- win32.S - Copyright (c) 1996, 1998, 2001, 2002, 2009 Red Hat, Inc. Copyright (c) 2001 <NAME> Copyright (c) 2002 <NAME> Copyright (c) 2009 <NAME> X86 Foreign Function Interface Permission is hereby granted, ...
programs/oeis/061/A061317.asm
karttu/loda
1
47082
<filename>programs/oeis/061/A061317.asm<gh_stars>1-10 ; A061317: Split positive integers into extending even groups and sum: 1+2, 3+4+5+6, 7+8+9+10+11+12, 13+14+15+16+17+18+19+20, ... ; 0,3,18,57,132,255,438,693,1032,1467,2010,2673,3468,4407,5502,6765,8208,9843,11682,13737,16020,18543,21318,24357,27672,31275,35178,3939...
vesaData.asm
satadriver/LiunuxOS_t
0
47083
<reponame>satadriver/LiunuxOS_t VESAInformation struc ;//共256字节 ModeAttr dw ? ;//模式的属性 WinAAttr db ? ;// WinBAttr db ? ;//窗口A,B的属性 WinGran dw ? ;位面大小(窗口粒度),以KB为单位 WinSize dw ? ;窗口大小,以KB为单位 WinASeg dw ? ;窗口A的起始段址 WinBSeg dw ? ;窗口B的起始段址 BankFunc dd ? ;换页调用入口指针 ;16...
text/maps/digletts_cave_route_11_entrance.asm
adhi-thirumala/EvoYellow
16
47086
<filename>text/maps/digletts_cave_route_11_entrance.asm _DiglettsCaveEntRoute11Text1:: text "What a surprise!" line "DIGLETTs dug this" cont "long tunnel!" para "It goes right to" line "VIRIDIAN CITY!" done
progref/multicol.asm
FolkertVanVerseveld/c64
1
47087
// converted from BASIC from the Commodore 64 Programmer's reference guide page 117 .pc = $0801 "Basic Upstart Program" :BasicUpstart($0810) .pc = $0810 "Main Program" lda #1 sta $d021 lda #3 sta $d022 lda #8 sta $d023 lda $d016 ora #16 sta $d016 lda #21 sta $d018 // clear screen ldx #0 !t: lda #' ' st...
CSC 35/lab8.asm
jvniorrr/CSUS-Computer-Science
0
47089
# lab8.asm # First Last # Section # # # 1. Assemble : as -o lab8.0 lab8.asm # 2. Link : ld -o a.out lab8.o # 3. Execute : ./a.out .intel_syntax noprefix .data Greeting: .ascii "Oh! Hello little friend!\n" DayGreeting: .ascii "You look rather cute today, Mr. Pickles!\n" WhooseString: .ascii "Whoos...
4 专业科目/操作系统/习题/测验集(期中、期末真题)/hw/2017/2014011330_738787_395404561_lab1/obj/bootblock.asm
ladike/912_project
640
47090
obj/bootblock.o: file format elf32-i386 Disassembly of section .text: 00007c00 <start>: # start address should be 0:7c00, in real mode, the beginning address of the running bootloader .globl start start: .code16 # Assemble for 16-bit mode cli ...
libsrc/gfx/narrow/line.asm
ahjelm/z88dk
640
47091
INCLUDE "graphics/grafix.inc" IF !__CPU_INTEL__ & !__CPU_GBZ80__ SECTION code_graphics PUBLIC Line EXTERN Line_r EXTERN __gfx_coords ; ; $Id: line.asm,v 1.7 2016-07-02 09:01:35 dom Exp $ ; ; ****************************************************************************** ; ;...
Aula07.X/build/default/production/Aula7.asm
yuricristhian/ECOP14-Laboratorio-programacao-embarcada
0
47092
;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 3.5.0 #9253 (Jun 20 2015) (MINGW64) ; This file was generated Thu Sep 29 09:38:37 2016 ;-------------------------------------------------------- ; PIC16 port for the Microchip 16-bit core micros...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_21829_712.asm
ljhsiun2/medusa
9
47093
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x1ba64, %rax clflush (%rax) nop nop add $46005, %r11 mov $0x6162636465666768, %rbp movq %rbp, %xmm3 movups %xmm3, (%rax) nop nop nop nop nop dec %rcx lea addresses_D_ht+0x1da6...