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
5ead8db08aa41034e2e372292df3055c8464d125
15,557
asm
Assembly
kernel/asm/isr.asm
lowlevelmemes/echidnaOS
5f9ee308988eff00b61eddf69321d8e153991db0
[ "BSD-2-Clause" ]
11
2020-10-06T18:44:20.000Z
2021-03-23T18:23:16.000Z
kernel/asm/isr.asm
lowlevelmemes/echidnaOS
5f9ee308988eff00b61eddf69321d8e153991db0
[ "BSD-2-Clause" ]
1
2020-10-07T03:31:11.000Z
2020-10-07T03:31:11.000Z
kernel/asm/isr.asm
lowlevelmemes/echidnaOS
5f9ee308988eff00b61eddf69321d8e153991db0
[ "BSD-2-Clause" ]
3
2020-10-06T18:49:45.000Z
2020-10-10T05:30:56.000Z
%macro pusham 0 cld push gs push fs push es push ds push ebp push edi push esi push edx push ecx push ebx push eax %endmacro %macro popam 0 pop eax pop ebx pop ecx pop edx pop esi pop edi pop ebp pop ds pop es pop fs pop gs %en...
20.994602
60
0.490712
971df82edab52e5fc44a70fe883ee295203e97a2
19,266
asm
Assembly
uuu/src/cells/io/fdc/chromium/chromium.asm
ekscrypto/Unununium
4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f
[ "BSD-2-Clause" ]
7
2019-03-04T08:53:33.000Z
2022-01-28T19:32:12.000Z
uuu/src/cells/io/fdc/chromium/chromium.asm
ekscrypto/Unununium
4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f
[ "BSD-2-Clause" ]
null
null
null
uuu/src/cells/io/fdc/chromium/chromium.asm
ekscrypto/Unununium
4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f
[ "BSD-2-Clause" ]
null
null
null
;; $Header: /cvsroot/uuu/uuu/src/cells/io/fdc/chromium/chromium.asm,v 1.30 2002/01/04 18:44:35 lukas2000 Exp $ ;; ;; Chromium FDC driver Copyright (C) 2001 Phil Frost ;; Designed to last :) Distributed under the BSD license ;; ;; Hopefully this driver will be somewhat good and will stay around for some ;; time. It m...
21.148189
110
0.50327
1e6fda050c4e9728f32cc5472b5a010afb6ef65d
4,783
asm
Assembly
fm/DosQFsInfo.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
null
null
null
fm/DosQFsInfo.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
null
null
null
fm/DosQFsInfo.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
null
null
null
;/*! ; @file ; ; @ingroup fapi ; ; @brief DosQFSInfo 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 ...
28.987879
76
0.649383
978f9782a6be09f704337b65e6a0c563b717cc36
201
asm
Assembly
mc-sema/validator/x86_64/tests/SHR16ri.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
2
2021-08-07T16:21:29.000Z
2021-11-17T10:58:37.000Z
mc-sema/validator/x86_64/tests/SHR16ri.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
mc-sema/validator/x86_64/tests/SHR16ri.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
BITS 64 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS=FLAG_AF|FLAG_OF ;TEST_FILE_META_END ; SHR16ri mov cx, 0x987 ;TEST_BEGIN_RECORDING shr cx, 0x8 ;TEST_END_RECORDING
16.75
33
0.756219
fe185c1d9cbbca7f2b2c90587ec7f9641cefe502
6,743
asm
Assembly
Tools/unix/lzsa/asm/x86/decompress_small_v2.asm
davidknoll/RomWBW
8a7bc97fea27bf10a23c61ee508522a60e2909c6
[ "DOC", "MIT" ]
197
2019-04-08T11:28:12.000Z
2022-03-29T05:09:56.000Z
asm/x86/decompress_small_v2.asm
peterferrie/lzsa
2442d6e4892d846ae557bf27be8a74632b2a3b5c
[ "Zlib", "CC0-1.0" ]
234
2017-03-30T10:59:54.000Z
2022-03-26T20:05:52.000Z
asm/x86/decompress_small_v2.asm
peterferrie/lzsa
2442d6e4892d846ae557bf27be8a74632b2a3b5c
[ "Zlib", "CC0-1.0" ]
68
2016-12-18T18:20:12.000Z
2022-03-20T16:02:40.000Z
; decompress_small_v2.asm - space-efficient decompressor implementation for x86 ; ; Copyright (C) 2019 Emmanuel Marty ; ; This software is provided 'as-is', without any express or implied ; warranty. In no event will the authors be held liable for any damages ; arising from the use of this software. ; ; ...
37.049451
104
0.520095
15c95a9a354db029d6e47676c0f51a169420f4dd
7,778
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_1727_950.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_1727_950.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_1727_950.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 %r12 push %r13 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x17c5b, %rsi lea addresses_normal_ht+0x16deb, %rdi nop nop sub $5904, %r12 mov $74, %rcx rep movsw nop add %r8, %r8 lea addresses_normal_ht+0x1096f, %r12 nop nop nop nop inc %r13 movl $...
32.543933
2,999
0.651453
055c7be6c4ff124c6f88aa66d41a03b9ec85069c
338
asm
Assembly
programs/oeis/123/A123138.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/123/A123138.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/123/A123138.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A123138: The n-th digit of a(n-1) gives the position of digit n in a(n), a(1)=263514. ; 263514,513642,263514,513642,263514,513642,263514,513642,263514,513642,263514,513642,263514,513642,263514,513642,263514,513642,263514,513642,263514,513642,263514,513642,263514,513642,263514,513642,263514,513642 mod $0,2 mul $0,250...
48.285714
211
0.781065
da35a6e17156ce2929790b87775944e5df9eb49d
253
asm
Assembly
programs/oeis/226/A226233.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/226/A226233.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/226/A226233.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A226233: Ten copies of each positive integer. ; 1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,10 div $0,10 add $0,1
42.166667
184
0.55336
e57c8563206e215faee5aaf91102fac997600154
1,063
asm
Assembly
Architecture/a4/a4_div_test.asm
DulceWRLD/College
9b94868514f461c97121d72ea0855f72ca95e798
[ "MIT" ]
2
2021-08-21T01:25:50.000Z
2021-12-10T06:51:46.000Z
Architecture/a4/a4_div_test.asm
DulceWRLD/College
9b94868514f461c97121d72ea0855f72ca95e798
[ "MIT" ]
null
null
null
Architecture/a4/a4_div_test.asm
DulceWRLD/College
9b94868514f461c97121d72ea0855f72ca95e798
[ "MIT" ]
6
2021-03-14T22:21:23.000Z
2022-03-29T15:30:58.000Z
; test for the new DIV assembly instruction start: LODD div1: PUSH LODD dnd1: PUSH DIV ; AC has status, quotient and remainder on stack HALT LODD div2: PUSH LODD dnd2: PUSH DIV ; AC has status, quotient and remainder on stack HALT LODD div3: ...
20.843137
68
0.510818
3ae7ba4d4d65b185a90b1512c9faa421e2f14453
221
asm
Assembly
MAS2.asm
Nurglureddo/AssemblerForKai
54d88944fea3a4c6f4dfa22f3a194205ce80d473
[ "MIT" ]
null
null
null
MAS2.asm
Nurglureddo/AssemblerForKai
54d88944fea3a4c6f4dfa22f3a194205ce80d473
[ "MIT" ]
null
null
null
MAS2.asm
Nurglureddo/AssemblerForKai
54d88944fea3a4c6f4dfa22f3a194205ce80d473
[ "MIT" ]
null
null
null
code segment assume cs:code, ds:code N: push cs pop ds xor ax,ax xor bx,bx mov cx,5 M: cmp A[bx],0 jg K add ax,A[bx] K: inc bx inc bx loop M mov ax,4c00h int 21h A dw 1,-2,-3,-4,5 code ends end N
12.277778
25
0.597285
cc28f481d6c8f748d289d9317ee71a96c7ed5d35
442
asm
Assembly
oeis/124/A124459.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/124/A124459.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/124/A124459.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A124459: Square array resulting from the bisection of array A124458. (The other array is A093560.) ; Submitted by Christian Krause ; 2,3,2,3,5,2,3,8,7,2,3,11,15,9,2,3,14,26,24,11,2,3,17,40,50,35,13,2,3,20,57,90,85,48,15,2,3,23,77,147,175,133,63,17,2,3,26,100,224,322,308,196,80,19,2,3,29,126,324,546,630,504,276,99,21,...
29.466667
210
0.653846
b1b96b19d45fd74808487c66c5a575dfbc22c15d
280
asm
Assembly
programs/oeis/210/A210062.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/210/A210062.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/210/A210062.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A210062: Number of digits in 7^n. ; 1,1,2,3,4,5,6,6,7,8,9,10,11,11,12,13,14,15,16,17,17,18,19,20,21,22,22,23,24,25,26,27,28,28,29,30,31,32,33,33,34,35,36,37,38,39,39,40,41,42,43,44,44,45,46,47,48,49,50,50,51,52,53,54,55,55,56,57 mul $0,11 sub $0,1 div $0,13 mov $1,$0 add $1,1
31.111111
194
0.632143
7610f81de32a8e57a995cdca64f071da989de525
385
asm
Assembly
oeis/100/A100305.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/100/A100305.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/100/A100305.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A100305: Expansion of (1-x-4x^2)/(1-2x-7x^2+8x^3). ; Submitted by Jon Maiga ; 1,1,5,9,45,113,469,1369,5117,16065,56997,185513,641485,2125585,7257461,24262137,82321821,276418913,934993477,3146344777,10626292589,35797050801,120807391509,407183797913,1373642929981,4631113313281 mov $3,1 lpb $0 sub $0,1 mul $1,8 m...
24.0625
199
0.714286
e2dbaacab92ce8306f313186fed9142f89ba30a8
802
asm
Assembly
oeis/027/A027711.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/027/A027711.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/027/A027711.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A027711: Number of binary sequences of length n with an even number of ones, at least two of the ones being contiguous. ; Submitted by Jamie Morken(w2) ; 0,1,2,4,9,21,47,101,212,440,907,1859,3791,7699,15586,31476,63445,127689,256671,515433,1034248,2073968,4156791,8327911,16679007,33395527,66851750,133801708,267762321...
66.833333
495
0.822943
038ee535df34457cc0fc29fa1280397dfafdcd6a
210
asm
Assembly
test/copy2 - hexa.asm
auroralimin/montador-assembly-inventado
b7deeb4a00f27e941636921a84d5222dd7b008a5
[ "Apache-2.0" ]
null
null
null
test/copy2 - hexa.asm
auroralimin/montador-assembly-inventado
b7deeb4a00f27e941636921a84d5222dd7b008a5
[ "Apache-2.0" ]
null
null
null
test/copy2 - hexa.asm
auroralimin/montador-assembly-inventado
b7deeb4a00f27e941636921a84d5222dd7b008a5
[ "Apache-2.0" ]
null
null
null
UM: EQU 1 SECTION TEXT ROT: INPUT N1 COPY N1, N4 + UM ;comentario qualquer COPY N2, N3 COPY N3, N4 OUTPUT N4 STOP SECTION DATA N1: SPACE N2: CONST 0x10 N3: SPACE N4: SPACE 2
11.052632
42
0.604762
15ac3d4226d2dda6b51155f5e2b4d3e28812a364
4,283
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_911.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_0xa0_notsx.log_21829_911.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_0xa0_notsx.log_21829_911.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 %r15 push %rdx lea addresses_D_ht+0x7c16, %r15 nop dec %r14 movw $0x6162, (%r15) nop nop nop nop nop dec %r10 lea addresses_A_ht+0x94f6, %rdx nop add $36361, %r10 mov $0x6162636465666768, %r13 movq %r13, %xmm0 vmovups %ymm0, (%rdx) add %r10...
58.671233
2,999
0.661686
39f2d5e9a0e7a3739d766cbbbd6e0cd6f71795dd
392
asm
Assembly
programs/oeis/036/A036135.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/036/A036135.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/036/A036135.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A036135: a(n) = 2^n mod 83. ; 1,2,4,8,16,32,64,45,7,14,28,56,29,58,33,66,49,15,30,60,37,74,65,47,11,22,44,5,10,20,40,80,77,71,59,35,70,57,31,62,41,82,81,79,75,67,51,19,38,76,69,55,27,54,25,50,17,34,68,53,23,46,9,18,36,72,61,39,78,73,63,43,3,6,12,24,48,13,26,52,21,42,1,2,4,8,16,32,64,45,7,14,28,56,29,58,33,66,49,15 m...
32.666667
287
0.612245
64f0582d752434d001e8cb6154a3fafe233a8fac
684
asm
Assembly
src/Tests/ProgSampleA.asm
bryanperris/cor64
fa5f9d83cefa8136c34ba9cca002114edc926d91
[ "MIT" ]
38
2019-02-16T03:06:19.000Z
2022-03-15T08:39:42.000Z
src/Tests/ProgSampleA.asm
bryanperris/cor64
fa5f9d83cefa8136c34ba9cca002114edc926d91
[ "MIT" ]
10
2019-03-11T00:31:33.000Z
2021-01-20T03:33:41.000Z
src/Tests/ProgSampleA.asm
bryanperris/cor64
fa5f9d83cefa8136c34ba9cca002114edc926d91
[ "MIT" ]
2
2020-10-19T11:36:22.000Z
2020-11-18T16:31:40.000Z
// N64 'Bare Metal' Initialize Demo by krom (Peter Lemon): arch n64.cpu endian msb output "Initialize.N64", create fill 1052672 // Set ROM Size origin $00000000 base $80000000 // Entry Point Of Code include "LIB/N64.INC" // Include N64 Definitions include "LIB/N64_HEADER.ASM" // Include 64 Byte Header & Vector Table...
22.064516
69
0.694444
7a72ca45b9d719ce8c7a85e9073402d899efa3d2
222
asm
Assembly
test/asm/db-dw-dl-string.asm
michealccc/rgbds
b51e1c7c2c4ce2769f01e016967d0115893a7a88
[ "MIT" ]
265
2020-09-15T11:56:31.000Z
2022-03-30T23:14:29.000Z
test/asm/db-dw-dl-string.asm
michealccc/rgbds
b51e1c7c2c4ce2769f01e016967d0115893a7a88
[ "MIT" ]
365
2020-09-18T15:43:06.000Z
2022-03-28T16:22:26.000Z
test/asm/db-dw-dl-string.asm
michealccc/rgbds
b51e1c7c2c4ce2769f01e016967d0115893a7a88
[ "MIT" ]
45
2020-09-16T10:44:57.000Z
2022-03-29T07:26:15.000Z
SECTION "Test", ROM0 db "ABC" dw "ABC" dl "ABC" db 0, "DEF", -1 dw 0, "DEF", -1 dl 0, "DEF", -1 db "A" + 1 dw "A" + 1 dl "A" + 1 db 1, ("UVWXYZ") & $ff, -1 dw 1, ("UVWXYZ") & $ffff, -1 dl 1, ("UVWXYZ"), -1
12.333333
29
0.445946
68c9aa385c729842c9b8b1b79b2b24613c26a1e7
6,688
asm
Assembly
duel-game.asm
LeifBloomquist/ArtilleryDuel
7f42f069284ba6067136c29e2ade80d3ac9b5583
[ "MIT" ]
1
2015-06-01T08:53:18.000Z
2015-06-01T08:53:18.000Z
duel-game.asm
LeifBloomquist/ArtilleryDuel
7f42f069284ba6067136c29e2ade80d3ac9b5583
[ "MIT" ]
null
null
null
duel-game.asm
LeifBloomquist/ArtilleryDuel
7f42f069284ba6067136c29e2ade80d3ac9b5583
[ "MIT" ]
null
null
null
; duel-game.asm ; Main Game! ; ============================================================== ; Main Game Loop - broken into subroutines ; ============================================================== ;------------------------------------------------------------------------------ MAINLOOP ; Draw the game screen ...
19.054131
79
0.546053
cc6776d56bbc72c4c1bf31d7c81649656d2f9d41
1,860
asm
Assembly
src/test/ref/function-pointer-return-3.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/function-pointer-return-3.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/function-pointer-return-3.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Calling a function pointer with return value // Calling a function pointer inside a struct without * // Commodore 64 PRG executable file .file [name="function-pointer-return-3.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [...
19.578947
76
0.617204
f15f2c73538d85ea1df2ab077c3538beb28bfbe0
302
asm
Assembly
libsrc/math/mbf32/c/sccz80/sqrt.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
libsrc/math/mbf32/c/sccz80/sqrt.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
libsrc/math/mbf32/c/sccz80/sqrt.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
SECTION code_fp_mbf32 PUBLIC sqrt EXTERN ___mbf32_setup_single EXTERN ___mbf32_SQR EXTERN ___mbf32_return EXTERN msbios sqrt: call ___mbf32_setup_single IF __CPU_INTEL__ call ___mbf32_SQR ELSE ld ix,___mbf32_SQR call msbios ENDIF jp ___mbf32_return
15.894737
37
0.728477
7b289f56c028a856eb490237f003f628ce0254d3
301
asm
Assembly
oeis/131/A131534.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/131/A131534.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/131/A131534.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A131534: Period 3: repeat [1, 2, 1]. ; Submitted by Christian Krause ; 1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1 mod $0,3 mod $0,2 add $0,1
37.625
201
0.54485
20b9137ffeba826757ff4bdce7cd4cc02372e6f9
1,792
asm
Assembly
data/credits_order.asm
etdv-thevoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
9
2020-07-12T19:44:21.000Z
2022-03-03T23:32:40.000Z
data/credits_order.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
data/credits_order.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2021-03-28T18:33:43.000Z
2021-05-06T13:12:09.000Z
CreditsOrder: ; subsequent credits elements will be displayed on separate lines. ; $FF, $FE, $FD, $FC, $FB, and $FA are commands that are used ; to go to the next set of credits texts. db CRED_MON, CRED_VERSION, $FF db CRED_DIRECTOR, CRED_TAJIRI, $FF db CRED_PROGRAMMERS, CRED_TA_OOTA, CRED_MORIMOTO, $FD db CRED_PRO...
44.8
73
0.788504
7ac576d161cb4eaff3183ec6cb67d7662d31f472
2,377
asm
Assembly
MdePkg/Library/BaseMemoryLibOptDxe/Arm/CompareGuid.asm
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
3,861
2019-09-04T10:10:11.000Z
2022-03-31T15:46:28.000Z
MdePkg/Library/BaseMemoryLibOptDxe/Arm/CompareGuid.asm
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
461
2019-09-24T10:26:56.000Z
2022-03-26T13:22:32.000Z
MdePkg/Library/BaseMemoryLibOptDxe/Arm/CompareGuid.asm
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
654
2019-09-05T11:42:37.000Z
2022-03-30T02:42:32.000Z
; ; Copyright (c) 2016, Linaro Limited ; 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 source code must retain the above copyright ; notice, this list of co...
33.478873
78
0.639882
e0104a6c09bf5363f0fbc5c1dadd2578a1b0e8c4
220
asm
Assembly
tester/Test2/asm_code.asm
jordan9001/dobby2
9adc9923ac4d80099495a90087076a4d93759be8
[ "MIT" ]
59
2020-12-03T19:45:15.000Z
2022-01-15T06:56:30.000Z
tester/Test2/asm_code.asm
jordan9001/dobby2
9adc9923ac4d80099495a90087076a4d93759be8
[ "MIT" ]
null
null
null
tester/Test2/asm_code.asm
jordan9001/dobby2
9adc9923ac4d80099495a90087076a4d93759be8
[ "MIT" ]
6
2020-12-03T20:44:07.000Z
2021-10-21T13:58:18.000Z
.CONST PUBLIC ROSTR ROSTR: DB "THIS IS READ ONLY", 0 .CODE cc_asm_ii PROC PUBLIC FRAME .ENDPROLOG ud2 ret cc_asm_ii ENDP cc_asm_ss PROC PUBLIC FRAME .ENDPROLOG DB 0F1h ret cc_asm_ss ENDP END
10.47619
28
0.690909
7a96afcdc9c0028013173522b1e6ab251f52d965
827
asm
Assembly
oeis/123/A123491.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/123/A123491.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/123/A123491.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A123491: Diagonal sums of number triangle A123490. ; Submitted by Christian Krause ; 1,2,5,10,22,48,112,274,715,1982,5837,18180,59644,205296,739032,2775180,10846965,44039754,185391469,807776198,3637193474,16900721824,80939650552,399061251246,2023408865983,10540656630118,56362743768997,309088438758608,1736960650034984...
29.535714
497
0.764208
1481b307a3d0ba30f2437bf1026b9624d9c9cdce
718
asm
Assembly
ADC.asm
erg0dic/Sec_dict
b0ba213fa9b3ae78c3872da303d232b45a9e0c4a
[ "MIT" ]
null
null
null
ADC.asm
erg0dic/Sec_dict
b0ba213fa9b3ae78c3872da303d232b45a9e0c4a
[ "MIT" ]
null
null
null
ADC.asm
erg0dic/Sec_dict
b0ba213fa9b3ae78c3872da303d232b45a9e0c4a
[ "MIT" ]
null
null
null
#include p18f87k22.inc global ADC_Setup, ADC_Read ADC code ADC_Setup bsf TRISA,RA0 ; use pin A0(==AN0) for input bsf ANCON0,ANSEL0 ; set A0 to analog movlw 0x01 ; select AN0 for measurement movwf ADCON0 ; and turn ADC on movlw 0x30 ; Select 4.096V p...
28.72
90
0.622563
19ad09f82928f3342918b2f4c8825ea7adae6cfb
1,031
asm
Assembly
programs/oeis/042/A042948.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/042/A042948.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/042/A042948.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A042948: Numbers congruent to 0 or 1 mod 4. ; 0,1,4,5,8,9,12,13,16,17,20,21,24,25,28,29,32,33,36,37,40,41,44,45,48,49,52,53,56,57,60,61,64,65,68,69,72,73,76,77,80,81,84,85,88,89,92,93,96,97,100,101,104,105,108,109,112,113,116,117,120,121,124,125,128,129,132,133,136,137,140,141,144,145,148,149,152,153,156,157,160,161,...
128.875
945
0.724539
141a96348336f69e1296085e4535a3164d2e2b06
664
asm
Assembly
oeis/086/A086325.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/086/A086325.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/086/A086325.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A086325: Let u(1)=0, u(2)=1, u(k)=u(k-1)+u(k-2)/(k-2); then a(n)=n!*u(n). ; 0,2,6,36,220,1590,12978,118664,1201464,13349610,161530270,2114578092,29780308116,448995414686,7215997736010,123153028027920,2224451568754288,42395429898611154,850263899633257014,17900292623858042420,394701452356069835340,909692871144465715738...
94.857143
484
0.849398
fe565d0627dbcd93eb4c1ee7b89c60b53b551006
63,733
asm
Assembly
uniqnew2.asm
Vignesh-Nadar/xv6
601dda244865540bb0ace21a2ff5ae7e6cf181f9
[ "MIT-0" ]
null
null
null
uniqnew2.asm
Vignesh-Nadar/xv6
601dda244865540bb0ace21a2ff5ae7e6cf181f9
[ "MIT-0" ]
null
null
null
uniqnew2.asm
Vignesh-Nadar/xv6
601dda244865540bb0ace21a2ff5ae7e6cf181f9
[ "MIT-0" ]
null
null
null
_uniqnew2: file format elf32-i386 Disassembly of section .text: 00000000 <readLine>: char buf[MAX_BUF]; int argumentIndex = 1; int optionCD = 1; // 1 for no option // 2 for -C // 3 for option -D int optionI = 0; // 1 for option -I int readLine(char *line, int fd) { 0: 55 push %ebp ...
36.170829
69
0.435708
163e25ed2076bab0e3e67a22fdcc691fa7cd8c4f
284
asm
Assembly
data/mapHeaders/CeladonMartRoof.asm
AmateurPanda92/pokemon-rby-dx
f7ba1cc50b22d93ed176571e074a52d73360da93
[ "MIT" ]
9
2020-07-12T19:44:21.000Z
2022-03-03T23:32:40.000Z
data/mapHeaders/CeladonMartRoof.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
data/mapHeaders/CeladonMartRoof.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2021-03-28T18:33:43.000Z
2021-05-06T13:12:09.000Z
CeladonMartRoof_h: db LOBBY ; tileset db CELADON_MART_ROOF_HEIGHT, CELADON_MART_ROOF_WIDTH ; dimensions (y, x) dw CeladonMartRoof_Blocks ; blocks dw CeladonMartRoof_TextPointers ; texts dw CeladonMartRoof_Script ; scripts db 0 ; connections dw CeladonMartRoof_Object ; objects
31.555556
73
0.820423
e8da68be1985ba2b423193f8bfa8b8ef338a74ed
573
asm
Assembly
data/items/use_party.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
data/items/use_party.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
data/items/use_party.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
; items which bring up the party menu when used UsableItems_PartyMenu: db MOON_STONE db ANTIDOTE db BURN_HEAL db ICE_HEAL db AWAKENING db PARLYZ_HEAL db FULL_RESTORE db MAX_POTION db HYPER_POTION db SUPER_POTION db POTION db FIRE_STONE db THUNDER_STONE db WATER_STONE db HP_UP db PROTEIN db IRON db CAR...
14.325
47
0.776614
ee149374567e99000de376401259be9d772c933a
705
asm
Assembly
libsrc/_DEVELOPMENT/l/sccz80/8-8080/f48/dldpsh.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/l/sccz80/8-8080/f48/dldpsh.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/l/sccz80/8-8080/f48/dldpsh.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_l_sccz80 PUBLIC dldpsh PUBLIC dpush EXTERN fa ;----------------------------------------- ; Load FA from (hl) and push FA onto stack ;----------------------------------------- dldpsh: ld de,fa ld c,a ld b,6 loop: ld a,(hl) ld (...
18.552632
43
0.351773
c5d53882e2eefe3988bbc4181f119cc1addf93dc
2,026
asm
Assembly
a4-1_Reverse-String.asm
mhnam/Assembly-Masm
1bb636ff38a33563ec3a82905e8adbdc68df79b0
[ "MIT" ]
null
null
null
a4-1_Reverse-String.asm
mhnam/Assembly-Masm
1bb636ff38a33563ec3a82905e8adbdc68df79b0
[ "MIT" ]
null
null
null
a4-1_Reverse-String.asm
mhnam/Assembly-Masm
1bb636ff38a33563ec3a82905e8adbdc68df79b0
[ "MIT" ]
null
null
null
;---------------------------------------------- ; Assignment 4-1 ; Reverse String ; ; This program is to reverse entered text using ; stack memory. ;---------------------------------------------- INCLUDE irvine32.inc .data buffer BYTE 40 DUP(0) byteCount DWORD ? prompt1 BYTE "Type_A_String_To_Reverse: ",...
17.77193
69
0.609576
17c32b581a0ad1362ff6eb1f555465e4f743e3b6
391
asm
Assembly
programs/oeis/106/A106845.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/106/A106845.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/106/A106845.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A106845: n^2 * (n^3 + 2n^2 + 7n - 2) / 8. ; 0,1,14,72,244,650,1476,2989,5552,9639,15850,24926,37764,55432,79184,110475,150976,202589,267462,348004,446900,567126,711964,885017,1090224,1331875,1614626,1943514,2323972,2761844,3263400,3835351,4484864,5219577,6047614,6977600 mov $1,1 sub $1,$0 mov $2,$0 mul $0,3 mov $4,$...
24.4375
228
0.68798
a09e6ae25835685a481023bc88c743360f7bea8f
25,121
asm
Assembly
Stm8Invaders/asm/aliensrom.asm
peteri/Invaders
0b08ea6a683d9ea831daa98862601cf74acc3af2
[ "MIT" ]
null
null
null
Stm8Invaders/asm/aliensrom.asm
peteri/Invaders
0b08ea6a683d9ea831daa98862601cf74acc3af2
[ "MIT" ]
32
2020-12-26T20:13:11.000Z
2021-06-18T01:02:53.000Z
Stm8Invaders/asm/aliensrom.asm
peteri/Invaders
0b08ea6a683d9ea831daa98862601cf74acc3af2
[ "MIT" ]
null
null
null
stm8/ ;============================================= ; Generated file from the WPF invaders ; Contains basic invaders, used to fill the ; fast alien user defined graphics. ;============================================= segment 'rom' invader_A1_sh0 dc.b %00000000 dc.b %00000000 dc.b %00111001 dc.b %01111001 dc...
17.135744
46
0.662593
b7e143c71d51a384545927c81d5acd3974023d78
1,519
asm
Assembly
programs/oeis/293/A293503.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/293/A293503.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/293/A293503.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A293503: Least integer k such that k/n^2 > sqrt(2). ; 0,2,6,13,23,36,51,70,91,115,142,172,204,240,278,319,363,409,459,511,566,624,685,749,815,884,957,1031,1109,1190,1273,1360,1449,1541,1635,1733,1833,1937,2043,2152,2263,2378,2495,2615,2738,2864,2993,3124,3259,3396,3536,3679,3825,3973,4124,4278,4435,4595,4758,4923,509...
116.846154
1,377
0.793285
ce2812a6430d4395517686dfc03e96c94f71cb82
225
asm
Assembly
ram.asm
aleios/NES-Test
d8b2a8741a61ca6e8fe0d237004286f21a6c00b8
[ "MIT" ]
2
2015-07-13T01:04:28.000Z
2019-08-21T03:14:45.000Z
ram.asm
aleios/NES-Test
d8b2a8741a61ca6e8fe0d237004286f21a6c00b8
[ "MIT" ]
null
null
null
ram.asm
aleios/NES-Test
d8b2a8741a61ca6e8fe0d237004286f21a6c00b8
[ "MIT" ]
null
null
null
/* ======================================== ============== ZERO PAGE =============== ======================================== */ #ram.org 0x0000, 0x100 // start, max block len #include "lib_ram.as" pointer paddr #ram.end
17.307692
46
0.333333
2946c27f49f75203e24d19e3f81bb221836949dc
183
asm
Assembly
libsrc/target/pv1000/stdio/getk.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/pv1000/stdio/getk.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/pv1000/stdio/getk.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Placeholder for reading a key from the keyboard ; ; Yet the PV-1000 doesnt have a keybaord... ; SECTION code_clib PUBLIC getk PUBLIC _getk getk: _getk: ld hl,0 ret
11.4375
49
0.68306
19333a15bc7cdca37c11c43d674dce9a62e3c5a0
711
asm
Assembly
programs/oeis/134/A134868.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/134/A134868.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/134/A134868.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A134868: A103451 * A002260. ; 1,2,2,2,2,3,2,2,3,4,2,2,3,4,5,2,2,3,4,5,6,2,2,3,4,5,6,7,2,2,3,4,5,6,7,8,2,2,3,4,5,6,7,8,9,2,2,3,4,5,6,7,8,9,10,2,2,3,4,5,6,7,8,9,10,11,2,2,3,4,5,6,7,8,9,10,11,12,2,2,3,4,5,6,7,8,9,10,11,12,13,2,2,3,4,5,6,7,8,9,10,11,12,13,14,2,2,3,4,5,6,7,8,9,10,11,12,13,14,15,2,2,3,4,5,6,7,8,9,10,11,12,...
54.692308
589
0.565401
549f7d352a2c5db8a76e9a8c52720e81647ca12b
660
asm
Assembly
oeis/072/A072678.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/072/A072678.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/072/A072678.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A072678: Generalized Bell numbers B_{4,2}. ; Submitted by Christian Krause ; 1,21,1045,93289,12975561,2581284541,693347907421,241253367679185,105394372192969489,56410454014314490981,36271084122927079387941,27567930377271475039277881,24435533594428382909107147225,24970715064044359271399720374029,2913048850424469277354...
66
483
0.868182
7746017b3f73c6d47e57a6356a26da129d250cc7
41,177
asm
Assembly
source/DrvInit.asm
OS2World/DRV-NET-rtgnda
c16ac6fb50bc9e530300f81515821806ba173b52
[ "Net-SNMP", "Xnet" ]
null
null
null
source/DrvInit.asm
OS2World/DRV-NET-rtgnda
c16ac6fb50bc9e530300f81515821806ba173b52
[ "Net-SNMP", "Xnet" ]
null
null
null
source/DrvInit.asm
OS2World/DRV-NET-rtgnda
c16ac6fb50bc9e530300f81515821806ba173b52
[ "Net-SNMP", "Xnet" ]
null
null
null
; *** Initial part include NDISdef.inc include rtl8169.inc include devpac.inc include misc.inc include OEMHelp.inc include DrvRes.inc include HWRes.inc cfgKeyDesc struc NextKey dw ? KeyStrPtr dw ? KeyStrLen dw ? KeyProc dw ? cfgKeyDesc ends cwRCRD record cwPWMD:1 = 0, cwMXFS:1 = 0, cwRXAUE:1 = 0, cwRXATE:1...
19.768123
91
0.746922
6048a8f5613db21d1b1a92758b80f48743a06db3
757
asm
Assembly
oeis/246/A246641.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/246/A246641.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/246/A246641.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A246641: Sequence a(n) = (1 + A007805(n))/2, appearing in a certain touching problem for three circles and a chord, together with A007805. ; Submitted by Jamie Morken(s4) ; 1,9,153,2737,49105,881145,15811497,283725793,5091252769,91358824041,1639367579961,29417257615249,527871269494513,9472265593285977,169972909409653...
47.3125
473
0.826948
1c9962e9c1620ed0ff1715ea623dde6064e1310b
818
asm
Assembly
programs/oeis/063/A063491.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/063/A063491.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/063/A063491.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A063491: a(n) = (2*n - 1)*(3*n^2 - 3*n + 2)/2. ; 1,12,50,133,279,506,832,1275,1853,2584,3486,4577,5875,7398,9164,11191,13497,16100,19018,22269,25871,29842,34200,38963,44149,49776,55862,62425,69483,77054,85156,93807,103025,112828,123234,134261,145927,158250,171248,184939,199341,214472,230350,246993,264419,282646,30169...
58.428571
674
0.784841
b6c2f593a06109638fa074b4fec2fd8001f8002d
8,269
asm
Assembly
assembler.asm
AleFelix/TP-Compilador-Teoria-de-Computacion
22a5eba371eaa8d4a223589f52e5b0f9df0eddfe
[ "MIT" ]
null
null
null
assembler.asm
AleFelix/TP-Compilador-Teoria-de-Computacion
22a5eba371eaa8d4a223589f52e5b0f9df0eddfe
[ "MIT" ]
7
2015-10-28T08:48:25.000Z
2016-05-02T00:50:27.000Z
assembler.asm
AleFelix/TP-Compilador-Teoria-de-Computacion
22a5eba371eaa8d4a223589f52e5b0f9df0eddfe
[ "MIT" ]
null
null
null
include macros2.asm include number.asm .MODEL LARGE .386 .STACK 200h MAXTEXTSIZE equ 50 .DATA _nAux dd ? _n1 dd ? _n2 dd ? _n3 dd ? _t1 db MAXTEXTSIZE dup (?),'$' _t2 db MAXTEXTSIZE dup (?),'$' _t3 db MAXTEXTSIZE dup (?),'$' T_Bienvenido_al_sistema_de_pruebas db "Bienvenido al sistema de pru...
18.015251
119
0.718225
3eb34a90907837eb04cf7a13ec9a0d0b4e4f5e09
5,652
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1252.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_1252.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_1252.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 %r12 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x19fd9, %rdx clflush (%rdx) nop nop add $46135, %rax mov (%rdx), %rbx xor %rdx, %rdx lea addresses_UC_ht+0xfe39, %rsi lea addresses_D_ht+0x1d639, %rdi nop nop nop nop dec %r12 mov ...
40.085106
2,999
0.661005
837a0b8e41affbe0e0f87fc04505dac944b802c9
550
asm
Assembly
programs/oeis/249/A249919.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/249/A249919.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/249/A249919.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A249919: Number of LCD (liquid-crystal display) segments needed to display n in binary. ; 6,2,8,4,14,10,10,6,20,16,16,12,16,12,12,8,26,22,22,18,22,18,18,14,22,18,18,14,18,14,14,10,32,28,28,24,28,24,24,20,28,24,24,20,24,20,20,16,28,24,24,20,24,20,20,16,24,20,20,16,20,16,16,12,38,34,34,30,34,30,30,26,34,30,30,26,30,26,...
45.833333
295
0.670909
46d399e927223da82d689ce6c41c2e1f27243fb6
461
asm
Assembly
programs/oeis/327/A327708.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/327/A327708.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/327/A327708.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A327708: The minimal size of a partition lambda of n such that every partition of n with at most 8 parts can be obtained by coalescing the parts of lambda. ; 1,2,3,4,5,6,7,8,8,9,9,10,10,11,11,12,12,12,13,13,13,14,14,14,14,15,15,15,15,16,16,16,16,16,17,17,17,17,17,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,...
38.416667
227
0.672451
5cda37e7c2dcf9b617c4af99903b9170e0f96471
4,527
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_574.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_574.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_574.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 %r15 push %r9 push %rax push %rbx lea addresses_normal_ht+0xc3db, %r15 nop cmp $24214, %r9 mov (%r15), %rax and $40312, %r12 lea addresses_UC_ht+0x6bdb, %r11 nop nop nop nop add $4549, %rbx movw $0x6162, (%r11) nop cmp $17506, %rbx lea addresses_D_ht...
54.542169
2,999
0.659598
df5f4e6055ef23cf6abe5feebc5677450c25cdb1
18,570
asm
Assembly
Library/Ruler/uiRulerGuideControl.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Ruler/uiRulerGuideControl.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Ruler/uiRulerGuideControl.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: Text Library FILE: uiGuideControl.asm ROUTINES: Name Description ---- ----------- GLB RulerGuideControlClass Style menu object REVISIO...
21.295872
87
0.642272
ccf8f5b7ae84eb4a053941c19cd8dd3b21790615
1,095
asm
Assembly
programs/oeis/155/A155722.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/155/A155722.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/155/A155722.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A155722: Numbers k such that 2*k + 9 is prime. ; 1,2,4,5,7,10,11,14,16,17,19,22,25,26,29,31,32,35,37,40,44,46,47,49,50,52,59,61,64,65,70,71,74,77,79,82,85,86,91,92,94,95,101,107,109,110,112,115,116,121,124,127,130,131,134,136,137,142,149,151,152,154,161,164,169,170,172,175,179,182,185,187,190,194,196,200,205,206,211,...
136.875
954
0.726941
0c630501dd640948e323623009c57f177feff25b
31
asm
Assembly
framework/backend/generator/x64/gen.asm
aamshukov/frontend
6be5fea43b7776691034f3b4f56d318d7cdf18f8
[ "MIT" ]
2
2018-12-21T17:08:55.000Z
2018-12-21T17:08:57.000Z
framework/backend/generator/x64/gen.asm
aamshukov/frontend
6be5fea43b7776691034f3b4f56d318d7cdf18f8
[ "MIT" ]
null
null
null
framework/backend/generator/x64/gen.asm
aamshukov/frontend
6be5fea43b7776691034f3b4f56d318d7cdf18f8
[ "MIT" ]
null
null
null
.code main PROC main ENDP END
5.166667
9
0.741935
d62942aca4eba38f5232b21bf200245fa234dd8d
1,228
asm
Assembly
School Directory Project/directory.asm
AriaPahlavan/Fall-2014-EE-306-Projects-Assembly-Binary
589bf1e85c1813efa71bfa8ec656ee8701d31a6a
[ "MIT" ]
1
2016-01-14T05:17:37.000Z
2016-01-14T05:17:37.000Z
School Directory Project/directory.asm
apahlavan1/Fall-2014-EE-306-Projects-Assembly-Binary
589bf1e85c1813efa71bfa8ec656ee8701d31a6a
[ "MIT" ]
null
null
null
School Directory Project/directory.asm
apahlavan1/Fall-2014-EE-306-Projects-Assembly-Binary
589bf1e85c1813efa71bfa8ec656ee8701d31a6a
[ "MIT" ]
null
null
null
.ORIG x3000 REQUEST AND R0,R0,#0 AND R1,R1,#0 AND R2,R2,#0 AND R3,R3,#0 AND R4,R4,#0 AND R5,R5,#0 AND R6,R6,#0 LD R0,STRING1 TRAP x22 TRAP x20 TRAP x21 ADD R0,R0,-15 ADD R0,R0,-15 ADD R0,R0,-15 ADD R0,R0,-3 ST R0,ID TRAP x20 TRAP x21 LD R0,ID ADD R0,R0,-15 ADD R0,R0,-15 ADD R0,R0,-15 ADD R0,...
17.295775
79
0.680782
de8c0b9738740c743594b5d84d9c6dd6570880ff
474
asm
Assembly
programs/oeis/116/A116939.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/116/A116939.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/116/A116939.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A116939: Lexicographically earliest sequence such that each i occurs exactly i+1 times and succeeding terms differ exactly by -1 or +1. ; 0,1,2,1,2,3,2,3,4,3,4,3,4,5,4,5,4,5,6,5,6,5,6,5,6,7,6,7,6,7,6,7,8,7,8,7,8,7,8,7,8,9,8,9,8,9,8,9,8,9,10,9,10,9,10,9,10,9,10,9,10,11,10,11,10,11,10,11,10,11,10,11,12,11,12,11,12,11,1...
36.461538
246
0.626582
2d02501d13933af581c4729a75be3bfccd659d8c
131
asm
Assembly
libsrc/_DEVELOPMENT/string/c/sccz80/strdup.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/_DEVELOPMENT/string/c/sccz80/strdup.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/_DEVELOPMENT/string/c/sccz80/strdup.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; char *strdup(const char * s) SECTION code_clib SECTION code_string PUBLIC strdup EXTERN asm_strdup defc strdup = asm_strdup
10.916667
30
0.778626
114936f133fc8e5bc3f5a567b07e296fa8e9ab73
772
asm
Assembly
programs/oeis/285/A285982.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/285/A285982.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/285/A285982.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A285982: a(n) = n! (mod n + 3). ; 1,1,2,0,3,0,0,0,5,0,6,0,0,0,8,0,9,0,0,0,11,0,0,0,0,0,14,0,15,0,0,0,0,0,18,0,0,0,20,0,21,0,0,0,23,0,0,0,0,0,26,0,0,0,0,0,29,0,30,0,0,0,0,0,33,0,0,0,35,0,36,0,0,0,0,0,39,0,0,0,41,0,0,0,0,0,44,0,0,0,0,0,0,0,48,0,0,0,50,0,51,0,0,0,53,0,54,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,65,0,...
48.25
555
0.555699
4c5631a1665b1f820991e6a369ae81b9bedcfadb
347
asm
Assembly
programs/oeis/089/A089756.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/089/A089756.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/089/A089756.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A089756: a(1)=1 and a(i+1)=a(i)+9 if a(i)<=35, and a(i+1)=a(i)-35 if a(i)>35. ; 1,10,19,28,37,2,11,20,29,38,3,12,21,30,39,4,13,22,31,40,5,14,23,32,41,6,15,24,33,42,7,16,25,34,43,8,17,26,35,44,9,18,27,36,1,10,19,28,37,2,11,20,29,38,3,12,21,30,39,4,13,22,31,40,5,14,23,32,41,6,15,24,33,42,7,16,25,34,43,8,17 mov $1,$0 m...
43.375
227
0.596542
8b759f8462f15e4a191db8a3533c80bd2b48cf18
230
asm
Assembly
libsrc/_DEVELOPMENT/z80/c/sccz80/z80_inir_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/z80/c/sccz80/z80_inir_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/z80/c/sccz80/z80_inir_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *z80_inir(void *dst, uint8_t port, uint8_t num) SECTION code_clib SECTION code_z80 PUBLIC z80_inir_callee EXTERN asm_z80_inir z80_inir_callee: pop hl pop de pop bc ex (sp),hl ld b,e jp asm_z80_inir
11.5
54
0.713043
f445d3ef08aa2a76ee42b3c59923769cd78bbbef
383
asm
Assembly
src/zp.h.asm
kieranhj/funky-fresh
739962d911ba7a3719878b3bd593d3c79e9e52b8
[ "MIT" ]
null
null
null
src/zp.h.asm
kieranhj/funky-fresh
739962d911ba7a3719878b3bd593d3c79e9e52b8
[ "MIT" ]
null
null
null
src/zp.h.asm
kieranhj/funky-fresh
739962d911ba7a3719878b3bd593d3c79e9e52b8
[ "MIT" ]
null
null
null
;; -*- beebasm -*- ; Stuff that has to stick around across intro, demo and outro. rocket_zp_start=&80 rocket_zp_reserved=&9C zp_max=$A0 ; stay "cooperative" with the OS for now. ; TODO: Decide where slots are going to be stored from loader. ;swram_slots_base = $9c <= this is now in Rocket workspace. SLOT_BANK...
23.9375
62
0.704961
4678fa267eb5ec8bc14bcf51dcde9e83c6d3fb46
2,070
asm
Assembly
header/025/VRC4b.asm
freem/nes_corelib
a890aa3c436e931a765866265f24ccf3c432f71d
[ "0BSD" ]
16
2015-06-23T03:17:40.000Z
2021-10-05T23:40:28.000Z
nes_corelib/header/025/VRC4b.asm
master-g/childhood
7cd2a6a13f7e862df6d239e78371df6222b30a53
[ "Apache-2.0" ]
null
null
null
nes_corelib/header/025/VRC4b.asm
master-g/childhood
7cd2a6a13f7e862df6d239e78371df6222b30a53
[ "Apache-2.0" ]
3
2015-11-12T01:29:55.000Z
2020-07-06T05:15:06.000Z
; Konami VRC4b: (up to 256KB) PRG-ROM + (0,2,8)KB PRG-RAM + (up to 512KB) CHR-ROM ; http://bootgod.dyndns.org:7777/search.php?keywords=25&kwtype=pcb ;------------------------------------------------------------------------------; ; number of 16K PRG banks PRG_BANKS = $04 ; number of 8K CHR banks ; Valid values: $02 (1...
39.056604
83
0.613527
040f1957feab0b7b0e17d3e61644e01a025226ea
378
asm
Assembly
programs/oeis/096/A096979.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/096/A096979.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/096/A096979.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A096979: Sum of the areas of the first n+1 Pell triangles. ; 0,1,6,36,210,1225,7140,41616,242556,1413721,8239770,48024900,279909630,1631432881,9508687656,55420693056,323015470680,1882672131025,10973017315470,63955431761796,372759573255306,2172602007770041 mov $1,1 mov $2,1 lpb $0,1 sub $0,1 mov $3,$2 add $2,$1...
23.625
196
0.73545
2b0bd7fa539afe8f497b6e00102725353f9c30cd
787
asm
Assembly
oeis/160/A160772.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/160/A160772.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/160/A160772.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A160772: Number of nodes (or order) of a graph model obtained using an automata scheme on sets of order prime(n) >= 5 and in which all not halt states are linked by arcs (edges). ; Submitted by Jamie Morken(w1) ; 13,31,91,133,241,307,463,757,871,1261,1561,1723,2071,2653,3307,3541,4291,4831,5113,6007,6643,7657,9121,99...
71.545455
496
0.776366
ec9ce8d4bf681a89767e7baceac672dd75811457
626
asm
Assembly
oeis/103/A103333.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/103/A103333.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/103/A103333.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A103333: Number of closed walks on the graph of the (7,4) Hamming code. ; 1,3,24,192,1536,12288,98304,786432,6291456,50331648,402653184,3221225472,25769803776,206158430208,1649267441664,13194139533312,105553116266496,844424930131968,6755399441055744,54043195528445952,432345564227567616,3458764513820540928,27670116110...
89.428571
484
0.864217
ecc639f114489b2ae326a4d9e915095e6e9f2e7f
566
asm
Assembly
tests/nasm/psubw.asm
Tuna0128/Tuna0128.github.io
7976c8236209a09f82fddd7c74ebcec86119d491
[ "BSD-2-Clause-FreeBSD" ]
12,700
2015-01-04T15:03:42.000Z
2022-03-31T06:43:06.000Z
tests/nasm/psubw.asm
Tuna0128/Tuna0128.github.io
7976c8236209a09f82fddd7c74ebcec86119d491
[ "BSD-2-Clause-FreeBSD" ]
566
2015-01-01T18:16:40.000Z
2022-03-31T19:59:10.000Z
tests/nasm/psubw.asm
Tuna0128/Tuna0128.github.io
7976c8236209a09f82fddd7c74ebcec86119d491
[ "BSD-2-Clause-FreeBSD" ]
1,182
2015-01-05T09:20:48.000Z
2022-03-31T12:16:52.000Z
global _start section .data align 16 quad1: dq 0xad0000ceadad00ff quad2: dq 0xffffffffffffffff quad3: dq 0x0000000000000000 quad4: dq 0x7fff8000ffff0808 myquad: dq 0xad0000ceadad00ff mydword: dd 0xcafebabe myaddress: dq 0x00adbeefc0de00ce %include "header.inc" movq mm0, [quad1] movq mm1, [quad2] movq m...
14.15
22
0.712014
293d92b4f5a37610b2a857eb12afd4080377b293
786
asm
Assembly
programs/oeis/208/A208529.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/208/A208529.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/208/A208529.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A208529: Number of permutations of n > 1 having exactly 2 points on the boundary of their bounding square. ; 2,2,4,12,48,240,1440,10080,80640,725760,7257600,79833600,958003200,12454041600,174356582400,2615348736000,41845579776000,711374856192000,12804747411456000,243290200817664000,4865804016353280000,102181884343418...
131
546
0.871501
007ee2c68791c5372bd4e89801d1a15f3a47a41d
12,558
asm
Assembly
P6/data_P6_2/ALUTest66.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
1
2022-01-23T09:24:47.000Z
2022-01-23T09:24:47.000Z
P6/data_P6_2/ALUTest66.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
P6/data_P6_2/ALUTest66.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
slti $5,$3,-29669 srlv $6,$1,$3 xor $4,$4,$3 lhu $6,12($0) sltu $3,$3,$3 lb $3,1($0) lbu $6,15($0) addiu $6,$4,-17529 srav $1,$6,$3 slt $3,$4,$3 lhu $3,4($0) sllv $3,$3,$3 sra $1,$3,9 lh $1,10($0) addu $1,$1,$3 lh $5,16($0) sltiu $1,$1,-20323 sltiu $4,$5,-32649 addiu $3,$3,4543 slt $4,$3,$3 or $3,$4,$3 sh $1,0($0) subu...
14.125984
18
0.522217
4cb36d77f62879dade2e5cf6412d08925432e8f1
577
asm
Assembly
programs/oeis/006/A006862.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/006/A006862.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/006/A006862.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A006862: Euclid numbers: 1 + product of the first n primes. ; 2,3,7,31,211,2311,30031,510511,9699691,223092871,6469693231,200560490131,7420738134811,304250263527211,13082761331670031,614889782588491411,32589158477190044731,1922760350154212639071,117288381359406970983271,7858321551080267055879091,557940830126698960967...
96.166667
396
0.870017
8cece742067c13d89f1bb5b0ca277a013d7a20fd
8,221
asm
Assembly
src/execute.asm
beckadamtheinventor/cesium
934ce2fcdfbf1cac560d1b7fc8563124057aabbb
[ "BSD-3-Clause" ]
null
null
null
src/execute.asm
beckadamtheinventor/cesium
934ce2fcdfbf1cac560d1b7fc8563124057aabbb
[ "BSD-3-Clause" ]
null
null
null
src/execute.asm
beckadamtheinventor/cesium
934ce2fcdfbf1cac560d1b7fc8563124057aabbb
[ "BSD-3-Clause" ]
null
null
null
; Copyright 2015-2020 Matt "MateoConLechuga" Waltz ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; ; 1. Redistributions of source code must retain the above copyright notice, ; this list of conditions and the fol...
27.587248
86
0.752585
5d1fe02e9186bddb44bc7eadb914f4a531f77507
1,565
asm
Assembly
Transynther/x86/_processed/US/_st_zr_/i7-7700_9_0x48_notsx.log_16_1748.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_st_zr_/i7-7700_9_0x48_notsx.log_16_1748.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_st_zr_/i7-7700_9_0x48_notsx.log_16_1748.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 %r12 push %r13 push %r14 push %r15 push %r8 lea addresses_WT_ht+0x18a7a, %r10 nop nop xor $10570, %r15 movups (%r10), %xmm1 vpextrq $1, %xmm1, %r8 nop cmp $9779, %r14 lea addresses_A_ht+0x12cfa, %r12 nop nop and $17051, %r13 mov (%r12), %r14d cmp $30583, %r10 ...
19.085366
125
0.638978
5cfcd7781325359b826c472354e810afd1d91161
296
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/modf_callee.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/modf_callee.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/modf_callee.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_math32 PUBLIC modf_callee EXTERN cm32_sccz80_modf_callee defc modf_callee = cm32_sccz80_modf_callee IF __CLASSIC ; SDCC bridge for Classic PUBLIC _modf_callee EXTERN cm32_sdcc_modf_callee defc _modf_callee = cm32_sdcc_modf_callee ENDIF
21.142857
49
0.753378
c29ce1f4ac7f5f11bcd726434c8c462f041f7241
1,976
asm
Assembly
programs/oeis/188/A188516.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/188/A188516.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/188/A188516.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A188516: Number of nX2 binary arrays without the pattern 1 1 0 diagonally, vertically or horizontally ; 4,16,49,144,400,1089,2916,7744,20449,53824,141376,370881,972196,2547216,6671889,17472400,45751696,119793025,313644100,821166336,2149898689,5628600576,14736017664,38579637889,101003196100,264430435984,692288897521,1...
282.285714
1,665
0.911437
9ac8c48c7c85f3e7f74415422d24e5be07eab5e9
532
asm
Assembly
oeis/334/A334987.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/334/A334987.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/334/A334987.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A334987: Sum of centered triangular numbers dividing n. ; Submitted by Jamie Morken(s4) ; 1,1,1,5,1,1,1,5,1,11,1,5,1,1,1,5,1,1,20,15,1,1,1,5,1,1,1,5,1,11,32,5,1,1,1,5,1,20,1,15,1,1,1,5,1,47,1,5,1,11,1,5,1,1,1,5,20,1,1,15,1,32,1,69,1,1,1,5,1,11,1,5,1,1,1,24,1,1,1,15,1,1,1,5,86,1,1,5,1,11 add $0,1 mov $1,1 mov $2,$0 m...
19
199
0.545113
b3df2f28651350b1e59cc15be98b536e6e318b8d
322
asm
Assembly
programs/oeis/087/A087863.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/087/A087863.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/087/A087863.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A087863: (n^3+24*n^2+65*n+36)/6. ; 6,21,45,79,124,181,251,335,434,549,681,831,1000,1189,1399,1631,1886,2165,2469,2799,3156,3541,3955,4399,4874,5381,5921,6495,7104,7749,8431,9151,9910,10709,11549,12431,13356,14325,15339,16399,17506,18661,19865 add $0,2 mov $1,19 add $1,$0 bin $0,2 mul $0,$1 mov $1,$0 div $1,3 sub $1,...
26.833333
209
0.698758
cf0f25f007e8407a4831093f872176c9f1ba97aa
220
asm
Assembly
FlaxVM/bin/Debug/Examples/Loop2.asm
DreamVB/FlaxVM
2ebac859e423eada8ec923524c977193d45199d4
[ "Apache-2.0" ]
null
null
null
FlaxVM/bin/Debug/Examples/Loop2.asm
DreamVB/FlaxVM
2ebac859e423eada8ec923524c977193d45199d4
[ "Apache-2.0" ]
null
null
null
FlaxVM/bin/Debug/Examples/Loop2.asm
DreamVB/FlaxVM
2ebac859e423eada8ec923524c977193d45199d4
[ "Apache-2.0" ]
null
null
null
# Print 10 down to 1 PUSH 10 STA A PUSH 1 STA B loop: # Print A value to the console LDA A SYS 3 # Print break line PUSH 10 SYS 4 POP LDA B LDA A DEC STA A LDA A GEQ JT Loop HLT
8.8
32
0.572727
d4c7f15ce419f0f9f3c7bd5de7257c8d77b9bb21
246,116
asm
Assembly
win32/VC10/Win32/libxml2_Release/nanohttp.asm
txwizard/libxml2_x64_and_ARM
bc19a931370a09ee379d641a7c9a862fecebff3b
[ "MIT" ]
null
null
null
win32/VC10/Win32/libxml2_Release/nanohttp.asm
txwizard/libxml2_x64_and_ARM
bc19a931370a09ee379d641a7c9a862fecebff3b
[ "MIT" ]
null
null
null
win32/VC10/Win32/libxml2_Release/nanohttp.asm
txwizard/libxml2_x64_and_ARM
bc19a931370a09ee379d641a7c9a862fecebff3b
[ "MIT" ]
null
null
null
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1 TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\nanohttp.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRT INCLUDELIB OLDNAMES _DATA SEGMENT COMM _forbiddenExp:DWORD ...
23.139902
126
0.606169
6683266e6615098a24c13fa70453bba199e00fca
20,027
asm
Assembly
Firmware/GPSSwitch/GPSSwitch/backup/tx8.asm
weirdgyn/GPSMux
b99444f08405365d3e8418558e18cfb999637b12
[ "Apache-2.0" ]
1
2021-05-24T12:13:55.000Z
2021-05-24T12:13:55.000Z
Firmware/GPSSwitch/GPSSwitch/lib/TX8.asm
weirdgyn/GPSMux
b99444f08405365d3e8418558e18cfb999637b12
[ "Apache-2.0" ]
null
null
null
Firmware/GPSSwitch/GPSSwitch/lib/TX8.asm
weirdgyn/GPSMux
b99444f08405365d3e8418558e18cfb999637b12
[ "Apache-2.0" ]
null
null
null
;;***************************************************************************** ;;***************************************************************************** ;; FILENAME: TX8.asm ;; Version: 3.50, Updated on 2015/3/4 at 22:27:52 ;; Generated by PSoC Designer 5.4.3191 ;; ;; DESCRIPTION: TX8 User Module software i...
29.846498
83
0.587607
dd84e03a0f62f96d3685b52d6aa245906bb67229
1,851
asm
Assembly
programs/oeis/175/A175806.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/175/A175806.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/175/A175806.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A175806: a(n) = 27*2^n. ; 27,54,108,216,432,864,1728,3456,6912,13824,27648,55296,110592,221184,442368,884736,1769472,3538944,7077888,14155776,28311552,56623104,113246208,226492416,452984832,905969664,1811939328,3623878656,7247757312,14495514624,28991029248,57982058496,115964116992,231928233984,463856467968,9277129359...
231.375
1,784
0.927607
122141259d0be8def1fd5e83e8cd8449fab0b92d
12,078
asm
Assembly
Palmtree.Math.Core.Sint/vs_build/x64_Debug/TEST_op_ParseX.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
Palmtree.Math.Core.Sint/vs_build/x64_Debug/TEST_op_ParseX.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
Palmtree.Math.Core.Sint/vs_build/x64_Debug/TEST_op_ParseX.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 include listing.inc INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES _DATA SEGMENT COMM uint_number_zero:QWORD COMM uint_number_one:QWORD _DATA ENDS msvcjmc SEGMENT __7B7A869E_ctype@h DB 01H __457DD326_basetsd@h DB 01H __4384A2D9_corecrt_memcpy_s@...
28.757143
242
0.681901
4249157d330fdf6386bedd00a6db14ad76bc8f3d
26,928
asm
Assembly
Driver/Swap/Disk/disk.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Driver/Swap/Disk/disk.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Driver/Swap/Disk/disk.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Driver/Swap/Disk -- Memory Swapping to Disk FILE: disk.asm AUTHOR: Adam de Boor, Jun 11, 1990 ROUTINES: Name Description ---- ----------- ...
23.936
80
0.569593
f25bd48ff2e2b483f79e1d59cfd7e9fd33b41d32
761
asm
Assembly
programs/oeis/122/A122619.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/122/A122619.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/122/A122619.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A122619: n_{2n}. ; 1,2,3,4,5,6,7,8,9,20,23,26,29,32,35,38,41,44,47,80,85,90,95,100,105,110,115,120,125,180,187,194,201,208,215,222,229,236,243,320,329,338,347,356,365,374,383,392,401,500,511,522,533,544,555,566,577,588,599,720,733,746 mov $2,$0 add $2,1 mov $8,$0 lpb $2,1 mov $0,$8 sub $2,1 sub $0,$2 mov $9,...
16.191489
217
0.500657
a02f98f5c0aea0e00c31174115f8900ecd4091b9
336
asm
Assembly
programs/oeis/101/A101503.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/101/A101503.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/101/A101503.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A101503: Numbers n such that 11*n + 101 is prime. ; 0,6,10,12,16,28,30,40,42,46,52,58,60,66,76,88,90,100,102,108,118,126,130,132,136,138,142,160,168,172,180,192,208,210,216,220,222,228,238,240,250,256,258,268,276,280,282,292,306,310,312,322,328,336,342,346 add $0,3 seq $0,108751 ; Numbers n such that 11*n - 911 is p...
48
206
0.699405
47b78f975e5fbe9793ef53570bb0f5065f78b600
123
asm
Assembly
Tests/yasm-regression/cpubasic.asm
13xforever/x86-assembly-textmate-bundle
f1bb62f77b776d87d0fd85b0276d4237ff72c43c
[ "MIT" ]
69
2015-04-16T18:01:22.000Z
2022-02-15T07:54:26.000Z
regression/arch/x86/cpubasic.asm
path64/assembler
32ade96bc087d3a3e015e03d69fa48c41a7071a6
[ "BSD-2-Clause" ]
17
2016-09-20T08:49:09.000Z
2021-02-19T15:01:04.000Z
regression/arch/x86/cpubasic.asm
path64/assembler
32ade96bc087d3a3e015e03d69fa48c41a7071a6
[ "BSD-2-Clause" ]
19
2016-05-31T07:11:14.000Z
2021-07-19T10:17:12.000Z
; [fail] [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.473684
13
0.634146
acfe126a82c4ed56c97be7e27d7d9b5a06d7db5d
709
asm
Assembly
oeis/186/A186738.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/186/A186738.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/186/A186738.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A186738: a(0)=0, a(1)=0; for n>1, a(n) = a(n-1) + (n-1)*a(n-2) + 1. ; Submitted by Jamie Morken(s1) ; 0,0,1,2,6,15,46,137,460,1557,5698,21269,83948,339177,1430502,6178981,27636512,126500209,596320914,2873324677,14203422044,71669915585,369941778510,1946679921381,10455340827112,57175658940257,318559179618058,1805126312...
41.705882
486
0.782793
abb65fc6420a530a5305bbe817b162f37295abb1
190
asm
Assembly
benchmarks/avrora/scratch/test/stack/call01.asm
AniketSanghi/Velodrome
27778ed623a9864b362d1d2b06a6f84c8c6cc411
[ "BSD-3-Clause" ]
2
2017-09-05T18:21:38.000Z
2018-01-16T07:34:34.000Z
benchmarks/avrora/scratch/test/stack/call01.asm
AniketSanghi/Velodrome
27778ed623a9864b362d1d2b06a6f84c8c6cc411
[ "BSD-3-Clause" ]
null
null
null
benchmarks/avrora/scratch/test/stack/call01.asm
AniketSanghi/Velodrome
27778ed623a9864b362d1d2b06a6f84c8c6cc411
[ "BSD-3-Clause" ]
1
2021-06-03T22:24:13.000Z
2021-06-03T22:24:13.000Z
; test case for call/return behavior. ldi r17, 0b0001 call test ldi r17, 0b0100 call test2 break test: ldi r17, 0b010 ret test2: ldi r18, 0b100 ldi r19, 0b1000 call test ret
10.555556
37
0.694737
d967feca90576606e6e6a26745d2bb9c88c1fadb
6,704
asm
Assembly
srcs/fuzzers/generic.asm
gamozolabs/falkervisor_beta
48e83a56badcf53dba94a5ab224eb37775a2f37d
[ "MIT" ]
69
2018-09-09T01:30:53.000Z
2021-07-27T18:56:39.000Z
srcs/fuzzers/generic.asm
gamozolabs/falkervisor_beta
48e83a56badcf53dba94a5ab224eb37775a2f37d
[ "MIT" ]
null
null
null
srcs/fuzzers/generic.asm
gamozolabs/falkervisor_beta
48e83a56badcf53dba94a5ab224eb37775a2f37d
[ "MIT" ]
15
2018-09-09T05:46:41.000Z
2022-02-16T01:46:38.000Z
[bits 64] %define CRASH_CLASS_NULL 0 ; vec #PF addr [0, 16KB) %define CRASH_CLASS_NEG 1 ; vec #PF addr (-16KB, 0) %define CRASH_CLASS_INVAL 2 ; vec #PF addr [16KB, -16KB) %define CRASH_CLASS_ASCII 3 ; vec #GP %define CRASH_CLASS_OTHER 4 ; vec !(#GP || #PF) ; rax -> VMCB ; rcx <- crash classification based on VMCB ...
16.35122
75
0.691527
e2a9cf46d5fbdca34e24533fdee8984e9b9a3f93
487
asm
Assembly
oeis/125/A125421.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/125/A125421.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/125/A125421.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A125421: Number of base 9 circular n-digit numbers with adjacent digits differing by 7 or less. ; Submitted by Christian Krause ; 1,9,79,681,5987,52649,463087,4073225,35827395,315131721,2771845519,24380686185,214448408099,1886252068073,16591155401263,145933007686601,1283602149301635,11290348248219273,9930800103086561...
23.190476
191
0.724846
814ccfed7208429fc87b17aeb40ce3e72542e991
23,179
asm
Assembly
PORTS/tritone/tri_rr.asm
bushy555/ZX-Spectrum-1-Bit-Routines
4d336dec9d7abc979a97af76d515104a9263f127
[ "BSD-3-Clause" ]
null
null
null
PORTS/tritone/tri_rr.asm
bushy555/ZX-Spectrum-1-Bit-Routines
4d336dec9d7abc979a97af76d515104a9263f127
[ "BSD-3-Clause" ]
null
null
null
PORTS/tritone/tri_rr.asm
bushy555/ZX-Spectrum-1-Bit-Routines
4d336dec9d7abc979a97af76d515104a9263f127
[ "BSD-3-Clause" ]
null
null
null
;Tritone v2 beeper music engine by Shiru (shiru@mail.ru) 03'11 ;Three channels of tone, per-pattern tempo ;One channel of interrupting drums ;Feel free to do whatever you want with the code, it is PD ; ; ; TRITONE Engine ; Song :JOURNEY (found within Z88DK Tritone examples) ; VZ conversion: Sep 19 ; ; Assem...
29.082811
88
0.435955
cdf8ed03b2666b0456e654a7f44d39768f51d630
1,328
asm
Assembly
PRG/levels/Plains/8-2Bonus.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
PRG/levels/Plains/8-2Bonus.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
PRG/levels/Plains/8-2Bonus.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
; Original address was $B6BA .word W802L ; Alternate level layout .word W802O ; Alternate object layout .byte LEVEL1_SIZE_03 | LEVEL1_YSTART_170 .byte LEVEL2_BGPAL_05 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_14 | LEVEL3_VSCROLL_FREE | LEVEL3_PIPENOTEXIT .byte LEVEL4_BGBANK_INDEX(1) | LEVEL4_INI...
60.363636
85
0.533133
b476cf0c9ccf20f355cdab5a36be56a0e407c828
930
asm
Assembly
programs/oeis/010/A010167.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/010/A010167.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/010/A010167.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A010167: Continued fraction for sqrt(96). ; 9,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,3,1,18,1,...
27.352941
563
0.535484
559ed28fc8cd03d3cad981a9763eec8f7269f977
261
asm
Assembly
programs/oeis/136/A136505.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/136/A136505.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/136/A136505.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A136505: a(n) = binomial(2^n + 1, n). ; 1,3,10,84,2380,237336,82598880,99949406400,422825581068000,6318976181520699840,337559127276933693852160,65182103393445184131620004864,45946437874792132748338425828443136 mov $1,2 pow $1,$0 add $1,1 bin $1,$0 mov $0,$1
29
171
0.777778
3a55daba17c7adea5806696643773ea5ed5e1080
1,331
asm
Assembly
libsrc/spectrum/opus/opus_version.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/spectrum/opus/opus_version.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/spectrum/opus/opus_version.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; ; ZX Spectrum OPUS DISCOVERY specific routines ; ; Stefano Bodrato - Jun. 2006 ; ; This routine tries to query the Opus ROM to fetch its version ; It gives a float containg the version, otherwise a float containing zero.. ; ; $Id: opus_version.asm,v 1.6 2017-01-03 01:40:06 aralbrec Exp $ ; SECTION code_clib PU...
18.746479
77
0.670924
a80aeb353631a408906f5b62cba1f4cbb8a829d2
857
asm
Assembly
libsrc/newbrain/nb_open.asm
andydansby/z88dk-mk2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
1
2020-09-15T08:35:49.000Z
2020-09-15T08:35:49.000Z
libsrc/newbrain/nb_open.asm
andydansby/z88dk-MK2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
null
null
null
libsrc/newbrain/nb_open.asm
andydansby/z88dk-MK2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
null
null
null
; ; Grundy Newbrain Specific libraries ; ; Stefano Bodrato - 19/05/2007 ; ; ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; ; int nb_open( int mode, int stream, int device, int port, char *paramstr ); ; ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; ; ; $...
14.525424
77
0.518086
118271283601cc23ac528744d22cdb8fc036d0ab
377
asm
Assembly
scripts/CeladonMart2F.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
scripts/CeladonMart2F.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
scripts/CeladonMart2F.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
CeladonMart2F_Script: jp EnableAutoTextBoxDrawing CeladonMart2F_TextPointers: dw CeladonMart2Clerk1Text dw CeladonMart2Clerk2Text dw CeladonMart2Text3 dw CeladonMart2Text4 dw CeladonMart2Text5 CeladonMart2Text3: text_far _CeladonMart2Text3 text_end CeladonMart2Text4: text_far _CeladonMart2Text4 text_end C...
17.136364
28
0.875332
6bf067fa4e437d68e3455a9e55334402875747d1
682
asm
Assembly
_maps/obj55.asm
NatsumiFox/AMPS-Sonic-1-2005
ac8730799f1b96291358c77a4b64529de94ce8a4
[ "Apache-2.0" ]
2
2020-04-09T19:36:35.000Z
2021-01-05T14:20:17.000Z
_maps/obj55.asm
NatsumiFox/AMPS-Sonic-1-2005
ac8730799f1b96291358c77a4b64529de94ce8a4
[ "Apache-2.0" ]
null
null
null
_maps/obj55.asm
NatsumiFox/AMPS-Sonic-1-2005
ac8730799f1b96291358c77a4b64529de94ce8a4
[ "Apache-2.0" ]
1
2020-06-17T14:16:35.000Z
2020-06-17T14:16:35.000Z
; --------------------------------------------------------------------------- ; Sprite mappings - Basaran enemy (MZ) ; --------------------------------------------------------------------------- dc.w byte_10246-Map_obj55, byte_1024C-Map_obj55 dc.w byte_1025C-Map_obj55, byte_10271-Map_obj55 byte_10246: dc.b 1 dc.b...
31
77
0.423754
5fe06ecdc6b232f91a09e3e12621abb3d435cf69
1,398
asm
Assembly
eurasia/services4/srvinit/devices/sgx/pds_vdmcontextstore.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/pds_vdmcontextstore.asm
zzpianoman/GFX_Linux_DDK
f184ac914561fa100a5c92a488df777de8785f93
[ "FSFAP" ]
null
null
null
eurasia/services4/srvinit/devices/sgx/pds_vdmcontextstore.asm
zzpianoman/GFX_Linux_DDK
f184ac914561fa100a5c92a488df777de8785f93
[ "FSFAP" ]
6
2015-02-05T03:01:01.000Z
2021-07-24T01:07:18.000Z
/***************************************************************************** Name : pds_vdmcontextstore.asm Title : PDS program Author : PowerVR Created : Fri Apr 25 11:46:23 BST 2008 Copyright : 2008-2009 by Imagination Technologies Limited. All rights reserved. No part of this software, either ma...
29.125
80
0.677396
7631ddf773c096f36ab156ad78acd99a0a999706
3,799
asm
Assembly
VideoDump/main.asm
neogeodev/NGAcidTests
73cf5bcda650672872a9fe03a1ab30a650143d6d
[ "Unlicense" ]
6
2016-10-12T17:25:44.000Z
2020-06-01T16:04:07.000Z
VideoDump/main.asm
neogeodev/NGAcidTests
73cf5bcda650672872a9fe03a1ab30a650143d6d
[ "Unlicense" ]
null
null
null
VideoDump/main.asm
neogeodev/NGAcidTests
73cf5bcda650672872a9fe03a1ab30a650143d6d
[ "Unlicense" ]
2
2019-02-08T13:27:56.000Z
2020-04-24T11:03:51.000Z
;NeoGeo CD system ROM video dumper V1 ;furrtek CC BY-NC 2017 cpu 68000 supmode on INCLUDE "regdefs.asm" INCLUDE "ram.asm" INCLUDE "header.asm" INCLUDE "irq.asm" ORG $400 User: Start: lea $10F300,a7 lea $10F300,sp move.b d0,REG_DIPSW ; Watchdoge move.w ...
19.186869
64
0.532509
d345c17dee5c55c10cc97d568996a24185783bed
361
asm
Assembly
oeis/019/A019762.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/019/A019762.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/019/A019762.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A019762: Decimal expansion of 2*e. ; Submitted by Jamie Morken(s4) ; 5,4,3,6,5,6,3,6,5,6,9,1,8,0,9,0,4,7,0,7,2,0,5,7,4,9,4,2,7,0,5,3,2,4,9,9,5,5,1,4,4,9,4,1,8,7,3,9,9,9,1,9,1,4,9,9,3,3,9,3,5,2,5,5,4,4,8,1,5,3,2,6,0,7,0,7,0,9,5,1,8,9,1,4,2,7,6,4,3,5,7,0,5,0,3,3,2,8,5,4 add $0,1 seq $0,11543 ; Decimal expansion of e t...
40.111111
201
0.590028
409bb0cdda4c27258cbffc275db3b7ae4085e1b7
716
asm
Assembly
0x03.asm
SpeedStepper/XchgRaxRax
24c1a47f8da2fab1e4c3ad62136b307c7fa5a6dc
[ "MIT" ]
null
null
null
0x03.asm
SpeedStepper/XchgRaxRax
24c1a47f8da2fab1e4c3ad62136b307c7fa5a6dc
[ "MIT" ]
null
null
null
0x03.asm
SpeedStepper/XchgRaxRax
24c1a47f8da2fab1e4c3ad62136b307c7fa5a6dc
[ "MIT" ]
null
null
null
; This snippet, 0x03, sets rax to the lower value between rax and ; rdx, using the cf flag to check for carry. ; Assemble with $ nasm -felf64 0x03.asm && ld 0x03.o && ./a.out global _start section .text _start: mov rax, 1 ; initialize the rax register mov rdx, 2 ; initialize the rdx register sub rdx, rax...
37.684211
139
0.648045
eacb30148ad07ca4ca6c60a9e8564c55080e6401
1,148
asm
Assembly
examples/timed_stager.asm
redcode-labs/BMJ
158e86e42fdfa39c711461bcfd0542e20ec14593
[ "MIT" ]
63
2022-02-20T14:12:00.000Z
2022-03-29T09:54:58.000Z
examples/timed_stager.asm
redcode-labs/BMJ
158e86e42fdfa39c711461bcfd0542e20ec14593
[ "MIT" ]
null
null
null
examples/timed_stager.asm
redcode-labs/BMJ
158e86e42fdfa39c711461bcfd0542e20ec14593
[ "MIT" ]
4
2022-02-20T18:43:25.000Z
2022-02-24T21:53:32.000Z
BITS 64 %include "bmj.asm" section .text global _start _start: set_ttl 5, MINUTES ; We specify operational time of the payload using a pre-defined time constant ; After this time, current process receives SIGALRM and exits infinite_loop file_download, 20, SECONDS fil...
35.875
121
0.571429