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
1f26a6202ce7871ab01cec979e2e566af2dd0b50
2,292
asm
Assembly
examples/HexConvertor.asm
AbdulrahmanAbumdas/emu8086
b99ea60f5dbf8647f278eef60ed1bd8a174468e5
[ "FSFAP" ]
287
2015-10-01T20:34:49.000Z
2022-03-31T09:19:39.000Z
examples/HexConvertor.asm
BurunluVoldi/emu8086
b99ea60f5dbf8647f278eef60ed1bd8a174468e5
[ "FSFAP" ]
6
2017-06-13T17:22:24.000Z
2021-01-29T23:40:11.000Z
examples/HexConvertor.asm
BurunluVoldi/emu8086
b99ea60f5dbf8647f278eef60ed1bd8a174468e5
[ "FSFAP" ]
239
2015-09-13T09:40:53.000Z
2022-03-29T14:15:16.000Z
; hex convertor. ; this example converts a 2 digit hexadecimal number ; into a numeric value and then into decimal/ascii string representation, ; and finally it prints out the result in binary code. ; to see decimal string: ; 1. click "vars" ; 2. click "result" variable ; 3. enter "3" for the elements and "asci...
17.90625
75
0.657941
4593fb1855c9b87dbefae722afc62007b6b8ad69
334
asm
Assembly
01-macro/hello.asm
gashev/assembly-examples
3e7e5d37af00e6d6202a589ffa36a888edb5be16
[ "Unlicense" ]
1
2021-01-06T01:45:37.000Z
2021-01-06T01:45:37.000Z
01-macro/hello.asm
gashev/assembly-examples
3e7e5d37af00e6d6202a589ffa36a888edb5be16
[ "Unlicense" ]
null
null
null
01-macro/hello.asm
gashev/assembly-examples
3e7e5d37af00e6d6202a589ffa36a888edb5be16
[ "Unlicense" ]
null
null
null
%macro print_string 2 mov eax, 4 mov ebx, 1 mov ecx, %1 mov edx, %2 int 80h %endmacro %macro exit 0 mov eax, 1 mov ebx, 0 int 80h %endmacro SECTION .data hello: db 'Hello world!', 10 len: equ $-hello SECTION .text GLOBAL _start _start: print_string hello,...
13.36
38
0.57485
9a78e01585e5d85da2ee0060dd4bb20e58afcba9
697
asm
Assembly
programs/oeis/080/A080522.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/080/A080522.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/080/A080522.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A080522: Leading diagonal of triangle in A080521. ; 1,3,5,10,22,49,107,228,476,979,1993,4030,8114,16293,32663,65416,130936,261991,524117,1048386,2096942,4194073,8388355,16776940,33554132,67108539,134217377,268435078,536870506,1073741389,2147483183,4294966800,8589934064,17179868623,34359737773,68719476106,137438952806...
38.722222
511
0.810617
c980da17a227187b5ed395c9ff003cbb370ba4b9
7,621
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_455.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_455.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_455.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 %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x31e0, %rax nop add %r13, %r13 mov (%rax), %r10w sub %r15, %r15 lea addresses_normal_ht+0x1a100, %rsi lea addresses_WT_ht+0xf100, %rdi nop nop nop nop cmp %rax, %rax mov $8, %...
34.484163
2,999
0.652933
75c4ba7583c3dfdc0e700a7c22f65701821ff9e8
453
asm
Assembly
programs/oeis/204/A204330.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/204/A204330.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/204/A204330.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A204330: a(n) is the number of k satisfying 1 <= k <= n and such that floor(sqrt(k)) divides k. ; 1,2,3,4,4,5,5,6,7,7,7,8,8,8,9,10,10,10,10,11,11,11,11,12,13,13,13,13,13,14,14,14,14,14,15,16,16,16,16,16,16,17,17,17,17,17,17,18,19,19,19,19,19,19,19,20,20,20,20,20,20,20,21,22,22,22,22,22,22,22 mov $2,$0 add $2,1 mov $...
26.647059
196
0.591611
0146fab1177e0dbac80e254efeb769b1a6649749
13,140
asm
Assembly
libtool/src/gmp-6.1.2/mpn/x86/pentium4/sse2/divrem_1.asm
kroggen/aergo
05af317eaa1b62b21dc0144ef74a9e7acb14fb87
[ "MIT" ]
1,602
2015-01-06T11:26:31.000Z
2022-03-30T06:17:21.000Z
libtool/src/gmp-6.1.2/mpn/x86/pentium4/sse2/divrem_1.asm
kroggen/aergo
05af317eaa1b62b21dc0144ef74a9e7acb14fb87
[ "MIT" ]
11,789
2015-01-05T04:50:15.000Z
2022-03-31T23:39:19.000Z
libtool/src/gmp-6.1.2/mpn/x86/pentium4/sse2/divrem_1.asm
kroggen/aergo
05af317eaa1b62b21dc0144ef74a9e7acb14fb87
[ "MIT" ]
498
2015-01-08T18:58:18.000Z
2022-03-20T15:37:45.000Z
dnl Intel Pentium-4 mpn_divrem_1 -- mpn by limb division. dnl Copyright 1999-2004 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of either: dnl dnl * the GNU Lesser General Pu...
20.340557
79
0.648706
65e9f49bba9db5594d5df1ad8ebe1804f103adac
216
asm
Assembly
data/pokemon/dex_entries/wigglytuff.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
data/pokemon/dex_entries/wigglytuff.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
data/pokemon/dex_entries/wigglytuff.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
db "BALLOON@" ; species name dw 303, 260 ; height, weight db "The rich, fluffy" next "fur that covers" next "its body feels so" page "good that anyone" next "who feels it can't" next "stop touching it.@"
19.636364
29
0.666667
86070c16df76b1bf56bd2e6434f51b0543e27863
5,725
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1354.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-7700_9_0xca_notsx.log_21829_1354.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-7700_9_0xca_notsx.log_21829_1354.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 %r15 push %rbx lea addresses_D_ht+0x2e07, %r15 nop nop nop nop and %r12, %r12 vmovups (%r15), %ymm4 vextracti128 $1, %ymm4, %xmm4 vpextrq $1, %xmm4, %rbx nop nop nop nop nop xor %r12, %r12 pop %rbx pop %r15 pop %r12 ret .global s_faulty_load s_faulty_load...
35.78125
2,999
0.657467
f023fac7de394d928bd3d9114241a83724ad1cfd
466
asm
Assembly
oeis/134/A134986.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/134/A134986.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/134/A134986.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A134986: a(n) = smallest integer m not equal to n such that n = (floor(n^2/m) + m)/2. ; 2,3,2,3,4,5,5,6,7,8,9,10,10,11,12,13,14,15,16,17,17,18,19,20,21,22,23,24,25,26,26,27,28,29,30,31,32,33,34,35,36,37,37,38,39,40,41,42,43,44,45,46,47,48,49,50,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,65,66,67,68,69,70,71,72,7...
35.846154
290
0.61588
f53e73ad0b3107a3a13107e35fc36ef1c48002a6
636
asm
Assembly
cards/bn5/ModCards/136-A008 Billy.asm
RockmanEXEZone/MMBN-Mod-Card-Kit
d591ddca5566dbb323dc19c11e69410fa4073d1b
[ "Unlicense" ]
10
2017-12-05T14:25:38.000Z
2022-02-21T04:28:00.000Z
cards/bn5/ModCards/136-A008 Billy.asm
RockmanEXEZone/MMBN-Mod-Card-Kit
d591ddca5566dbb323dc19c11e69410fa4073d1b
[ "Unlicense" ]
null
null
null
cards/bn5/ModCards/136-A008 Billy.asm
RockmanEXEZone/MMBN-Mod-Card-Kit
d591ddca5566dbb323dc19c11e69410fa4073d1b
[ "Unlicense" ]
null
null
null
.include "defaults_mod.asm" table_file_jp equ "exe5-utf8.tbl" table_file_en equ "bn5-utf8.tbl" game_code_len equ 3 game_code equ 0x4252424A // BRBJ game_code_2 equ 0x42524245 // BRBE game_code_3 equ 0x42524250 // BRBP card_type equ 1 card_id equ 8 card_no equ "008" card_sub equ "Mod Card 008" card_sub_x ...
23.555556
35
0.767296
fb03861e1cf3fea108c2beb1deba0a14d40b7b55
1,100
asm
Assembly
Bootloader/Pure64/src/init/pic.asm
gbaliarda/TP_ARQUI
1c4f29807eb3e0eb5ea792c5dc3ea9e277046381
[ "BSD-3-Clause" ]
null
null
null
Bootloader/Pure64/src/init/pic.asm
gbaliarda/TP_ARQUI
1c4f29807eb3e0eb5ea792c5dc3ea9e277046381
[ "BSD-3-Clause" ]
null
null
null
Bootloader/Pure64/src/init/pic.asm
gbaliarda/TP_ARQUI
1c4f29807eb3e0eb5ea792c5dc3ea9e277046381
[ "BSD-3-Clause" ]
1
2022-03-08T15:31:23.000Z
2022-03-08T15:31:23.000Z
; ============================================================================= ; Pure64 -- a 64-bit OS loader written in Assembly for x86-64 systems ; Copyright (C) 2008-2014 Return Infinity -- see LICENSE.TXT ; ; INIT PIC ; ============================================================================= init_p...
26.829268
80
0.510909
f3fe6e3b57b0f5237b0305bb56348d89be9a2a4a
625
asm
Assembly
oeis/006/A006659.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/006/A006659.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/006/A006659.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A006659: Closed meander systems of order n+1 with n components. ; 2,12,56,240,990,4004,16016,63648,251940,994840,3922512,15452320,60843510,239519700,942871200,3711935040,14615744220,57562286760,226760523600,893550621600,3522078700140,13887053160552,54771314563296,216086506731200,852769964064200,3366382947795504,13292...
62.5
499
0.8656
1b87f86f0ac9b8a73b80ac0a9800ec294e5526f4
12,402
asm
Assembly
bahamut/source/menu-large.asm
higan-emu/bahamut-lagoon-translation-kit
6f08de5b92b597c0b9ecebd485cc975b99acfc13
[ "0BSD" ]
2
2021-08-15T04:10:10.000Z
2021-08-15T20:14:13.000Z
bahamut/source/menu-large.asm
higan-emu/bahamut-lagoon-translation-kit
6f08de5b92b597c0b9ecebd485cc975b99acfc13
[ "0BSD" ]
1
2022-02-16T02:46:39.000Z
2022-02-16T04:30:29.000Z
bahamut/source/menu-large.asm
higan-emu/bahamut-lagoon-translation-kit
6f08de5b92b597c0b9ecebd485cc975b99acfc13
[ "0BSD" ]
1
2021-12-25T11:34:57.000Z
2021-12-25T11:34:57.000Z
namespace menu { seek(codeCursor) namespace largeText { enqueue pc seek($ee53fc); jsl description; jmp $5409 //descriptions seek($ee5532); jsl chapterName; jmp $553f //chapter names seek($ee51f2); jsl main; nop #15 //text renderer for both description types seek($ee540b); jsl test; nop #2 ...
34.642458
106
0.633527
42a26750ed2cd1fa154f64a6e672f98d88febc6e
193
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dsize.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dsize.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dsize.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_fp_math48 PUBLIC am48_dsize am48_dsize: ; size of double in memory ; ; exit : bc = size of double in bytes ; ; uses : bc ld bc,6 ret
11.352941
40
0.632124
54fcc4faa1f60472092baf0fe8076a7908fe2da2
3,199
asm
Assembly
programs/oeis/027/A027622.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/027/A027622.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/027/A027622.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A027622: a(n) = n + (n+1)^2 + (n+2)^3 + (n+3)^4 + (n+4)^5. ; 1114,3413,8476,18247,35414,63529,107128,171851,264562,393469,568244,800143,1102126,1488977,1977424,2586259,3336458,4251301,5356492,6680279,8253574,10110073,12286376,14822107,17760034,21146189,25029988,29464351,34505822,40214689,46655104,53895203,62007226,71...
106.633333
2,866
0.865896
81faa8ec954ee7dc0a0cd842a88ac92e2ac2738a
8,722
asm
Assembly
rom/example/joypad.asm
novoru/GBR
2d4a2c2c5740e0b6064a86d5aea29829c2ea9f3b
[ "MIT" ]
null
null
null
rom/example/joypad.asm
novoru/GBR
2d4a2c2c5740e0b6064a86d5aea29829c2ea9f3b
[ "MIT" ]
null
null
null
rom/example/joypad.asm
novoru/GBR
2d4a2c2c5740e0b6064a86d5aea29829c2ea9f3b
[ "MIT" ]
null
null
null
; ----------------------------------------------------------------------------- ; Example: Reading joypad state ; ----------------------------------------------------------------------------- ; Font comes from ZX Spectrum - https://en.wikipedia.org/wiki/ZX_Spectrum_character_set ; More examples by tmk @ https://github....
26.672783
128
0.527402
98473443405ab5b03ed84a0962706ef3b6b64c24
291
asm
Assembly
programs/oeis/163/A163581.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/163/A163581.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/163/A163581.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A163581: Number of zeros of sin(x) in integer intervals starting with (0,1). ; 0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0 mod $0,22 sub $0,1 mod $0,3 mov $1,$0 div $1,2
32.333333
163
0.56701
5cc67c8a050b60c5dbca4ad2daa4c19d51c42c71
5,899
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_278.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_278.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_278.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 %r14 push %r15 push %r9 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1a9c6, %r14 nop nop inc %rax movl $0x61626364, (%r14) cmp %rdx, %rdx lea addresses_normal_ht+0x1b77e, %r15 nop nop xor $18023, %rdx mov (%r15), %cx nop nop lfence l...
38.555556
2,999
0.658586
ba83ee5641c830acb9bec69fbb6a7003d2b771d5
8,282
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_389.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_389.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_389.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 %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xb72a, %rsi lea addresses_WT_ht+0x1c056, %rdi nop nop nop sub %rax, %rax mov $114, %rcx rep movsb nop nop nop nop nop sub %rdx, %rdx lea addresses_D_ht+0x1a6a, %rax nop nop n...
32.996016
2,999
0.653948
e17e2961fd3d03b80b474ad8eca6c6d1f067248b
2,075
asm
Assembly
programs/oeis/051/A051437.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/051/A051437.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/051/A051437.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A051437: Number of undirected walks of length n+1 on an oriented triangle, visiting n+2 vertices, with n "corners"; the symmetry group is C3. Walks are not self-avoiding. ; 1,3,4,10,16,36,64,136,256,528,1024,2080,4096,8256,16384,32896,65536,131328,262144,524800,1048576,2098176,4194304,8390656,16777216,33558528,671088...
98.809524
1,642
0.879518
0410efba974f26636d9009f25fd19600bdcf0fff
383
asm
Assembly
oeis/053/A053186.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/053/A053186.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/053/A053186.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A053186: Square excess of n: difference between n and largest square <= n. ; Submitted by Simon Strandgaard ; 0,0,1,2,0,1,2,3,4,0,1,2,3,4,5,6,0,1,2,3,4,5,6,7,8,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,11,12,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,0,1,2,3,4,5,6,7,8,9,10,11,12,1...
38.3
226
0.603133
9b67cc724bfa74f9d669df8fdeff857aa75955c1
579
asm
Assembly
libsrc/psg/msx/set_psg_callee.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/psg/msx/set_psg_callee.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/psg/msx/set_psg_callee.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; ; MSX specific routines ; by Stefano Bodrato, December 2007 ; ; int msx_sound(int reg, int val); ; ; Play a sound by PSG ; ; ; $Id: set_psg_callee.asm,v 1.5 2016-06-10 21:13:58 dom Exp $ ; SECTION code_clib PUBLIC set_psg_callee PUBLIC _set_psg_callee EXTERN msxbios PUBLIC ASMDISP_SET_PSG_CALLEE ...
13.785714
61
0.692573
dd46052da29530c867c01b02b62caffb15f490d4
483
asm
Assembly
programs/oeis/081/A081738.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/081/A081738.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/081/A081738.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A081738: Sum_{ 2 <= p <= n, p prime } p^2. ; 0,4,13,13,38,38,87,87,87,87,208,208,377,377,377,377,666,666,1027,1027,1027,1027,1556,1556,1556,1556,1556,1556,2397,2397,3358,3358,3358,3358,3358,3358,4727,4727,4727,4727,6408,6408,8257,8257,8257,8257,10466,10466 mov $2,$0 mov $4,$0 lpb $2 mov $0,$4 sub $2,1 sub $0,$...
25.421053
213
0.637681
c057e826dcc32b483f8be31b3fbdb56c6c9e5184
705
asm
Assembly
MDPL/lab03/asm lab 3/lab1.asm
3xlerman/labsbonch
5255bb62e3cd8d707e38d7ffc0e7ef99f764773b
[ "MIT" ]
3
2020-04-27T11:49:34.000Z
2020-04-30T10:27:58.000Z
MDPL/lab03/asm lab 3/lab1.asm
3xlerman/labsbonch
5255bb62e3cd8d707e38d7ffc0e7ef99f764773b
[ "MIT" ]
null
null
null
MDPL/lab03/asm lab 3/lab1.asm
3xlerman/labsbonch
5255bb62e3cd8d707e38d7ffc0e7ef99f764773b
[ "MIT" ]
null
null
null
; Assemble: nasm -f elf64 -l lab1.lst lab1.asm ; Link: gcc -m64 -o lab1 lab1.o ; Run: ./lab1 global main extern printf extern exit section .data test: db 1010101b msg: db 'Hello World!',0Dh,0Ah,0 frm: db '%s',0 frm2: db 'summa = %lld',0x0D,0Ah,0 var1: dq 1234 var2: dq 9...
16.785714
49
0.476596
f5ad27e738c736f2ef70a6ad90a9a158aadd217f
595
asm
Assembly
oeis/016/A016197.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/016/A016197.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/016/A016197.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A016197: a(n) = 12^n - 11^n. ; Submitted by Jon Maiga ; 0,1,23,397,6095,87781,1214423,16344637,215622815,2801832661,35979939623,457696700077,5777672071535,72470493235141,904168630965623,11229773405170717,138934529031464255,1713164078241143221,21063415967393012423,258320908922208380557,3161009997514915112975,386048699...
54.090909
477
0.862185
2327647d1c5c1044ba60ff4d6b94b7222e9b4628
7,452
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_973.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_973.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_973.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 %r14 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x261f, %r14 nop nop nop inc %rax mov $0x6162636465666768, %r8 movq %r8, (%r14) nop nop nop nop add $29589, %r9 lea addresses_D_ht+0xf5b7, %rsi lea addresses_D_ht+0x19e2f, %...
37.447236
2,999
0.656334
6b528ae50f498feffb1e0e82aa58e3b3b060d005
421
asm
Assembly
programs/oeis/048/A048775.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/048/A048775.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/048/A048775.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A048775: Number of (partially defined) monotone maps from intervals of 1..n to 1..n. ; 1,7,31,121,456,1709,6427,24301,92368,352705,1352066,5200287,20058286,77558745,300540179,1166803093,4537567632,17672631881,68923264390,269128937199,1052049481838,4116715363777,16123801841526,63205303218851,247959266474026,9734697128...
35.083333
255
0.786223
0bbb9bdd2cbc5cb8b63c6794f00721d0b69fc86b
1,122
asm
Assembly
sdlib/sys/x64/save_regs.asm
dhasenan/SDC
5e373ac5e762c1992fcb575e8769e8de4c329e15
[ "MIT" ]
79
2015-08-28T18:48:02.000Z
2021-02-03T12:02:05.000Z
sdlib/sys/x64/save_regs.asm
dhasenan/SDC
5e373ac5e762c1992fcb575e8769e8de4c329e15
[ "MIT" ]
63
2015-08-23T16:19:38.000Z
2021-02-15T18:29:42.000Z
sdlib/sys/x64/save_regs.asm
dhasenan/SDC
5e373ac5e762c1992fcb575e8769e8de4c329e15
[ "MIT" ]
29
2015-08-23T05:38:10.000Z
2021-02-26T01:32:34.000Z
global __sdgc_push_registers section .text __sdgc_push_registers: ; We could actually make things faster by not pushing the base and stack pointers ; but this is not performance critical and need to be rock solid. ; For some reason, clang seems to use rbp, but gcc rbx (?) so we will do it ; the clang way and push rbx ...
38.689655
88
0.742424
0018697c216f2e2051b61f04bfd20b87797e8b46
1,817
asm
Assembly
programs/oeis/158/A158586.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/158/A158586.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/158/A158586.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A158586: a(n) = 34*n^2 + 1. ; 1,35,137,307,545,851,1225,1667,2177,2755,3401,4115,4897,5747,6665,7651,8705,9827,11017,12275,13601,14995,16457,17987,19585,21251,22985,24787,26657,28595,30601,32675,34817,37027,39305,41651,44065,46547,49097,51715,54401,57155,59977,62867,65825,68851,71945,75107,78337,81635,85001,88435,919...
227.125
1,747
0.842598
0770dff6a13378eb8b437f4c5ff6fd2b8e982b07
8,426
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_21829_1988.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_21829_1988.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_21829_1988.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 %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x16a30, %rbp nop nop nop nop nop sub %r8, %r8 movw $0x6162, (%rbp) nop nop nop nop and %rbx, %rbx lea addresses_D_ht+0xcdc8, %rsi lea addresses_WT_ht+0x1367f, %rdi nop nop nop...
32.038023
2,999
0.656421
822ced45b711ae0390684a99158ec2acb766977d
2,252
asm
Assembly
device/vga.asm
Qiu-Weidong/Qiux
2a6b6f290ed732d305d0635ae15b401243ab2e1f
[ "MIT" ]
null
null
null
device/vga.asm
Qiu-Weidong/Qiux
2a6b6f290ed732d305d0635ae15b401243ab2e1f
[ "MIT" ]
null
null
null
device/vga.asm
Qiu-Weidong/Qiux
2a6b6f290ed732d305d0635ae15b401243ab2e1f
[ "MIT" ]
null
null
null
; vga相关控制函数 ; 端口定义 CRTC_ADDR_REG equ 0x3D4 ;/* CRT Controller Registers - Addr Register */ CRTC_DATA_REG equ 0x3D5 ;/* CRT Controller Registers - Data Register */ START_ADDR_H equ 0xC ;/* reg index of video mem start addr (MSB) */ START_ADDR_L equ 0xD ;/* reg index of video mem start addr (LSB) */ CURSOR_H ...
19.929204
73
0.615009
141491415f0987dbd0d12065ba00eb6f33a58aa8
1,243
asm
Assembly
reference_asm/menu_choose_name.asm
tashiww/maten_tools
efaf43958639edfdcd342615f4c23ccba35d80ce
[ "MIT" ]
1
2021-05-14T19:14:38.000Z
2021-05-14T19:14:38.000Z
reference_asm/menu_choose_name.asm
tashiww/maten_tools
efaf43958639edfdcd342615f4c23ccba35d80ce
[ "MIT" ]
null
null
null
reference_asm/menu_choose_name.asm
tashiww/maten_tools
efaf43958639edfdcd342615f4c23ccba35d80ce
[ "MIT" ]
null
null
null
; ######################################################################################## ; # Generated by the active disassembly feature of the Exodus emulation platform ; # ; # Creation Date: 2021-1-2 18:25:04 ; # Analysis Region: 0x00003F88 - 0x0000403C ; ##########################################################...
16.797297
90
0.533387
c8d11b484ea583a57a4934f904de8a732c16ed50
640
asm
Assembly
payloads/x64/src/single/calc_hash.asm
kurobeats/MS17-010
0d825a929df917b370995bbbb4a04a41700797e0
[ "Apache-2.0" ]
2
2017-06-07T03:17:58.000Z
2021-06-09T00:39:11.000Z
payloads/x64/src/single/calc_hash.asm
jeperez/MS17-010
641afc89e7bd16b6ba10b03d5f3da188bff95345
[ "Apache-2.0" ]
null
null
null
payloads/x64/src/single/calc_hash.asm
jeperez/MS17-010
641afc89e7bd16b6ba10b03d5f3da188bff95345
[ "Apache-2.0" ]
6
2017-07-22T13:21:38.000Z
2021-03-06T20:40:29.000Z
; ; Windows x64 Calculate Hash ; ; Arguments: RSI = string to hash ; Clobbers: RAX, RSI, r9 ; Return: r9d = hash ; calc_hash: xor r9, r9 _calc_hash_loop: xor eax, eax lodsb ; Read in the next byte of the ASCII function name ror r9d, 13 ; Rotate right o...
25.6
90
0.553125
6b4c3b69aeb4a2a2ecbb84697610bb1cbca62511
1,029
asm
Assembly
libsrc/_DEVELOPMENT/math/integer/z80_zxn/l_z80_zxn_mulu_16_16x16.asm
Toysoft/z88dk
f930bef9ac4feeec91a07303b79ddd9071131a24
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/integer/z80_zxn/l_z80_zxn_mulu_16_16x16.asm
Toysoft/z88dk
f930bef9ac4feeec91a07303b79ddd9071131a24
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/integer/z80_zxn/l_z80_zxn_mulu_16_16x16.asm
Toysoft/z88dk
f930bef9ac4feeec91a07303b79ddd9071131a24
[ "ClArtistic" ]
1
2019-12-03T23:28:20.000Z
2019-12-03T23:28:20.000Z
; 2017 dom / feilipu ; 2017 aralbrec - slightly faster INCLUDE "config_private.inc" SECTION code_clib SECTION code_math PUBLIC l_z80_zxn_mulu_16_16x16 l_z80_zxn_mulu_16_16x16: ; multiplication of two 16-bit numbers into a 16-bit product ; ; enter : de = 16-bit multiplicand ; hl = 16-bit multipl...
23.386364
63
0.440233
547188dd0724dc620bf90cf6bd66f39eb76d5238
3,120
asm
Assembly
dino/lcs/123p/B2.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
6
2020-10-14T15:29:10.000Z
2022-02-12T18:58:54.000Z
dino/lcs/123p/B2.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
dino/lcs/123p/B2.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
1
2020-12-17T08:59:10.000Z
2020-12-17T08:59:10.000Z
copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 004D94 move.l D1, (A1)+ 004D96 dbra D0, $4d94 01075A move.b D0, ($b2,A3) 01075E move.b ($5e,A2), ($e9,A3) 0116A8 move.b D0, ($b2,A3) 0116AC move.b ($5e,A2), ($e9,A3) 011DC0 move.b D0, ($b2,A...
50.322581
350
0.624679
a3cf81c7e1ba7108e7f2d21b4701199ecf28021a
10,797
asm
Assembly
unused/develop/obj/spritesheet_12_tiles.asm
pau-tomas/gbvm
c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b
[ "MIT" ]
33
2020-12-27T11:53:23.000Z
2022-02-19T23:05:12.000Z
unused/develop/obj/spritesheet_12_tiles.asm
pau-tomas/gbvm
c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b
[ "MIT" ]
2
2020-12-10T16:53:53.000Z
2022-01-31T21:42:01.000Z
unused/develop/obj/spritesheet_12_tiles.asm
pau-tomas/gbvm
c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b
[ "MIT" ]
6
2021-04-18T08:09:16.000Z
2022-01-31T21:52:24.000Z
;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 4.1.4 #12246 (Mac OS X x86_64) ;-------------------------------------------------------- .module spritesheet_12_tiles .optsdcc -mgbz80 ;------------------------------------------------------...
18.176768
57
0.468927
ae4ee343a448a15fcd8dfa0cb69d256c66e92e81
254
asm
Assembly
russian/russian.asm
AbderrhmanAbdellatif/SysPro
fa6ee66a63a62043c5d114bf80efec397fb1a13c
[ "MIT" ]
null
null
null
russian/russian.asm
AbderrhmanAbdellatif/SysPro
fa6ee66a63a62043c5d114bf80efec397fb1a13c
[ "MIT" ]
null
null
null
russian/russian.asm
AbderrhmanAbdellatif/SysPro
fa6ee66a63a62043c5d114bf80efec397fb1a13c
[ "MIT" ]
null
null
null
segment .text global russian russian: push ebp mov ebp,esp mov ecx,[ebp+8] mov edx,[ebp+12] xor eax,eax next: shr ecx,1 jnc even add eax,edx even: shl edx,1 cmp ecx,0 jne next pop ebp ret
11.545455
21
0.543307
061e19ccff4f1970391c11f1bac3ffde542404f4
1,591
asm
Assembly
programs/oeis/055/A055015.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/055/A055015.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/055/A055015.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A055015: Sum of 6th powers of digits of n. ; 0,1,64,729,4096,15625,46656,117649,262144,531441,1,2,65,730,4097,15626,46657,117650,262145,531442,64,65,128,793,4160,15689,46720,117713,262208,531505,729,730,793,1458,4825,16354,47385,118378,262873,532170,4096,4097,4160,4825,8192,19721,50752,121745,266240,535537,15625,1562...
144.636364
1,472
0.809554
807f55aed6b4a6595b79901a8d24545841c8d4d1
1,070
asm
Assembly
dos/test_add_sub.asm
spaceflint7/daedgaem
8f54b1c2daa91661bd42d29e6e875b06581f1496
[ "MIT" ]
null
null
null
dos/test_add_sub.asm
spaceflint7/daedgaem
8f54b1c2daa91661bd42d29e6e875b06581f1496
[ "MIT" ]
null
null
null
dos/test_add_sub.asm
spaceflint7/daedgaem
8f54b1c2daa91661bd42d29e6e875b06581f1496
[ "MIT" ]
null
null
null
bits 16 org 100h ; ; TEST ADD AND SUB ; mov si, 0 L1: mov di, 0 L2: mov bx, si clc ;add bx, di sub bx, di pushf mov dx, bx lea bp, STRING call N2H pop dx and dx, 07FFFh add bp, 6 call N2H mov dx, si add bp, 8 call N2H mov dx...
12.738095
38
0.484112
baceaaf882ba014353500603e761c5c5ab3f45fe
701
asm
Assembly
oeis/216/A216688.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/216/A216688.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/216/A216688.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A216688: E.g.f. exp( x * exp(x^2) ). ; Submitted by Simon Strandgaard ; 1,1,1,7,25,121,841,4831,40657,325585,2913841,29910871,301088041,3532945417,41595396025,531109561711,7197739614241,100211165640481,1507837436365537,23123578483200295,376697477235716281,6348741961892933401,111057167658053740201,20322300517175940327...
36.894737
479
0.797432
0b8271639ebf808118ed5c8ecd38a4c1be3b5d12
1,610
asm
Assembly
src/messages.asm
remy/next-http
61c4d3139178f375e61d703671c1a7533725b8c2
[ "MIT" ]
14
2021-04-09T18:45:38.000Z
2022-02-27T15:58:52.000Z
src/messages.asm
remy/next-http
61c4d3139178f375e61d703671c1a7533725b8c2
[ "MIT" ]
2
2021-05-19T18:44:15.000Z
2022-02-27T16:37:09.000Z
src/messages.asm
remy/next-httpbank
61c4d3139178f375e61d703671c1a7533725b8c2
[ "MIT" ]
3
2021-04-11T23:56:32.000Z
2022-02-27T15:49:17.000Z
MODULE Err ESPTimeout DC "1 WiFi/server timeout" hostConnect DC "2 Failed to connect to host" errorConnect DC "3 Cannot open TCP connection" badOption DC "4 Unknown command option" varNotFound DC "5 NextBASIC variable not found" wifiInit DC "6 WiFi chip init failed" tcpSend1 DC "7 HTTP send post fail" tcpSend2 DC "8 H...
31.568627
50
0.683851
04ba18baf77b8b3dd6258e3e2fced10e88f3fe4c
8,117
asm
Assembly
parse/parse_fn.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
28
2015-02-03T01:38:24.000Z
2022-03-23T05:48:24.000Z
parse/parse_fn.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
20
2015-01-02T14:51:20.000Z
2021-01-09T21:37:19.000Z
parse/parse_fn.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
9
2015-02-11T17:43:56.000Z
2019-09-05T11:07:02.000Z
TITLE PARSE_FN - Copyright (c) SLR Systems 1994 INCLUDE MACROS INCLUDE IO_STRUC PUBLIC PARSE_FILENAME ; PUBLIC FNTBL .DATA externdef FNTBL:byte .CODE FILEPARSE_TEXT externdef _parse_filename:proc externdef _force_path:proc PARSE_FILENAME PROC push EAX call _parse_filename add ESP,4 ret ...
23.191429
82
0.682025
0fd391ce91e63ea2a243c5965d06f23d5ed611af
998
asm
Assembly
maps/GuideGentsHouse.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
maps/GuideGentsHouse.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
maps/GuideGentsHouse.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
object_const_def ; object_event constants const GUIDEGENTSHOUSE_GRAMPS GuideGentsHouse_MapScripts: db 0 ; scene scripts db 0 ; callbacks GuideGentsHouseGuideGent: jumptextfaceplayer GuideGentsHouseGuideGentText GuideGentsHouseBookshelf: jumpstd magazinebookshelf GuideGentsHouseGuideGentText: text "When I wa...
23.209302
172
0.770541
4065438af06ef0274c03f00aead00acc6102c273
422
asm
Assembly
programs/oeis/266/A266178.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/266/A266178.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/266/A266178.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A266178: Triangle read by rows giving successive states of cellular automaton generated by "Rule 6" initiated with a single ON (black) cell. ; 1,1,1,0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0...
35.166667
201
0.592417
dc31cf0acddf57631f86846b4f81675b28216cae
8,145
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_99.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.log_21829_99.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.log_21829_99.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 %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x9199, %rsi lea addresses_normal_ht+0x285, %rdi nop add %r11, %r11 mov $71, %rcx rep movsw nop nop nop nop nop add $59844, %r8 lea addresses_A_ht+0x7c85, %r10 nop nop nop nop ...
32.842742
2,999
0.657581
321c8f4497b9ed57370856ebc80db97cc3beb547
8,159
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_594.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_594.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_594.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 %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0xa4eb, %rsi lea addresses_normal_ht+0x182eb, %rdi nop nop nop nop nop cmp $32554, %r11 mov $41, %rcx rep movsl nop add %rcx, %rcx lea addresses_UC_ht+0x1b06b, %r8 nop nop nop no...
31.747082
2,999
0.657066
d1da69169173120b3c05a6aee20d3f6e9c7b02dd
678
asm
Assembly
oeis/306/A306927.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/306/A306927.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/306/A306927.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A306927: a(n) = A001615(n) - n. ; Submitted by Jon Maiga ; 0,1,1,2,1,6,1,4,3,8,1,12,1,10,9,8,1,18,1,16,11,14,1,24,5,16,9,20,1,42,1,16,15,20,13,36,1,22,17,32,1,54,1,28,27,26,1,48,7,40,21,32,1,54,17,40,23,32,1,84,1,34,33,32,19,78,1,40,27,74,1,72,1,40,45,44,19,90,1,64,27,44,1,108,23,46,33,56,1,126,21,52,35,50,25,96,1,70...
18.833333
267
0.514749
c0be714ffb2d61e1c29200812f02b6f473e7ab82
9,737
asm
Assembly
third_party/silabs/gecko_sdk_suite/v1.0/util/third_party/micrium/uCOS-III/uCOS-III/Ports/ARM-Cortex-M3/Generic/IAR/os_cpu_a.asm
syin2/openthread
a9f42768ec221380f42bfd311bc68e784b2163a6
[ "BSD-3-Clause" ]
1
2018-12-31T08:12:49.000Z
2018-12-31T08:12:49.000Z
third_party/silabs/gecko_sdk_suite/v1.0/util/third_party/micrium/uCOS-III/uCOS-III/Ports/ARM-Cortex-M3/Generic/IAR/os_cpu_a.asm
syin2/openthread
a9f42768ec221380f42bfd311bc68e784b2163a6
[ "BSD-3-Clause" ]
null
null
null
third_party/silabs/gecko_sdk_suite/v1.0/util/third_party/micrium/uCOS-III/uCOS-III/Ports/ARM-Cortex-M3/Generic/IAR/os_cpu_a.asm
syin2/openthread
a9f42768ec221380f42bfd311bc68e784b2163a6
[ "BSD-3-Clause" ]
null
null
null
; ;******************************************************************************************************** ; uC/OS-III ; The Real-Time Kernel ; ; ; (c) Copyright 2009-2016; Micrium, Inc.; Weston, FL ...
52.069519
122
0.399199
f004a82e4e6e8653805a3c78211f83cad81ace1c
163
asm
Assembly
C/Mips(Assembly)_C/Lab3/lab3_1a.asm
paulolima18/ProgrammingMesh
2b91085fa5010e73a3bc1f3d9f02c20ce46eb8df
[ "MIT" ]
3
2021-02-15T11:36:52.000Z
2021-06-27T14:21:01.000Z
C/Mips(Assembly)_C/Lab3/lab3_1a.asm
paulolima18/ProgrammingMesh
2b91085fa5010e73a3bc1f3d9f02c20ce46eb8df
[ "MIT" ]
null
null
null
C/Mips(Assembly)_C/Lab3/lab3_1a.asm
paulolima18/ProgrammingMesh
2b91085fa5010e73a3bc1f3d9f02c20ce46eb8df
[ "MIT" ]
null
null
null
.data end1: .word 0xffff0010 .text main: la $s0,end1 lw $s0,0($s0) li $s1,256 reset: li $t1,1 loop: beq $t1,$s1,reset sw $t1,0($s0) sll $t1,$t1,1 j loop
9.588235
22
0.601227
dd060b8ef98df7a9bd4fc975646e13dbf9cfa592
140
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/fmod_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/fmod_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/fmod_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_fp_math48 PUBLIC _fmod_callee EXTERN cm48_sdccix_fmod_callee defc _fmod_callee = cm48_sdccix_fmod_callee
14
43
0.878571
d4db16cb2d19af7f535c8e1d9c8d2c0e1ba751bb
16,727
asm
Assembly
sources/ippcp/asm_ia32/pcpsha256w7as.asm
ymarkovitch/ipp-crypto
ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8
[ "Apache-2.0" ]
null
null
null
sources/ippcp/asm_ia32/pcpsha256w7as.asm
ymarkovitch/ipp-crypto
ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8
[ "Apache-2.0" ]
null
null
null
sources/ippcp/asm_ia32/pcpsha256w7as.asm
ymarkovitch/ipp-crypto
ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8
[ "Apache-2.0" ]
null
null
null
;=============================================================================== ; Copyright 2014-2019 Intel Corporation ; All Rights Reserved. ; ; If this software was obtained under the Intel Simplified Software License, ; the following terms apply: ; ; The source code, information and material ("Material") co...
38.809745
91
0.606026
a829b572f82662e1c0e1dd4a38a8b7a9ad578f86
587
asm
Assembly
programs/oeis/072/A072527.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/072/A072527.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/072/A072527.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A072527: Number of values of k such that n divided by k leaves a remainder 3. ; 0,0,0,0,0,0,1,1,1,1,2,1,2,1,3,1,2,2,3,1,3,1,4,2,2,1,5,2,2,2,4,1,5,1,4,2,2,3,6,1,2,2,6,1,5,1,4,4,2,1,7,2,4,2,4,1,5,3,6,2,2,1,9,1,2,4,5,3,5,1,4,2,6,1,9,1,2,4,4,3,5,1,8,3,2,1,9,3,2,2,6,1,9,3,4,2,2,3,9,1 mov $4,$0 mov $6,2 lpb $6 mov $0,$4...
17.787879
201
0.499148
4f2401060a3526fe0437968a6671c93bcab6f4dc
785
asm
Assembly
programs/oeis/078/A078485.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/078/A078485.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/078/A078485.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A078485: Number of irreducible indecomposable permutations of degree n. ; 0,1,1,1,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535,131071,262143,524287,1048575,2097151,4194303,8388607,16777215,33554431,67108863,134217727,268435455,536870911,1073741823,2147483647,4294967295,8589934591,17179869183,343597383...
34.130435
516
0.780892
13ed7642e8cca755f44d401db3079363a824a705
4,114
asm
Assembly
FASM/Windows/Subsystem-CFG/subsystem-cfg.asm
chronox777/ChronoX-s-Playground
52412c090a28c555b050e463474eb0f985638de9
[ "MIT" ]
null
null
null
FASM/Windows/Subsystem-CFG/subsystem-cfg.asm
chronox777/ChronoX-s-Playground
52412c090a28c555b050e463474eb0f985638de9
[ "MIT" ]
null
null
null
FASM/Windows/Subsystem-CFG/subsystem-cfg.asm
chronox777/ChronoX-s-Playground
52412c090a28c555b050e463474eb0f985638de9
[ "MIT" ]
null
null
null
;control flow guard was introduced in Windows 8.1. This means if by any purpose your program ONLY target ;Windows 8.1 (subsystem 6.1 or 10.0) and above that has control flow guard, your executable must have cfg info ;(which can be specified in the load configuration directory in the pe file (index 10 of data directorie...
25.552795
110
0.66772
981375685a353fa5d25c43b9ef08f3430a2a428e
680
asm
Assembly
programs/oeis/213/A213706.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/213/A213706.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/213/A213706.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A213706: Partial sums of A071542. ; 0,1,3,5,8,11,15,19,24,29,35,41,48,55,62,69,77,85,94,103,113,123,133,143,154,165,176,187,199,211,223,235,248,261,275,289,304,319,334,349,365,381,397,413,430,447,464,481,499,517,535,553,572,591,610,629,649,669,689,709,730,751,772,793,815,837,860,883,907,931,955,979,1004,1029,1054,107...
48.571429
405
0.704412
58e7c44be15347002dbd08d4b3c7e4c597890e25
6,840
asm
Assembly
MathProgs/StaProgs.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
null
null
null
MathProgs/StaProgs.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
1
2019-10-13T06:14:21.000Z
2019-10-13T14:02:45.000Z
MathProgs/StaProgs.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
null
null
null
COMPOUND_INTEREST: call PutLine .db "Y=P(1+R/N)^(NT)",0 ld a, 4;5 call InlineOpt .db "Y?",0,"P?",0,"R?",0,"T?",0;,"N?",0 cp 1 jr z, COMPOUND_INTEREST_P cp 2 jr z, COMPOUND_INTEREST_R cp 3 jp z, COMPOUND_INTEREST_T ld a, tA call Prompt .db "P=",0 ld a, tB call Prompt .db "R=",0 ld a, tC call Prompt ....
16.601942
84
0.687281
34687bad514ac0a54fa496f9402ddfd2859cb723
5,596
asm
Assembly
kernel/kernel.asm
OmegaZhou/SImpleOS
c8b29dd12c860943ea62a0d66792899c90958d99
[ "MIT" ]
null
null
null
kernel/kernel.asm
OmegaZhou/SImpleOS
c8b29dd12c860943ea62a0d66792899c90958d99
[ "MIT" ]
null
null
null
kernel/kernel.asm
OmegaZhou/SImpleOS
c8b29dd12c860943ea62a0d66792899c90958d99
[ "MIT" ]
null
null
null
SELECTOR_KERNEL_CS equ 8 ; global function extern cstart extern exception_handler extern spurious_irq extern main ; global value extern gdt_ptr extern idt_ptr extern disp_pos extern irq_table [SECTION .bss] StackSpace resb 2 * 1024 StackTop: [section .text] global _start global divide_error ...
21.689922
77
0.634739
9c2e2214e9a8ba82e7cfd21aa9f0f1854021a241
3,317
asm
Assembly
OrcaHLL/MinnowTest.asm
jaredwhitney/os3
05e0cda4670da093cc720d0dccbfeb29e788fa0f
[ "MIT" ]
5
2015-02-25T01:28:09.000Z
2021-05-22T09:03:04.000Z
OrcaHLL/MinnowTest.asm
jaredwhitney/os3
05e0cda4670da093cc720d0dccbfeb29e788fa0f
[ "MIT" ]
38
2015-02-10T18:37:11.000Z
2017-10-03T03:08:50.000Z
OrcaHLL/MinnowTest.asm
jaredwhitney/os3
05e0cda4670da093cc720d0dccbfeb29e788fa0f
[ "MIT" ]
2
2016-05-06T22:48:46.000Z
2017-01-12T19:28:49.000Z
[bits 32] dd MinnowTest.$FILE_END - MinnowTest.$FILE_START db "OrcaHLL Class", 0 db "MinnowTest", 0 MinnowTest.$FILE_START : MinnowTest.$global.nameToDelete : dd 0x0 MinnowTest.$global.type : dd 0x0 MinnowTest.$global.fileContents : dd 0x0 MinnowTest.$global.nameToUse : dd 0x0 MinnowTest.$global.name1 : dd 0x0 M...
20.349693
112
0.782032
98efb75398608a752f3fe6009c989ae03e11c9dd
3,276
asm
Assembly
libsrc/_DEVELOPMENT/adt/ba_priority_queue/z80/__b_heap_sift_down.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/ba_priority_queue/z80/__b_heap_sift_down.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/ba_priority_queue/z80/__b_heap_sift_down.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
SECTION code_adt_ba_priority_queue PUBLIC __b_heap_sift_down EXTERN l_compare_de_hl, l_ltu_de_hl, error_znc __b_heap_sift_down: ; assumes 1-based array ; ; enter : bc = array ; de = start_index in bytes ; hl = n = number of bytes in queue ; ix = compare ; ; exit : h...
21.135484
100
0.508242
c0d0694abe5c5858e469cd8425897742cae0c29e
9,959
asm
Assembly
Library/Spreadsheet/UI/uiChart.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Spreadsheet/UI/uiChart.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Spreadsheet/UI/uiChart.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: FILE: uiChart.asm AUTHOR: Gene Anderson, Sep 13, 1992 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Descri...
31.416404
84
0.682799
4e5dc7042dfa8a98737ea5aa4b01aa0622ca2c7b
7,008
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_540.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_540.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_540.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 %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x14696, %rsi lea addresses_D_ht+0x119c6, %rdi nop nop and $62023, %rbp mov $67, %rcx rep movsq nop nop nop nop xor %r14, %r14 lea addresses_WC_ht+0x11a96, %r10 nop nop nop ...
37.276596
2,999
0.659532
5fdbedf0fa332d183910a764d345db520217e2b1
373
asm
Assembly
programs/oeis/004/A004737.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/004/A004737.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/004/A004737.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A004737: Concatenation of sequences (1,2,...,n-1,n,n-1,...,1) for n >= 1. ; 1,1,2,1,1,2,3,2,1,1,2,3,4,3,2,1,1,2,3,4,5,4,3,2,1,1,2,3,4,5,6,5,4,3,2,1,1,2,3,4,5,6,7,6,5,4,3,2,1,1,2,3,4,5,6,7,8,7,6,5,4,3,2,1,1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1,1,2,3,4,5,6,7,8,9,10,9,8,7,6,5,4,3,2,1 mul $0,2 mov $1,1 lpb $0 sub $0,$1 g...
26.642857
202
0.514745
37307290b703a7b46283e6633bc81b5ac9153a2c
551
asm
Assembly
programs/oeis/168/A168539.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/168/A168539.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/168/A168539.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A168539: Terms of A123239 which are prime in Z(i), Z(rho) and Z(sqrt(2)). ; 11,59,83,107,131,179,227,251,347,419,443,467,491,563,587,659,683,827,947,971,1019,1091,1163,1187,1259,1283,1307,1427,1451,1499,1523,1571,1619,1667,1787,1811,1907,1931,1979,2003,2027,2099,2243,2267,2339 mov $2,$0 add $2,1 pow $2,2 lpb $2 ad...
22.958333
203
0.651543
a82dd2d9971c77407f7b12d0eae16f1b6a10c179
684
asm
Assembly
oeis/027/A027180.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/027/A027180.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/027/A027180.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A027180: a(n) = Sum_{0<=j<=i<=n} A027170(i, j). ; Submitted by Jamie Morken(s3) ; 1,7,27,79,199,459,1003,2119,4383,8947,18115,36495,73303,146971,294363,589207,1178959,2358531,4717747,9436255,18873351,37747627,75496267,150993639,301988479,603978259,1207957923,2415917359,4831836343,9663674427,19327350715,38654703415,77...
40.235294
486
0.79386
1166c39ff6bcdcef3a8c5c4a57c2f8a37623da7f
336
asm
Assembly
programs/oeis/309/A309685.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/309/A309685.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/309/A309685.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A309685: Number of even parts appearing among the smallest parts of the partitions of n into 3 parts. ; 0,0,0,0,0,0,1,1,2,2,3,3,5,5,7,7,9,9,12,12,15,15,18,18,22,22,26,26,30,30,35,35,40,40,45,45,51,51,57,57,63,63,70,70,77,77,84,84,92,92,100,100,108,108,117,117,126,126,135,135,145,145,155,155,165 div $0,2 bin $0,2 div...
42
193
0.681548
d8fd4c96d9d61cf8d420e2dba98422d3a13ef66e
213
asm
Assembly
libsrc/math/genmath/hladd.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/math/genmath/hladd.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/math/genmath/hladd.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; Small C+ Math Library ; General "fudging routine" PUBLIC hladd EXTERN ldbchl EXTERN fadd ; .hladd CALL ldbchl JP fadd
15.214286
33
0.431925
4edfebdddcbcdbcb86d7c269340d8cfe288dbf19
143
asm
Assembly
kernel/boot/limine/header.asm
unsafecast/quartz
b9d4f9a2858d364a95c6351f01bf68da77ee3f1b
[ "MIT" ]
3
2021-04-10T23:47:26.000Z
2021-09-15T02:22:06.000Z
kernel/boot/limine/header.asm
unsafecast/quartz
b9d4f9a2858d364a95c6351f01bf68da77ee3f1b
[ "MIT" ]
null
null
null
kernel/boot/limine/header.asm
unsafecast/quartz
b9d4f9a2858d364a95c6351f01bf68da77ee3f1b
[ "MIT" ]
null
null
null
extern KernelStackTop extern EarlyInit section .stivale2hdr align 4 Stivale2Header: dq EarlyInit dq KernelStackTop dq 0 dq 0
11.916667
21
0.741259
36d4235e3022754c83614ac6f4d36726a5785eb1
359
asm
Assembly
programs/oeis/029/A029004.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/029/A029004.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/029/A029004.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A029004: Expansion of 1/((1-x)(1-x^2)(1-x^3)(1-x^10)). ; 1,1,2,3,4,5,7,8,10,12,15,17,21,24,28,32,37,41,47,52,59,65,73,80,89,97,107,116,127,137,150,161,175,188,203,217,234,249,267,284,304,322,344,364,387,409,434,457,484,509 mov $1,17 lpb $0 mov $2,$0 sub $0,1 cal $2,25770 ; Expansion of 1/((1-x)(1-x^3)(1-x^10))...
27.615385
167
0.601671
9214284e3fd80684afe3445fd7bfa5f5b64def16
1,965
asm
Assembly
45/beef/drv/kbd/src/keyddl3.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/beef/drv/kbd/src/keyddl3.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/beef/drv/kbd/src/keyddl3.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
;* ;* CW : Character Windows Drivers ;* ;* keyddl3.asm : DOS 3 keyboard special shift handling tables ;* ;**************************************************************************** ; ; The following two data objects are bit-packed boolean arrays ; whose indices are key scan codes (sc's). ; mpscffAltDiddle[sc] = 1 in...
26.917808
77
0.623919
07c12d841206bd5290e2ef5def6ebcb755d899c7
627
asm
Assembly
oeis/170/A170751.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/170/A170751.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/170/A170751.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A170751: Expansion of g.f.: (1+x)/(1-31*x). ; 1,32,992,30752,953312,29552672,916132832,28400117792,880403651552,27292513198112,846067909141472,26228105183385632,813071260684954592,25205209081233592352,781361481518241362912,24222205927065482250272,750888383739029949758432,23277539895909928442511392,7216037367732077817...
44.785714
483
0.848485
d212209f3b8fcd8043f393e90b79f5b1bfac6bc3
2,521
asm
Assembly
io.asm
campaul/dos-from-scratch
7aec4dbf3395f505114e9ffcc809534043f61392
[ "MIT" ]
null
null
null
io.asm
campaul/dos-from-scratch
7aec4dbf3395f505114e9ffcc809534043f61392
[ "MIT" ]
null
null
null
io.asm
campaul/dos-from-scratch
7aec4dbf3395f505114e9ffcc809534043f61392
[ "MIT" ]
null
null
null
; io.asm [bits 16] [org 0] ; Make sure DS and ES matches CS mov ax, cs mov ds, ax mov es, ax ; Load the rest of IO.SYS mov si, IO_SYS call get_first_sector ; Skip past the first 3 sectors that the bootloader already loaded call get_fat_entry call get_fat_entry call get_fat_entry mov cx, 0 load_io_sys_loop: pu...
19.098485
76
0.683062
f5559c118efc1b9b1788fe85107c879d6b395e22
266
asm
Assembly
libsrc/_DEVELOPMENT/sound/bit/c/sdcc_ix/bit_play_tritone_di_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/sound/bit/c/sdcc_ix/bit_play_tritone_di_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/sound/bit/c/sdcc_ix/bit_play_tritone_di_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *bit_play_tritone_di_fastcall(void *song) SECTION code_clib SECTION code_sound_bit PUBLIC _bit_play_tritone_di_fastcall EXTERN asm_bit_play_tritone_di _bit_play_tritone_di_fastcall: push ix call asm_bit_play_tritone_di pop ix ret
14
48
0.793233
6def83b858b21183d9681ed61007de7bc28b57bd
1,899
asm
Assembly
programs/oeis/061/A061099.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/061/A061099.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/061/A061099.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A061099: Squares with digital root 1. ; 1,64,100,289,361,676,784,1225,1369,1936,2116,2809,3025,3844,4096,5041,5329,6400,6724,7921,8281,9604,10000,11449,11881,13456,13924,15625,16129,17956,18496,20449,21025,23104,23716,25921,26569,28900,29584,32041,32761,35344,36100,38809,39601,42436,43264,46225,47089,50176,51076,5428...
82.565217
1,676
0.815166
2c9ac36f18cfecb645314984acd709a7661da357
3,736
asm
Assembly
test/include/gmp-6.1.2/mpn/bdiv_q_1.asm
kcpikkt/apa
9e84491ff58666b273ef50faea086e43abb89ab1
[ "MIT" ]
43
2020-10-29T18:05:40.000Z
2022-03-29T03:47:01.000Z
homomorphic_evaluation/gmp-6.1.2/mpn/bdiv_q_1.asm
dklee0501/Lobster
f2b73df9165c76e8b521d8ebd639d68321e3862b
[ "MIT" ]
1
2021-12-31T01:36:49.000Z
2021-12-31T15:21:54.000Z
homomorphic_evaluation/gmp-6.1.2/mpn/bdiv_q_1.asm
dklee0501/Lobster
f2b73df9165c76e8b521d8ebd639d68321e3862b
[ "MIT" ]
6
2020-11-07T07:31:27.000Z
2022-01-09T18:48:19.000Z
dnl AMD64 mpn_bdiv_q_1, mpn_pi1_bdiv_q_1 -- schoolbook Hensel division by dnl 1-limb divisor, returning quotient only. dnl Copyright 2001, 2002, 2004-2006, 2009, 2011, 2012 Free Software dnl Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redist...
22.238095
79
0.658191
456f8e1d41c14a0482704f3505b09445b1d60946
2,410
asm
Assembly
vp8/decoder/arm/neon/idct_dequant_0_2x_neon.asm
CM-Archive/android_external_libvpx
76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f
[ "BSD-3-Clause" ]
3
2015-08-31T15:24:31.000Z
2020-04-24T20:31:29.000Z
vp8/decoder/arm/neon/idct_dequant_0_2x_neon.asm
CM-Archive/android_external_libvpx
76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f
[ "BSD-3-Clause" ]
null
null
null
vp8/decoder/arm/neon/idct_dequant_0_2x_neon.asm
CM-Archive/android_external_libvpx
76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f
[ "BSD-3-Clause" ]
4
2015-09-16T11:40:39.000Z
2019-06-10T01:08:46.000Z
; ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. ; ; Use of this source code is governed by a BSD-style license and patent ; grant that can be found in the LICENSE file in the root of the source ; tree. All contributing project authors may be found in the AUTHORS ; file in the root of the sour...
30.125
72
0.419502
12268f8f77782968396207ec2a5045abe78e01a1
237
asm
Assembly
libsrc/_DEVELOPMENT/font/fzx/zx/c/sdcc_ix/fzx_putc.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/font/fzx/zx/c/sdcc_ix/fzx_putc.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/font/fzx/zx/c/sdcc_ix/fzx_putc.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; int fzx_putc(struct fzx_state *fs, int c) SECTION code_font SECTION code_font_fzx PUBLIC _fzx_putc EXTERN l0_fzx_putc_callee _fzx_putc: pop af pop hl pop bc push bc push hl push af jp l0_fzx_putc_callee
10.772727
43
0.71308
2b0e3d8c51be8a016aae7d2d934416b0a0ae1e9e
442
asm
Assembly
oeis/135/A135260.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/135/A135260.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/135/A135260.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A135260: Fibonacci Connell sequence: 1 odd, 1 even, 2 odd, 3 even, 5 odd, 8 even, .... ; Submitted by Jon Maiga ; 1,2,3,5,6,8,10,11,13,15,17,19,20,22,24,26,28,30,32,34,35,37,39,41,43,45,47,49,51,53,55,57,59,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,101,103,105,107,109,111,113,115,117,119,121,123...
36.833333
210
0.653846
ba39f6ad333427420c5f4deef5ab1357ceed2de2
68
nasm
Assembly
EDK-II/BaseLib/vshacks.nasm
firebitsbr/-Rainbow---EFI
7e858cbd14df0eba4ee6cc15efa4b390347d4a55
[ "BSD-2-Clause" ]
3
2021-11-23T08:51:35.000Z
2022-02-14T06:46:21.000Z
EDK-II/BaseLib/vshacks.nasm
firebitsbr/-Rainbow---EFI
7e858cbd14df0eba4ee6cc15efa4b390347d4a55
[ "BSD-2-Clause" ]
null
null
null
EDK-II/BaseLib/vshacks.nasm
firebitsbr/-Rainbow---EFI
7e858cbd14df0eba4ee6cc15efa4b390347d4a55
[ "BSD-2-Clause" ]
null
null
null
%define ASM_PFX(a) a %define PcdGet32(a) _gPcd_FixedAtBuild_ %+ a
22.666667
44
0.735294
9be43795d14ff9a4e6005ac6d402647468ff63df
3,813
asm
Assembly
demos/bsd64/demo4/demo4.asm
gbmaster/nasmx
299fac2950cb10df2afef149da6e075b3ff3cdde
[ "BSD-2-Clause" ]
18
2015-06-22T07:26:13.000Z
2021-09-09T19:47:44.000Z
demos/bsd64/demo4/demo4.asm
gbmaster/nasmx
299fac2950cb10df2afef149da6e075b3ff3cdde
[ "BSD-2-Clause" ]
null
null
null
demos/bsd64/demo4/demo4.asm
gbmaster/nasmx
299fac2950cb10df2afef149da6e075b3ff3cdde
[ "BSD-2-Clause" ]
5
2015-09-22T14:47:09.000Z
2021-11-08T18:53:11.000Z
;// demo4.asm ;// ;// Copyright (C)2005-2012 The NASMX Project ;// ;// Purpose: ;// This program demonstrates basic arithmetic operations ;// ;// Contributors: ;// Bryant Keller ;// Rob Neff ;// ;; ;; IMPORTANT DEVELOPER NOTES: ;; ;; Floating point args to vararg functions ;; like printf() MUST: ;; 1. be of ...
19.553846
68
0.670863
78d5e7375e0f844f1170dc29139e71710c89e91c
15,046
asm
Assembly
examples/pxScene2d/external/libnode-v10.15.3/deps/openssl/config/archs/VC-WIN32/asm/crypto/bf/bf-586.asm
madanagopaltcomcast/pxCore
c4a3a40a190521c8b6383d126c87612eca5b3c42
[ "Apache-2.0" ]
1,666
2017-01-12T03:58:44.000Z
2017-08-20T23:39:20.000Z
examples/pxScene2d/external/libnode-v10.15.3/deps/openssl/config/archs/VC-WIN32/asm/crypto/bf/bf-586.asm
madanagopaltcomcast/pxCore
c4a3a40a190521c8b6383d126c87612eca5b3c42
[ "Apache-2.0" ]
1,432
2017-06-21T04:08:48.000Z
2020-08-25T16:21:15.000Z
examples/pxScene2d/external/libnode-v10.15.3/deps/openssl/config/archs/VC-WIN32/asm/crypto/bf/bf-586.asm
madanagopaltcomcast/pxCore
c4a3a40a190521c8b6383d126c87612eca5b3c42
[ "Apache-2.0" ]
317
2017-06-20T19:57:17.000Z
2020-09-16T10:28:30.000Z
%ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 $@feat.00 equ 1 section .text code align=64 %else section .text code %endif global _BF_encrypt align 16 _BF_encrypt: L$_BF_encrypt_begin: ; push ebp push ebx mov ebx,DWORD [12+esp] mov ebp,DWORD [16+esp] push esi...
16.77369
54
0.680779
f78c1f6ad9e09450e62814b49d2a8089e719acbd
268
asm
Assembly
programs/oeis/199/A199319.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/199/A199319.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/199/A199319.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A199319: 4*6^n+1. ; 5,25,145,865,5185,31105,186625,1119745,6718465,40310785,241864705,1451188225,8707129345,52242776065,313456656385,1880739938305,11284439629825,67706637778945,406239826673665,2437438960041985,14624633760251905 mov $1,6 pow $1,$0 mul $1,4 add $1,1
33.5
209
0.813433
9dcbbc5e28e20d97c58094e2250b05145a62d42e
1,097
asm
Assembly
libsrc/target/kaypro83/pointxy.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/kaypro83/pointxy.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/kaypro83/pointxy.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Kaypro ('83 versions) pseudo graphics routines ; Version for the standard text symbols ; SECTION code_graphics PUBLIC pointxy EXTERN plot_decode EXTERN GRAPHICS_CHAR_UNSET EXTERN __kayproii_gfxmode EXTERN generic_console_vpeek EXTERN CONSOLE_ROWS...
19.245614
54
0.506837
0abe724bb3b112900b545b81d237a872eb06e586
2,023
asm
Assembly
programs/oeis/081/A081374.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/081/A081374.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/081/A081374.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A081374: Size of "uniform" Hamming covers of distance 1, that is, Hamming covers in which all vectors of equal weight are treated the same, included or excluded from the cover together. ; 1,2,2,5,10,22,43,86,170,341,682,1366,2731,5462,10922,21845,43690,87382,174763,349526,699050,1398101,2796202,5592406,11184811,22369...
112.388889
1,625
0.87395
f88882ea1f2eb8acab8ef5f8d0efebd1646cc06b
585
asm
Assembly
oeis/170/A170777.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/170/A170777.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/170/A170777.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A170777: a(n) = n^8*(n^5 + 1)/2. ; 0,1,4224,800442,33587200,610546875,6531186816,48447387604,274886295552,1270954437525,5000050000000,17261463251406,53496817680384,151437961161487,396858124521600,973098815625000,2251801961168896,4952292504331689,10411487942815872,21026500222910050,40960012800000000,77236207780989411,...
53.181818
481
0.851282
9d7e4064ea4eac3a55b2e3bc583e6505de25d613
658
asm
Assembly
Library/Math/Main/mainManager.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Math/Main/mainManager.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Math/Main/mainManager.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: FILE: mainManager.asm AUTHOR: jimmy lefkowitz REVISION HISTORY: Name Date Description ---- ---- ----------- jimmy 3/ 2/92 Initial version. DES...
19.939394
71
0.551672
0c10eaef6d461bd081caf5867dfcd229b39ae107
537
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math32/c/sccz80/cm32_sccz80_fssqr.asm
rjcorrig/z88dk
c49c26bb232c17ea5a45d21bb81b6343572b7f4c
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math32/c/sccz80/cm32_sccz80_fssqr.asm
rjcorrig/z88dk
c49c26bb232c17ea5a45d21bb81b6343572b7f4c
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math32/c/sccz80/cm32_sccz80_fssqr.asm
rjcorrig/z88dk
c49c26bb232c17ea5a45d21bb81b6343572b7f4c
[ "ClArtistic" ]
null
null
null
; float __fssqr (float number) SECTION code_clib SECTION code_math PUBLIC cm32_sccz80_fssqr EXTERN m32_fssqr_fastcall ; square (^2) sccz80 floats ; ; enter : stack = ret ; DEHL = sccz80_float number ; ; exit : DEHL = sccz80_float(number^2) ; ; uses : af, bc, de, hl, af' ...
23.347826
73
0.523277
c69b90cfede8f77bcb490fbbb4c2c8c9df419271
604
asm
Assembly
oeis/313/A313702.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/313/A313702.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/313/A313702.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A313702: Coordination sequence Gal.6.337.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; Submitted by Jon Maiga ; 1,5,10,15,19,25,29,33,39,43,48,53,58,63,68,73,77,83,87,91,97,101,106,111,116,121,126,131,135,141,145,149,155,159,16...
60.4
182
0.743377
9594ea363fdceb777cb27f0abc05594eb9260c82
6,749
asm
Assembly
cpm2/RomWBW/Tools/simh/Z80Project/Z80 UART Transmit Test/Code/UARTTEST.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
cpm2/RomWBW/Tools/simh/Z80Project/Z80 UART Transmit Test/Code/UARTTEST.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
cpm2/RomWBW/Tools/simh/Z80Project/Z80 UART Transmit Test/Code/UARTTEST.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
false equ 0 true equ 1 ;========== Z180 Internal Interrupt Vectors ======== ; The following vectors are offsets from the value ; loaded in IL, the Interrupt Vector Low register. VINT1 equ 0 ;External INT-1 pin VINT2 equ 2 ;External INT-2 pin VPRT0 equ 4 ;Timer 0 VPRT1 equ 6 ;Timer 1 VDMA0 equ 8 ;DMA Ch-0 VDMA1 equ...
36.481081
73
0.587939
a6b5d61733cd3ccb588c9b3720720ee086826115
387
asm
Assembly
oeis/143/A143554.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/143/A143554.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/143/A143554.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A143554: G.f. satisfies: A(x) = 1 + x*A(x)^5*A(-x)^4. ; Submitted by Christian Krause ; 1,1,1,5,9,55,117,775,1785,12350,29799,211876,527085,3818430,9706503,71282640,184138713,1366368375,3573805950,26735839650,70625252863,531838637759,1416298046436,10723307329700,28748759731965 mov $1,$0 mul $0,4 div $1,2 mov $2,$0 a...
24.1875
191
0.70801
515bca7a522301a4ea9e27d1e4ba27e63f8d7550
681
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48_log.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48_log.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48_log.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_fp_math48 PUBLIC mm48_log EXTERN mm48_ln, mm48_fpmul, mm48__add10 mm48_log: ; base 10 logarithm ; AC' = log(AC') ; ; enter : AC'(BCDEHL') = float x ; ; exit : success ; ; AC'= log(x) ; carry reset ; ; fail if domain erro...
15.837209
40
0.49486
26450e3d9d90c971b8b3248505235b2e79a6fedd
4,145
asm
Assembly
Gunz/xpsupport/xpmfcwrap64.asm
WhyWolfie/Repack-Aren
4839db138a502ca4cfac8c2a8c950f1b59064955
[ "FSFAP" ]
null
null
null
Gunz/xpsupport/xpmfcwrap64.asm
WhyWolfie/Repack-Aren
4839db138a502ca4cfac8c2a8c950f1b59064955
[ "FSFAP" ]
null
null
null
Gunz/xpsupport/xpmfcwrap64.asm
WhyWolfie/Repack-Aren
4839db138a502ca4cfac8c2a8c950f1b59064955
[ "FSFAP" ]
null
null
null
;Copyright (c) 2012 Mike Ryan ;Permission is hereby granted, free of charge, to any person obtaining a copy of this software ;and associated documentation files (the "Software"), to deal in the Software without restriction, ;including without limitation the rights to use, copy, modify, merge, publish, distribute, subl...
42.731959
109
0.859349
5a9337c26dc3274db0909d0345912cac81126eab
877
asm
Assembly
programs/oeis/193/A193577.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/193/A193577.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/193/A193577.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A193577: 5*7^n ; 5,35,245,1715,12005,84035,588245,4117715,28824005,201768035,1412376245,9886633715,69206436005,484445052035,3391115364245,23737807549715,166164652848005,1163152569936035,8142067989552245,56994475926865715,398961331488060005,2792729320416420035,19549105242914940245,136843736700404581715,957906156902832...
109.625
820
0.920182
ce9ef40c604821704df1d66d1a67afaaaf129537
2,436
asm
Assembly
streaming_libs/x264/common/x86/const-a.asm
HellicarAndLewis/Caravideo
bba46ae7b049d5cb6382ca111050441d5b6ddcdf
[ "MIT" ]
7
2015-04-18T19:52:02.000Z
2020-04-29T21:45:45.000Z
streaming_libs/x264/common/x86/const-a.asm
HellicarAndLewis/Caravideo
bba46ae7b049d5cb6382ca111050441d5b6ddcdf
[ "MIT" ]
null
null
null
streaming_libs/x264/common/x86/const-a.asm
HellicarAndLewis/Caravideo
bba46ae7b049d5cb6382ca111050441d5b6ddcdf
[ "MIT" ]
null
null
null
;***************************************************************************** ;* const-a.asm: x86 global constants ;***************************************************************************** ;* Copyright (C) 2010-2012 x264 project ;* ;* Authors: Loren Merritt <lorenm@u.washington.edu> ;* Jason Garrett-Glas...
37.476923
78
0.612069
f804b84618b019337a8448b4b460e9e41451da07
632
asm
Assembly
src/test/ref/comma-expr-for.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/comma-expr-for.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/comma-expr-for.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Tests comma-expressions in for()-statement // Commodore 64 PRG executable file .file [name="comma-expr-for.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic :Basi...
21.066667
65
0.594937
09b601b7830f9f1b463a7e319686590591e65c51
563
asm
Assembly
libsrc/graphics/cpc/swapgfxbk.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/graphics/cpc/swapgfxbk.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/graphics/cpc/swapgfxbk.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; ; Page the graphics bank in/out - used by all gfx functions ; Doesn't really page on the Amstrad CPC. ; ; ; $Id: swapgfxbk.asm,v 1.7 2017/01/02 22:57:57 aralbrec Exp $ ; ; There might be something to put here; it looks like the ; alternate registers and/or the index registers have to be ; handled carefull...
19.413793
65
0.632327
1aa9f61bb126f20c15679530ad647b54a0c8045a
403
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_dpush2.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_dpush2.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_dpush2.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
SECTION code_fp_math48 PUBLIC cm48_sccz80p_dpush2 EXTERN am48_dpushw ; sccz80 float primitive ; Push float in AC' onto stack underneath one stacked word ; ; Float is in math48 format. ; ; enter : AC' = double (math48 format) ; stack = word, return ; ; exit : stack = double (mat...
19.190476
61
0.652605
0cad87297b8fa4eccd08d09c7f11600a5c755ab2
1,392
asm
Assembly
programs/oeis/022/A022316.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/022/A022316.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/022/A022316.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A022316: a(n) = a(n-1) + a(n-2) + 1, with a(0) = 0 and a(1) = 11. ; 0,11,12,24,37,62,100,163,264,428,693,1122,1816,2939,4756,7696,12453,20150,32604,52755,85360,138116,223477,361594,585072,946667,1531740,2478408,4010149,6488558,10498708,16987267,27485976,44473244,71959221,116432466,188391688,304824155,493215844,798040...
232
1,262
0.886494
e8c7c115486a16d7db249e9f8c8258b15f7ea67e
1,677
asm
Assembly
programs/oeis/133/A133044.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/133/A133044.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/133/A133044.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A133044: Area of the spiral of equilateral triangles with side lengths which follow the Padovan sequence, divided by the area of the initial triangle. ; 1,2,3,7,11,20,36,61,110,191,335,591,1032,1816,3185,5586,9811,17207,30203,53004,93004,163229,286430,502655,882111,1547967,2716528,4767152,8365761,14680930,25763171,45...
104.8125
1,370
0.880143
4814149832423937a309522180c0c7dc5296ea83
1,416
asm
Assembly
programs/oeis/084/A084684.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/084/A084684.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/084/A084684.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A084684: Degrees of certain maps. ; 1,2,4,8,13,20,28,38,49,62,76,92,109,128,148,170,193,218,244,272,301,332,364,398,433,470,508,548,589,632,676,722,769,818,868,920,973,1028,1084,1142,1201,1262,1324,1388,1453,1520,1588,1658,1729,1802,1876,1952,2029,2108,2188,2270,2353,2438,2524,2612,2701,2792,2884,2978,3073,3170,3268,...
157.333333
1,332
0.800141
755ad68dddd672cca2a7e5aefcdf745bdcbd4c31
7,921
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1945.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_0x84_notsx.log_21829_1945.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_0x84_notsx.log_21829_1945.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 %r14 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x199f3, %rdx and $18739, %r11 mov (%rdx), %r13d cmp %r11, %r11 lea addresses_D_ht+0xe2d3, %rbp nop nop add $23147, %r14 mov (%rbp), %ecx nop nop nop nop sub $24434, %r13 lea a...
32.86722
2,999
0.652948