content
stringlengths
5
1.04M
avg_line_length
float64
1.75
12.9k
max_line_length
int64
2
244k
alphanum_fraction
float64
0
0.98
licenses
list
repository_name
stringlengths
7
92
path
stringlengths
3
249
size
int64
5
1.04M
lang
stringclasses
2 values
; A334670: a(n) = (2*n+1)!! * (Sum_{k=1..n} 1/(2*k+1)). ; Submitted by Jon Maiga ; 0,1,8,71,744,9129,129072,2071215,37237680,741975345,16236211320,387182170935,9995788416600,277792140828825,8269430130712800,262542617405726175,8855805158351474400,316285840413064454625,11924219190760084593000,473245342972281190686375,197...
45.066667
496
0.822485
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/334/A334670.asm
676
Assembly
@7 D=A @SP A=M M=D @SP M=M+1 @8 D=A @SP A=M M=D @SP M=M+1 @SP A=M-1 D=M A=A-1 M=D+M @SP M=M-1
8.272727
9
0.252747
[ "MIT" ]
anArkitect/Nand2Tetris
projects/07/StackArithmetic/SimpleAdd/SimpleAdd.asm
182
Assembly
VBlankWait: ; wait for vblank BIT PPUSTATUS BPL VBlankWait RTS ConfigWrite: LDA #$80 STA $8000 LDA #%00001110 ; 8KB CHR, 16KB PRG, $8000-BFFF swappable, vertical mirroring STA $8000 ; first data bit LSR A ; shift to next bit STA $8000 ...
21.594595
85
0.546308
[ "MIT" ]
mkiesinski/no-mans-byte-nes
init_helper.asm
1,598
Assembly
TITLE conmisc.asm - miscellaneous context-related routines ;*** ;conmisc.asm - miscellaneous context-related routines for QBI ; ; Copyright <C> 1986, Microsoft Corporation ; ;Purpose: ; - CLEAR support ; - NEW support ; - Runtime Initialization ; - Context-sensitive heap manageme...
31.377937
80
0.646668
[ "Apache-2.0" ]
minblock/msdos
45/qb/ir/conmisc.asm
30,719
Assembly
; VirusName : Human Greed ; Origin : Sweden ; Author : The Unforgiven ; Date : 20/12/93 ; ; This is a "mutation" of the Infernal Demand virus, written by Metal ; Militia. Even if it's high modified, its ground is still the same. ; This is yet another of this simple overwriting virus, and it's ; nothing re...
33.897436
80
0.471004
[ "MIT" ]
010001111/Family
MSDOS/Virus.MSDOS.Unknown.humgreed.asm
7,932
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1ef55, %rsi lea addresses_WT_ht+0x14155, %rdi and %r11, %r11 mov $120, %rcx rep movsl nop nop nop inc %rdx lea addresses_WT_ht+0x13dd5, %rax nop nop nop sub $9575, %r9 mov (%...
32.222222
2,999
0.655045
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_362.asm
7,830
Assembly
; A084171: Binomial transform of generalized Jacobsthal numbers A084170. ; 1,3,11,37,119,373,1151,3517,10679,32293,97391,293197,881639,2649013,7955231,23882077,71678999,215102533,645438671,1936578157,5810258759,17431824853,52297571711,156896909437,470699116919,1412114127973,4236375938351,12709194923917,38127718989479,1...
34.714286
311
0.794239
[ "Apache-2.0" ]
karttu/loda
programs/oeis/084/A084171.asm
486
Assembly
use32 org 500h ;Загрузка таблицы прерываний и запуск прерываний lidt [idtr] sti ;Загрузка информации о VESA из указателя pop esi mov edi, Mode_Info mov ecx, dword[Mode_Info_len] rep movsb ;Перезагрузка GDT lgdt [gdtr] call r_init call k_initKeys ;Заливка цветом (P.S. градиентом) (P.P.S. не работает как надо, но да...
21.190141
91
0.66002
[ "MIT" ]
Mishin870/MOS
MOS3/kernel24.asm
6,380
Assembly
############################################################################### # Copyright 2018 Intel Corporation # All Rights Reserved. # # If this software was obtained under the Intel Simplified Software License, # the following terms apply: # # The source code, information and material ("Material") containe...
25.726528
87
0.384185
[ "Apache-2.0" ]
idesai/ipp-crypto
sources/ippcp/asm_intel64_gas_converted/linux/nonpic/n0/singlecpu/pcpp256r1funcs_montas.asm
34,525
Assembly
; A243036: Number of entries of length n in A240602. ; 2,1,2,1,2,2,4,1,2,2,4,2,4,4,8,1,2,2,4,2,4,4,8,2,4,4,8,4,8,8,16,1,2,2,4,2,4,4,8,2,4,4,8,4,8,8,16,2,4,4,8,4,8,8,16,4,8,8,16,8,16,16,32,1,2,2,4,2,4,4,8,2,4,4,8,4,8,8,16,2,4,4,8,4 mov $4,2 mov $5,$0 lpb $4 mov $0,$5 sub $4,1 add $0,$4 sub $0,1 cal $0,267610 ...
21.758621
177
0.576862
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/243/A243036.asm
631
Assembly
INCLUDE "config_private.inc" SECTION code_driver SECTION code_driver_terminal_input PUBLIC console_01_input_proc_getc EXTERN console_01_input_proc_echo, l_setmem_hl, asm_b_array_clear EXTERN console_01_input_proc_oterm, l_inc_sp, l_jpix, l_offset_ix_de EXTERN asm_b_array_push_back, asm_b_array_at, asm_toupper, erro...
19.254717
87
0.548653
[ "BSD-2-Clause" ]
ByteProject/Puddle-BuildTools
FictionTools/z88dk/libsrc/_DEVELOPMENT/drivers/terminal/console_01/input/console_01_input_terminal/console_01_input_proc_getc.asm
10,205
Assembly
; A016742: Even squares: a(n) = (2*n)^2. ; 0,4,16,36,64,100,144,196,256,324,400,484,576,676,784,900,1024,1156,1296,1444,1600,1764,1936,2116,2304,2500,2704,2916,3136,3364,3600,3844,4096,4356,4624,4900,5184,5476,5776,6084,6400,6724,7056,7396,7744,8100,8464,8836,9216,9604,10000,10404,10816,11236,11664,12100,12544,12996,13...
227.142857
1,519
0.821384
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/016/A016742.asm
1,590
Assembly
; A105220: Trajectory of 1 under the morphism 1->{1,2,1}, 2->{2,2,2}. ; 1,2,1,2,2,2,1,2,1,2,2,2,2,2,2,2,2,2,1,2,1,2,2,2,1,2,1,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,1,2,1,2,2,2,1,2,1,2,2,2,2,2,2,2,2,2,1,2,1,2,2,2,1,2,1,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,2,2,2,2,2,2,2,2,2,2,2,2,...
47.928571
501
0.506706
[ "Apache-2.0" ]
karttu/loda
programs/oeis/105/A105220.asm
671
Assembly
; this is pretty much copy of "Layer2Colours" test, only ULA parts are changed to Timex ; Hi Colour mode (256x192 with 8x1 attributes). ; not sure if there's point to share more source between, let's keep it like this for ; the moment, then maybe refactor later (there's one more variant pending, Timex-HiRes) devic...
32.987654
97
0.614895
[ "MIT" ]
MrKWatkins/ZXSpectrumNextTests
Tests/Graphics/LayersMixingHiCol/Main.asm
21,376
Assembly
# Paul McKenney's Statistical Counter (PerfBook 5.2) using CAS # # Counter thread: increment global variable heap[0] 3 times. # # steps: maximum CAS executions = 3 * m * (m + 1) / 2 # = 3 times triangular number for m threads # * formula = cas * 3 * m * (m + 1) / 2 + 3 * (loop - cas) + tot...
30.53125
73
0.507677
[ "MIT" ]
phlo/concubine
experiments/count/cas.2.3/count.cas.0.asm
977
Assembly
; A221465: Number of 0..n arrays of length 6 with each element unequal to at least one neighbor, starting with 0. ; 5,88,513,1856,5125,11880,24353,45568,79461,131000,206305,312768,459173,655816,914625,1249280,1675333,2210328,2873921,3688000,4676805,5867048,7288033,8971776,10953125,13269880,15962913,19076288,22657381,26...
13.864407
212
0.634474
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/221/A221465.asm
818
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rdi push %rsi lea addresses_WT_ht+0x1bc29, %r12 nop nop nop nop nop dec %rsi mov (%r12), %r11w nop nop nop and %r11, %r11 lea addresses_normal_ht+0x12939, %r11 nop nop nop inc %rdi mov (%r11), %esi nop nop nop nop nop add $52826, %rsi pop %rsi pop %...
18.377778
209
0.642684
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/P/_zr_/i9-9900K_12_0xca.log_70_1779.asm
1,654
Assembly
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC GEOS MODULE: Dumb frame buffer video drivers FILE: dumbcomColor.asm AUTHOR: Jim DeFrisco ROUTINES: Name Description ---- ----------- GLB VidMapRGB ...
26.666667
79
0.547727
[ "Apache-2.0" ]
BOBBYWY/pcgeos
Driver/Video/Dumb/DumbCom/dumbcomColor.asm
1,760
Assembly
; A163810: Expansion of (1 - x) * (1 - x^2) * (1 - x^3) / (1 - x^6) in powers of x. ; 1,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,...
54.928571
585
0.439532
[ "Apache-2.0" ]
karttu/loda
programs/oeis/163/A163810.asm
769
Assembly
.model small .data msg_1 db 10,13,'Enter a 8 bit number: $' num db ? msg_prime db 10,13,'This number is prime!$' msg_nprime db 10,13,'This number is not a prime$' .code mov AX,@data mov DS,AX lea dx,msg_1 ;Display message call printf call read_8bit ;reading 8 bit number mov cl,num ;counter as num-1 dec cl loop1: ...
15.380952
49
0.69969
[ "MIT" ]
IshanSinghal/CSE-Lab-Manual
IV Semester/Microprocessor_and_Microcontroller_Lab/Part-A/3A_Prime_Or_Not/3A.asm
969
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x3e1b, %rsi lea addresses_D_ht+0xe26d, %rdi nop nop nop nop nop xor $59720, %r9 mov $85, %rcx rep movsb nop nop nop nop nop sub %rbp, %rbp lea addresses_D_ht+0x13ddb, %r11 nop nop nop n...
39.832117
2,999
0.659337
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1514.asm
5,457
Assembly
; A130151: Period 6: repeat [1, 1, 1, -1, -1, -1]. ; 1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1 div $0,3 mov $1,-...
42.75
250
0.426901
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/130/A130151.asm
342
Assembly
;------------------------------------------------------------------------------ ; BIOS disk buffer areas ; CSV scratch pad area used for software check for changed disks. ; CKS = (DRM + 1)/4, where DRM is the last directory entry number ; ALV scratch pad area used by the BDOS to keep disk storage allocation information...
39.061224
83
0.594044
[ "Unlicense" ]
ncb85/NCB85V2-BIOS
bios_fdc_30/disk_buffers.asm
1,914
Assembly
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: Database MODULE: DBCommon FILE: dbCommonUtil.asm AUTHOR: Ted H. Kim, 9/14/92 ROUTINES: Name Description ---- ----------- OutputCacheAttach Attach an ou...
26.115425
81
0.580722
[ "Apache-2.0" ]
BOBBYWY/pcgeos
Library/Trans/Database/DBCommon/dbCommonUtil.asm
24,888
Assembly
; A184633: Floor(1/{(9+n^4)^(1/4)}), where {} = fractional part. ; Submitted by Jamie Morken(s3.) ; 1,4,12,28,55,96,152,227,324,444,591,768,976,1219,1500,1820,2183,2592,3048,3555,4116,4732,5407,6144,6944,7811,8748,9756,10839,12000,13240,14563,15972,17468,19055,20736,22512,24387,26364,28444,30631,32928,35336,37859,40500...
40.222222
501
0.745856
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/184/A184633.asm
724
Assembly
; copy sdhc routines to fast mem & adjust pointers 1.00 (c) W. Lenerz 2017 ; ; on entry a3 = device defn block ; the first routine to be copied must be rsect ; then come wsect,sndcmd,srchdrv and hd_hold section dv3 xdef cpy2mem xdef q68_dvend xref cpy_mmod xref q68_dvstrt xref hd_rsint xref hd_rdirect xref h...
22.583333
74
0.730627
[ "BSD-2-Clause" ]
olifink/smsqe
dv3/q68/sdhc/cpy2mem.asm
1,084
Assembly
;================================================= ; Name: Moya, Branden ; Username: bmoya001@ucr.edu ; ; Lab: lab 1 ; Lab section: 021 ; TA: Bryan Marsh ; ;================================================= .Orig x3000 ;Instructions AND R1,R1,#0 LD R1, POINTER LD R2, COUNTER LD R3, CHECKER LD R4, COUNTER ;;2^n LOO...
12.108696
50
0.552962
[ "Apache-2.0" ]
bmoya217/ucr
cs61/lab4/lab04_ex3.asm
557
Assembly
kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 0f in $0xf,%al 8010000c <entry>:...
34.613818
129
0.534075
[ "MIT-0" ]
quakthemaster/xv6_pro
kernel.asm
661,297
Assembly
; A051032: Summatory Rudin-Shapiro sequence for 2^(n-1). ; 2,3,3,5,5,9,9,17,17,33,33,65,65,129,129,257,257,513,513,1025,1025,2049,2049,4097,4097,8193,8193,16385,16385,32769,32769,65537,65537,131073,131073,262145,262145,524289,524289,1048577,1048577,2097153 mov $1,2 mov $2,$0 add $2,1 div $2,2 pow $1,$2 add $1,1 mov $0...
29.454545
199
0.719136
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/051/A051032.asm
324
Assembly
; A165326: a(0)=a(1)=1, a(n) = -a(n-1) for n > 1. ; 1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,1 trn $0,1 mov $1,-1 pow $1,$0 mov $0,$1
37.625
210
0.418605
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/165/A165326.asm
301
Assembly
; ; ANSI Video handling for the Commodore 128 (Z80 mode) ; By Stefano Bodrato - 22/08/2001 ; ; Text Attributes ; m - Set Graphic Rendition ; ; $Id: f_ansi_attr.asm,v 1.4 2016-04-04 18:31:22 dom Exp $ ; SECTION code_clib PUBLIC ansi_attr EXTERN INVRS EXTERN __c128_attr .ansi_attr and a ...
17.622378
77
0.464286
[ "Unlicense" ]
drunkfly/gamemyx
Tools/z88dk/libsrc/target/c128/stdio/ansi/f_ansi_attr.asm
2,520
Assembly
; SLASM_VERSION #SLASM_VERSION# ; TARGET #TARGET# [BITS 64] global main ; LINUX %macro LINUX_x86_64_SYSCALL1 0 mov rax, [rsp + 8] ; set syscall code mov rdi, [rsp + 16] ; set first argument syscall ; perform syscall ret ; return %endmacro %macro C_CALL_3 0 push r...
23.1875
90
0.601617
[ "MIT" ]
Rayshard/slate-pl
tests/slasm/nasm_template.asm
1,855
Assembly
;/*! ; @file ; ; @ingroup fapi ; ; @brief BksFreeFocus DOS wrapper ; ; (c) osFree Project 2018, <http://www.osFree.org> ; for licence see licence.txt in root directory, or project website ; ; This is Family API implementation for DOS, used with BIND tools ; to link required API ; ; @author Yuri Prokushe...
17.575758
69
0.698276
[ "BSD-3-Clause" ]
osfree-project/FamilyAPI
bks/BksFreeFocus.asm
580
Assembly
; A017555: (12n+2)^11. ; 2048,4049565169664,3670344486987776,238572050223552512,4882812500000000000,52036560683837093888,364375289404334925824,1903193578437064103936,8007313507497959524352,28531167061100000000000 mul $0,12 add $0,2 pow $0,11
34.714286
189
0.855967
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/017/A017555.asm
243
Assembly
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Print Spooler FILE: processTables.asm AUTHOR: Jim DeFrisco, 15 March 1990 REVISION HISTORY: Name Date Description ---- ---- ----------- Jim...
28.935323
79
0.68793
[ "Apache-2.0" ]
BOBBYWY/pcgeos
Library/Spool/Process/processTables.asm
5,816
Assembly
;-------------------------------------------------------------------- ; Praktikum SMD 2015 ; M.Wahyudin (140310120031) ; ; Name : LATIH12.ASM ; Desc : Menampilkan digit 1234 dari tabel ke 4-display segmen ; Input : - ; Output: 4-display segmen di P2 ;-------------------------------------------------------------------...
29.69697
69
0.489796
[ "MIT" ]
hyuwah/fu-praktikum-smd
Modul 3/latih12.asm
980
Assembly
# $Id: 10_ld_2.asm,v 1.3 2001/03/22 00:38:59 ellard Exp $ # # Copyright 1999-2001 by the President and Fellows of Harvard College. # See LICENSE.txt for license information. # #@ Tests basic ld1 functionality #@ Makes sure that the address isn't simply loaded into the des... # OK lc r2, $a lc r3, $b lc r4, $c lc r...
26.419355
70
0.639194
[ "BSD-3-Clause" ]
dellard/ant-architecture
Src/Ant8/Tests/aa8/basic/10_ld_2.asm
1,638
Assembly
; A048696: Generalized Pellian with second term equal to 9. ; 1,9,19,47,113,273,659,1591,3841,9273,22387,54047,130481,315009,760499,1836007,4432513,10701033,25834579,62370191,150574961,363520113,877615187,2118750487,5115116161,12348982809,29813081779,71975146367,173763374513,419501895393,1012767165299,2445036225991,590...
40.071429
398
0.803922
[ "Apache-2.0" ]
karttu/loda
programs/oeis/048/A048696.asm
561
Assembly
; ; Copyright (c) 2016, Alliance for Open Media. All rights reserved ; ; This source code is subject to the terms of the BSD 2 Clause License and ; the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License ; was not distributed with this source code in the LICENSE file, you can ; obtain it at www.aome...
27.259124
79
0.454144
[ "BSD-2-Clause" ]
AdithyanBitmovin/aom
aom_dsp/arm/aom_convolve8_neon_asm.asm
7,469
Assembly
############################################################################### # Copyright 2018 Intel Corporation # All Rights Reserved. # # If this software was obtained under the Intel Simplified Software License, # the following terms apply: # # The source code, information and material ("Material") containe...
38.157895
80
0.608966
[ "Apache-2.0" ]
idesai/ipp-crypto
sources/ippcp/asm_ia32_gas_converted/macosx/h9/merged/pcpbnumuldgtw7as.asm
2,900
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x10211, %r15 nop sub %rsi, %rsi vmovups (%r15), %ymm5 vextracti128 $0, %ymm5, %xmm5 vpextrq $0, %xmm5, %rax nop nop nop and %rbp, %rbp lea addresses_WC_ht+0x15bc1, %rsi lea ad...
28.91342
1,829
0.653691
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_610_1761.asm
6,679
Assembly
include "components/console/drivers/screen48k.asm" include "components/console/drivers/screen_layer2.asm" include "components/console/drivers/screen_lores.asm" include "components/console/font.asm" include "components/console/graphics.asm" include "components/console/keyboard.asm" include "components/core/divide...
32.192308
55
0.782557
[ "MIT" ]
paulscottrobson/flat
kernel/__includes.asm
837
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x10c85, %r13 nop and $59495, %rdi movl $0x61626364, (%r13) nop nop nop sub %r11, %r11 lea addresses_WT_ht+0x1c2e5, %rdi clflush (%rdi) and %rax, %rax mov (%rdi), %ecx and %r13...
39.713287
2,999
0.657158
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_762.asm
5,679
Assembly
;------------------------------------------------------------------------------ ; ; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> ; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD License ; which accompanies this distribution. Th...
25.052632
84
0.477591
[ "MIT" ]
Axoosha/icebox
third_party/virtualbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibMmx/Ia32/ZeroMem.asm
1,428
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x2945, %rsi lea addresses_D_ht+0x11195, %rdi clflush (%rdi) nop nop nop nop nop cmp $23409, %rax mov $53, %rcx rep movsq nop nop nop xor %rdx, %rdx lea addresses_UC_ht+0x1e595...
35.872928
2,999
0.659633
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_363.asm
6,493
Assembly
* Spreadsheet 11/03/92 O.Fink * - file loading include win1_keys_wwork include win1_keys_wstatus include win1_keys_qdos_io include win1_keys_err include win1_spread_file_format_keys include win1_spread_keys include win1_mac_oli section prog xdef fil_load xref dma_quit,dma_...
21.05694
72
0.608585
[ "MIT" ]
olifink/qspread
src/spread/file/load.asm
5,917
Assembly
; A027983: T(n,n+1) + T(n,n+2) + ... + T(n,2n), T given by A027960. ; 1,5,14,35,81,180,389,825,1726,3575,7349,15020,30561,61965,125294,252795,509161,1024100,2057549,4130225,8284926,16609455,33282989,66669660,133507081,267285605,535010414,1070731475,2142612801 mov $1,1 mov $2,4 mov $4,1 lpb $0 sub $0,1 add $5,$2 ...
23.8125
191
0.661417
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/027/A027983.asm
381
Assembly
; A142550: Primes congruent to 20 mod 53. ; Submitted by Jon Maiga ; 73,179,709,1451,1663,2087,2617,3041,3253,3359,3571,3677,3889,5479,5903,6221,6857,7069,8447,9613,9719,9931,10037,10567,11839,12157,12263,12899,13217,14489,15443,15761,15973,16927,17033,17351,17669,17881,17987,18199,18517,19259,19471,19577,20107,20743,2...
33.56
497
0.728248
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/142/A142550.asm
839
Assembly
user/_pingpong: file format elf64-littleriscv Disassembly of section .text: 0000000000000000 <main>: #include "kernel/types.h" #include "kernel/stat.h" #include "user.h" int main(void) { 0: 7179 addi sp,sp,-48 2: f406 sd ra,40(sp) 4: f022 sd s0,32(sp) ...
29.928623
61
0.461733
[ "MIT-0" ]
frank-liang-lbm/xv6-labs-2020
user/pingpong.asm
41,511
Assembly
; A015464: q-Fibonacci numbers for q=7. ; Submitted by Jamie Morken(s4) ; 0,1,1,8,57,2801,139658,47216065,16477840107,38900937658402,95030370064332109,1569888180568718888123,26845297334664927227358264,3104208728255475471662060331653,371576574614065326331102018605110717,300764083354019611993924928162607993623488,2520121...
43.4
477
0.854071
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/015/A015464.asm
651
Assembly
; A253432: Number of (n+1) X (5+1) 0..1 arrays with every 2 X 2 subblock diagonal minus antidiagonal sum nondecreasing horizontally, vertically and ne-to-sw antidiagonally. ; 181,174,192,228,300,444,732,1308,2460,4764,9372,18588,37020,73884,147612,295068,589980,1179804,2359452,4718748,9437340,18874524,37748892,75497628...
350.833333
1,741
0.911164
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/253/A253432.asm
2,105
Assembly
; A254368: a(n) = 5*2^n + 3^n + 15. ; 21,28,44,82,176,418,1064,2842,7856,22258,64184,187402,551936,1635298,4864904,14512762,43374416,129795538,388731224,1164882922,3492027296,10470838978,31402031144,94185121882,282513422576,847456381618,2542201372664,7626268573642,22878134632256,68633061719458,205896500803784,617684133...
28.941176
324
0.747967
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/254/A254368.asm
492
Assembly
\ ****************************************************************************** \ \ DISC ELITE SHIP BLUEPRINTS FILE G \ \ Elite was written by Ian Bell and David Braben and is copyright Acornsoft 1984 \ \ The code on this site has been disassembled from the version released on Ian \ Bell's personal website at http://w...
48.026253
80
0.374315
[ "Unlicense" ]
markmoxon/disc-elite-beebasm
1-source-files/main-sources/elite-ships-g.asm
60,369
Assembly
halt
5
5
0.8
[ "MIT" ]
alfreedom/Z80-ASM-Programs
Ordenacion Burbuja/halt.asm
5
Assembly
############################################################################### # Copyright 2018 Intel Corporation # All Rights Reserved. # # If this software was obtained under the Intel Simplified Software License, # the following terms apply: # # The source code, information and material ("Material") containe...
26.454545
80
0.437882
[ "Apache-2.0" ]
idesai/ipp-crypto
sources/ippcp/asm_intel64_gas_converted/linux/nonpic/y8/merged/pcpp192r1funcs_montas.asm
17,169
Assembly
############################################################################### # Copyright 2018 Intel Corporation # All Rights Reserved. # # If this software was obtained under the Intel Simplified Software License, # the following terms apply: # # The source code, information and material ("Material") containe...
33.205426
80
0.486285
[ "Apache-2.0" ]
idesai/ipp-crypto
sources/ippcp/asm_ia32_gas_converted/linux/pic/g9/merged/pcprij128encryptctrpipeg9as.asm
8,567
Assembly
; A097411: Initial decimal digit of n^7. ; 1,1,2,1,7,2,8,2,4,1,1,3,6,1,1,2,4,6,8,1,1,2,3,4,6,8,1,1,1,2,2,3,4,5,6,7,9,1,1,1,1,2,2,3,3,4,5,5,6,7,8,1,1,1,1,1,1,2,2,2,3,3,3,4,4,5,6,6,7,8,9,1,1,1,1,1,1,1,1,2,2,2,2,2,3,3,3,4,4,4,5,5,6,6,6,7,8,8,9,1,1,1,1 add $0,1 pow $0,7 lpb $0,1 mov $1,$0 div $0,10 lpe
30.5
207
0.531148
[ "Apache-2.0" ]
karttu/loda
programs/oeis/097/A097411.asm
305
Assembly
; A073361: Nested floor product of n and fractions (k+1)/k for all k>0 (mod 4), divided by 4. ; 1,5,15,31,65,105,151,275,420,631,695,1050,1411,1685,2385,2941,3425,4410,5326,6995,7350,9316,10880 mov $1,$0 mov $2,$0 add $2,1 lpb $2 add $3,1 add $3,$0 lpb $3 add $1,3 sub $3,1 trn $3,$2 lpe sub $1,3 ...
16.5
99
0.583333
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/073/A073361.asm
396
Assembly
; A158593: a(n) = 38*n^2 + 1. ; 1,39,153,343,609,951,1369,1863,2433,3079,3801,4599,5473,6423,7449,8551,9729,10983,12313,13719,15201,16759,18393,20103,21889,23751,25689,27703,29793,31959,34201,36519,38913,41383,43929,46551,49249,52023,54873,57799,60801,63879,67033,70263,73569,76951,80409,83943,87553,91239,95001,98839,10...
97.571429
623
0.808199
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/158/A158593.asm
683
Assembly
Name: yst_play.asm Type: file Size: 7380 Last-Modified: '2016-05-13T04:52:55Z' SHA-1: 71284E257C8B4CDCA5E1CB9587916F3B2B956C42 Description: null
20.714286
47
0.813793
[ "MIT" ]
prismotizm/gigaleak
other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/ツール/tool/old_cos/sfc/yst_play.asm
145
Assembly
; A309337: a(n) = n^3 if n odd, 3*n^3/4 if n even. ; 0,1,6,27,48,125,162,343,384,729,750,1331,1296,2197,2058,3375,3072,4913,4374,6859,6000,9261,7986,12167,10368,15625,13182,19683,16464,24389,20250,29791,24576,35937,29478,42875,34992,50653,41154,59319,48000,68921,55566,79507,63888,91125 pow $0,3 mov $1,$0 dif $1,2 add ...
37.222222
235
0.719403
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/309/A309337.asm
335
Assembly
;; ;; Copyright (c) 2020, Intel Corporation ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of source code must retain the above copyright notice, ;; this list of conditions and the ...
28.439655
81
0.6699
[ "BSD-3-Clause" ]
ipuustin/intel-ipsec-mb
lib/sse/mb_mgr_aes128_cbcs_1_9_flush_sse.asm
6,598
Assembly
; A081586: Fourth row of Pascal-(1,3,1) array A081578. ; 1,13,73,245,593,1181,2073,3333,5025,7213,9961,13333,17393,22205,27833,34341,41793,50253,59785,70453,82321,95453,109913,125765,143073,161901,182313,204373,228145,253693,281081,310373,341633,374925,410313,447861,487633,529693,574105,620933,670241,722093,776553,8336...
82.7
714
0.824667
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/081/A081586.asm
827
Assembly
;***************************************************************************** ;* x86inc.asm: x264asm abstraction layer ;***************************************************************************** ;* Copyright (C) 2005-2019 x264 project ;* ;* Authors: Loren Merritt <lorenm@u.washington.edu> ;* Henrik Gramner...
29.692861
150
0.616513
[ "BSD-2-Clause" ]
MAD5D/test
src/ext/x86/x86inc.asm
53,655
Assembly
; A209295: Antidiagonal sums of the gcd(.,.) array A109004. ; 0,2,5,8,12,14,21,20,28,30,37,32,52,38,53,60,64,50,81,56,92,86,85,68,124,90,101,108,132,86,165,92,144,138,133,152,204,110,149,164,220,122,237,128,212,234,181,140,288,182,245,216,252,158,297,244,316,242,229,176,420,182,245,336,320,290,381,200,332,294,421,212,4...
31.660377
1,024
0.632896
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/209/A209295.asm
1,678
Assembly
; A270473: Expansion of (1-5*x)/(1-9*x). ; 1,4,36,324,2916,26244,236196,2125764,19131876,172186884,1549681956,13947137604,125524238436,1129718145924,10167463313316,91507169819844,823564528378596,7412080755407364,66708726798666276,600378541187996484,5403406870691968356,48630661836227715204,437675956526049436836,39390836...
78.545455
756
0.896991
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/270/A270473.asm
864
Assembly
; A099483: A Fibonacci convolution. ; 0,1,3,7,18,48,126,329,861,2255,5904,15456,40464,105937,277347,726103,1900962,4976784,13029390,34111385,89304765,233802911,612103968,1602508992,4195423008,10983760033,28755857091,75283811239,197095576626 mov $4,2 mov $5,$0 lpb $4,1 mov $0,$5 sub $4,1 add $0,$4 sub $0,1 mo...
17.266667
204
0.629344
[ "Apache-2.0" ]
karttu/loda
programs/oeis/099/A099483.asm
518
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x14ba3, %rsi lea addresses_WT_ht+0x16be3, %rdi nop nop nop inc %r13 mov $109, %rcx rep movsw nop nop inc %r12 lea addresses_A_ht+0x14557, %rsi lea addresses_UC_ht+0xdc23, %rdi dec ...
43.894309
2,999
0.662345
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_166.asm
5,399
Assembly
_loop: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" #include "fs.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 10 sub $0x10,%esp for(volatile...
29.847354
60
0.410706
[ "MIT-0" ]
anishkasachdeva/XV6_Operating_System
loop.asm
43,995
Assembly
.program: ji i4 noop DATA_SECTION_OFFSET[0..32] DATA_SECTION_OFFSET[32..64] lw $ds $is 1 add $$ds $$ds $is move $r2 $sp ; save locals base register cfei i16 ; allocate 16 bytes for all locals move $r1 $sp ; save register for temporary stack value cfei i16 ...
37.034483
71
0.545624
[ "Apache-2.0" ]
FuelLabs/sway
sway-core/tests/ir_to_asm/mutable_struct.asm
1,074
Assembly
SFX_Battle_0F_Ch1: unknownnoise0x20 2, 225, 75 unknownnoise0x20 10, 241, 68 unknownnoise0x20 2, 225, 58 unknownnoise0x20 6, 241, 52 endchannel
21.142857
29
0.783784
[ "Unlicense" ]
adhi-thirumala/EvoYellow
audio/sfx/battle_0f.asm
148
Assembly
SFX_Battle_1C_Ch1: unknownnoise0x20 2, 194, 1 unknownnoise0x20 15, 244, 1 unknownnoise0x20 15, 242, 1 endchannel
19.5
28
0.786325
[ "Unlicense" ]
adhi-thirumala/EvoYellow
audio/sfx/battle_1c.asm
117
Assembly
; A163758: a(n) = 9*n*(n+1). ; 0,18,54,108,180,270,378,504,648,810,990,1188,1404,1638,1890,2160,2448,2754,3078,3420,3780,4158,4554,4968,5400,5850,6318,6804,7308,7830,8370,8928,9504,10098,10710,11340,11988,12654,13338,14040,14760,15498,16254,17028,17820,18630,19458,20304,21168,22050,22950,23868,24804,25758,26730,27720,2...
71.125
499
0.775044
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/163/A163758.asm
569
Assembly
USE32 ALIGN 4096 section .diskdata incbin "/home/chetan/Documents/Unikernel-Serverless/Kernels/echo/build/memdisk.fat"
24.4
86
0.811475
[ "MIT" ]
bitvijays/EdgeKernel
Kernels/IncludeOS/echo/build/memdisk.asm
122
Assembly
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC/GEOS FILE: keyboard.asm AUTHOR: Gene Anderson, Jul 8, 1991 REVISION HISTORY: Name Date Description ---- ---- ----------- Gene 7/ 8/91 Initial revision ...
19.016949
79
0.631016
[ "Apache-2.0" ]
BOBBYWY/pcgeos
Driver/Keyboard/German/Extended/keyboard.asm
1,122
Assembly
;ASTER 02/03/2009 2135 ;TO BE ASSEMBLED IN KEIL MICROVISION V3.60 ;ARTIFICIAL INTELLIGENCE ;MICROCOMPUTER B ;CODE BASE COMPLETED : 03/03/2009 2251 ;REV 3 LAST UPDATED 28/04/2009 1410 ;----------------------------------------------------------------------------------------------------------- ;SET THE ASSEMBLER FOR AT...
17.265693
108
0.595502
[ "MIT" ]
xfrings/8051-Experiments
Multiprocessor-Communication/MC B/Bcomp DemoVersion.asm
11,827
Assembly
<% from pwnlib.shellcraft.i386.linux import syscall %> <%page args="size"/> <%docstring> Invokes the syscall epoll_create. See 'man 2 epoll_create' for more information. Arguments: size(int): size </%docstring> ${syscall('SYS_epoll_create', size)}
20.230769
81
0.703422
[ "MIT" ]
IMULMUL/python3-pwntools
pwnlib/shellcraft/templates/i386/android/epoll_create.asm
263
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xaff6, %r8 nop nop nop nop nop add $5599, %r15 mov $0x6162636465666768, %rsi movq %rsi, %xmm2 movups %xmm2, (%r8) nop nop nop add %r12, %r12 lea addresses_A_ht+0x1ff6, %rsi le...
36.767568
2,999
0.660688
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_13653_529.asm
6,802
Assembly
; A132738: Row sums of triangle A132737. ; 1,2,7,16,33,66,131,260,517,1030,2055,4104,8201,16394,32779,65548,131085,262158,524303,1048592,2097169,4194322,8388627,16777236,33554453,67108886,134217751,268435480,536870937,1073741850,2147483675,4294967324,8589934621,17179869214,34359738399,68719476768,137438953505,274877906...
149.083333
1,671
0.917272
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/132/A132738.asm
1,789
Assembly
; A033271: Number of odd nonprimes <= n. ; 1,1,1,1,1,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,4,4,4,4,5,5,6,6,6,6,6,6,7,7,8,8,8,8,9,9,9,9,9,9,10,10,10,10,11,11,12,12,12,12,13,13,14,14,14,14,14,14,15,15,16,16,16,16,17,17,17,17,17,17,18,18,19,19,19,19 mov $2,$0 add $2,1 mov $4,$0 lpb $2 mov $0,$4 sub $2,1 sub $0,$2 mov $3,...
23
197
0.571429
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/033/A033271.asm
483
Assembly
; A291501: The arithmetic function uhat(n,1,7). ; -41,-41,-41,-41,-41,-41,-41,-41,-45,-50,-55,-60,-65,-70,-75,-80,-85,-90,-95,-100,-105,-110,-115,-120,-125,-130,-135,-140,-145,-150,-155,-160,-165,-170,-175,-180,-185,-190,-195,-200,-205,-210,-215,-220,-225,-230,-235,-240,-245,-250,-255,-260,-265,-270,-275,-280,-285,-290...
27.684211
332
0.568441
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/291/A291501.asm
526
Assembly
!!ARBfp1.0 # This is the fragment program for two # component dependent data with no shading # We need some temporary variables TEMP temp1, temp2, temp3; TEMP finalColor, finalOpacity; # We are going to use the first # texture coordinate ATTRIB tex0 = fragment.texcoord[0]; # This is our output color OUTPUT out = re...
23.365854
42
0.719207
[ "BSD-3-Clause" ]
CDAT/VTK
Rendering/VolumeOpenGL/vtkVolumeTextureMapper3D_TwoDependentNoShadeFP.asm
958
Assembly
; DV3 QXL HD Disk Format  1993 Tony Tebby ; ; 2020-04-07 1.01 Changed for new ddf_mname definition (length word) (MK) section dv3 xdef hd_mformat xref hd_hold xref hd_release xref hd_fchk xref dv3_slen xref qxl_mess_add xref gu_achp0 xref gu_rchp xref cv_decil include 'dev8_keys_err' include ...
20.259843
75
0.668869
[ "BSD-2-Clause" ]
olifink/smsqe
dv3/qxl/hd/mformat.asm
2,573
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x16da6, %rsi lea addresses_WT_ht+0x17a6, %rdi nop xor %r10, %r10 mov $65, %rcx rep movsq nop nop nop cmp %rbp, %rbp lea addresses_A_ht+0x1b526, %r15 nop nop nop cmp $30348, %r14 mov $0x...
32.930876
2,999
0.649314
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/NC/_ht_un_/i7-7700_9_0x48_notsx.log_21829_807.asm
7,146
Assembly
; A188737: Decimal expansion of (7+sqrt(85))/6. ; Submitted by Christian Krause ; 2,7,0,3,2,5,7,4,0,9,5,4,8,8,1,4,5,5,1,6,6,7,0,4,5,7,1,3,6,2,7,1,3,2,1,9,2,8,7,4,4,6,7,5,0,8,1,2,0,4,1,0,6,6,8,0,0,1,2,9,2,0,3,4,2,4,0,4,4,5,1,7,1,1,3,3,6,4,5,9,1,0,1,2,7,9,8,2,3,4,8,4,6,5,5,4,6,7,6,0 mov $3,$0 mul $3,4 lpb $3 add $1,$3...
18.068966
201
0.530534
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/188/A188737.asm
524
Assembly
; ================================================== ; MingKernel Kernel ; -------------------------------------------------- ; The kernel uses FAT12 (File Allocation Table) ; and other resources to essentially make the full ; operating system. ; ================================================== ;--------------------...
32.714286
88
0.47016
[ "Apache-2.0" ]
pigcake999yt/MingKernel
kernel.asm
3,435
Assembly
;-------------------------------------------------------------------------------- ; LockAgahnimDoors: ; Returns: 0=Unlocked - 1=Locked ;-------------------------------------------------------------------------------- LockAgahnimDoors: LDA.l AgahnimDoorStyle BNE + ;#$0 = Never Locked LDA.w #$0000 : RTL + : CMP.w ...
32.412698
94
0.594515
[ "MIT" ]
Zarby89/z3randomizer
entrances.asm
4,084
Assembly
; A025790: Expansion of 1/((1-x)(1-x^8)(1-x^11)). ; 1,1,1,1,1,1,1,1,2,2,2,3,3,3,3,3,4,4,4,5,5,5,6,6,7,7,7,8,8,8,9,9,10,11,11,12,12,12,13,13,14,15,15,16,17,17,18,18,19,20,20,21,22,22,23,24,25,26,26,27,28,28,29,30,31 lpb $0 mov $2,$0 sub $0,8 div $2,11 seq $2,14181 ; Numbers > 9 with all digits the same. add $...
25.571429
164
0.578212
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/025/A025790.asm
358
Assembly
;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ ; ;OVERVIEW ; ; This module contains an asm callable routine for detecting ;if the program is running under a windows VM or dosshell task ;The primary...
17.72043
67
0.654126
[ "Apache-2.0" ]
minblock/msdos
dev/smartdrv/indosbox.asm
1,648
Assembly
; max number .386 .model flat,stdcall .stack 4096 INCLUDE Irvine32.inc ExitProcess proto,dwExitCode:dword .data num1 DWORD 2367 num2 DWORD 4792 .code main proc mov eax, [num1] call WriteBin mov al, 10 call WriteChar mov eax, [num2] call WriteBin mov al, 10 call WriteChar mov ebx, [num1]...
15.196078
35
0.643871
[ "MIT" ]
juancstlm/Assembly-Programming
displayBits.asm
775
Assembly
; A267661: Number of nX2 0..1 arrays with every repeated value in every row unequal to the previous repeated value, and in every column equal to the previous repeated value, and new values introduced in row-major sequential order. ; 2,8,32,98,288,800,2178,5832,15488,40898,107648,282752,741762,1944392,5094432,13343778,3...
38.947368
364
0.789189
[ "Apache-2.0" ]
karttu/loda
programs/oeis/267/A267661.asm
740
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x13456, %rsi lea addresses_WC_ht+0x1339e, %rdi nop add $17743, %r8 mov $34, %rcx rep movsb nop nop nop nop inc %r14 lea addresses_WC_ht+0x1823e, %rsi lea addresses_WC_ht+0x18b...
33.116667
2,999
0.658279
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_569.asm
7,948
Assembly
; A004006: a(n) = C(n,1) + C(n,2) + C(n,3), or n*(n^2 + 5)/6. ; 0,1,3,7,14,25,41,63,92,129,175,231,298,377,469,575,696,833,987,1159,1350,1561,1793,2047,2324,2625,2951,3303,3682,4089,4525,4991,5488,6017,6579,7175,7806,8473,9177,9919,10700,11521,12383,13287,14234,15225,16261,17343,18472,19649,20875,22151,23478,24857,2628...
80.75
544
0.755418
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/004/A004006.asm
646
Assembly
SECTION code_clib PUBLIC pixeladdress INCLUDE "graphics/grafix.inc" ; Entry h = x ; l = y ; Exit: hl = address ; a = pixel number ; Fz = pixel 0 in byte ; Uses: a, de, hl .pixeladdress ld d,h ;Save x ld h,0 add hl,hl ;*64 add hl,hl add hl,hl add hl,hl add hl,hl add hl,hl ld a,d ;4 p...
12.606061
30
0.605769
[ "Unlicense" ]
drunkfly/gamemyx
Tools/z88dk/libsrc/target/lviv/graphics/pixladdr.asm
416
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x19956, %rsi lea addresses_WC_ht+0x12c56, %rdi nop nop nop nop nop and %r13, %r13 mov $71, %rcx rep movsq dec %r13 lea addresses_WC_ht+0xbd96, %rsi lea addresses_WT_ht+0x1704e...
38.730994
2,999
0.661634
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_635.asm
6,623
Assembly
; int posix_memalign_unlocked(void **memptr, size_t alignment, size_t size) SECTION code_clib SECTION code_alloc_malloc PUBLIC posix_memalign_unlocked EXTERN asm_posix_memalign_unlocked posix_memalign_unlocked: pop af pop hl pop bc pop de push de push bc push hl push af jp asm_p...
14.291667
75
0.755102
[ "BSD-2-Clause" ]
ByteProject/Puddle-BuildTools
FictionTools/z88dk/libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/posix_memalign_unlocked.asm
343
Assembly
global loader global forceScheduler extern main extern initializeKernelBinary extern schedulerToKernel extern schedulerToUser extern processNext extern sPrintf %macro pusha 0 push rax push rbx push rcx push rdx push rbp push rdi push rsi push r8 push r9 push r10 push r11 ...
14.448276
83
0.645585
[ "BSD-3-Clause" ]
nicodonof/SoundblasterOS
Kernel/loader.asm
1,676
Assembly
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: VidMem FILE: vidmemRaster.asm AUTHOR: Jim DeFrisco, Mar 19, 1992 ROUTINES: Name Description ---- ----------- INT BltSimpleLine blt ...
23.200627
79
0.561546
[ "Apache-2.0" ]
BOBBYWY/pcgeos
Driver/Video/Dumb/VidMem/vidmemRaster.asm
7,401
Assembly
* Make a directory list (for QRAM) v0.01  J.R.Oakley Dec 1986 QJUMP * section setup * include 'dev8_match_keys' include 'dev8_ptr_keys' include 'dev8_qram_keys' include 'dev8_keys_chn' include 'dev8_keys_err' include 'dev8_keys_hdr' include 'dev8_keys_iod' include 'dev8_keys_sys' include 'dev8_qdos_sms...
27.120192
74
0.679224
[ "BSD-2-Clause" ]
olifink/smsqe
util/gut/mkdir.asm
11,282
Assembly
; A085689: a(1) = 4; a(n) = if n == 2 mod 3 then a(n-1)/2, if n == 0 mod 3 then a(n-1)*2, if n == 1 mod 3 then a(n-1)*3. ; 4,2,4,12,6,12,36,18,36,108,54,108,324,162,324,972,486,972,2916,1458,2916,8748,4374,8748,26244,13122,26244,78732,39366,78732,236196,118098,236196,708588,354294,708588,2125764,1062882,2125764,6377292...
32.846154
224
0.660422
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/085/A085689.asm
427
Assembly