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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Copyright(c) 2011-2016 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of so...
35.333333
72
0.693003
[ "MIT" ]
Abhisheknishant/GKL
src/main/native/compression/isa-l-master/igzip/bitbuf2.asm
2,544
Assembly
; A329938: Beatty sequence for sinh x, where csch x + sech x = 1 . ; 1,3,5,7,9,11,13,15,16,18,20,22,24,26,28,30,32,33,35,37,39,41,43,45,47,48,50,52,54,56,58,60,62,64,65,67,69,71,73,75,77,79,80,82,84,86,88,90,92,94,96,97,99,101,103,105,107,109,111,112,114,116,118 add $0,1 mov $1,32 mul $1,$0 div $1,17
37.875
195
0.653465
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/329/A329938.asm
303
Assembly
;/* ; * FreeRTOS V202107.00 ; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. 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, inc...
23.195506
84
0.67545
[ "MIT" ]
ARM-software/CMSIS-FreeRTOS
Demo/CORTEX_R4_RM48_TMS570_CCS5/reg_test.asm
10,322
Assembly
;***************************************************************************** ;* x86inc.asm: x264asm abstraction layer ;***************************************************************************** ;* Copyright (C) 2005-2020 x264 project ;* ;* Authors: Loren Merritt <lorenm@u.washington.edu> ;* Henrik Gramner...
29.80675
150
0.614702
[ "BSD-2-Clause" ]
brianjjones/dav1d
src/ext/x86/x86inc.asm
54,755
Assembly
; A017274: a(n) = (10*n)^6. ; 0,1000000,64000000,729000000,4096000000,15625000000,46656000000,117649000000,262144000000,531441000000,1000000000000,1771561000000,2985984000000,4826809000000,7529536000000,11390625000000,16777216000000,24137569000000,34012224000000,47045881000000,64000000000000,85766121000000,113379904000...
90.666667
490
0.887868
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/017/A017274.asm
544
Assembly
; A116092: Expansion of 1/sqrt(1+8*x+64*x^2). ; Submitted by Christian Krause ; 1,-4,-8,224,-1184,-2944,84736,-467968,-1235456,35956736,-202108928,-548651008,16063381504,-91151859712,-251452325888,7389369073664,-42180470767616,-117581870006272,3464100777558016,-19854347412176896,-55753417460547584,1645577388148391936,-...
60.454545
491
0.82406
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/116/A116092.asm
665
Assembly
; Let the user input a signed decimal integer ; from the console. Use a finite-state diagram, and ; Display an error message if invalid input is entered. .model small .stack 100h DOS_CHAR_INPUT = 1 ENTER_KEY = 0Dh .data InvalidInputMessage db "Invalid input",0dh,0ah,0 .code extrn Writestring:proc, Crlf:proc, Clrscr:p...
24.305556
55
0.640571
[ "MIT" ]
Dumebi35/DumebiCSC102
week_7/dataset/Assembly/056596.asm
1,750
Assembly
; A300254: a(n) = 25*(n + 1)*(4*n + 3)*(5*n + 4)/3. ; 100,1050,3850,9500,19000,33350,53550,80600,115500,159250,212850,277300,353600,442750,545750,663600,797300,947850,1116250,1303500,1510600,1738550,1988350,2261000,2557500,2878850,3226050,3600100,4002000,4432750,4893350,5384800,5908100,6464250,7054250,7679100,8339800,9...
161.6875
2,416
0.869733
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/300/A300254.asm
2,587
Assembly
.file "(extract)es.c" .text .globl pari_flush .type pari_flush, @function pari_flush: pushl %ebx subl $8, %esp call .L00000009 .L00000009: popl %ebx addl $_GLOBAL_OFFSET_TABLE_+1, %ebx movl pariOut@GOT(%ebx), %ecx movl (%ecx), %edx call *8(%edx) .L0000001B: addl ...
22.347826
60
0.570039
[ "Apache-2.0" ]
LRGH/plasmasm
non_regression/other_x86_linux_27.o.asm
514
Assembly
;Problem Statement:Write X86 ALP to find, a) Number of Blank spaces b) Number of lines c) Occurrence of a particular character. Accept the data from the text file. The text file has to be accessed during Program_1 execution and write FAR PROCEDURES in Program_2 for the rest of the processing. Use of PUBLIC and EXTERN d...
31.275
344
0.496403
[ "MIT" ]
bhushanasati25/College
2 Year/2015 Pattern/MPL/Assignment 5/Assignment 5-1.asm
2,502
Assembly
; A311536: Coordination sequence Gal.6.120.2 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,4,8,12,17,22,27,32,37,42,46,50,54,58,62,66,71,76,81,86,91,96,100,104,108,112,116,120,125,130,135,140,145,150,154,158,162,166,170,174,179,1...
24.818182
177
0.639194
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/311/A311536.asm
546
Assembly
; Compile with: NASM -fbin cpuid_1.asm BITS 64 ; Avoids nasm putting the OPCODE prefix (66h) mov eax, 1 cpuid
18.5
53
0.738739
[ "MIT" ]
dd86k/ddcput
examples/cpuid_1.asm
111
Assembly
; A245235: Repeat 2^(n*(n+1)/2) n+1 times. ; Submitted by Jamie Morken(s1) ; 1,2,2,8,8,8,64,64,64,64,1024,1024,1024,1024,1024,32768,32768,32768,32768,32768,32768,2097152,2097152,2097152,2097152,2097152,2097152,2097152,268435456,268435456,268435456,268435456,268435456,268435456,268435456,268435456 seq $0,57944 ; Larges...
48.222222
222
0.760369
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/245/A245235.asm
434
Assembly
charmap "ガ", $05 charmap "ギ", $06 charmap "グ", $07 charmap "ゲ", $08 charmap "ゴ", $09 charmap "ザ", $0A charmap "ジ", $0B charmap "ズ", $0C charmap "ゼ", $0D charmap "ゾ", $0E charmap "ダ", $0F charmap "ヂ", $10 charmap "ヅ", $11 charmap "デ", $12 charmap "ド", $13 charmap "バ", $19 charmap "ビ", $1A charmap "ブ", $1B charmap "ボ", $...
16.589091
28
0.578255
[ "MIT" ]
ETDV-TheVoid/pokemon-rgb-enhanced
charmap.asm
4,902
Assembly
org 00h ;;creation of variabes and setting them to their respective ports RS bit p3.0 ;set variable RS to p3.0 RW bit p3.1 ;set variable RW to p3.1 e bit p3.2 ;set variable e to p3.2 ;;initialization procress mov a,#38h ;use two lines and 5x7 matrix call cmd_wrt mov a,#80h ;force cursor to the beginning of ...
27.132258
66
0.718404
[ "MIT" ]
kosmaz/Assembly
project_V/ECE421_group_project.asm
16,822
Assembly
; A094125: a(n) = 3*2^n + 2*3^n. ; 5,12,30,78,210,582,1650,4758,13890,40902,121170,360438,1075170,3213222,9615090,28796118,86290050,258673542,775627410,2326095798,6976714530,20926997862,62774702130,188311523478,564909404610,1694677882182,5083932983250,15251597623158 mov $1,5 mov $2,2 lpb $0 sub $0,1 mul $1,2 add...
24.25
233
0.71134
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/094/A094125.asm
388
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x4822, %rdx nop nop nop nop xor %rsi, %rsi movl $0x61626364, (%rdx) nop nop nop nop and $45594, %r12 lea addresses_D_ht+0x9a22, %rsi nop add %r12, %r12 mov (%rsi), %ebx nop nop nop nop ...
19.462963
145
0.64066
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_40_174.asm
3,153
Assembly
BITS 32 section .text foo: in al, 9 in ax, 9 in eax, 9 in al, dx in ax, dx in eax, dx out 9, al out 9, ax out 9, eax out dx, al out dx, ax out dx, eax int 128 pop cx pop ecx pop dword [ecx] pop word [ecx] pop ds pop es pop ss pop fs pop gs push cx push edx push dword 100 push word 100 push byte 100 push word [esi] push...
13.377193
26
0.662295
[ "MIT" ]
carld/sassy
tests/misc2.asm
1,525
Assembly
; A004355: Binomial coefficient C(6n,n). ; 1,6,66,816,10626,142506,1947792,26978328,377348994,5317936260,75394027566,1074082795968,15363284301456,220495674290430,3173734438530120,45795673964460816,662252084388541314,9595194602380819740,139258480300974996780,2024174282713371059040,29462227291176635718126,429355892934236...
85.625
603
0.905109
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/004/A004355.asm
685
Assembly
// Tests calling into a function pointer with local variables // Commodore 64 PRG executable file .file [name="function-pointer-noarg-call-7.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAft...
17.032258
80
0.557765
[ "MIT" ]
jbrandwood/kickc
src/test/ref/function-pointer-noarg-call-7.asm
1,056
Assembly
; A028495: Expansion of (1-x^2)/(1-x-2*x^2+x^3). ; 1,1,2,3,6,10,19,33,61,108,197,352,638,1145,2069,3721,6714,12087,21794,39254,70755,127469,229725,413908,745889,1343980,2421850,4363921,7863641,14169633,25532994,46008619,82904974,149389218,269190547,485064009,874055885,1574993356,2838041117,5113971944,9215060822,1660496...
56.923077
598
0.814865
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/028/A028495.asm
740
Assembly
; A184653: floor(n*s+h-h*s), where s=(3+sqrt(3))/2, h=-1/2; complement of A184638. ; 3,5,7,10,12,14,17,19,21,24,26,29,31,33,36,38,40,43,45,48,50,52,55,57,59,62,64,66,69,71,74,76,78,81,83,85,88,90,92,95,97,100,102,104,107,109,111,114,116,118,121,123,126,128,130,133,135,137,140,142,145,147,149,152,154,156,159,161,163,166...
20.234043
345
0.532072
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/184/A184653.asm
951
Assembly
Entity start No options Constants 0 S start 1 S MeuGrupo 2 S Alex 3 S Inserindo informacoes 4 I 1 5 S io.writeln 6 S Numero 1 7 S 1 8 S 2 9 I 2 10 S Informacoes inseridas: End Valid context (always) No properties Def start No parameters No local variables No results ldconst 1 --> [M...
17.333333
42
0.608974
[ "MIT" ]
alexgarzao/UOP
testsuite/ubivm/expected/group_2.asm
780
Assembly
; A192251: 1-sequence of reduction of central binomial coefficient sequence by x^2 -> x+1. ; 0,2,8,48,258,1518,8910,53526,323796,1976876,12138456,74921904,464320368,2887660168,18011618368,112633305568,705899650498,4432668783838,27882818399038,175661366346838,1108193133814138,6999963827434378,44265660573879298 lpb $0 ...
37.272727
219
0.770732
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/192/A192251.asm
410
Assembly
f: PUSH %14 MOV %15,%14 SUBS %15,$4,%15 SUBS %15,$4,%15 @f_body: MOV $1,-4(%14) MOV $3,-8(%14) ADDS -4(%14),-8(%14),%0 MOV %0,%13 JMP @f_exit @f_exit: MOV %14,%15 POP %14 RET main: PUSH %14 MOV %15,%14 @main_body: CALL f ADDS %15,$0,%15 MOV %13,%0 MOV %0,%13 JMP @main_e...
12.655172
25
0.509537
[ "MIT" ]
acastrauss/compiler_project
test-ok-NAS-88.asm
367
Assembly
; A291582: Maximum number of 6 sphinx tile shapes in a sphinx tiled hexagon of order n. ; 30,132,306,552,870,1260,1722,2256,2862,3540,4290,5112,6006,6972,8010,9120,10302,11556,12882,14280,15750,17292,18906,20592,22350,24180,26082,28056,30102,32220,34410,36672,39006,41412,43890,46440,49062,51756,54522,57360,60270,63252,...
94.125
627
0.815405
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/291/A291582.asm
753
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x2f58, %rsi lea addresses_WT_ht+0x8198, %rdi nop nop dec %rbx mov $124, %rcx rep movsw nop xor $17283, %rax lea addresses_normal_ht+0x1cc08, %r15 nop cmp %r10, %r10 movl ...
36.730159
2,999
0.662057
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1200.asm
6,942
Assembly
; A170680: Number of reduced words of length n in Coxeter group on 47 generators S_i with relations (S_i)^2 = (S_i S_j)^49 = I. ; 1,47,2162,99452,4574792,210440432,9680259872,445291954112,20483429889152,942237774900992,43342937645445632,1993775131690499072,91713656057762957312,4218828178657096036352,1940660962182264176...
30.214286
197
0.763593
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/170/A170680.asm
423
Assembly
TITLE sha1-586.asm IF @Version LT 800 ECHO MASM version 8.00 or later is strongly recommended. ENDIF .686 .XMM IF @Version LT 800 XMMWORD STRUCT 16 DQ 2 dup (?) XMMWORD ENDS ENDIF .MODEL FLAT OPTION DOTNAME IF @Version LT 800 .text$ SEGMENT PAGE 'CODE' ELSE .text$ SEGMENT ALIGN(64) 'CODE' ENDIF ;EXTERN _OPENSSL_ia32ca...
17.482232
61
0.706047
[ "Apache-2.0" ]
25H/miniblink49
node/openssl/asm_obsolete/x86-win32-masm/sha/sha1-586.asm
49,195
Assembly
;---------------------------------------------------------------------- ; remove.asm - user-callable entry point to _unlink() function. ;---------------------------------------------------------------------- ; ; C/C++ Run Time Library - Version 10.0 ; ; Copyright (c) 1991, 2000 by Inprise Corporation ; ...
27.947368
71
0.438795
[ "MIT" ]
TrevorDArcyEvans/Diving-Magpie-Software
Borland/CBuilder5/Source/RTL/source/io/remove.asm
531
Assembly
; A040357: Continued fraction for sqrt(377). ; 19,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2,38,2,2,2 mov $5,2 mov $9,$0 lpb $5 mov $0,$9 sub $5,1 add $0,$5 sub $0,1 mov $7,$0...
15.942857
190
0.508961
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/040/A040357.asm
558
Assembly
; DEPRECATED findFileEntry: findDirectoryEntry: ret ; END DEPRECATED ; NOTE: Should we replace this with "deleteNode" and have it work on directories, too? ;; deleteFile [Filesystem] ;; Deletes a file or symbolic link. ;; Inputs: ;; DE: Path to file (string pointer) ;; Outputs: ;; Z: Set if file was deleted, r...
22.753145
96
0.463306
[ "MIT" ]
KnightOS/kernel
src/00/filesystem.asm
28,942
Assembly
;By Arun Kumar Shreevastava ;exeve("/bin/cat", {"/bin/cat","/etc/passwd",NULL}, NULL) BITS 32 global _start section .text _start: ;push /bin/cat xor eax,eax push eax push 0x7461632f ;tac/ push 0x6e69622f ;nib/ mov ebx, esp ;push args push eax push 0x64777373 ;dwss push 0x61702f63 ;ap/c push 0x74652f2f ;...
14.457143
57
0.6917
[ "MIT" ]
arunKumarNOP/shellcodes
etc_passwd/etcPasswd.asm
506
Assembly
;#-------------------------------------------------ß ;| x64lab MPL 2.0 License | ;| Copyright (c) 2009-2012, Marc Rainer Kranz. | ;| All rights reserved. | ;ö-------------------------------------------------ä ;#------------------------------...
17.02079
88
0.582631
[ "MPL-2.0" ]
8l/x64lab.upto133
develop/shared/api.asm
24,622
Assembly
;------------------------------------------------------------------ !zone MemoryCopy MemoryCopy ldx PARAM2 ldy #0 .MemoryCopyLoop ; Decrement 16-bit size/counter. txa bne .decrementSizeLo lda PARAM3 beq .MemoryCopyEnd .decrementSizeHi dec PARAM3 .decrementS...
18.20354
112
0.574623
[ "MIT" ]
puzzud/puzl6502
utility/IO.asm
2,057
Assembly
# Seção de dados .data msg: .asciiz "O valor impresso no final deve ser 4 e não deve imprimir 'Erro'.\n" errotext: .asciiz "Erro\n" oktext: .asciiz "Valor final: " #Seção de texto .text la $a0, msg # coloca em a0 o parâmetro da chamada a syscall li $v0, 4 # 4 é o código para imprimir u...
20.0875
91
0.571251
[ "MPL-2.0", "MPL-2.0-no-copyleft-exception" ]
EduRenesto/indy
res/04.branches.asm
1,631
Assembly
_grep: file format elf32-i386 Disassembly of section .text: 00000000 <grep>: char buf[1024]; int match(char*, char*); void grep(char *pattern, int fd) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 18 sub $0x18,%esp int n, m; char *p, *q; ...
36.318182
60
0.423617
[ "MIT-0" ]
eudemkeon/EEE3535
grep.asm
52,734
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x11aa9, %rdi nop nop nop nop nop and %rdx, %rdx mov $0x6162636465666768, %rbp movq %rbp, (%rdi) nop nop nop nop and %rdx, %rdx lea addresses_WC_ht+0x8092, %rsi nop nop cmp $6...
20.108392
152
0.652756
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/NC/_st_sm_/i3-7100_9_0xca_notsx.log_22_1978.asm
5,751
Assembly
; A270049: Number of 123 avoiding set partitions of [n]. ; Submitted by Jamie Morken(s2) ; 1,1,3,7,21,61,199,659,2345,8569,32971,130527,538045,2279733,9987727,44897131,207693905,983926001,4780294291,23740460215,120595843941,625175300653,3308054119767,17837452131139,98006292402553,548026191197801,3118110841312091,180347...
43.25
490
0.820809
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/270/A270049.asm
692
Assembly
; A016905: a(n) = (5*n + 4)^9. ; 262144,387420489,20661046784,322687697779,2641807540224,14507145975869,60716992766464,208728361158759,618121839509504,1628413597910449,3904305912313344,8662995818654939,18014398509481984,35452087835576229,66540410775079424,119851595982618319,208215748530929664,350356403707485209,5729948...
322.428571
2,197
0.941072
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/016/A016905.asm
2,257
Assembly
BITS 32 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ; allocate 16 byte aligned stack space for the packed values lea ecx, [esp-33] and ecx, 0xfffffff0 ; load a 128 bit value into xmm0 mov DWORD [ecx], 0x55555555 mov DWORD [ecx+4], 0x14530451 mov DWORD [ecx+8], 0x1badb002 mov DWORD [...
19.470588
60
0.758308
[ "BSD-3-Clause" ]
0xDEC0DE8/mcsema
mc-sema/validator/x86/tests/PADDDrr.asm
662
Assembly
; A192816: a(n) = A192815(n)/2. ; Submitted by Christian Krause ; 0,1,2,7,36,173,806,3763,17608,82393,385482,1803487,8437740,39476613,184694254,864105611,4042781584,18914450865,88492648850,414019362743,1937020023220,9062490569821,42399528318646,198369310046307,928085399264344,4342115764413321,20314907794597722,95044789...
33.227273
486
0.783858
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/192/A192816.asm
731
Assembly
.686 .XMM .MODEL flat, c ASSUME fs:_DATA .data .code EXTERN SW2_GetSyscallNumber: PROC WhisperMain PROC pop eax ; Remove return address from CALL instruction call SW2_GetSyscallNumber ; Resolve function hash into syscall number add esp, 4 ; Restore ESP ...
18.783961
80
0.816699
[ "Apache-2.0" ]
FDlucifer/SysWhispers2
example-output/SyscallsStubs.x86.asm
45,908
Assembly
extern m7_ippsGFpECESGetBuffersSize_SM2:function extern n8_ippsGFpECESGetBuffersSize_SM2:function extern y8_ippsGFpECESGetBuffersSize_SM2:function extern e9_ippsGFpECESGetBuffersSize_SM2:function extern l9_ippsGFpECESGetBuffersSize_SM2:function extern n0_ippsGFpECESGetBuffersSize_SM2:function extern k0_ippsGFpECESGetBu...
35.205128
143
0.839767
[ "Apache-2.0" ]
zyktrcn/ippcp
_build/dispatcher/jmp_ippsGFpECESGetBuffersSize_SM2_33226034.asm
1,373
Assembly
;; ;; Title: VGM replay. ;; ;; Song format: ;; The VGM data used by the following replay routine is a stripped down version ;; of the VGM v1.61 format. ;; ;; First the 512 bytes header is removed. ;; Only the following commands are kepts. ;; ;; $b9 rr dd - HuC6280 command. *rr* is the index of the PSG register, ;; ...
23.33913
80
0.584016
[ "BSD-3-Clause" ]
BlockoS/up-17
src/vgm.asm
5,368
Assembly
; make some instructions to accept single-comma multi-arg even when --syntax=a mode is specified ; instructions supporting relaxed multi-arg: dec, inc, pop, push ; errors of double-comma used without --syntax=a mode dec bc,,de inc bc,,de push hl,,de pop hl,,de OPT --reversepop pop hl,,de ; en...
28.227273
96
0.640902
[ "BSD-3-Clause" ]
NEO-SPECTRUMAN/sjasmplus
tests/parsing/issue166_multiarg_exceptions.asm
621
Assembly
; function to print a BCD (Binary-coded decimal) number ; de = address of BCD number ; hl = destination address ; c = flags and length ; bit 7: if set, do not print leading zeroes ; if unset, print leading zeroes ; bit 6: if set, left-align the string (do not pad empty digits with spaces) ; if unset, righ...
27.089744
78
0.706578
[ "CC0-1.0" ]
opiter09/ASM-Machina
home/print_bcd.asm
2,116
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x30d8, %rbx nop nop nop sub %rdi, %rdi movw $0x6162, (%rbx) nop nop nop nop nop cmp %rsi, %rsi lea addresses_WC_ht+0x130d8, %rsi lea addresses_A_ht+0xe6d8, %rdi nop nop nop nop...
30.847222
2,144
0.657211
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_715_1602.asm
6,663
Assembly
;------------------------------------------------------------------------------ ; NCB85 CP/M BIOS ; Roman Borik/RM-Team 2/2012, 2/2013, 1/2014 ; archeocomp 2014-2016 ; NCB85 is a SBC based on 8085 and 64k SRAM. There is also 8kB ROM from 0000H ; that can be shadowed by outputting 1 to SOD pin of 8085 ; BIOS is in the R...
31.257329
109
0.523395
[ "Unlicense" ]
ncb85/NCB85V2-BIOS
bios_fdc_30/ncb85bios.asm
19,192
Assembly
Name: zel_ending.asm Type: file Size: 102214 Last-Modified: '2016-05-13T04:20:48Z' SHA-1: 0E8089D31DD7F75CEEA3049A12607260C426354F Description: null
21.285714
47
0.818792
[ "MIT" ]
prismotizm/gigaleak
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm/zel_ending.asm
149
Assembly
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC GEOS MODULE: Text/TextGraphic FILE: tgReplace.asm METHODS: Name Description ---- ----------- REVISION HISTORY: Name Date Description ---- ---- -...
20.341463
80
0.620304
[ "Apache-2.0" ]
BOBBYWY/pcgeos
Library/Text/TextGraphic/tgReplace.asm
7,506
Assembly
; int esxdos_disk_write(uchar device, ulong position, void *src) SECTION code_clib SECTION code_esxdos PUBLIC _esxdos_disk_write EXTERN l0_esxdos_disk_write_callee _esxdos_disk_write: pop af ex af,af' dec sp pop af pop de pop bc pop hl push hl push bc push de dec sp ex af,af' push af ex af,af' ...
12.172414
64
0.753541
[ "BSD-2-Clause" ]
ByteProject/Puddle-BuildTools
FictionTools/z88dk/libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sdcc_ix/esxdos_disk_write.asm
353
Assembly
.data sizeofarray: .word 3 array: .word 2, 4, 6, 8 .text .globl main main: la $s0, sizeofarray lw $s1, 0($s0) #$s1 = sizeofarray ori $s2, $0, 0 #$s2 = i la $s3, array #$s3 = &array loopFor: beq $s1, $s2, funcExit #if(i = sizeofarray) call funcExit lw $s4, 0($s3) #$s4 = array[i]...
27.069767
61
0.544674
[ "MIT" ]
zorlubirhat/mips-array-and-function
array.asm
1,164
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r8 push %rbp push %rdi push %rsi lea addresses_normal_ht+0x8093, %rsi sub %r8, %r8 movb $0x61, (%rsi) nop nop and %rdi, %rdi lea addresses_A_ht+0xfcd3, %r14 clflush (%r14) nop lfence movups (%r14), %xmm2 vpextrq $0, %xmm2, %rbp nop nop nop...
58.726027
2,999
0.661535
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_302.asm
4,287
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r10 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1eaf2, %rsi lea addresses_D_ht+0xf012, %rdi nop nop nop nop sub %rbx, %rbx mov $92, %rcx rep movsw nop cmp %rbp, %rbp lea addresses_UC_ht+0x58f2, %r10 nop nop nop nop nop dec %rbx movw $0x6162,...
18.260163
148
0.63691
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_1_1872.asm
4,492
Assembly
; A010236: Continued fraction for sqrt(194). ; 13,1,12,1,26,1,12,1,26,1,12,1,26,1,12,1,26,1,12,1,26,1,12,1,26,1,12,1,26,1,12,1,26,1,12,1,26,1,12,1,26,1,12,1,26,1,12,1,26,1,12,1,26,1,12,1,26,1,12,1,26,1,12,1,26,1 add $0,3 mul $0,5 lpb $0 mov $2,$0 add $0,5 mod $2,10 trn $2,1 add $2,3 add $4,$3 mov $3,1 ...
16.586207
166
0.532225
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/010/A010236.asm
481
Assembly
%ifdef CONFIG { "RegData": { "RBX": "0xDA", "RCX": "0x67EA", "RDX": "0x656667FA", "RBP": "0x616263646566680A", "RDI": "0x82", "RSP": "0x8082", "R8": "0x80808082", "R9": "0x1", "R10": "0x414244164618471A", "R11": "0x515253545556582A", "R12": "0x6162636465666768" }, "M...
14.604938
37
0.58918
[ "MIT" ]
Azkali/FEX
unittests/ASM/Primary/Primary_10_4.asm
1,183
Assembly
; A032119: Number of labeled series-reduced dyslexic planted planar trees (root unlabeled) with n leaves. ; Submitted by Christian Krause ; 1,1,6,57,750,12645,260190,6322365,177181830,5625873225,199608636150,7826601269025,336070622037150,15684327120386925,790493799998652750,42790196611446409125,2475921578709979149750,1...
36.761905
469
0.816062
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/032/A032119.asm
772
Assembly
* set error - Bad parameter * section utils * xdef err_bp * include dev8_sbsext_ext_keys * err_bp moveq #err.bp,d0 rts end
13.538462
36
0.528409
[ "BSD-2-Clause" ]
olifink/smsqe
sbsext/ut/errbp.asm
176
Assembly
; A228293: a(n) = Sum_{k=1..9} n^k. ; 0,9,1022,29523,349524,2441405,12093234,47079207,153391688,435848049,1111111110,2593742459,5628851292,11488207653,22250358074,41189313615,73300775184,125999618777,210027483918,340614792099,538947368420,833994048909,1264758228162,1883023236983,2756668737624,3973642985025,564668382613...
72.230769
816
0.870075
[ "Apache-2.0" ]
karttu/loda
programs/oeis/228/A228293.asm
939
Assembly
; A100192: a(n) = Sum_{k=0..n} binomial(2n,n+k)*2^k. ; Submitted by Jamie Morken(w3) ; 1,4,18,82,374,1704,7752,35214,159750,723880,3276908,14821668,66991436,302605528,1366182276,6165204102,27811282374,125415953208,565408947756,2548400193852,11483706241044,51739037228688,233070330199296,1049777052815052,4727770393417884...
41
491
0.809182
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/100/A100192.asm
697
Assembly
; ---------------------------------------------------------------------------- ; Altair, CIDLESA's 1981 arcade game remade for the ZX Spectrum and ; Amstrad CPC. ; ---------------------------------------------------------------------------- ; ----------------------------------------------------------------------------...
29.51145
78
0.619245
[ "MIT" ]
jorgicor/altair
menu_st.asm
3,866
Assembly
; A121240: Numerator of sum_{k=1..n} 1/2^prime(k). ; Submitted by Christian Krause ; 1,3,13,53,849,3397,54353,217413,3478609,222630977,890523909,56993530177,911896482833,3647585931333,58361374901329,3735127993685057,239048191595843649,956192766383374597,61196337048535974209 seq $0,40 ; The prime numbers. sub $0,1 seq ...
53.125
191
0.778824
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/121/A121240.asm
425
Assembly
.ktext 0x4180 _entry: mfc0 $k0, $14 mfc0 $k1, $13 ori $k0, $0, 0x1000 sw $sp, -4($k0) addiu $k0, $k0, -256 move $sp, $k0 j _save_context nop _main_handler: mfc0 $k0, $13 ori $k1, $0, 0x007c and $k0, $k1, $k0 beq $0, $k0, _restore_context nop mfc0 $k0, $14 addu $k0, $k0, 4 mtc0 $k0, $14 j _rest...
19.152
31
0.380952
[ "MIT" ]
JJLeo/BUAA-CO-2020
Verilog/P7/P7_L0_weak/P7_L0_exception/P7_L0_weak_exception.asm
2,394
Assembly
map_header CopycatsHouse2F, COPYCATS_HOUSE_2F, REDS_HOUSE_2, 0 end_map_header
20.25
63
0.851852
[ "CC0-1.0" ]
opiter09/ASM-Machina
data/maps/headers/CopycatsHouse2F.asm
81
Assembly
;++ ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; Licensed under the MIT License. ; ; Module Name: ; ; SconvKernelFma3.asm ; ; Abstract: ; ; This module implements the kernels for the single precision convolution ; operation. ; ; This implementation uses AVX fused multiply/add instructions. ...
33.076046
97
0.702839
[ "MIT" ]
00mjk/nnfusion
thirdparty/mlas/lib/amd64/SconvKernelFma3.asm
8,699
Assembly
; A006522: 4-dimensional analog of centered polygonal numbers. Also number of regions created by sides and diagonals of a convex n-gon in general position. ; 1,0,0,1,4,11,25,50,91,154,246,375,550,781,1079,1456,1925,2500,3196,4029,5016,6175,7525,9086,10879,12926,15250,17875,20826,24129,27811,31900,36425,41416,46904,5292...
65.909091
500
0.795862
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/006/A006522.asm
725
Assembly
SFX_Triangle3_2_Ch7: unknownnoise0x20 2, 145, 40 unknownnoise0x20 0, 113, 24 endchannel
18.2
28
0.802198
[ "MIT" ]
ETDV-TheVoid/pokemon-rgb-enhanced
audio/sfx/triangle3_2.asm
91
Assembly
; A343949: Shortest distance from curve start to end along the segments of dragon curve expansion level n, and which is the diameter of the curve as a graph. ; Submitted by Jon Maiga ; 1,2,4,8,12,18,26,36,52,70,102,136,200,266,394,524,780,1038,1550,2064,3088,4114,6162,8212,12308,16406,24598,32792,49176,65562,98330,1311...
30.515152
491
0.695134
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/343/A343949.asm
1,007
Assembly
; $Id: VMMAllA.asm $ ;; @file ; VMM - All Contexts Assembly Routines. ; ; ; Copyright (C) 2009-2015 Oracle Corporation ; ; This file is part of VirtualBox Open Source Edition (OSE), as ; available from http://www.virtualbox.org. This file is free software; ; you can redistribute it and/or modify it under the terms of ...
28.928571
80
0.532922
[ "MIT" ]
egraba/vbox_openbsd
VirtualBox-5.0.0/src/VBox/VMM/VMMAll/VMMAllA.asm
2,430
Assembly
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0xa08b, %rsi lea addresses_WC_ht+0x1bb8b, %rdi clflush (%rdi) nop nop nop nop nop and $60932, %r14 mov $28, %rcx rep movsb and $57821, %rbp lea addresses_UC_ht+0x14287, %r15 no...
38.993827
2,999
0.658224
[ "MIT" ]
danielmgmi/medusa
Transynther/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_1299_961.asm
6,317
Assembly
; A194142: Sum{floor(j*(3-sqrt(3)) : 1<=j<=n}; n-th partial sum of Beatty sequence for 3-sqrt(3). ; 1,3,6,11,17,24,32,42,53,65,78,93,109,126,145,165,186,208,232,257,283,310,339,369,400,432,466,501,537,575,614,654,695,738,782,827,873,921,970,1020,1071,1124,1178,1233,1290,1348,1407,1467,1529,1592,1656 mov $16,$0 mov $18...
18.478261
202
0.516471
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/194/A194142.asm
850
Assembly
section .data section .text global _start _start: nop ; Put your experiments between the two nops... ; Put your experiments between the two nops... nop
17.222222
46
0.748387
[ "MIT" ]
ash1247/DocumentsWindows
assembly/asmsbs3e/chapter11/movsbdemo/newsandbox.asm
155
Assembly
[XCX_QTE_SPEED_ALL] ################################################################################################# moduleMatches = 0xF882D5CF, 0x30B6E091, 0xAB97DE6B ; 1.0.1E, 1.0.2U, 1.0.1U ; ---------------------------------------------------------------------------- ; WHO : SoulVoice::CSoulVoice::getDifficulty...
48.625
117
0.393316
[ "CC0-1.0" ]
ActualMandM/cemu_graphic_packs
src/XenobladeChroniclesX/Mods/BattleQteSpeed/patch_qte_speed.asm
389
Assembly
; A107857: a(n) = floor[(phi + n mod 2)*a(n-1)], a(1)=1. ; Submitted by Jamie Morken(s1) ; 1,1,2,3,7,11,28,45,117,189,494,799,2091,3383,8856,14329,37513,60697,158906,257115,673135,1089155,2851444,4613733,12078909,19544085,51167078,82790071,216747219,350704367,918155952,1485607537,3889371025 mul $0,3 div $0,2 mov $2,1 ...
21.4
202
0.675234
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/107/A107857.asm
428
Assembly
; ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. ; ; Use of this source code is governed by a BSD-style license ; that can be found in the LICENSE file in the root of the source ; tree. An additional intellectual property rights grant can be found ; in the file PATENTS. All contributing proje...
31.591111
89
0.478334
[ "BSD-3-Clause" ]
awatry/libvpx.opencl
vp8/encoder/arm/neon/vp8_subpixelvariance8x8_neon.asm
7,108
Assembly
* Sprite f4 * * Mode 4 * +|-------+ * -ggg g - * |g g g | * |g g g | * |gg gggg| * |g g | * |g g | * |g g | * +|-------+ * section sprite xdef sp_f4 xref sp_zero sp_f4 dc.w $0100,$0000 dc.w 8,7,0,0 dc.l sc4_f4-* dc.l sp_zero-* dc.l 0 sc4_f4 dc.w $E800,$0000 dc.w $8A00,$0000 dc.w $8A00,$0000...
12.121212
17
0.5
[ "BSD-2-Clause" ]
olifink/smsqe
iod/con2/sprite/f4.asm
400
Assembly
user/_mkdir: file format elf64-littleriscv Disassembly of section .text: 0000000000000000 <main>: #include "kernel/stat.h" #include "user/user.h" int main(int argc, char *argv[]) { 0: 7179 addi sp,sp,-48 2: f406 sd ra,40(sp) 4: f022 sd s0,32(sp) 6: ec...
29.498908
60
0.459903
[ "MIT-0" ]
eric-qian-d/TCP
user/mkdir.asm
40,502
Assembly
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Implements\Palmtree.Math.Core.Implements\TEST_op_BitwiseAnd.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRT INCLUDELIB OLDNAMES END
22.846154
124
0.808081
[ "MIT" ]
rougemeilland/Palmtree.Math.Core.Implements
Palmtree.Math.Core.Implements/vs_build/x86_Release/TEST_op_BitwiseAnd.asm
297
Assembly
############################################################################### # Copyright 2019 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...
31.884615
80
0.520959
[ "Apache-2.0" ]
ymarkovitch/ipp-crypto
sources/ippcp/asm_ia32_gas_converted/macosx/p8/singlecpu/pcprij128ccmg9as.asm
6,632
Assembly
sty $ff cpx $ff bcc {la1}
8.333333
9
0.64
[ "MIT" ]
jbrandwood/kickc
src/main/fragment/mos6502-common/vbuxx_lt_vbuyy_then_la1.asm
25
Assembly
; A266956: Numbers m such that 9*m+7 is a square. ; 1,2,18,21,53,58,106,113,177,186,266,277,373,386,498,513,641,658,802,821,981,1002,1178,1201,1393,1418,1626,1653,1877,1906,2146,2177,2433,2466,2738,2773,3061,3098,3402,3441,3761,3802,4138,4181,4533,4578,4946,4993,5377,5426 seq $0,156638 ; Numbers n such that n^2 + 2 ==...
50
222
0.714286
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/266/A266956.asm
350
Assembly
;/*! ; @file ; ; @ingroup fapi ; ; @brief DosDelete 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 Prokushev (...
30.291262
80
0.675641
[ "BSD-3-Clause" ]
osfree-project/FamilyAPI
fm/DosDelete.asm
3,120
Assembly
; void heap_info_unlocked_callee(void *heap, void *callback) SECTION code_clib SECTION code_alloc_malloc PUBLIC _heap_info_unlocked_callee, l0_heap_info_unlocked_callee EXTERN asm_heap_info_unlocked _heap_info_unlocked_callee: pop af pop de pop bc push af l0_heap_info_unlocked_callee: push bc ...
14.333333
63
0.770026
[ "BSD-2-Clause" ]
ByteProject/Puddle-BuildTools
FictionTools/z88dk/libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_ix/heap_info_unlocked_callee.asm
387
Assembly
dnl IBM POWER mpn_mul_1 -- Multiply a limb vector with a limb and store the dnl result in a second limb vector. dnl Copyright 1992, 1994, 1999-2001 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl i...
26.578947
79
0.731353
[ "ECL-2.0", "Apache-2.0" ]
12mohaned/chapel
third-party/gmp/gmp-src/mpn/power/mul_1.asm
3,030
Assembly
; A258376: Number of edges connecting the subgraph on {1, ..., n} with the complement in the minimal graph on positive natural numbers where degree(n) equals n. ; 1,1,2,4,5,7,8,10,13,15,18,22,25,29,32,36,41,45,50,54,59,65,70,76,83,89,96,102,109,117,124,132,141,149,158,166,175,185,194,204,213,223,234,244,255,267,278,290...
60.846154
1,127
0.726928
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/258/A258376.asm
1,582
Assembly
;/*! ; @file ; ; @brief BvsSetCurType DOS wrapper ; ; (c) osFree Project 2008-2022, <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 Prokushev (yuri.prokus...
21
69
0.675856
[ "BSD-3-Clause" ]
osfree-project/FamilyAPI
bvs/BvsSetCurType.asm
1,197
Assembly
; A152897: Partial sums of A152896. ; 0,3,18,73,256,844,2709,8596,27146,85560,269464,848400,2670859,8407805,26467163,83316232,262271397,825604226,2598919135,8181135469,25753388928,81069068693,255197243733,803335158081,2528817970143 lpb $0 mov $2,$0 cal $2,152896 ; a=b=c=0;c(n)=c+n+a;b(n)=b+n+c;a(n)=a+n+b. sub $0...
33.9
195
0.728614
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/152/A152897.asm
339
Assembly
; A228705: Expansion of (1-2*x+4*x^2-2*x^3+x^4)/((1-x)^4*(1+x^2)^2). ; 1,2,4,10,19,28,40,60,85,110,140,182,231,280,336,408,489,570,660,770,891,1012,1144,1300,1469,1638,1820,2030,2255,2480,2720,2992,3281,3570,3876,4218,4579,4940,5320,5740,6181,6622,7084,7590,8119,8648,9200,9800,10425,11050,11700,12402,13131,13860,14616,...
60.916667
520
0.737346
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/228/A228705.asm
731
Assembly
; A235933: Numbers coprime to 35. ; Submitted by Jon Maiga ; 1,2,3,4,6,8,9,11,12,13,16,17,18,19,22,23,24,26,27,29,31,32,33,34,36,37,38,39,41,43,44,46,47,48,51,52,53,54,57,58,59,61,62,64,66,67,68,69,71,72,73,74,76,78,79,81,82,83,86,87,88,89,92,93,94,96,97,99,101,102,103,104,106,107,108,109,111,113,114,116,117,118,121,12...
27.55
326
0.622505
[ "Apache-2.0" ]
ckrause/loda-programs
oeis/235/A235933.asm
551
Assembly
mov ax, 0xb800 ; load into ax to be able to load into ds mov ds, ax ; set ds (destination address segment) as the begining of video memory xor di, di ; zero destination index mov si, MESSAGE ; set source index to MESSAGE address move: ...
46.958333
102
0.533274
[ "MIT" ]
Bigsby/x86_64
tests/nasm-intel-template/start.asm
1,127
Assembly
; A153797: 7 times octagonal numbers: a(n) = 7*n*(3*n-2). ; 0,7,56,147,280,455,672,931,1232,1575,1960,2387,2856,3367,3920,4515,5152,5831,6552,7315,8120,8967,9856,10787,11760,12775,13832,14931,16072,17255,18480,19747,21056,22407,23800,25235,26712,28231,29792,31395,33040,34727,36456,38227,40040,41895,43792,45731,47712,49...
86.875
595
0.794245
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/153/A153797.asm
695
Assembly
; A137344: a(n)=4a(n-2). Also 3*A084221. ; 3,9,12,36,48,144,192,576,768,2304,3072,9216,12288,36864,49152,147456,196608,589824,786432,2359296,3145728,9437184,12582912,37748736,50331648,150994944,201326592,603979776,805306368,2415919104 mov $2,$0 lpb $2 add $3,$1 mul $1,2 add $1,7 mov $4,$1 add $4,$2 lpb $4 ...
19.090909
193
0.65
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/137/A137344.asm
420
Assembly
;================================================================================ ; Utility Functions ;================================================================================ !PROGRESSIVE_SHIELD = "$7EF416" ; ss-- ---- !BEE_TRAP_DISGUISE = "$7F5404" ;------------------------------------------------------------...
31.661871
229
0.504696
[ "MIT" ]
KScl/z3rasm
utilities.asm
26,406
Assembly
; A298375: Partial sums of A230584. ; 2,5,11,18,29,43,61,84,111,145,183,230,281,343,409,488,571,669,771,890,1013,1155,1301,1468,1639,1833,2031,2254,2481,2735,2993,3280,3571,3893,4219,4578,4941,5339,5741,6180,6623,7105,7591,8118,8649,9223,9801,10424,11051,11725,12403,13130,13861,14643,15429,16268,17111,18009,18911,19870...
128.142857
1,594
0.817168
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/298/A298375.asm
1,794
Assembly
; A054888: Layer counting sequence for hyperbolic tessellation by regular pentagons of angle Pi/2. ; 1,5,15,40,105,275,720,1885,4935,12920,33825,88555,231840,606965,1589055,4160200,10891545,28514435,74651760,195440845,511670775,1339571480,3507043665,9181559515,24037634880,62931345125,164756400495,431337856360,112925716...
45
365
0.822222
[ "Apache-2.0" ]
jmorken/loda
programs/oeis/054/A054888.asm
540
Assembly
;=============================================================================== ; Copyright 2014-2021 Intel Corporation ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apa...
30.698864
80
0.565797
[ "Apache-2.0" ]
dongbinghua/ipp-crypto
sources/ippcp/asm_ia32/pcprij128decryptecbpipeg9as.asm
5,403
Assembly
; A168046: Characteristic function of zerofree numbers in decimal representation. ; 0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,...
68.6
501
0.55102
[ "Apache-2.0" ]
karttu/loda
programs/oeis/168/A168046.asm
686
Assembly
; A007396: Add 2, then reverse digits!. ; 0,2,4,6,8,1,3,5,7,9,11,31,33,53,55,75,77,97,99,101,301,303,503,505,705,707,907,909,119,121,321,323,523,525,725,727,927,929,139,141,341,343,543,545,745,747,947,949,159,161,361,363,563,565,765,767,967,969,179,181,381,383,583,585,785,787,987,989,199,102,401,304,603,506,805,708,17,...
43.166667
341
0.677606
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/007/A007396.asm
518
Assembly
; A183897: Number of nondecreasing arrangements of n+3 numbers in 0..2 with each number being the sum mod 3 of three others. ; 1,7,17,25,34,44,55,67,80,94,109,125,142,160,179,199,220,242,265,289,314,340,367,395,424,454,485,517,550,584,619,655,692,730,769,809,850,892,935,979,1024,1070,1117,1165,1214,1264,1315,1367,1420,...
32.533333
259
0.715164
[ "Apache-2.0" ]
ckrause/cm
programs/oeis/183/A183897.asm
488
Assembly