hexsha
stringlengths
40
40
size
int64
6
1.05M
ext
stringclasses
3 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
4
232
max_stars_repo_name
stringlengths
7
106
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
7
max_stars_count
int64
1
33.5k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
4
232
max_issues_repo_name
stringlengths
7
106
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
7
max_issues_count
int64
1
37.5k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
4
232
max_forks_repo_name
stringlengths
7
106
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
7
max_forks_count
int64
1
12.6k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
6
1.05M
avg_line_length
float64
1.16
19.7k
max_line_length
int64
2
938k
alphanum_fraction
float64
0
1
6baa5d81c388e69f29907915a3e3beb9cb4328aa
2,728
asm
Assembly
Source/Apps/bcd.asm
davidknoll/RomWBW
8a7bc97fea27bf10a23c61ee508522a60e2909c6
[ "DOC", "MIT" ]
194
2015-08-20T03:18:01.000Z
2022-03-27T02:25:00.000Z
Source/Apps/bcd.asm
davidknoll/RomWBW
8a7bc97fea27bf10a23c61ee508522a60e2909c6
[ "DOC", "MIT" ]
234
2017-03-30T10:59:54.000Z
2022-03-26T20:05:52.000Z
Source/Apps/bcd.asm
davidknoll/RomWBW
8a7bc97fea27bf10a23c61ee508522a60e2909c6
[ "DOC", "MIT" ]
68
2016-12-18T18:20:12.000Z
2022-03-20T16:02:40.000Z
;; ;; make a bcd number from a binary number ;; 32 bit binary number in hl:bc, result stored at (de) ;; de is preserved, all other regs destroyed ;; ;bin2bcd: ; push ix ; save ix ; push bc ; move bc ; pop ix ; ... to ix ; ld c,32 ; loop for 32 bits of binary dword ;; ;bin2bcd0: ; ; outer loop (once for ...
25.980952
56
0.628666
8b3b9c73c205fa7c0eacd298a403c41bbfae07c1
502
asm
Assembly
programs/oeis/130/A130259.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/130/A130259.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/130/A130259.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A130259: Maximal index k of an even Fibonacci number (A001906) such that A001906(k) = Fib(2k) <= n (the 'lower' even Fibonacci Inverse). ; 0,1,1,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5...
71.714286
201
0.623506
6d69eab8b3baa1289452e321be17c4a3fc54f6a3
285
asm
Assembly
programs/oeis/212/A212342.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/212/A212342.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/212/A212342.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A212342: Sequence of coefficients of x^0 in marked mesh pattern generating function Q_{n,132}^(0,3,0,0)(x). ; 1,1,2,5,9,14,20,27,35,44,54,65,77,90,104,119,135,152,170,189,209,230,252,275,299,324,350,377,405,434,464,495,527,560,594,629 sub $1,$0 bin $1,2 trn $1,2 add $1,1 mov $0,$1
31.666667
126
0.684211
436997ef011a239a4d657ecc92223457c234c3db
55,856
asm
Assembly
echo.asm
zzddhhtjzz/xv6
dcc0d9a687ef0b9c500b5b6dd6e3facb027d01fa
[ "MIT-0" ]
null
null
null
echo.asm
zzddhhtjzz/xv6
dcc0d9a687ef0b9c500b5b6dd6e3facb027d01fa
[ "MIT-0" ]
null
null
null
echo.asm
zzddhhtjzz/xv6
dcc0d9a687ef0b9c500b5b6dd6e3facb027d01fa
[ "MIT-0" ]
2
2017-03-29T19:43:06.000Z
2020-10-27T15:46:18.000Z
_echo: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 ec 20 ...
34.757934
92
0.439541
4e1d0b9fa2ac8292cf5f10c81907c2a602c43bc4
8,288
asm
Assembly
engine/scoreRoutines.asm
laoo/TimePilot
88b2548ab23d213677047ca530b68f9523ea7140
[ "MIT" ]
24
2018-05-17T05:55:38.000Z
2021-12-30T10:22:45.000Z
engine/scoreRoutines.asm
laoo/TimePilot
88b2548ab23d213677047ca530b68f9523ea7140
[ "MIT" ]
1
2018-06-27T11:08:01.000Z
2018-06-27T11:08:01.000Z
engine/scoreRoutines.asm
laoo/TimePilot
88b2548ab23d213677047ca530b68f9523ea7140
[ "MIT" ]
3
2018-05-19T03:47:19.000Z
2021-06-01T12:33:32.000Z
; TIMEPILOT ; score routines .proc SCORE ; BCD mode ; A = value to add in BCD (1-99) *100 (minimum value in game is 100) ; A = 20 => score+=2000 .proc scoreAdd clc sed pha adc playerScore sta playerScore bcc @+ lda playerScore+1 adc #0 ; c is set sta playerScore+1 @ pla adc extraLi...
18.879271
105
0.633205
93a1c1aa401a2135967beb45ca3cd5afe1e20948
1,313
asm
Assembly
exercises/practice/allergies/.meta/example.asm
jonboland/x86-64-assembly
b0d586078b2f9e32ac6cd1de1d833282b2c336c0
[ "MIT" ]
21
2019-05-12T20:06:11.000Z
2022-02-06T23:16:13.000Z
exercises/practice/allergies/.meta/example.asm
jonboland/x86-64-assembly
b0d586078b2f9e32ac6cd1de1d833282b2c336c0
[ "MIT" ]
49
2019-04-23T19:17:26.000Z
2022-03-12T14:30:44.000Z
exercises/practice/allergies/.meta/example.asm
jonboland/x86-64-assembly
b0d586078b2f9e32ac6cd1de1d833282b2c336c0
[ "MIT" ]
21
2019-05-19T21:29:07.000Z
2022-01-18T08:58:52.000Z
; ; Given a person's allergy score, determine whether or not they're allergic to ; a given item. ; ; Parameters: ; rdi - item ; rsi - score ; Returns: ; rax - true if allergic, else false ; section .text global allergic_to allergic_to: xor eax, eax ; Set return value bt esi, edi ; Select the bit in score...
28.543478
86
0.557502
1258011fdccd8caae14e2ca5bfe3dd00f5ad6664
3,778
asm
Assembly
XundeShenanigans/Assembler.asm
bearcott/CompArchAssembler
081101ee004a678ac41a759e0fc91478b44bfd3a
[ "MIT" ]
1
2016-04-08T08:24:53.000Z
2016-04-08T08:24:53.000Z
XundeShenanigans/Assembler.asm
bearcott/CompArchAssembler
081101ee004a678ac41a759e0fc91478b44bfd3a
[ "MIT" ]
1
2017-10-10T20:24:08.000Z
2017-10-10T20:26:48.000Z
XundeShenanigans/Assembler.asm
bearcott/CompArchAssembler
081101ee004a678ac41a759e0fc91478b44bfd3a
[ "MIT" ]
null
null
null
.data fin: .asciiz "test.asm" # filename for input buffer: .space 1024 myString: .word 268501009 register: .space 4 prompt1: .asciiz "****************************************************\n" string1: .space 16 string2: .space 16 string3: .space 16 string4: .space 16 s0: .asciiz "$s0" s1: .asciiz "$s1" s2: .ascii...
26.236111
80
0.604288
d4ad8a26e29b5ab246bbf6e021602eb5502b8cb6
430
asm
Assembly
oeis/020/A020958.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/020/A020958.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/020/A020958.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A020958: a(n) = Sum_{k >= 1} floor(3*tau^(n-k)). ; Submitted by Jon Maiga ; 5,9,16,28,48,81,134,221,361,589,957,1554,2519,4082,6610,10702,17322,28035,45368,73415,118795,192223,311031,503268,814313,1317596,2131924,3449536,5581476,9031029,14612522,23643569,38256109,61899697,100155825,162055542,262211387 mov $1,$0 seq ...
30.714286
228
0.704651
fdcf799825ed968706db5c563ab92a6cff417679
560
asm
Assembly
programs/oeis/214/A214971.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/214/A214971.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/214/A214971.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A214971: Integers k for which the base-phi representation of k includes 1. ; 1,4,8,11,15,19,22,26,29,33,37,40,44,48,51,55,58,62,66,69,73,76,80,84,87,91,95,98,102,105,109,113,116,120,124,127,131,134,138,142,145,149,152,156,160,163,167,171,174,178,181,185,189,192,196,199,203,207,210,214,218,221,225,228,232,236,239,243,...
70
370
0.685714
eb306642b406d7b3ac92be917b60758740cf3e26
529
asm
Assembly
appload/slrload.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
28
2015-02-03T01:38:24.000Z
2022-03-23T05:48:24.000Z
appload/slrload.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
20
2015-01-02T14:51:20.000Z
2021-01-09T21:37:19.000Z
appload/slrload.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
9
2015-02-11T17:43:56.000Z
2019-09-05T11:07:02.000Z
INCLUDE ..\COMMON\MACROS .CODE PASS1_TEXT PUBLIC SLRLOAD_ENTRY,SLRLOAD_BOX_ENTRY SLRLOAD_ENTRY PROC ; ; ; MOV EAX,OFF SLRLOAD_OBJ MOV ECX,SLRLOAD_OBJ_LEN RET SLRLOAD_ENTRY ENDP SLRLOAD_BOX_ENTRY PROC ; ; ; MOV EAX,OFF SLRLOAD_BOX_OBJ MOV ECX,SLRLOAD_BOX_OBJ_LEN RET SLRLOAD_BOX_...
10.173077
41
0.744802
a74d2ac5c99b25b667ad2cdfe6ea8103d8be9d9c
3,770
asm
Assembly
Transynther/x86/_processed/NONE/_ht_/i7-7700_9_0x48_notsx.log_3_1310.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_ht_/i7-7700_9_0x48_notsx.log_3_1310.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_ht_/i7-7700_9_0x48_notsx.log_3_1310.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x1b1f, %rax xor $62374, %rdx vmovups (%rax), %ymm1 vextracti128 $1, %ymm1, %xmm1 vpextrq $0, %xmm1, %r8 nop xor $64652, %r14 lea addresses_WT_ht+0xa8ff, %rsi lea addresses...
22.848485
148
0.645358
bc984a7443c744987818b604fcadf0d467aadf3b
3,411
asm
Assembly
private/shell/win16/commctrl/dllentry.asm
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
11
2017-09-02T11:27:08.000Z
2022-01-02T15:25:24.000Z
private/shell/win16/commctrl/dllentry.asm
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
null
null
null
private/shell/win16/commctrl/dllentry.asm
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
14
2019-01-16T01:01:23.000Z
2022-02-20T15:54:27.000Z
PAGE,132 ;*************************************************************************** ;* ;* DLLENTRY.ASM ;* ;* VER.DLL Entry code ;* ;* This module generates a code segment called _INIT. ;* It initializes the local heap if one exists and then calls ;* the C routine LibMain() which should have the form: ;* B...
25.840909
78
0.596013
f92a69254fee32bba9e5033f9418a3d948d97fb6
6,543
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1709.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1709.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1709.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r9 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x19b27, %rbx clflush (%rbx) nop nop nop sub $40041, %r11 mov $0x6162636465666768, %rax movq %rax, (%rbx) nop nop inc %r9 lea addresses_normal_ht+0x1537, %rsi lea addresses_D_h...
38.946429
2,999
0.658719
09540d5bdc32fe7cbedbd2b4f7dc88d11877f331
360
asm
Assembly
programs/oeis/169/A169801.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/169/A169801.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/169/A169801.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A169801: a(n) = ((n-1)^2*n^2*(n+1)^2)/6 - 2*Sum_{l=2..n}Sum_{k=2..n}(n-k+1)*(n-l+1)*(k-1)*(l-1). ; 0,0,4,64,400,1600,4900,12544,28224,57600,108900,193600,327184,529984,828100,1254400,1849600,2663424,3755844,5198400,7075600,9486400,12545764,16386304,21160000,27040000,34222500,42928704,53406864,65934400,80820100,984064...
45
223
0.702778
2d9caaa496d01d5a0056f8e05118df63a8620853
2,092
asm
Assembly
arch/lib/scheme/write_sob.asm
Mosseridan/Compiler-Principles
6c72a462b90ca6c6db380976c2aa60471fa65325
[ "MIT" ]
null
null
null
arch/lib/scheme/write_sob.asm
Mosseridan/Compiler-Principles
6c72a462b90ca6c6db380976c2aa60471fa65325
[ "MIT" ]
null
null
null
arch/lib/scheme/write_sob.asm
Mosseridan/Compiler-Principles
6c72a462b90ca6c6db380976c2aa60471fa65325
[ "MIT" ]
null
null
null
/* scheme/write_sob.asm * Take a pointer to a Scheme object, and * prints (to stdout) the character representation * of that object. * * Programmer: Mayer Goldberg, 2010 */ WRITE_SOB: MOV(R0, STARG(0)); MOV(R0, IND(R0)); CMP(R0, IMM(T_VOID)); JUMP_EQ(WRITE_SOB_VOID); CMP(R0, IMM(T_NIL)); JUMP_EQ(WRI...
19.37037
50
0.599426
ff9e55fd60e2e83a04871bfc2281648599413514
527
asm
Assembly
data/maps/objects/SeafoamIslandsB2F.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
data/maps/objects/SeafoamIslandsB2F.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
data/maps/objects/SeafoamIslandsB2F.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
SeafoamIslandsB2F_Object: db $7d ; border block def_warps warp 5, 3, 0, SEAFOAM_ISLANDS_B1F warp 5, 13, 0, SEAFOAM_ISLANDS_B3F warp 13, 7, 2, SEAFOAM_ISLANDS_B1F warp 19, 15, 3, SEAFOAM_ISLANDS_B1F warp 25, 3, 3, SEAFOAM_ISLANDS_B3F warp 25, 11, 5, SEAFOAM_ISLANDS_B1F warp 25, 14, 4, SEAFOAM_ISLANDS_B3F ...
26.35
72
0.766603
9aa1cc5f48bedb78b5dab8051999b1afc96f18ab
5,636
asm
Assembly
nasm assembly/library/matrix operations.asm
AI-Factor-y/NASM-library
5141901352a47b73e716e27d628bb719f1891092
[ "Apache-2.0" ]
null
null
null
nasm assembly/library/matrix operations.asm
AI-Factor-y/NASM-library
5141901352a47b73e716e27d628bb719f1891092
[ "Apache-2.0" ]
null
null
null
nasm assembly/library/matrix operations.asm
AI-Factor-y/NASM-library
5141901352a47b73e716e27d628bb719f1891092
[ "Apache-2.0" ]
null
null
null
set_mat_to_zero: section .bss set_mat_i: resd 1 set_mat_j: resd 1 section .text push rax push rbx push rcx push rdx mov dword[set_mat_i],0 mov dword[set_mat_j],0 set_zero_loop_i: mov ax,word[set_mat_i] cmp ax,word[col_size] je exit_set_zero_loop_i set_zero_loop_j: mov ax...
13.106977
98
0.638928
7a25e6524bf144f82afe760588a1d1eb714c8fc5
3,832
asm
Assembly
eurasia/services4/srvinit/devices/sgx/tastaterestore.asm
shaqfu786/GFX_Linux_DDK
f184ac914561fa100a5c92a488df777de8785f93
[ "FSFAP" ]
3
2020-03-13T23:37:00.000Z
2021-09-03T06:34:04.000Z
eurasia/services4/srvinit/devices/sgx/tastaterestore.asm
zzpianoman/GFX_Linux_DDK
f184ac914561fa100a5c92a488df777de8785f93
[ "FSFAP" ]
null
null
null
eurasia/services4/srvinit/devices/sgx/tastaterestore.asm
zzpianoman/GFX_Linux_DDK
f184ac914561fa100a5c92a488df777de8785f93
[ "FSFAP" ]
6
2015-02-05T03:01:01.000Z
2021-07-24T01:07:18.000Z
/***************************************************************************** Name : tastaterestore.asm Title : State restore USE program Author : PowerVR Created : 08/08/2006 Copyright : 2006 by Imagination Technologies Limited. All rights reserved. No part of this software, either material or conce...
32.752137
101
0.643789
efb89620ca9d929a4a721c03787e9c34b9ba4f25
504
asm
Assembly
programs/oeis/056/A056699.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/056/A056699.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/056/A056699.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A056699: First differences are 2,1,-2,3 (repeated). ; 1,3,4,2,5,7,8,6,9,11,12,10,13,15,16,14,17,19,20,18,21,23,24,22,25,27,28,26,29,31,32,30,33,35,36,34,37,39,40,38,41,43,44,42,45,47,48,46,49,51,52,50,53,55,56,54,57,59,60,58,61,63,64,62,65,67,68,66,69,71,72,70,73,75,76,74,77,79,80,78,81,83,84,82,85,87,88,86,89,91,92,...
56
293
0.664683
9c7b86d36693c5e63ac9e367fd8b2f2adfef0fba
413
asm
Assembly
ace/assembly/src/interrupt_example.asm
ale-cci/Appunti
9aa76eb46b7a984776f50260e598c9de1fa6317a
[ "MIT" ]
null
null
null
ace/assembly/src/interrupt_example.asm
ale-cci/Appunti
9aa76eb46b7a984776f50260e598c9de1fa6317a
[ "MIT" ]
null
null
null
ace/assembly/src/interrupt_example.asm
ale-cci/Appunti
9aa76eb46b7a984776f50260e598c9de1fa6317a
[ "MIT" ]
null
null
null
CPU 8086 ; direttiva per il processore, indica che si ; scrive codice asm 8086 non necessaria Start: mov ah, 00h int 16h ; lettura da testiera cmp al,1bh ; check if input == esc je Exit mov ah, 0eh mov bx, 00h ; on page 0 int 10h ...
21.736842
64
0.520581
3a196605c7e6915e778a0b3b146b51e6935a068a
16,523
asm
Assembly
Source/HBIOS/ay38910.asm
b1ackmai1er/RomWBW
711bf1c877d1d4e02add0e9a884aab4316eaf2e9
[ "DOC", "MIT" ]
1
2021-11-10T12:31:51.000Z
2021-11-10T12:31:51.000Z
Source/HBIOS/ay38910.asm
b1ackmai1er/RomWBW
711bf1c877d1d4e02add0e9a884aab4316eaf2e9
[ "DOC", "MIT" ]
1
2018-08-03T10:46:18.000Z
2018-08-03T10:46:18.000Z
Source/HBIOS/ay38910.asm
b1ackmai1er/RomWBW
711bf1c877d1d4e02add0e9a884aab4316eaf2e9
[ "DOC", "MIT" ]
null
null
null
;====================================================================== ; ; AY-3-8910 / YM2149 SOUND DRIVER ; ;====================================================================== ; ; @3.579545 OCTAVE RANGE IS 2 - 7 (Bb2/A#2 .. A7) ; @4.000000 OCTAVE RANGE IS 2 - 7 (B2 .. A7) ; AY_RCSND .EQU 0 ; 0 = EB MODU...
25.1875
96
0.55226
1d07c6c64af3c8d788c888e891e17ddf6c0ac980
546
asm
Assembly
oeis/190/A190333.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/190/A190333.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/190/A190333.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A190333: n + [n*r/s] + [n*t/s]; r=1, s=sqrt(3), t=1/s. ; Submitted by Simon Strandgaard ; 1,3,5,7,8,11,13,14,17,18,20,22,24,26,28,30,31,34,35,37,40,41,43,45,47,49,51,53,54,57,58,60,63,64,66,68,70,71,74,76,77,80,81,83,85,87,89,91,93,94,97,99,100,103,104,106,108,110,112,114,116,117,120,121,123,126,127,129,131,133,134,...
60.666667
344
0.6337
19e4e13a5fcea47229a049809b9084991b0f139d
317
asm
Assembly
Practice/Assignments assembly class/10.asm
WardunIslam/CSE331L_Section_7_Summer_2020_NSU
4f36bf223c44afd2233a243a2f8ba92df18f5545
[ "MIT" ]
null
null
null
Practice/Assignments assembly class/10.asm
WardunIslam/CSE331L_Section_7_Summer_2020_NSU
4f36bf223c44afd2233a243a2f8ba92df18f5545
[ "MIT" ]
null
null
null
Practice/Assignments assembly class/10.asm
WardunIslam/CSE331L_Section_7_Summer_2020_NSU
4f36bf223c44afd2233a243a2f8ba92df18f5545
[ "MIT" ]
null
null
null
org 100h L1: NOP L2: MOV AX, 0000H MOV DS, AX MOV BX, 0000H MOV CL, BYTE PTR DS:[BX] MOV AL, CL L3: MOV AH, 0000H MOV BL, 02H DIV BL L4: CMP AH, 00H JZ EVEN ODD: MOV AH, 02 MOV DL, 'O' INT 21H JMP L5 EVEN: MOV AH, 02 MOV DL, 'E' INT 21H L5: HLT ret
10.931034
29
0.514196
6eed2f17e25f9e2df108ae483d98c5676f3d1b82
1,673
asm
Assembly
kernel/arch/i386/asm/boot.asm
TheKernelCorp/Fluorite
8ef31652326dbdc0df7d6d61f0f419ce1c40b8de
[ "MIT" ]
16
2017-12-19T13:17:07.000Z
2021-12-20T19:09:38.000Z
kernel/arch/i386/asm/boot.asm
TheKernelCorp/Fluorite
8ef31652326dbdc0df7d6d61f0f419ce1c40b8de
[ "MIT" ]
1
2018-10-20T16:10:37.000Z
2018-10-22T02:20:44.000Z
kernel/arch/i386/asm/boot.asm
TheKernelCorp/Fluorite
8ef31652326dbdc0df7d6d61f0f419ce1c40b8de
[ "MIT" ]
4
2018-01-20T07:43:32.000Z
2019-05-24T02:46:18.000Z
; ; Multiboot ; section .multiboot align 4 ; Constants MBALIGN equ 1<<0 MEMINFO equ 1<<1 VIDINFO equ 1<<2 FLAGS equ MBALIGN | MEMINFO | VIDINFO MAGIC equ 0x1BADB002 CHECKSUM equ -(MAGIC + FLAGS) ; Header dd MAGIC dd FLAGS dd CHECKSUM dd 0x00000000 dd 0x00000000 dd 0x00000...
17.797872
66
0.580992
e63646739b1a744484a19975c0351482f4db26c0
62,595
asm
Assembly
ls.asm
AlonYeroushalmi/Assignment_1
87299d2946405c5d22dac5c8397a7c639b0a7999
[ "MIT-0" ]
null
null
null
ls.asm
AlonYeroushalmi/Assignment_1
87299d2946405c5d22dac5c8397a7c639b0a7999
[ "MIT-0" ]
null
null
null
ls.asm
AlonYeroushalmi/Assignment_1
87299d2946405c5d22dac5c8397a7c639b0a7999
[ "MIT-0" ]
null
null
null
_ls: file format elf32-i386 Disassembly of section .text: 00000000 <main>: close(fd); } int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: 55 push %eb...
31.018335
73
0.4185
af15ed63e7502e0178037b4f841487257e9b1fdd
311
asm
Assembly
src/kernel/__gdt.asm
dacousb/HydrOS
628cdde2f09c231c711fea7b88002f8240b52833
[ "MIT" ]
13
2021-12-06T11:59:53.000Z
2022-03-01T13:38:57.000Z
src/kernel/__gdt.asm
dacousb/HydrOS
628cdde2f09c231c711fea7b88002f8240b52833
[ "MIT" ]
null
null
null
src/kernel/__gdt.asm
dacousb/HydrOS
628cdde2f09c231c711fea7b88002f8240b52833
[ "MIT" ]
null
null
null
[bits 64] global gdt_load ; 0x00 : null ; 0x08 : kernel code ; 0x10 : kernel data gdt_load: lgdt [rdi] ; load the GDT given as a function parameter mov ax, 0x10 mov ds, ax mov es, ax mov fs, ax mov gs, ax mov ss, ax pop rdi mov rax, 0x08 push rax push rdi retfq
15.55
59
0.594855
b54c7f2df0a2e4c91a879bdf2b4f30fd6909fe7b
1,257
asm
Assembly
programs/oeis/187/A187560.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/187/A187560.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/187/A187560.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A187560: a(n) = 4^(n+1)-2^n-1. ; 2,13,59,247,1007,4063,16319,65407,261887,1048063,4193279,16775167,67104767,268427263,1073725439,4294934527,17179803647,68719345663,274877644799,1099511103487,4398045462527,17592183947263,70368739983359,281474968322047,1125899890065407,4503599593816063,18014398442373119,720575939037102...
114.272727
1,157
0.91249
57b47816dbe06acaed626cd1baad865928dd763d
371
asm
Assembly
programs/oeis/242/A242849.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/242/A242849.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/242/A242849.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A242849: Triangle read by rows: T(n,k) = A060828(n)/(A060828(k) * A060828(n-k)). ; 1,1,1,1,1,1,1,3,3,1,1,1,3,1,1,1,1,1,1,1,1,1,3,3,1,3,3,1,1,1,3,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,9,9,3,9,9,3,9,9,1,1,1,9,3,3,9,3,3,9,1,1,1,1,1,3,3,3,3,3,3,1,1,1,1,3,3,1,9,9,3,9,9,1 seq $0,7318 ; Pascal's triangle read by rows: C(n,k) = bin...
61.833333
177
0.536388
64fa57186b3f9d2463c16cbac79186c5ccfcab15
7,555
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_885.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_885.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_885.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x667b, %rsi lea addresses_normal_ht+0x12cfb, %rdi nop nop nop xor %rdx, %rdx mov $35, %rcx rep movsb nop add %rbx, %rbx lea addresses_UC_ht+0x1defb, %rsi lea addresses_A_ht+0x16...
36.853659
2,999
0.661549
28f6d417bb6d3b75138ad2233a60f769b8b4b48b
656
asm
Assembly
data/pokemon/base_stats/magnemite.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
data/pokemon/base_stats/magnemite.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
data/pokemon/base_stats/magnemite.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
db DEX_MAGNEMITE ; pokedex id db 25, 35, 70, 45, 95 ; hp atk def spd spc db ELECTRIC, ELECTRIC ; type db 190 ; catch rate db 89 ; base exp INCBIN "gfx/pokemon/front/magnemite.pic", 0, 1 ; sprite dimensions dw MagnemitePicFront, MagnemitePicBack db TACKLE, THUNDER_WAVE, NO_MOVE, NO_MOVE ; level 1...
27.333333
77
0.621951
e4c9c91b7310a59df862364a58b29ed3b5b78c4c
773
asm
Assembly
oeis/238/A238803.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/238/A238803.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/238/A238803.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A238803: Number of ballot sequences of length 2n with exactly n fixed points. ; 1,1,3,9,29,99,357,1351,5343,21993,93923,414969,1892277,8887291,42912261,212676951,1080355463,5617772049,29868493827,162204146857,898874710797,5078665886931,29232738375653,171294038649639,1021117638212079,6188701520663929,38112047351927907...
38.65
492
0.785252
1d08e67c8b5e6a579eab7f71a7756e7aa4174926
646
asm
Assembly
oeis/157/A157664.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/157/A157664.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/157/A157664.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A157664: a(n) = 80000*n^2 + 800*n + 1. ; 80801,321601,722401,1283201,2004001,2884801,3925601,5126401,6487201,8008001,9688801,11529601,13530401,15691201,18012001,20492801,23133601,25934401,28895201,32016001,35296801,38737601,42338401,46099201,50020001,54100801,58341601,62742401,67303201,72024001,76904801,81945601,8714...
46.142857
501
0.811146
6ce9c9a0c286b7ebff6ab106519aca3d030f5b75
1,201
asm
Assembly
programs/oeis/083/A083881.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/083/A083881.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/083/A083881.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A083881: a(n) = 6*a(n-1) - 6*a(n-2), with a(0)=1, a(1)=3. ; 1,3,12,54,252,1188,5616,26568,125712,594864,2814912,13320288,63032256,298271808,1411437312,6678993024,31605334272,149558047488,707716279296,3348949390848,15847398669312,74990695670784,354859782008832,1679214518028288,7946128416116736,37601483388530688,177932...
80.066667
1,034
0.880933
1d2e6f8f6eeb786d98cd05d119fac9ddabc17d90
760
asm
Assembly
oeis/266/A266219.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/266/A266219.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/266/A266219.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A266219: Binary representation of the middle column of the "Rule 7" elementary cellular automaton starting with a single ON (black) cell. ; Submitted by Jamie Morken(s2) ; 1,11,110,1101,11010,110101,1101010,11010101,110101010,1101010101,11010101010,110101010101,1101010101010,11010101010101,110101010101010,11010101010...
54.285714
496
0.855263
8fb1eceef3fb4664df5cd0facc8aa788bd8cca6b
2,925
asm
Assembly
src/PJ/flic386p/libsrc/vesa/cbralloc.asm
AnimatorPro/Animator-Pro
6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb
[ "BSD-3-Clause" ]
119
2015-01-10T15:13:50.000Z
2022-01-24T04:54:34.000Z
src/PJ/drivekit/vesa/cbralloc.asm
AnimatorPro/Animator-Pro
6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb
[ "BSD-3-Clause" ]
6
2015-10-22T20:14:59.000Z
2021-07-10T03:25:21.000Z
src/PJ/flic386p/libsrc/vesa/cbralloc.asm
AnimatorPro/Animator-Pro
6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb
[ "BSD-3-Clause" ]
27
2015-04-24T22:55:30.000Z
2022-01-21T13:54:00.000Z
;***************************************************************************** ;* CBRALLOC.ASM - Allocate/Free DOS real (below 1mb line) memory (CodeBldr). ;* ;* Codebuilder allocates memory from below the 1mb line if the high bit of ;* the function code in eax is cleared. It uses the normal DOS function ;* nu...
34.411765
79
0.591111
8a0425821b6ea3d2c7029b6da37b7e8eb7e24598
820
asm
Assembly
programs/oeis/160/A160094.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/160/A160094.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/160/A160094.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A160094: 1 + the number of trailing zeros in n (A122840). ; 1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,...
29.285714
501
0.507317
bf699f1a4a835c87758755f22fc79d4701350ddf
593
asm
Assembly
unittests/ASM/TwoByte/0F_7E.asm
cobalt2727/FEX
13087f8425aeaad28dc81bed46a83e1d72ff0db8
[ "MIT" ]
628
2020-03-06T14:01:32.000Z
2022-03-31T06:35:14.000Z
unittests/ASM/TwoByte/0F_7E.asm
cobalt2727/FEX
13087f8425aeaad28dc81bed46a83e1d72ff0db8
[ "MIT" ]
576
2020-03-06T08:25:12.000Z
2022-03-30T04:05:29.000Z
unittests/ASM/TwoByte/0F_7E.asm
cobalt2727/FEX
13087f8425aeaad28dc81bed46a83e1d72ff0db8
[ "MIT" ]
38
2020-03-07T06:10:00.000Z
2022-03-29T09:27:36.000Z
%ifdef CONFIG { "RegData": { "RAX": "0x0000000045464748", "RBX": "0x5152535455565758" }, "MemoryRegions": { "0x100000000": "4096" } } %endif mov rdx, 0xe0000000 mov rax, 0x4142434445464748 mov [rdx + 8 * 0], rax mov rax, 0x5152535455565758 mov [rdx + 8 * 1], rax mov rax, 0x6162636465666768 mov [r...
14.119048
32
0.62226
2078eb54add6c7e73c54b815b5f94d79fea21fdc
6,564
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_210.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_210.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_210.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x13ada, %rbp add $5323, %rax mov (%rbp), %r12d nop nop add %rdi, %rdi lea addresses_UC_ht+0x3652, %rsi lea addresses_UC_ht+0x161ae, %rdi nop dec %rax mov $116, %rcx rep movsw ...
38.162791
2,999
0.662096
e9164a3e98aa5a788dd8bec8bcd0416cfb4e9b99
7,639
asm
Assembly
Transynther/x86/_processed/NC/_st_zr_un_4k_sm_/i9-9900K_12_0xca.log_21829_851.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_st_zr_un_4k_sm_/i9-9900K_12_0xca.log_21829_851.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_st_zr_un_4k_sm_/i9-9900K_12_0xca.log_21829_851.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x67b2, %rdx nop nop and $42281, %r13 movb $0x61, (%rdx) nop nop nop nop nop lfence lea addresses_UC_ht+0xca4a, %r9 nop nop nop inc %rcx movw $0x6162, (%r9) nop nop nop dec %r1...
32.926724
2,999
0.653096
95ea183d1b20fc390d991f58027dce95f38b229e
398
asm
Assembly
programs/oeis/065/A065164.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/065/A065164.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/065/A065164.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A065164: Permutation t->t+1 of Z, folded to N. ; 2,4,1,6,3,8,5,10,7,12,9,14,11,16,13,18,15,20,17,22,19,24,21,26,23,28,25,30,27,32,29,34,31,36,33,38,35,40,37,42,39,44,41,46,43,48,45,50,47,52,49,54,51,56,53,58,55,60,57,62,59,64,61,66,63,68,65,70,67,72,69,74 lpb $0 sub $0,1 add $1,2 mov $3,$0 trn $0,1 add $2,...
22.111111
208
0.590452
fe5a4a565770af28c4a7e053050d84da559b0862
965
asm
Assembly
_build/dispatcher/jmp_ippsMD5Final_8d1581bf.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
1
2021-10-04T10:21:54.000Z
2021-10-04T10:21:54.000Z
_build/dispatcher/jmp_ippsMD5Final_8d1581bf.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
null
null
null
_build/dispatcher/jmp_ippsMD5Final_8d1581bf.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
null
null
null
extern m7_ippsMD5Final:function extern n8_ippsMD5Final:function extern y8_ippsMD5Final:function extern e9_ippsMD5Final:function extern l9_ippsMD5Final:function extern n0_ippsMD5Final:function extern k0_ippsMD5Final:function extern ippcpJumpIndexForMergedLibs extern ippcpSafeInit:function segment .data align 8 dq .Li...
24.74359
75
0.772021
47c21e731eef2bf0b1b59c4d3640bbd6708b1b93
432
asm
Assembly
oeis/212/A212158.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/212/A212158.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/212/A212158.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A212158: ((prime(n)- 1)/2)!, n >= 2. ; Submitted by Jamie Morken(s3) ; 1,2,6,120,720,40320,362880,39916800,87178291200,1307674368000,6402373705728000,2432902008176640000,51090942171709440000,25852016738884976640000,403291461126605635584000000,8841761993739701954543616000000 seq $0,5097 ; (Odd primes - 1)/2. seq $0,1...
61.714286
205
0.766204
f46bf1fed2c3ec2596388398633ce6b0bf1c1b1d
4,806
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1197.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1197.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1197.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r13 push %r14 push %r15 push %rbx push %rcx push %rdi push %rdx push %rsi // Load lea addresses_WT+0xe60c, %r14 nop nop nop nop nop add %r10, %r10 mov (%r14), %r13d and %r10, %r10 // Store lea addresses_WT+0xe60...
47.584158
2,999
0.657511
b75e785c329cf94a57adb955e2c1421f20e39320
240
asm
Assembly
libsrc/_DEVELOPMENT/adt/w_array/c/sccz80/w_array_init_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/w_array/c/sccz80/w_array_init_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/w_array/c/sccz80/w_array_init_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; w_array_t *w_array_init(void *p, void *data, size_t capacity) SECTION code_adt_w_array PUBLIC w_array_init_callee w_array_init_callee: pop hl pop bc pop de ex (sp),hl INCLUDE "adt/w_array/z80/asm_w_array_init.asm"
15
63
0.729167
b35bf50cf141b2ead06e224b0dc8ab6807cd9351
390
asm
Assembly
oeis/113/A113282.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/113/A113282.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/113/A113282.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A113282: Logarithmic derivative of the g.f. of A113281. ; Submitted by Jamie Morken(s1.) ; 1,5,7,17,41,101,239,577,1393,3365,8119,19601,47321,114245,275807,665857,1607521,3880901,9369319,22619537,54608393,131836325,318281039,768398401,1855077841,4478554085,10812186007,26102926097,63018038201 seq $0,78057 ; Expansion...
39
203
0.761538
d55f8726a5835c77d382e8dedf36d847d2fc3951
280
asm
Assembly
libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_insert_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_insert_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_insert_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; size_t b_vector_insert_callee(b_vector_t *v, size_t idx, int c) SECTION code_clib SECTION code_adt_b_vector PUBLIC _b_vector_insert_callee EXTERN asm_b_vector_insert _b_vector_insert_callee: pop af pop hl pop bc pop de push af jp asm_b_vector_insert
14
65
0.771429
d0f8c82f17962f2bdb679fa18d3f0f66b7b7bbaa
396
asm
Assembly
src/firmware-tests/Platform/Main/PollMockToAssertTest.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
1
2019-12-12T09:07:08.000Z
2019-12-12T09:07:08.000Z
src/firmware-tests/Platform/Main/PollMockToAssertTest.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
null
null
null
src/firmware-tests/Platform/Main/PollMockToAssertTest.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
null
null
null
#include "Platform.inc" #include "TailCalls.inc" #include "TestDoubles.inc" radix decimal extern testAssert global calledPollForWork udata calledPollForWork res 1 PollMockToAssertTest code global initialisePollMock global pollForWork initialisePollMock: banksel calledPollForWork clrf calledPollForWork ...
14.142857
29
0.820707
9dcc8524074d8fe26eb0c3e88fd683fb130077be
434
asm
Assembly
programs/oeis/120/A120664.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/120/A120664.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/120/A120664.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A120664: Expansion of 2*x*(1-6*x+12*x^2)/(1-8*x+19*x^2-12*x^3). ; 0,2,4,18,92,442,2004,8738,37132,155082,640004,2619058,10653372,43144922,174174004,701478978,2820264812,11324105962,45425564004,182089676498,729520967452,2921570654202,11696742970004,46818352939618 lpb $0 mov $1,$0 cal $1,162725 ; a(n) = 8*a(n-1) -...
36.166667
198
0.652074
9488b445f036f05518268635cefa649b634e9023
4,095
asm
Assembly
external/mp/base/6502/cpu6502_cio.asm
polluks/effectus
783a4715e8a86b6ecf0ce5c99da46102fa22b281
[ "MIT" ]
7
2020-05-02T15:37:57.000Z
2021-02-17T01:59:41.000Z
external/mp/base/6502/cpu6502_cio.asm
polluks/effectus
783a4715e8a86b6ecf0ce5c99da46102fa22b281
[ "MIT" ]
14
2020-05-03T02:02:35.000Z
2020-08-10T08:41:19.000Z
external/mp/base/6502/cpu6502_cio.asm
polluks/effectus
783a4715e8a86b6ecf0ce5c99da46102fa22b281
[ "MIT" ]
5
2020-06-02T18:34:14.000Z
2020-07-09T18:13:44.000Z
/* Reset(f, record) Rewrite(f, record) C = 1 SEC IOCHECK TRUE C = 0 CLC IOCHECK FALSE */ .proc @openfile (.word ya .byte x) .reg sta bp2 sty bp2+1 stx code lda #0 rol @ sta iocheck ldy #s@file.status lda (bp2),y and #e@file.eof^$ff sta (bp2),y ldy #s@file.pfname lda (bp2),y add #1 sta lfname ...
11.438547
105
0.632723
46b81d971d6b4a7f4aad5ebc3033390b7c1a1da0
144
asm
Assembly
samples/loop.asm
sumanthreddy07/uPower_Assembler
ad382316fea8090219311aa363bdb886d2c9b391
[ "MIT" ]
null
null
null
samples/loop.asm
sumanthreddy07/uPower_Assembler
ad382316fea8090219311aa363bdb886d2c9b391
[ "MIT" ]
null
null
null
samples/loop.asm
sumanthreddy07/uPower_Assembler
ad382316fea8090219311aa363bdb886d2c9b391
[ "MIT" ]
2
2020-07-30T10:08:57.000Z
2021-04-02T05:21:20.000Z
.text addi R1, R0, 5 addi R3, R0, 7 #BF 7 addi R2, R0, 0 loop: addi R2, R2, 1 cmp R3, R2, R1 bne loop
13.090909
24
0.4375
d3c815a3e116648dde941ad7e564f108b3fb1889
881
asm
Assembly
programs/oeis/276/A276679.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/276/A276679.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/276/A276679.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A276679: Number of divisors of the n-th hexagonal number. ; 1,4,4,6,6,8,4,16,6,8,8,12,6,16,8,10,8,24,4,24,8,8,12,16,9,16,8,24,8,16,4,36,16,8,16,18,4,24,16,16,10,16,8,24,12,16,8,40,6,36,8,12,16,16,8,32,8,16,12,48,6,16,24,14,16,16,8,48,8,16,8,48,8,24,12,12,24,32,4,40,20,8,16,24,12,24,8,48,8,24,8,24,16,16,32,24,4,48,12,...
80.090909
681
0.634506
a07dd126d51fbec5dbb4009324901b2d4c4b1205
2,177
asm
Assembly
non_regression/weak_x86_linux.out.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
1
2021-02-28T21:31:18.000Z
2021-02-28T21:31:18.000Z
non_regression/weak_x86_linux.out.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
null
null
null
non_regression/weak_x86_linux.out.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
null
null
null
.file "z02.cpp" .text .globl main .type main, @function main: pushl %ebp movl %esp, %ebp movl $0, %eax popl %ebp ret .size main, .-main # ---------------------- .local _Z41__static_initialization_and_destruction_0ii .type _Z41__static_initialization_and_destruction_0ii, @function _...
24.460674
105
0.615067
18855260db521b9c2e6e0acf545afe91b5f8cb65
1,513
asm
Assembly
software/minol/source/commands/new_end.asm
paulscottrobson/retrochallenge-jan-2016
8bd340efc85969fa6f2fecc788aa21b27123a4db
[ "MIT" ]
null
null
null
software/minol/source/commands/new_end.asm
paulscottrobson/retrochallenge-jan-2016
8bd340efc85969fa6f2fecc788aa21b27123a4db
[ "MIT" ]
null
null
null
software/minol/source/commands/new_end.asm
paulscottrobson/retrochallenge-jan-2016
8bd340efc85969fa6f2fecc788aa21b27123a4db
[ "MIT" ]
null
null
null
; **************************************************************************************************************** ; **************************************************************************************************************** ; ; NEW and END ; ; **********************************************************...
40.891892
114
0.226702
162bf7b3f10fdcdcdbfc79eca88627900f337c8b
314
asm
Assembly
programs/oeis/029/A029739.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/029/A029739.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/029/A029739.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A029739: Numbers that are congruent to {1, 3, 4} mod 6. ; 1,3,4,7,9,10,13,15,16,19,21,22,25,27,28,31,33,34,37,39,40,43,45,46,49,51,52,55,57,58,61,63,64,67,69,70,73,75,76,79,81,82,85,87,88,91,93,94,97,99,100,103,105,106,109,111,112,115,117,118,121,123,124 mov $1,$0 mul $0,2 mod $1,3 trn $1,1 sub $0,$1 add $0,1
31.4
198
0.646497
a06cbe8b6aa201d357e4e23549625cc84d2ebbe0
1,302
asm
Assembly
coverage/IN_CTS/0242-COVERAGE-apfloat-1106-1815-1881/reduced_result/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
null
null
null
coverage/IN_CTS/0242-COVERAGE-apfloat-1106-1815-1881/reduced_result/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
47
2021-03-11T07:42:51.000Z
2022-03-14T06:30:14.000Z
coverage/IN_CTS/0242-COVERAGE-apfloat-1106-1815-1881/reduced_result/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
4
2021-03-09T13:37:19.000Z
2022-02-25T07:32:11.000Z
; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 8 ; Bound: 23 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %4 "main" %9 OpExecutionMode %4 OriginUppe...
33.384615
54
0.508449
35504f943468d446e8e26b058360442790934235
11,251
asm
Assembly
agent/io/icmp.asm
jephthai/EvilVM
429fcc9df6f1168d38c21f37b377c36cf7bcc957
[ "MIT" ]
141
2019-05-18T20:46:47.000Z
2022-02-28T05:10:43.000Z
agent/io/icmp.asm
jephthai/EvilVM
429fcc9df6f1168d38c21f37b377c36cf7bcc957
[ "MIT" ]
6
2019-06-04T15:33:21.000Z
2021-05-07T15:27:58.000Z
agent/io/icmp.asm
jephthai/EvilVM
429fcc9df6f1168d38c21f37b377c36cf7bcc957
[ "MIT" ]
21
2019-05-22T02:48:30.000Z
2021-11-03T05:34:48.000Z
%ifndef IPADDR %define IPADDR 127,0,0,1 %endif %ifndef DELAY %define DELAY 5000 %endif %ifndef WINDOW %define WINDOW 1000 %endif %ifndef INKEY %define INKEY `\xf1\x77\x80\x02\xea\x2a\x5f\x72\xd2\x0b\x28\x1e\x38\xa9\xc9\x4b` %endif %ifndef OUTKEY %define OUTKEY `\x1c\xab\x2b\x1d\xa7\xf8\xd7\x98\x4a\x28\x8b\x5...
25.570455
98
0.69105
9a7602ce479a20c730e23aff2044ac6ed8a54fd4
148
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/kart-enemy.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/kart-enemy.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/kart-enemy.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: kart-enemy.asm Type: file Size: 24496 Last-Modified: '1992-11-18T01:34:04Z' SHA-1: 4BC42D62711BB032B3703D09E68AC8B714E21A4C Description: null
21.142857
47
0.810811
15980d55cd96485dbc7205a9349a85cd02c8f184
457
asm
Assembly
programs/oeis/111/A111775.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/111/A111775.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/111/A111775.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A111775: Number of ways n can be written as a sum of at least three consecutive integers. ; 0,0,0,0,0,1,0,0,1,1,0,1,0,1,2,0,0,2,0,1,2,1,0,1,1,1,2,1,0,3,0,0,2,1,2,2,0,1,2,1,0,3,0,1,4,1,0,1,1,2,2,1,0,3,2,1,2,1,0,3,0,1,4,0,2,3,0,1,2,3,0,2,0,1,4,1,2,3,0,1,3,1,0,3,2,1,2,1,0,5,2,1,2,1,2,1,0,2,4,2 max $0,4 seq $0,86374 ; N...
57.125
201
0.628009
6fe41de65211b23f259abc3600504e37f0b9c3a9
882
asm
Assembly
programs/oeis/208/A208901.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/208/A208901.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/208/A208901.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A208901: Number of bitstrings of length n (with at least two runs) where the last two runs have different lengths. ; 0,0,4,8,24,48,112,224,480,960,1984,3968,8064,16128,32512,65024,130560,261120,523264,1046528,2095104,4190208,8384512,16769024,33546240,67092480,134201344,268402688,536838144,1073676288,2147418112,429483...
31.5
510
0.746032
0a8625702b02eabb646fa6472f2695fedc1af4d8
780
asm
Assembly
programs/oeis/072/A072491.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/072/A072491.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/072/A072491.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A072491: Define f(1) = 0. For n>=2, let f(n) = n - p where p is the largest prime <= n. a(n) = number of iterations of f to reach 0, starting from n. ; 0,1,1,1,2,1,2,1,2,2,2,1,2,1,2,2,2,1,2,1,2,2,2,1,2,2,2,3,2,1,2,1,2,2,2,3,2,1,2,2,2,1,2,1,2,2,2,1,2,2,2,3,2,1,2,2,2,3,2,1,2,1,2,2,2,3,2,1,2,2,2,1,2,1,2,2,2,3,2,1,2,2,2,...
65
501
0.515385
79c4b879a6a0eee1c0f87cb5e65575c8abffe516
1,112
asm
Assembly
libsrc/input/excali64/in_KeyPressed.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/input/excali64/in_KeyPressed.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/input/excali64/in_KeyPressed.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; uint in_KeyPressed(uint scancode) SECTION code_clib PUBLIC in_KeyPressed PUBLIC _in_KeyPressed INCLUDE "target/cpm/def/excali64.def" ; Determines if a key is pressed using the scan code ; returned by in_LookupKey. ; enter : l = scan row ; h = key mask ; exit : carry = key is pressed & HL = 1 ; no ...
15.885714
52
0.655576
a2063110f9acb397c3fc672d530b71174299d7ea
132
asm
Assembly
unit_tests/sample.asm
jarettn18/tiny_virtual_machine
dbb74966c5414fce86ed63f2f4e65e6f7616ae94
[ "CC-BY-3.0" ]
null
null
null
unit_tests/sample.asm
jarettn18/tiny_virtual_machine
dbb74966c5414fce86ed63f2f4e65e6f7616ae94
[ "CC-BY-3.0" ]
null
null
null
unit_tests/sample.asm
jarettn18/tiny_virtual_machine
dbb74966c5414fce86ed63f2f4e65e6f7616ae94
[ "CC-BY-3.0" ]
null
null
null
.class Sample:Obj .method $constructor const 3 const 5 const 4 call Int:plus call Int:plus call Int:print pop return 0
11
20
0.704545
d9f5d7e809422e4dabca4130a9e15c1739f275d0
310
asm
Assembly
programs/oeis/021/A021616.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/021/A021616.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/021/A021616.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A021616: Decimal expansion of 1/612. ; 0,0,1,6,3,3,9,8,6,9,2,8,1,0,4,5,7,5,1,6,3,3,9,8,6,9,2,8,1,0,4,5,7,5,1,6,3,3,9,8,6,9,2,8,1,0,4,5,7,5,1,6,3,3,9,8,6,9,2,8,1,0,4,5,7,5,1,6,3,3,9,8,6,9,2,8,1,0,4,5,7,5,1,6,3,3,9,8,6,9,2,8,1,0,4,5,7,5,1 add $0,1 mov $1,10 pow $1,$0 mul $1,7 div $1,4284 mod $1,10 mov $0,$1
28.181818
199
0.541935
8706982fee211a542754bf6fec70e6c1176567d1
2,105
asm
Assembly
Homeworks/Homework 3/main__.asm
GabrielEValenzuela/Digital_Electronis_II
9cbac58c1dc81b40c3183b5a9c355955e9a02def
[ "MIT" ]
null
null
null
Homeworks/Homework 3/main__.asm
GabrielEValenzuela/Digital_Electronis_II
9cbac58c1dc81b40c3183b5a9c355955e9a02def
[ "MIT" ]
null
null
null
Homeworks/Homework 3/main__.asm
GabrielEValenzuela/Digital_Electronis_II
9cbac58c1dc81b40c3183b5a9c355955e9a02def
[ "MIT" ]
null
null
null
;******************************************************************************* ; TITLE : EXERCISE 3.2 ; PROFESSOR: MARTIN DEL BARCO ; AUTHOR: VALENZUELA GABRIEL EMANUEL ; SUBJET: DIGITAL ELECTRONICS II ; INSTITUTE : FEFYN - UNC ; DATE: 04-08-2019 ; VERSION: 1.0.2 ; CHANGE VERSION 1.0.0 TO 1.0.2: SOLVE BUG ...
30.071429
131
0.550594
ec7fd93d3981a31e71a87063c28ac7137b645f7d
1,557
asm
Assembly
src/fastblock.asm
SlyryD/Beta-Quest
97e0ff4214bf69e7993cc7ed87231592e2cebee9
[ "MIT" ]
null
null
null
src/fastblock.asm
SlyryD/Beta-Quest
97e0ff4214bf69e7993cc7ed87231592e2cebee9
[ "MIT" ]
2
2021-12-29T20:52:49.000Z
2022-01-02T22:48:44.000Z
src/fastblock.asm
SlyryD/Beta-Quest
97e0ff4214bf69e7993cc7ed87231592e2cebee9
[ "MIT" ]
2
2021-11-22T04:59:58.000Z
2022-03-24T06:32:41.000Z
;rom.write_bytes(0xDD2B86, [0x40, 0x80]) #block speed ;rom.write_bytes(0xDD2D26, [0x00, 0x01]) #block delay ;rom.write_bytes(0xDD9682, [0x40, 0x80]) #milk crate speed ;rom.write_bytes(0xDD981E, [0x00, 0x01]) #milk crate delay ;rom.write_bytes(0xCE1...
29.377358
87
0.637765
c4457b77380fd2597fc351111ce9becf159fe713
7,527
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1923.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1923.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1923.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r15 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_D_ht+0x1c474, %rdi nop sub $5396, %r12 mov (%rdi), %r9d nop nop nop dec %r15 lea addresses_normal_ht+0x7b4, %r14 nop nop nop nop sub $18667, %r11 movw $0x6162, (%r14) nop no...
31.62605
2,999
0.655241
1e58fb4f0568990b3ff14ca0a873ef1b7d650084
2,524
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_6_67.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_6_67.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_6_67.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0xc544, %r8 nop nop nop nop inc %rbx vmovups (%r8), %ymm3 vextracti128 $1, %ymm3, %xmm3 vpextrq $1, %xmm3, %r11 nop nop nop nop inc %r10 lea addresses_A_ht+0x19364, %rsi lea addresse...
17.900709
147
0.649762
e4db1fa5a58c178605dccbef74fe0ab5d46ad4a9
41,488
asm
Assembly
target/cos_117/disasm/iop_overlay1/DISKIO.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
49
2020-10-09T12:29:16.000Z
2022-03-12T02:33:35.000Z
target/cos_117/disasm/iop_overlay1/DISKIO.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
1
2021-12-29T15:59:25.000Z
2021-12-29T15:59:25.000Z
target/cos_117/disasm/iop_overlay1/DISKIO.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
6
2021-04-12T06:10:32.000Z
2022-02-08T23:11:19.000Z
0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0001 (0x000002) 0x2922- f:00024 d: 290 | OR[290] = A 0x0002 (0x000004) 0x2118- f:00020 d: 280 | A = OR[280] 0x0003 (0x000006) 0x1602- f:00013 d: 2 | A = A - 2 (0x0002) ...
79.938343
127
0.464351
51d88503ea017e6e1172a85c4240948c888f30c3
412
asm
Assembly
oeis/022/A022805.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/022/A022805.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/022/A022805.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A022805: a(n) = B(n) + C(n) where B(n) is Beatty sequence [ n*sqrt(3) ] and C is complement of B. ; 3,7,12,15,19,24,28,31,36,40,45,48,52,57,60,64,69,73,76,81,85,90,93,97,102,106,109,114,118,121,126,130,135,138,142,147,151,154,159,163,168,171,175,180,183,187,192,196,199,204,208,213,216,220,225,228 mul $0,2 add $0,1 s...
41.2
199
0.674757
48657fd8621b13c1199d91253023ed3aa17f4785
1,316
asm
Assembly
Modul 5/prog1b.asm
hyuwah/fu-praktikum-smd
a06fe109a42aa96e75f9a425a0905d6bfbfdfc7e
[ "MIT" ]
null
null
null
Modul 5/prog1b.asm
hyuwah/fu-praktikum-smd
a06fe109a42aa96e75f9a425a0905d6bfbfdfc7e
[ "MIT" ]
null
null
null
Modul 5/prog1b.asm
hyuwah/fu-praktikum-smd
a06fe109a42aa96e75f9a425a0905d6bfbfdfc7e
[ "MIT" ]
null
null
null
;------------------------------------------------------------------- ; Praktikum SMD 2015 ; M.Wahyudin (140310120031) ; ; Name : LATIH22.ASM (PROG1B) ; Desc : Menggunakan timer 0 di mode 0 ; Input : P3.4 masukkan pencacah ; Output: 7Seg(P1) ;------------------------------------------------------------------- setb ...
23.5
68
0.559271
a04f386186c3683dbd7e310a96f12c0118a2a873
1,945
asm
Assembly
programs/oeis/220/A220739.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/220/A220739.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/220/A220739.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A220739: Number of ways to reciprocally link elements of an 2 X n array either to themselves or to exactly two horizontal, diagonal and antidiagonal neighbors, without consecutive collinear links. ; 1,2,5,13,32,85,221,578,1513,3961,10368,27145,71065,186050,487085,1275205,3338528,8740381,22882613,59907458,156839761,41...
277.857143
1,682
0.920823
760e3036ba40c1c84435c48cd148a908fc175ee6
622
asm
Assembly
oeis/298/A298101.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/298/A298101.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/298/A298101.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A298101: Expansion of x*(1 + x)/((1 - x)*(1 - 322*x + x^2)). ; 0,1,324,104329,33593616,10817040025,3483053294436,1121532343768369,361129931640120384,116282716455774995281,37442673568827908360100,12056424606446130716956921,3882131280602085262951768464,1250034215929265008539752488489,402507135397942730664537349524996,1...
44.428571
464
0.837621
f99cb4796f2b8dd47f89d6d29c776943f54d4a78
8,733
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_1080.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_1080.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_1080.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x14f24, %rsi lea addresses_UC_ht+0xc524, %rdi nop nop nop nop add $60315, %rbx mov $51, %rcx rep movsb nop nop nop nop nop add $34538, %rbx lea addresses_A_ht+0x2aa, %rsi lea a...
30.968085
2,999
0.652468
3b4168ff0142ddb3ceb5e9e8c6724e5e9606240e
259
asm
Assembly
src/x86_64/boot/header.asm
hyperioxx/MTK
0432bdfc5babf80a384bd74a8dae5ed8546b7208
[ "MIT" ]
null
null
null
src/x86_64/boot/header.asm
hyperioxx/MTK
0432bdfc5babf80a384bd74a8dae5ed8546b7208
[ "MIT" ]
null
null
null
src/x86_64/boot/header.asm
hyperioxx/MTK
0432bdfc5babf80a384bd74a8dae5ed8546b7208
[ "MIT" ]
null
null
null
section .multiboot_header header_start: ; magic number dd 0xe85250d6 ;multiboot2 dd 0 ; i386 protected mode dd header_end - header_start dd 0x100000000 - (0xe85250d6 + 0 + (header_end - header_start)) ;end dw 0 dw 0 dd 8 header_end:
21.583333
66
0.694981
7a6634ab77bc0428eac17d424f08d3e6f5f0f2cf
7,851
asm
Assembly
v86.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
v86.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
v86.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
.386p Kernel Segment public para use32 assume cs:Kernel ;useless function __initV86Tss proc push ecx push edx push ebx push esi push edi mov ebx,KernelData shl ebx,4 mov ecx,SYSTEM_TSS_SIZE mov edi,V86_TSS_BASE mov al,0 cld rep stosb pushfd pop eax or eax,23200h mov dword ptr ds:[V86_TSS_...
16.993506
82
0.741179
fbc4512602c063dc4ea38164ad0d40158944fdf0
293
asm
Assembly
Lista Assembly/questao2.asm
joaovictor42/Arquitetura-de-Computadores
28a170113e04c0a39608fd61962aa8bd63604f03
[ "MIT" ]
null
null
null
Lista Assembly/questao2.asm
joaovictor42/Arquitetura-de-Computadores
28a170113e04c0a39608fd61962aa8bd63604f03
[ "MIT" ]
null
null
null
Lista Assembly/questao2.asm
joaovictor42/Arquitetura-de-Computadores
28a170113e04c0a39608fd61962aa8bd63604f03
[ "MIT" ]
1
2021-07-06T02:05:29.000Z
2021-07-06T02:05:29.000Z
extern printf global main section .data msg db "O valor de A eh: %d", 0AH, 0H varA dd 0 varB dd 30 varC dd 50 section .text main: mov eax, [varB] add eax, [varC] add eax, 100 mov [varA], eax push DWORD[varA] push msg call printf add esp, 8 mov eax, 1 xor ecx, ecx int 80h
12.208333
38
0.651877
03ffa4e8e12b821f05c3fe260e0e8ebdf891a179
7,153
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_114.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_114.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_114.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1a4fb, %r9 sub %rbp, %rbp mov (%r9), %r13d nop nop inc %r14 lea addresses_UC_ht+0x14d5b, %rbx nop and $3431, %rcx mov $0x6162636465666768, %r8 movq %r8, (%rbx) nop n...
35.236453
2,999
0.655529
b24709d659e197abd1eabe45f774a003c8386c7a
5,339
asm
Assembly
Library/Shell/Buffer/bufferC.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Shell/Buffer/bufferC.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Shell/Buffer/bufferC.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @===================================================================== Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Shell -- Buffer FILE: bufferMain.asm AUTHOR: Martin Turon, Aug 21, 1992 GLOBAL ROUTINES: Name Description ---- ----------- ShellBufferOpe...
26.562189
79
0.478367
351d55d10f6de519d5bbf4dd73989d0b85a114c1
55
asm
Assembly
debugging/pause.asm
PiJoules/brainfuck-in-the-bootsector
81a1299b01b26d32ce9d4efe6fb7dcf8a4541905
[ "MIT" ]
7
2020-01-01T12:25:21.000Z
2020-01-07T03:14:59.000Z
debugging/pause.asm
PiJoules/brainfuck-in-the-bootsector
81a1299b01b26d32ce9d4efe6fb7dcf8a4541905
[ "MIT" ]
null
null
null
debugging/pause.asm
PiJoules/brainfuck-in-the-bootsector
81a1299b01b26d32ce9d4efe6fb7dcf8a4541905
[ "MIT" ]
2
2020-01-03T12:20:21.000Z
2020-01-05T12:44:06.000Z
pause: push ax mov ah, 0 int 0x16 pop ax ret
7.857143
11
0.581818
905a36c28bf0dce738f35ef15731adfa6aa16c83
144
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/fzero.lzh/fzero/effect.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/fzero.lzh/fzero/effect.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/fzero.lzh/fzero/effect.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: effect.asm Type: file Size: 61229 Last-Modified: '1993-07-20T07:13:22Z' SHA-1: 269E3A56B08A6A3D7892BE1015827C4AE1E20564 Description: null
20.571429
47
0.8125
795dc900778e5b8799cbe7e2e14fe1671b42dba3
108
asm
Assembly
pkgs/tools/yasm/src/modules/arch/x86/tests/cpubasic-err.asm
manggoguy/parsec-modified
d14edfb62795805c84a4280d67b50cca175b95af
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
pkgs/tools/yasm/src/modules/arch/x86/tests/cpubasic-err.asm
manggoguy/parsec-modified
d14edfb62795805c84a4280d67b50cca175b95af
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
pkgs/tools/yasm/src/modules/arch/x86/tests/cpubasic-err.asm
manggoguy/parsec-modified
d14edfb62795805c84a4280d67b50cca175b95af
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
[cpu 8086] pause shl ax, 2 cpu 386 fninit cpu 386 fpu fninit cpu 8086 shl ax, 1 shl ax, 2 movsd push 0
6
11
0.685185
87f2b605782d14d2673935f88bb61436c8ae9aa4
960
asm
Assembly
data/pokemon/base_stats/baltoy.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
data/pokemon/base_stats/baltoy.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
data/pokemon/base_stats/baltoy.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
2
2021-08-11T19:47:07.000Z
2022-01-01T07:07:56.000Z
db 0 ; species ID placeholder db 40, 40, 55, 55, 40, 70 ; hp atk def spd sat sdf db GROUND, PSYCHIC ; type db 255 ; catch rate db 58 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_UNKNOWN ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/baltoy/front.dimensions" db GROWTH_MEDIU...
48
531
0.759375
f46cac07350f7488d1af3eee1f2bee85498e074d
5,800
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_33_685.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_33_685.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_33_685.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xfd0b, %rdi nop nop nop nop nop cmp $25462, %rbx movb (%rdi), %r13b nop nop nop dec %r14 lea addresses_WC_ht+0x19f5f, %r10 cmp $53176, %rax movb $0x61, (%r10) nop nop nop nop ...
21.323529
156
0.650517
d3a355c599a92dcf2669aba1b24ce527b786ecc7
4,542
asm
Assembly
win32/crc_i386.asm
OS2World/UTIL-ARCHIVER-Zip
3cccde5524884a12eaee77f68a9040fcdf01a792
[ "Info-ZIP" ]
null
null
null
win32/crc_i386.asm
OS2World/UTIL-ARCHIVER-Zip
3cccde5524884a12eaee77f68a9040fcdf01a792
[ "Info-ZIP" ]
null
null
null
win32/crc_i386.asm
OS2World/UTIL-ARCHIVER-Zip
3cccde5524884a12eaee77f68a9040fcdf01a792
[ "Info-ZIP" ]
2
2015-07-16T08:35:34.000Z
2021-02-07T00:28:47.000Z
; crc_i386.asm, optimized CRC calculation function for Zip and UnZip, not ; copyrighted by Paul Kienitz and Christian Spieler. Last revised 19 Jan 96. ; ; FLAT memory model assumed. ; ; The loop unroolling can be disabled by defining the macro NO_UNROLLED_LOOPS. ; This results in shorter code at the expense of reduced...
31.541667
79
0.43395
50c8071e0cb44eef4a9b35d2d3fd2c5d06bbcf78
307
asm
Assembly
NumberSum_.asm
RolEYder/x86-Assembly
a58239f89c529036fbb6dabfa2f87d09fe300923
[ "MIT" ]
null
null
null
NumberSum_.asm
RolEYder/x86-Assembly
a58239f89c529036fbb6dabfa2f87d09fe300923
[ "MIT" ]
null
null
null
NumberSum_.asm
RolEYder/x86-Assembly
a58239f89c529036fbb6dabfa2f87d09fe300923
[ "MIT" ]
null
null
null
.model flat,c .code NumberSum_ proc push ebp mov ebp,esp ; Load params mov eax,[ebp+8] mov ecx,[ebp+12] mov edx,[ebp+16] ; Compute the sum add eax,ecx add eax,edx ; Restore the stack frame pointer pop ebp ret numberSum_ endp end
12.28
34
0.553746
7f80289e5cc44c9cc0e23cbd91f7082ebfde3041
7,596
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_204.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_204.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_204.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x76cc, %rcx nop nop nop nop cmp %r10, %r10 movb (%rcx), %r8b nop and %r15, %r15 lea addresses_WC_ht+0xf196, %rsi lea addresses_UC_ht+0x105b6, %rdi nop and $24046, %r10 mov $67...
31.915966
2,999
0.653633
71776029773be2b188549e9b0e5347e811d8a793
250
asm
Assembly
libsrc/_DEVELOPMENT/adt/wa_priority_queue/c/sccz80/wa_priority_queue_size.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/wa_priority_queue/c/sccz80/wa_priority_queue_size.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/wa_priority_queue/c/sccz80/wa_priority_queue_size.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; size_t wa_priority_queue_size(wa_priority_queue_t *q) SECTION code_adt_wa_priority_queue PUBLIC wa_priority_queue_size defc wa_priority_queue_size = asm_wa_priority_queue_size INCLUDE "adt/wa_priority_queue/z80/asm_wa_priority_queue_size.asm"
22.727273
66
0.88
52c49da877f70a3f42134ee4a4c36a3fe58c181c
16
asm
Assembly
tests/data_unsized/1.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
414
2016-10-14T22:39:20.000Z
2022-03-30T07:52:44.000Z
tests/data_unsized/1.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
100
2018-03-22T16:12:24.000Z
2022-03-26T09:19:23.000Z
tests/data_unsized/1.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
47
2017-06-29T15:12:13.000Z
2022-03-10T04:50:51.000Z
#d 0x00 ; = 0x00
16
16
0.5625
2e27aca3b60b996bfd92f16ee9cf886580ef0fb7
6,065
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1044.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1044.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1044.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x4f01, %rsi lea addresses_WC_ht+0xc441, %rdi nop nop nop nop xor $15309, %r8 mov $27, %rcx rep movsb xor $63100, %r11 lea addresses_UC_ht+0x11421, %r12 nop sub $49042, %r8 movl $0x616263...
37.208589
2,999
0.656224
df4f760211e2b7b4326919a027ebdccc28ae95c7
1,672
asm
Assembly
programs/oeis/262/A262997.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/262/A262997.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/262/A262997.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A262997: a(n+3) = a(n) + 24*n + 40, a(0)=0, a(1)=5, a(2)=19. ; 0,5,19,40,69,107,152,205,267,336,413,499,592,693,803,920,1045,1179,1320,1469,1627,1792,1965,2147,2336,2533,2739,2952,3173,3403,3640,3885,4139,4400,4669,4947,5232,5525,5827,6136,6453,6779,7112,7453,7803,8160,8525,8899,9280,9669,10067,10472,10885,11307,1173...
128.615385
1,520
0.802033
6e7732a171f371948b5cd2e9ef60bc833126b395
22,224
asm
Assembly
ioq3/build/release-js-js/baseq3/ui/ui_setup.asm
RawTechnique/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
1
2021-12-31T10:26:58.000Z
2021-12-31T10:26:58.000Z
ioq3/build/release-js-js/baseq3/ui/ui_setup.asm
unfriendly/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
28
2019-03-05T20:45:07.000Z
2019-03-05T20:45:57.000Z
ioq3/build/release-js-js/baseq3/ui/ui_setup.asm
unfriendly/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
null
null
null
code proc Setup_ResetDefaults_Action 0 8 ADDRFP4 0 INDIRI4 CNSTI4 0 NEI4 $70 ADDRGP4 $69 JUMPV LABELV $70 CNSTI4 2 ARGI4 ADDRGP4 $72 ARGP4 ADDRGP4 trap_Cmd_ExecuteText CALLV pop CNSTI4 2 ARGI4 ADDRGP4 $73 ARGP4 ADDRGP4 trap_Cmd_ExecuteText CALLV pop CNSTI4 2 ARGI4 ADDRGP4 $74 ARGP4 ADDRGP4 trap_Cmd_ExecuteText CALLV po...
16.057803
45
0.862356
4d4ac754d0e32a2344012265ef9718f6335a7964
564
asm
Assembly
SourceCode/abhisheksCodeForFPalindrome.asm
Nuthi-Sriram/Assembly-Level-Code-for-8086
616b651c913863d6151ae49f409762fe5d707b74
[ "MIT" ]
null
null
null
SourceCode/abhisheksCodeForFPalindrome.asm
Nuthi-Sriram/Assembly-Level-Code-for-8086
616b651c913863d6151ae49f409762fe5d707b74
[ "MIT" ]
null
null
null
SourceCode/abhisheksCodeForFPalindrome.asm
Nuthi-Sriram/Assembly-Level-Code-for-8086
616b651c913863d6151ae49f409762fe5d707b74
[ "MIT" ]
null
null
null
;program to check whether the number entered is palindrome or not .model small .stack .data pal db "palindrome$" nopal db "not a palindrome$" str db 10 ? .code .startup lea dx,str mov ah,0ah int 21h mov ax,0 mov al,str[1] cbw add ax,1 mov si,ax mov bh,2h div bh mov cx,0 mov...
12.818182
66
0.58156
c64aaa4d30a34902490fab647a878924842efca4
718
asm
Assembly
oeis/214/A214997.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/214/A214997.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/214/A214997.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A214997: Power ceiling-floor sequence of 2+sqrt(2). ; Submitted by Jamie Morken(l1) ; 4,13,45,153,523,1785,6095,20809,71047,242569,828183,2827593,9654007,32960841,112535351,384219721,1311808183,4478793289,15291556791,52208640585,178251448759,608588513865,2077851157943,7094227604041,24221208100279,82696377193033,28234...
39.888889
500
0.814763
a8c3442ea117f02c932b045fb430e11e64c59dc7
168
asm
Assembly
libsrc/_DEVELOPMENT/string/c/sdcc_iy/strrstrip_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/string/c/sdcc_iy/strrstrip_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/string/c/sdcc_iy/strrstrip_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; char *strrstrip_fastcall(char *s) SECTION code_clib SECTION code_string PUBLIC _strrstrip_fastcall EXTERN asm_strrstrip defc _strrstrip_fastcall = asm_strrstrip
14
40
0.839286
816c7429f154b7bab130d04fd76cf985ea788d02
2,667
asm
Assembly
programs/oeis/017/A017283.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/017/A017283.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/017/A017283.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A017283: a(n) = (10*n + 1)^3. ; 1,1331,9261,29791,68921,132651,226981,357911,531441,753571,1030301,1367631,1771561,2248091,2803221,3442951,4173281,5000211,5929741,6967871,8120601,9393931,10793861,12326391,13997521,15813251,17779581,19902511,22188041,24642171,27270901,30080231,33076161,36264691,39651821,43243551,47045...
333.375
2,595
0.892013
ff2011eb1cb22f9805e54f456dc4989cc0bde451
595
asm
Assembly
programs/oeis/214/A214211.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/214/A214211.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/214/A214211.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A214211: Doubled Fibonacci word: the A003842 sequence replacing 1 with 1,1 and 2 with 2,2. ; 1,1,2,2,1,1,1,1,2,2,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,2,2,1,1,1,1,2,2,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,2,2,1,1,1,1,2,2,1,1,2,2,1,1,1,1,2,2,1,1,1,1,2,2,1,1,2,2,1,1,1,1,2,2,1,1,2,2,1,1,1,1,2...
74.375
383
0.568067
ed7578bebf6e8d245f615f2aee28c816bb403532
1,035
asm
Assembly
programs/oeis/047/A047448.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/047/A047448.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/047/A047448.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A047448: Numbers that are congruent to {0, 2, 3, 5, 6} mod 8. ; 0,2,3,5,6,8,10,11,13,14,16,18,19,21,22,24,26,27,29,30,32,34,35,37,38,40,42,43,45,46,48,50,51,53,54,56,58,59,61,62,64,66,67,69,70,72,74,75,77,78,80,82,83,85,86,88,90,91,93,94,96,98,99,101,102,104,106,107,109,110,112,114,115,117,118,120,122,123,125,126,128...
129.375
932
0.716908
cf89924f2423db1db4e26e9f8adaddbc13c38c6d
552
asm
Assembly
oeis/016/A016848.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/016/A016848.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/016/A016848.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A016848: a(n) = (4*n+3)^12. ; 531441,13841287201,3138428376721,129746337890625,2213314919066161,21914624432020321,150094635296999121,787662783788549761,3379220508056640625,12381557655576425121,39959630797262576401,116191483108948578241,309629344375621415601,766217865410400390625,1779197418239532716881,390918832847882...
78.857143
492
0.900362
e3e39fd951de1e2a78817fda8fb9958ea741c685
384
asm
Assembly
programs/oeis/164/A164116.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/164/A164116.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/164/A164116.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A164116: Expansion of (1 - x) * (1 - x^4) / (1 - x^5) in powers of x. ; 1,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1,2,-1,0,0,-1 pow $...
32
241
0.453125
930f3ec18338d03c0190a921d41ca362c74e0e53
426
asm
Assembly
programs/oeis/119/A119674.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/119/A119674.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/119/A119674.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A119674: Number of states of the minimal deterministic finite automaton that accepts binary strings that represent numbers that are divisible by n. ; 1,2,3,3,5,4,7,4,9,6,11,5,13,8,15,5,17,10,19,7,21,12,23,6,25,14,27,9,29,16,31,6,33,18,35,11,37,20,39,8,41,22,43,13,45,24,47,7,49,26,51,15,53,28,55,10,57,30,59,17,61,32,6...
38.727273
212
0.680751