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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
90a7955836e028827593f4ff5a4d07d9a5dc1324 | 337 | asm | Assembly | oeis/055/A055929.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/055/A055929.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/055/A055929.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A055929: EulerPhi of the factorial of prime(n).
; Submitted by Christian Krause
; 1,2,32,1152,8294400,1194393600,64210599936000,20804234379264000,4229084764616785920000,1396531754239566739931136000000,1256878578815610065938022400000000
seq $0,40 ; The prime numbers.
seq $0,48855 ; Number of integers up to n! relativ... | 48.142857 | 155 | 0.816024 |
febe75d36f58b93d221e54c80019b9e5412ee0dc | 203 | asm | Assembly | lab10/3-stack-frame/print-hello.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | lab10/3-stack-frame/print-hello.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | lab10/3-stack-frame/print-hello.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | extern printf
section .data
message db "Hello", 0
section .text
global print_hello
; TODO: Adăugați instrucțiunea lipsă
print_hello:
push ebp
push message
call printf
add esp, 4
leave
ret
| 10.15 | 38 | 0.738916 |
574d087fe6035478bc553fe50db93640f8f668fc | 391 | asm | Assembly | programs/oeis/228/A228317.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/228/A228317.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/228/A228317.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A228317: The hyper-Wiener index of the triangular graph T(n) (n >= 1).
; 0,0,3,21,75,195,420,798,1386,2250,3465,5115,7293,10101,13650,18060,23460,29988,37791,47025,57855,70455,85008,101706,120750,142350,166725,194103,224721,258825,296670,338520,384648,435336,490875,551565,617715,689643
lpb $0
sub $0,1
lpb $0
... | 27.928571 | 215 | 0.690537 |
01423cf0f2bd217c97be0bccd0b00d4a4cd54ab9 | 455 | asm | Assembly | programs/oeis/009/A009117.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/009/A009117.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/009/A009117.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A009117: Expansion of e.g.f.: 1/2 + exp(-4*x)/2.
; 1,-2,8,-32,128,-512,2048,-8192,32768,-131072,524288,-2097152,8388608,-33554432,134217728,-536870912,2147483648,-8589934592,34359738368,-137438953472,549755813888,-2199023255552,8796093022208,-35184372088832,140737488355328,-562949953421312,2251799813685248,-900719925... | 26.764706 | 276 | 0.725275 |
b6dc5a142c1b8816be0de6ce3c2258e0081374c9 | 445 | asm | Assembly | programs/oeis/010/A010796.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/010/A010796.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/010/A010796.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A010796: a(n) = n!*(n+1)!/2.
; 1,6,72,1440,43200,1814400,101606400,7315660800,658409472000,72425041920000,9560105533440000,1491376463216640000,271430516305428480000,57000408424139980800000,13680098021793595392000000,3720986661927857946624000000,1138621918549924531666944000000,389408696144074189830094848000000,1479753... | 31.785714 | 318 | 0.804494 |
562c2564404b3a18d1626e9020f08d35129333ed | 595 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_fsmul.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_fsmul.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_fsmul.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; float __fsmul (float left, float right)
SECTION code_clib
SECTION code_fp_math32
PUBLIC cm32_sdcc_fsmul
EXTERN cm32_sdcc_fsreadr, m32_fsmul
.cm32_sdcc_fsmul
; multiply two sdcc floats
;
; enter : stack = sdcc_float right, sdcc_float left, ret
;
; exit : DEHL = sdcc_float(left*right)
;
... | 23.8 | 82 | 0.603361 |
f76f7f38316d7dcfacbadab1dd475c05b1d1b183 | 254,722 | asm | Assembly | asg/asm/rdkafka_queue.asm | asgkafka/librdkafka | d0a14ca313ed1efafb3924ff33fb6c4d474efe3c | [
"BSD-2-Clause-NetBSD",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-3-Clause"
] | null | null | null | asg/asm/rdkafka_queue.asm | asgkafka/librdkafka | d0a14ca313ed1efafb3924ff33fb6c4d474efe3c | [
"BSD-2-Clause-NetBSD",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-3-Clause"
] | null | null | null | asg/asm/rdkafka_queue.asm | asgkafka/librdkafka | d0a14ca313ed1efafb3924ff33fb6c4d474efe3c | [
"BSD-2-Clause-NetBSD",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-3-Clause"
] | 1 | 2021-05-05T11:49:00.000Z | 2021-05-05T11:49:00.000Z | *PROCESS DUPALIAS
*
* Compiled by DCC Version 2.25.07 Mar 6 2021 08:51:07
* on Fri Apr 30 15:35:54 2021
*
WXTRN @@ZARCH#
*
*
*
* Code Section
*
@CODE ALIAS X'7CD9C4D2C1C6D2C16DD8E4C5E4C5'
@CODE CSECT
@CODE AMODE ANY
@CODE RMODE ANY
@DATA ALIAS X'7C998492818692816D98A485A485'
writ... | 29.725989 | 72 | 0.491822 |
e9345447de5c31d80de89c0ae8803af646ba22fa | 364 | asm | Assembly | libsrc/_DEVELOPMENT/l/z80/l_readword_hl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/l/z80/l_readword_hl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/l/z80/l_readword_hl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_l
PUBLIC l_readword_hl
inc hl
inc hl
inc hl
inc hl
inc hl
inc hl
inc hl
inc hl
l_readword_hl:
; Common operation to read a word at offset from hl
;
; enter : hl = void *address
;
; exit : hl = *hl
;
; uses : a, hl
ld a,(hl)
... | 10.4 | 54 | 0.538462 |
87c5247452c466a2afd8094e97b4e8da2841b2e6 | 1,343 | asm | Assembly | programs/oeis/048/A048577.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/048/A048577.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/048/A048577.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A048577: Pisot sequence L(3,4).
; 3,4,6,9,14,22,35,56,90,145,234,378,611,988,1598,2585,4182,6766,10947,17712,28658,46369,75026,121394,196419,317812,514230,832041,1346270,2178310,3524579,5702888,9227466,14930353,24157818,39088170,63245987,102334156,165580142,267914297,433494438,701408734,1134903171,1836311904,29712150... | 95.928571 | 1,212 | 0.879375 |
6c589356a6720f2c29feb4b986e6f75bb94a1955 | 15,024 | asm | Assembly | Legacy Windows/Win95.Altar/Win95.Altar.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | Legacy Windows/Win95.Altar/Win95.Altar.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | Legacy Windows/Win95.Altar/Win95.Altar.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | ;============================================================================
;
;
; NAME: Win95.Altar 1.01
; OS: Windoze 95/98.
; TYPE: Parasitic resident (VxD) PE-infector.
; SIZE: Around 800 bytes.
; AUTHOR: T-2000 / Immortal Riot.
; E-MAIL: T2000_@hotmail.com
; D... | 27.822222 | 92 | 0.405485 |
1f43ef541c7fb83857d2b70ad05231b27d6308bf | 490 | asm | Assembly | programs/oeis/277/A277823.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/277/A277823.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/277/A277823.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A277823: a(n) = A048724(A065621(n)).
; 3,6,9,12,23,18,29,24,43,46,33,36,63,58,53,48,83,86,89,92,71,66,77,72,123,126,113,116,111,106,101,96,163,166,169,172,183,178,189,184,139,142,129,132,159,154,149,144,243,246,249,252,231,226,237,232,219,222,209,212,207,202,197,192,323,326,329,332,343,338,349,344,363,366,353,356,383... | 61.25 | 373 | 0.691837 |
ec1fb0d1ccbddfa9cf51ddd8f1cdbac1d9400f2d | 767 | asm | Assembly | data/pokemon/base_stats/sneasel.asm | Karkino/KarkCrystal16 | 945dde0354016f9357e9d3798312cc6efa52ff7a | [
"blessing"
] | null | null | null | data/pokemon/base_stats/sneasel.asm | Karkino/KarkCrystal16 | 945dde0354016f9357e9d3798312cc6efa52ff7a | [
"blessing"
] | null | null | null | data/pokemon/base_stats/sneasel.asm | Karkino/KarkCrystal16 | 945dde0354016f9357e9d3798312cc6efa52ff7a | [
"blessing"
] | null | null | null | db 0 ; species ID placeholder
db 55, 95, 55, 115, 35, 75
; hp atk def spd sat sdf
db DARK, ICE ; type
db 60 ; catch rate
db 132 ; base exp
db NO_ITEM, QUICK_CLAW ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/sneasel/fr... | 34.863636 | 302 | 0.719687 |
d72c72238ad2a94a23f535069fa0bcb163a017ac | 730 | asm | Assembly | programs/oeis/183/A183983.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/183/A183983.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/183/A183983.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A183983: 1/4 the number of (n+1) X 7 binary arrays with all 2 X 2 subblock sums the same.
; 45,47,50,56,66,86,122,194,330,602,1130,2186,4266,8426,16682,33194,66090,131882,263210,525866,1050666,2100266,4198442,8394794,16785450,33566762,67125290,134242346,268468266,536920106,1073807402,2147581994,4295098410,8590131242,... | 104.285714 | 519 | 0.832877 |
477649258c8f51ca7c35b3bcf4ecad3c17f5c0a4 | 4,827 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_291_412.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_291_412.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_291_412.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 %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1966b, %rsi
lea addresses_A_ht+0x1fa3, %rdi
xor %r12, %r12
mov $80, %rcx
rep movsl
nop
nop
add $34453, %rsi
lea addresses_A_ht+0x1c667, %r9
nop
nop
inc %rdi
movw $0x6162, (%r9... | 24.378788 | 872 | 0.652786 |
94ea05fc412ae4358fd1539b1def34c41d63afbe | 184 | asm | Assembly | libsrc/_DEVELOPMENT/string/c/sccz80/strset_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/string/c/sccz80/strset_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/string/c/sccz80/strset_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
; char* strset(char *s, int c)
SECTION code_clib
SECTION code_string
PUBLIC strset_callee
EXTERN asm_strset
strset_callee:
pop hl
pop de
ex (sp),hl
jp asm_strset
| 10.222222 | 30 | 0.701087 |
d9dc54a0bd87e69ac7e13461db42949b79b008e4 | 7,849 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_267.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_267.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_267.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x5a6e, %rdi
nop
nop
add $28180, %r13
movb (%rdi), %r12b
nop
dec %rdi
lea addresses_normal_ht+0xb52e, %rsi
lea addresses_normal_ht+0x6bee, %rdi
clflush (%rdi)
and $54116, %r11... | 31.777328 | 2,999 | 0.658683 |
5db5d2b03b3ffa314d4c20e32a95caca5c00e4dc | 113 | asm | Assembly | src/vectors/irq.asm | andreascasapu/nes-starter-kit | 8572e5d90a6a784800624b8778077a138dfd9a8f | [
"MIT"
] | 37 | 2018-11-17T13:10:53.000Z | 2022-02-07T18:44:44.000Z | src/vectors/irq.asm | battlelinegames/nes-random | 611839d2526d4e02b3f17d40d847070322303478 | [
"MIT"
] | 2 | 2020-11-24T16:43:04.000Z | 2021-10-29T22:27:32.000Z | src/vectors/irq.asm | battlelinegames/nes-random | 611839d2526d4e02b3f17d40d847070322303478 | [
"MIT"
] | 11 | 2018-12-10T08:00:14.000Z | 2021-12-22T07:16:15.000Z | /*
* We don't have an IRQ in this project, but if we did it would go here
*/
.segment "CODE"
irq:
rti
| 14.125 | 72 | 0.60177 |
85b40199ae5bee29ee8bcdaee26da613761f4ed4 | 684 | asm | Assembly | programs/oeis/266/A266223.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/266/A266223.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/266/A266223.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A266223: Total number of OFF (white) cells after n iterations of the "Rule 7" elementary cellular automaton starting with a single ON (black) cell.
; 0,1,6,6,15,15,28,28,45,45,66,66,91,91,120,120,153,153,190,190,231,231,276,276,325,325,378,378,435,435,496,496,561,561,630,630,703,703,780,780,861,861,946,946,1035,1035,... | 48.857143 | 439 | 0.732456 |
fed7f3b737d71343116287c0d7785d1e4d31e4d3 | 965 | asm | Assembly | _build/dispatcher/jmp_ippsHashPack_14724361.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsHashPack_14724361.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsHashPack_14724361.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsHashPack:function
extern n8_ippsHashPack:function
extern y8_ippsHashPack:function
extern e9_ippsHashPack:function
extern l9_ippsHashPack:function
extern n0_ippsHashPack:function
extern k0_ippsHashPack:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
segment .data
align 8
dq .Li... | 24.74359 | 75 | 0.772021 |
9cb6379375b48bd2dd340bc5cbaeea184dfc291a | 1,569 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_vector/z80/asm_b_vector_append.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/b_vector/z80/asm_b_vector_append.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/b_vector/z80/asm_b_vector_append.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; ===============================================================
; Mar 2014
; ===============================================================
;
; size_t b_vector_append(b_vector_t *v, int c)
;
; Append char to end of vector, return index of appended char.
;
; =========================================================... | 20.115385 | 65 | 0.435309 |
bfd95cd34000f01fb3bec53032e8591667879cc6 | 2,781 | asm | Assembly | source/commands/run.asm | paulscottrobson/BasicII | ee95caa2ee3e6649a706f977630ff629d032ba0f | [
"MIT"
] | null | null | null | source/commands/run.asm | paulscottrobson/BasicII | ee95caa2ee3e6649a706f977630ff629d032ba0f | [
"MIT"
] | null | null | null | source/commands/run.asm | paulscottrobson/BasicII | ee95caa2ee3e6649a706f977630ff629d032ba0f | [
"MIT"
] | null | null | null | ; *******************************************************************************************
; *******************************************************************************************
;
; Name : run.asm
; Purpose : Run command.
; Date : 5th June 2019
; Author : paul@robsons.org.uk
;
; *********************... | 30.9 | 93 | 0.453434 |
67ba808ac8c70cce0563cfec2c5fd86716fcdde1 | 580 | asm | Assembly | oeis/245/A245805.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/245/A245805.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/245/A245805.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A245805: a(n) = 12^n mod 11^n.
; 0,1,23,397,6095,87781,1214423,16344637,1263934,443884970,10042515022,172385029466,2639243694814,3425068947279,144668963799141,2875277066339415,1085339440747772,196822992743261908,4383664026916317980,13684547128550195393,470010017784675076171,1603620243820740858846,63644942591397850913... | 58 | 485 | 0.868966 |
a45977d9cdbc364b8e0f714c379c3b0454313ec3 | 16,893 | asm | Assembly | src/exec/misc.asm | szapp/Ninja | 7b018a5aa82bdb9f1eadea910ed1ff4711d4485a | [
"MIT"
] | 17 | 2018-07-11T20:53:46.000Z | 2022-03-01T18:20:42.000Z | src/exec/misc.asm | szapp/Ninja | 7b018a5aa82bdb9f1eadea910ed1ff4711d4485a | [
"MIT"
] | 24 | 2018-10-23T07:47:33.000Z | 2021-02-09T09:06:25.000Z | src/exec/misc.asm | szapp/Ninja | 7b018a5aa82bdb9f1eadea910ed1ff4711d4485a | [
"MIT"
] | null | null | null | ; Miscellaneous executive code
global setVobToTransient
setVobToTransient:
resetStackoffset 0x68
pusha
mov eax, [esi]
mov ecx, esi
call DWORD [eax]
push eax
push oCNpc__classDef
call zCObject__CheckInheritance
add esp, 0x8... | 28.535473 | 119 | 0.509383 |
03ec87be86c5820d882490a63e4e4a4d85a48c55 | 122 | asm | Assembly | project/asm/bin/titleScreen/titleScreen.asm | RobertTheSable/fe3-translation | 335103d37883100439d491987fc3d38c482339ec | [
"MIT"
] | 1 | 2022-02-25T00:21:29.000Z | 2022-02-25T00:21:29.000Z | project/asm/bin/titleScreen/titleScreen.asm | RobertTheSable/fe3-translation | 335103d37883100439d491987fc3d38c482339ec | [
"MIT"
] | null | null | null | project/asm/bin/titleScreen/titleScreen.asm | RobertTheSable/fe3-translation | 335103d37883100439d491987fc3d38c482339ec | [
"MIT"
] | 1 | 2020-04-25T19:24:40.000Z | 2020-04-25T19:24:40.000Z |
ORG $de9359
incbin title1.bin
ORG $dea685
incbin title2.bin
ORG $def044
incbin title3.bin
ORG $def6ff
incbin title4.bin
| 12.2 | 18 | 0.786885 |
9d746d38d52be52d383e5e00fad597065b5e1e71 | 234 | asm | Assembly | oeis/298/A298705.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/298/A298705.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/298/A298705.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A298705: Numbers from the 15-theorem for universal Hermitian lattices.
; Submitted by Jamie Morken(s4)
; 1,2,3,5,6,7,10,13,14,15
add $0,1
seq $0,151566 ; Leftist toothpicks (see Comments for definition).
mul $0,2
div $0,3
add $0,1
| 23.4 | 72 | 0.717949 |
1a353ed0bd776fbd9c8ce65299201a227f3824ea | 637 | asm | Assembly | src/random.asm | matanui159/gb_shmup | 31b144c52afc165e7433191904c6ced42999dc9b | [
"MIT"
] | 1 | 2022-03-22T01:15:29.000Z | 2022-03-22T01:15:29.000Z | src/random.asm | matanui159/gb_shmup | 31b144c52afc165e7433191904c6ced42999dc9b | [
"MIT"
] | null | null | null | src/random.asm | matanui159/gb_shmup | 31b144c52afc165e7433191904c6ced42999dc9b | [
"MIT"
] | null | null | null | include "reg.inc"
section "random", rom0
; ```
; random_init()
; ```
random_init::
ld a, "G"
ld [random_seed+0], a
ld a, "b"
ld [random_seed+1], a
ret
; ```
; random()
; return(value: A)
; destroy(BC, DE)
; ```
random::
; seed ^= seed << 7
; seed ^= seed >> 9
; seed ^= seed << 8
ld a, [rand... | 13.270833 | 27 | 0.505495 |
afd5d9e6faf05e3efbcff8cc91db48b7acbe23c1 | 931 | asm | Assembly | Library/SpecUI/NewUI/Win/winClassSpec.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/SpecUI/NewUI/Win/winClassSpec.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/SpecUI/NewUI/Win/winClassSpec.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: NewUI/Win (specific code for NewUI)
FILE: winClassSpec.asm
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date De... | 24.5 | 81 | 0.549946 |
95ab03262133e017127ac9239936dad66d0edbd6 | 583 | asm | Assembly | oeis/302/A302576.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/302/A302576.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/302/A302576.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A302576: Numbers k such that k/10 + 1 is a square.
; -10,0,30,80,150,240,350,480,630,800,990,1200,1430,1680,1950,2240,2550,2880,3230,3600,3990,4400,4830,5280,5750,6240,6750,7280,7830,8400,8990,9600,10230,10880,11550,12240,12950,13680,14430,15200,15990,16800,17630,18480,19350,20240,21150,22080,23030,24000,24990,26000,... | 83.285714 | 500 | 0.787307 |
14c62e8d06252b1c25ccc6840b40445a8356f460 | 19,653 | asm | Assembly | MUSIC/snesmod_ca65.asm | nesdoug/SNES_14_SNESMOD | 94fefb28c951eff1c80c032e0ea1f3c7e0fe5932 | [
"MIT"
] | 4 | 2022-03-03T08:56:11.000Z | 2022-03-23T02:00:56.000Z | MUSIC/snesmod_ca65.asm | nesdoug/SNES_14_SNESMOD | 94fefb28c951eff1c80c032e0ea1f3c7e0fe5932 | [
"MIT"
] | null | null | null | MUSIC/snesmod_ca65.asm | nesdoug/SNES_14_SNESMOD | 94fefb28c951eff1c80c032e0ea1f3c7e0fe5932 | [
"MIT"
] | null | null | null | ;*
;* Copyright 2009 Mukunda Johnson (mukunda.com)
;*
;* This file is part of SNESMOD - gh.mukunda.com/snesmod
;*
;* See LICENSING.txt
;*
;modified doug fraker, 2022.2
;-----CHANGES
;streaming functions removed
;spcEffect now allows values 0-60 for pitch, C2-C7
;-it also allows looped samples to be used as sfx
;spcFxP... | 24.62782 | 74 | 0.409963 |
c2ed1fa845061688a8cf46c30e4cd798e756d001 | 451 | asm | Assembly | src/test/resources/data/generationtests/sjasm-repeat.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 36 | 2020-06-29T06:52:26.000Z | 2022-02-10T19:41:58.000Z | src/test/resources/data/generationtests/sjasm-repeat.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 39 | 2020-07-02T18:19:34.000Z | 2022-03-27T18:08:54.000Z | src/test/resources/data/generationtests/sjasm-repeat.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 7 | 2020-07-02T06:00:05.000Z | 2021-11-28T17:31:13.000Z | scorebar_sat:
counter:=32*4
repeat 6
repeat 4
db @@# * 8 -8-1
if (!((@@#/4) & 1))
if ((counter!=32*4) & (counter!=32*4+4*4) & (counter!=4*8+32*4) & (counter!=4*12+32*4))
db (@# * 16)+192
else
db 0
endif
else
db 96+(@# * 16)
endif
db 0+counter
db 14+8-counter/16
counter:=counter+4
endrepeat
endr... | 13.264706 | 89 | 0.583149 |
aab7dca06a02f0b6afd14461e74f9ac67c60f5b3 | 1,254 | asm | Assembly | libsrc/_DEVELOPMENT/target/yaz180/driver/i2c/i2c_interrupt_disable.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/yaz180/driver/i2c/i2c_interrupt_disable.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/yaz180/driver/i2c/i2c_interrupt_disable.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z | ;==============================================================================
; Contents of this file are copyright Phillip Stevens
;
; You have permission to use this for NON COMMERCIAL USE ONLY
; If you wish to use it elsewhere, please include an acknowledgement to myself.
;
; https://github.com/feilipu/
;
; https:... | 27.26087 | 79 | 0.660287 |
1ab722aa5571b06dc948618f03feedde040c38fb | 227,068 | asm | Assembly | project/win32kstub/amd64/6_1_7601_sp1_shadowssdt_sysenter.asm | rmusser01/windows-syscall-table | 6216a2559d714eb04bad278792a6544ab8f21d41 | [
"BSD-3-Clause"
] | 6 | 2018-01-18T02:30:27.000Z | 2020-01-11T03:42:33.000Z | project/win32kstub/amd64/6_1_7601_sp1_shadowssdt_sysenter.asm | stonedreamforest/windows-syscall-table | 6216a2559d714eb04bad278792a6544ab8f21d41 | [
"BSD-3-Clause"
] | null | null | null | project/win32kstub/amd64/6_1_7601_sp1_shadowssdt_sysenter.asm | stonedreamforest/windows-syscall-table | 6216a2559d714eb04bad278792a6544ab8f21d41 | [
"BSD-3-Clause"
] | 3 | 2017-12-29T07:50:35.000Z | 2020-10-15T09:28:54.000Z | ; DO NOT MODIFY THIS FILE DIRECTLY!
; author: @TinySecEx
; shadowssdt asm stub for 6.1.7601-sp1-windows-7 amd64
option casemap:none
option prologue:none
option epilogue:none
.code
; ULONG64 __stdcall NtUserGetThreadState( ULONG64 arg_01 );
_6_1_7601_sp1_windows_7_NtUserGetThreadState PROC STDCALL
mov r10 , rcx... | 19.588337 | 324 | 0.803883 |
8a1bfeb7e466dbd35370042bffe9a4f34d4d7e6d | 263 | asm | Assembly | solutions/21 - Big Data/size-8_speed-21.asm | michaelgundlach/7billionhumans | 02c6f3963364362c95cb516cbc6ef1efc073bb2e | [
"MIT"
] | 45 | 2018-09-05T04:56:59.000Z | 2021-11-22T08:57:26.000Z | solutions/21 - Big Data/size-8_speed-21.asm | michaelgundlach/7billionhumans | 02c6f3963364362c95cb516cbc6ef1efc073bb2e | [
"MIT"
] | 36 | 2018-09-01T11:34:26.000Z | 2021-05-19T23:20:49.000Z | solutions/21 - Big Data/size-8_speed-21.asm | michaelgundlach/7billionhumans | 02c6f3963364362c95cb516cbc6ef1efc073bb2e | [
"MIT"
] | 36 | 2018-09-01T07:44:19.000Z | 2021-09-10T19:07:35.000Z | -- 7 Billion Humans (2053) --
-- 21: Big Data --
-- Author: soerface
-- Size: 8
-- Speed: 21
-- Speed Tests: 20, 22, 18, 20, 23, 23, 20, 23, 18, 22, 23
step sw
a:
if s != shredder:
step s
jump a
endif
b:
takefrom se
if myitem < 50:
giveto sw
jump b
endif
| 11.434783 | 58 | 0.596958 |
dac966f09c719ced89c4caa42dd28fa9496e1987 | 662 | asm | Assembly | oeis/037/A037480.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/037/A037480.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/037/A037480.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A037480: Base-3 digits are, in order, the first n terms of the periodic sequence with initial period 1,2.
; 1,5,16,50,151,455,1366,4100,12301,36905,110716,332150,996451,2989355,8968066,26904200,80712601,242137805,726413416,2179240250,6537720751,19613162255,58839486766,176518460300,529555380901,1588666142705,476599842... | 60.181818 | 486 | 0.845921 |
2d3074ae09cda6d5beafb496067b67785af2fa80 | 433 | asm | Assembly | oeis/026/A026561.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/026/A026561.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/026/A026561.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A026561: Expansion of 1/((1-2x)(1-6x)(1-8x)(1-9x)).
; Submitted by Jon Maiga
; 1,25,405,5405,64661,721725,7683685,79078285,793624821,7813101725,75772440965,726132366765,6891899656981,64900354798525,607206802510245,5650395374640845,52342063252985141,483011998315708125
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
... | 25.470588 | 190 | 0.699769 |
e2cf91e3dafc176361e649f74bb303b9b8b3d3f0 | 2,288 | asm | Assembly | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/ComputeShaderSort11/ComputeShaderSort11_MatrixTranspose.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 125 | 2015-01-04T09:33:05.000Z | 2022-03-13T05:08:50.000Z | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/ComputeShaderSort11/ComputeShaderSort11_MatrixTranspose.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 1 | 2015-04-01T22:26:14.000Z | 2015-04-02T12:57:18.000Z | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/ComputeShaderSort11/ComputeShaderSort11_MatrixTranspose.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 36 | 2015-01-26T22:01:38.000Z | 2022-01-26T04:35:56.000Z | //
// Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.20714
//
//
///
// Buffer Definitions:
//
// cbuffer CB
// {
//
// uint g_iLevel; // Offset: 0 Size: 4 [unused]
// uint g_iLevelMask; // Offset: 4 Size: 4 [unused]
// uint g_iWidth; ... | 29.714286 | 103 | 0.509615 |
17ad05024090a56e11c920d0493a3383d96bfdf7 | 265 | asm | Assembly | programs/oeis/137/A137483.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/137/A137483.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/137/A137483.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A137483: a(n+1) = 9*a(n) - 6, a(0) = 2.
; 2,12,102,912,8202,73812,664302,5978712,53808402,484275612,4358480502,39226324512,353036920602,3177332285412,28595990568702,257363915118312,2316275236064802
mul $0,2
mov $1,3
pow $1,$0
mul $1,5
div $1,8
mul $1,2
add $1,2
| 24.090909 | 157 | 0.720755 |
917b59f4557a32f1cc69a7c9cca90f2ed3da7e3a | 3,486 | asm | Assembly | release/src/router/gmp/source/mpn/powerpc64/logops_n.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 184 | 2020-04-15T14:28:37.000Z | 2020-09-22T15:57:55.000Z | release/src/router/gmp/source/mpn/powerpc64/logops_n.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 8 | 2019-12-19T19:34:56.000Z | 2022-03-10T10:11:28.000Z | release/src/router/gmp/source/mpn/powerpc64/logops_n.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 5 | 2020-04-21T19:50:23.000Z | 2020-09-22T10:58:02.000Z | dnl PowerPC-64 mpn_and_n, mpn_andn_n, mpn_nand_n, mpn_ior_n, mpn_iorn_n,
dnl mpn_nior_n, mpn_xor_n, mpn_xnor_n -- mpn bitwise logical operations.
dnl Copyright 2003, 2004, 2005 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribu... | 25.26087 | 102 | 0.645726 |
48669334e82464c056546e5625f9403816373c96 | 255 | asm | Assembly | libsrc/_DEVELOPMENT/compress/zx7/c/sdcc/dzx7_turbo_back.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/compress/zx7/c/sdcc/dzx7_turbo_back.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/compress/zx7/c/sdcc/dzx7_turbo_back.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void dzx7_turbo_back(void *src, void *dst)
SECTION code_clib
SECTION code_compress_zx7
PUBLIC _dzx7_turbo_back
EXTERN asm_dzx7_turbo_back
_dzx7_turbo_back:
pop af
pop hl
pop de
push de
push hl
push af
jp asm_dzx7_turbo_back
| 11.590909 | 44 | 0.745098 |
28625f4dcbb3e615166b6fc96a8143d941fa27f3 | 5,456 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_34_934.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_34_934.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_34_934.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x430d, %rsi
lea addresses_WC_ht+0xfc6d, %rdi
nop
nop
and $60785, %r8
mov $100, %rcx
rep movsq
nop
nop
nop
add $17841, %r15
lea addresses_A_ht+0x1b08d, %rcx
nop
nop
nop
nop
add ... | 20.058824 | 147 | 0.639113 |
5aaec2565083a372da5d2c161efe308732d0545b | 433 | asm | Assembly | programs/oeis/321/A321501.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/321/A321501.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/321/A321501.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A321501: Numbers not of the form (x - y)(x^2 - y^2) with x > y > 0; complement of A321499.
; 0,1,2,4,6,8,10,12,14,18,20,22,26,28,30,34,36,38,42,44,46,50,52,54,58,60,62,66,68,70,74,76,78,82,84,86,90,92,94,98,100,102,106,108,110,114,116,118,122,124,126,130,132,134,138,140,142,146,148,150,154,156,158,162,164,166,170,172... | 28.866667 | 235 | 0.632794 |
b14768aa45df778e34d5375540593755b552aeb3 | 6,468 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1019.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_1019.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_1019.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 %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x98f1, %r9
nop
nop
nop
dec %rax
movups (%r9), %xmm6
vpextrq $1, %xmm6, %rsi
add %r12, %r12
lea addresses_WC_ht+0x211e, %rbp
nop
nop
xor $26579, %r10
vmovups (%rbp), ... | 37.604651 | 2,999 | 0.65569 |
f13c5b890f7b86329f86229cb2da3db295b1ac40 | 2,003 | asm | Assembly | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/PSApproach_PS.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 125 | 2015-01-04T09:33:05.000Z | 2022-03-13T05:08:50.000Z | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/PSApproach_PS.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 1 | 2015-04-01T22:26:14.000Z | 2015-04-02T12:57:18.000Z | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/PSApproach_PS.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 36 | 2015-01-26T22:01:38.000Z | 2022-01-26T04:35:56.000Z | //
// Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.20714
//
//
///
// Resource Bindings:
//
// Name Type Format Dim Slot Elements
// ------------------------------ ---------- ------- ----------- ---- --------
// PointSampler sampler NA ... | 38.519231 | 113 | 0.522217 |
0323aba85a8ffe0bac1cc48c14e26ded19e2bfc1 | 1,060 | asm | Assembly | programs/oeis/245/A245423.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/245/A245423.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/245/A245423.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A245423: Number of nonnegative integers with property that their base 7/5 expansion (see A024642) has n digits.
; 7,7,7,14,14,21,28,42,56,84,112,161,224,315,441,616,861,1204,1687,2366,3311,4634,6489,9086,12719,17808,24927,34902,48860,68404,95767,134071,187698,262780,367892,515046,721070,1009498,1413293,1978613,277005... | 17.377049 | 215 | 0.509434 |
0ec1cf5dee2b150e90e4cf4c0bc537c835f5ba40 | 411 | asm | Assembly | libsrc/z80_crt0s/crt0_long/l_declong.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/z80_crt0s/crt0_long/l_declong.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/z80_crt0s/crt0_long/l_declong.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ; Small C+ Z88 Support Library
;
; Decrement long by 1
;
; djm 21/2/99
; Rewritten so that I know it works
XLIB l_declong
.l_declong
ld a,h
or l
dec hl
ret nz
dec de
ret
IF ARCHAIC
.l_declong
l... | 14.172414 | 41 | 0.411192 |
af0a1d2bf2058eb7900af8d282e591dd49717686 | 722 | asm | Assembly | oeis/013/A013954.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/013/A013954.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/013/A013954.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A013954: a(n) = sigma_6(n), the sum of the 6th powers of the divisors of n.
; 1,65,730,4161,15626,47450,117650,266305,532171,1015690,1771562,3037530,4826810,7647250,11406980,17043521,24137570,34591115,47045882,65019786,85884500,115151530,148035890,194402650,244156251,313742650,387952660,489541650,594823322,741453700,... | 40.111111 | 500 | 0.783934 |
9a760385dc81a38976e649e0fbef69cf5f9078de | 554 | asm | Assembly | oeis/017/A017153.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017153.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017153.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017153: a(n) = (8*n + 7)^5.
; 16807,759375,6436343,28629151,90224199,229345007,503284375,992436543,1804229351,3077056399,4984209207,7737809375,11592740743,16850581551,23863536599,33038369407,44840334375,59797108943,78502725751,101621504799,129891985607,164130859375,205236901143,254194901951,312079600999,380059617807... | 79.142857 | 494 | 0.866426 |
afddcddde8a5fc87d5e5a4c74fbe7460b554ff91 | 5,626 | asm | Assembly | iod/con2/pc16/colrm.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/pc16/colrm.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/pc16/colrm.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Set colour masks / palettes V2.00 1998 Tony Tebby
;
; Registers:
; Entry Exit
; D0 0
; D1/D2 preserved
; D3 Colour number preserved
; D4 (QL colour number if set)
; D5 preserved
; D6 Stipple pattern Stipple pattern
; D7 Colour mask
; A0 CDB preserved
;
; All other registers prese... | 19.4 | 76 | 0.656061 |
26b5cfafa334cedbbb8b81792ae3005d11d4ca4a | 235 | asm | Assembly | asm/add.asm | Eskpil/svm | 20b99190323d71ddeb31eb114a63f1b090919f4f | [
"Apache-2.0"
] | 2 | 2022-01-02T01:19:38.000Z | 2022-01-06T13:28:37.000Z | asm/add.asm | Eskpil/svm | 20b99190323d71ddeb31eb114a63f1b090919f4f | [
"Apache-2.0"
] | 1 | 2022-01-02T00:14:18.000Z | 2022-01-02T00:14:18.000Z | asm/add.asm | Eskpil/svm | 20b99190323d71ddeb31eb114a63f1b090919f4f | [
"Apache-2.0"
] | null | null | null | BITS 64
segment .text
global _start
_start:
mov rax, 10
mov rdi, 20
add rax, rdi
jmp exit
exit:
xor rax, rax
xor rdi, rdi
mov rax, 60
mov rdi, 0
syscall
| 14.6875 | 20 | 0.47234 |
30104ed31a1fe439f6be536c020943a3b4b80ba5 | 505 | asm | Assembly | programs/oeis/129/A129283.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/129/A129283.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/129/A129283.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A129283: (Arithmetic derivative of n) + n.
; 0,1,3,4,8,6,11,8,20,15,17,12,28,14,23,23,48,18,39,20,44,31,35,24,68,35,41,54,60,30,61,32,112,47,53,47,96,38,59,55,108,42,83,44,92,84,71,48,160,63,95,71,108,54,135,71,148,79,89,60,152,62,95,114,256,83,127,68,140,95,129,72,228,74,113,130,156,95,149,80,256,189,125,84,208,107,... | 72.142857 | 328 | 0.639604 |
6fabc4385f5adb7da5809aa55dcd6de9d6f78527 | 371 | asm | Assembly | oeis/191/A191275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/191/A191275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/191/A191275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A191275: Numbers that are congruent to {0, 1, 3, 5, 7, 9, 11} mod 12.
; 0,1,3,5,7,9,11,12,13,15,17,19,21,23,24,25,27,29,31,33,35,36,37,39,41,43,45,47,48,49,51,53,55,57,59,60,61,63,65,67,69,71,72,73,75,77,79,81,83,84,85,87,89,91,93,95,96,97,99,101,103,105,107,108,109,111
mul $0,6
mov $2,6
lpb $2
add $2,$0
sub $0,... | 26.5 | 200 | 0.606469 |
b90c1b4db8587ef16286459c8f2b76edf251fc1e | 1,856 | asm | Assembly | src/QRCHWAI.asm | cfdonatucci/CICS-QRTCB-CHECK | 9a276e2336f89864a09eb509ef4c3bc624d677d9 | [
"Apache-2.0"
] | null | null | null | src/QRCHWAI.asm | cfdonatucci/CICS-QRTCB-CHECK | 9a276e2336f89864a09eb509ef4c3bc624d677d9 | [
"Apache-2.0"
] | null | null | null | src/QRCHWAI.asm | cfdonatucci/CICS-QRTCB-CHECK | 9a276e2336f89864a09eb509ef4c3bc624d677d9 | [
"Apache-2.0"
] | null | null | null | *ASM XOPTS(SP) 00000105
*----------------------------------------------------------------*
* Licensed Materials - Property of IBM *
* Author Carlos Donatucci *
* (c) Copyright IBM Corp. 2018 Al... | 74.24 | 81 | 0.262392 |
22b5731886c530979e03716d354ea01b8308ca37 | 19,103 | asm | Assembly | vpx_dsp/x86/intrapred_sse2.asm | VTCSecureLLC/linphone-libvpx | d2b4742a04da011adf05a4ea63d041f60e50195a | [
"BSD-3-Clause"
] | 8 | 2018-12-27T14:57:13.000Z | 2021-04-07T07:03:15.000Z | vpx_dsp/x86/intrapred_sse2.asm | VTCSecureLLC/linphone-libvpx | d2b4742a04da011adf05a4ea63d041f60e50195a | [
"BSD-3-Clause"
] | 1 | 2019-03-13T01:35:03.000Z | 2020-10-08T04:13:04.000Z | vpx_dsp/x86/intrapred_sse2.asm | VTCSecureLLC/linphone-libvpx | d2b4742a04da011adf05a4ea63d041f60e50195a | [
"BSD-3-Clause"
] | 9 | 2018-12-28T11:45:12.000Z | 2021-05-11T02:15:31.000Z | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | 28.597305 | 75 | 0.481181 |
69f622ad3ab45ace9948fe2f82a107ff9b07aab6 | 25,808 | asm | Assembly | target/cos_117/disasm/iop_overlay1/HSXGET.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 49 | 2020-10-09T12:29:16.000Z | 2022-03-12T02:33:35.000Z | target/cos_117/disasm/iop_overlay1/HSXGET.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 1 | 2021-12-29T15:59:25.000Z | 2021-12-29T15:59:25.000Z | target/cos_117/disasm/iop_overlay1/HSXGET.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x101D- f:00010 d: 29 | A = 29 (0x001D)
0x0001 (0x000002) 0x2929- f:00024 d: 297 | OR[297] = A
0x0002 (0x000004) 0x1001- f:00010 d: 1 | A = 1 (0x0001)
0x0003 (0x000006) 0x292A- f:00024 d: 298 | OR[298] = A
... | 79.900929 | 127 | 0.454316 |
7ba78d3dea22f6f8ee850f77f4e4201934b8ec40 | 24,730 | asm | Assembly | Library/Convert/convertText.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Convert/convertText.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Convert/convertText.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) Berkeley Softworks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Convert
FILE: convertText.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Tony 3/92 Initial version
DESCRIPTIO... | 21.011045 | 80 | 0.653053 |
ce2e0f58b39c3b7ad78ab2ed9b23e1417a574e0c | 1,932 | asm | Assembly | programs/oeis/006/A006367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/006/A006367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/006/A006367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A006367: Number of binary vectors of length n+1 beginning with 0 and containing just 1 singleton.
; 1,0,2,2,5,8,15,26,46,80,139,240,413,708,1210,2062,3505,5944,10059,16990,28646,48220,81047,136032,228025,381768,638450,1066586,1780061,2968040,4944519,8230370,13689118,22751528,37786915,62716752,104028245,172447884,2857... | 23.277108 | 692 | 0.572464 |
a56522ac7df7e46fdc50e217b2645942aa07f046 | 413 | asm | Assembly | programs/oeis/276/A276598.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/276/A276598.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/276/A276598.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A276598: Values of n such that n^2 + 3 is a triangular number (A000217).
; 0,5,30,175,1020,5945,34650,201955,1177080,6860525,39986070,233055895,1358349300,7917039905,46143890130,268946300875,1567533915120,9136257189845,53250009223950,310363798153855,1808932779699180,10543232880041225,61450464500548170
lpb $0,1
sub... | 29.5 | 229 | 0.74092 |
187b36b8e1f3a1fddb1cfa3d2c38e3254bdc05c2 | 7,582 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_308_1198.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_308_1198.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_308_1198.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 %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x986a, %rsi
lea addresses_A_ht+0x666a, %rdi
nop
nop
nop
nop
nop
and %r8, %r8
mov $31, %rcx
rep movsl
nop
dec %rsi
lea addresses_WC_ht+0x566a, %r8
nop
nop
nop
nop
nop
add %r15,... | 22.3 | 923 | 0.645212 |
0ab422a9c20455bc511a1377cc3db8050b67459a | 1,447 | asm | Assembly | programs/oeis/103/A103505.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/103/A103505.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/103/A103505.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A103505: Denominator in expansion of (1-x)*log(1-x).
; 1,1,2,6,12,20,30,42,56,72,90,110,132,156,182,210,240,272,306,342,380,420,462,506,552,600,650,702,756,812,870,930,992,1056,1122,1190,1260,1332,1406,1482,1560,1640,1722,1806,1892,1980,2070,2162,2256,2352,2450,2550,2652,2756,2862,2970,3080,3192,3306,3422,3540,3660,3... | 180.875 | 1,352 | 0.800968 |
84874338c3219fc92fce46aaf4389c3e765b4bca | 14,168 | asm | Assembly | Library/Trans/SSheet/Lotus123/Shared/sharedCache.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Trans/SSheet/Lotus123/Shared/sharedCache.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Trans/SSheet/Lotus123/Shared/sharedCache.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1991 -- All Rights Reserved
PROJECT: PC/GEOS
MODULE: CSV/Shared
FILE: sharedCache.asm
AUTHOR: Andrew Wilson, Jun 26, 1991
ROUTINES:
Name Description
---- -----------
OutputCacheAtt... | 25.666667 | 79 | 0.5619 |
9dcb7e5400adafbeb157b8e80d8192d7ea8dcb2f | 976 | asm | Assembly | Mid-Term/Solution/Lab_Mid/ASM/MidQ3.asm | MohammadSakiL/CSE331L-Section-1-Fall20-NSU | 52a984fd9cae962760c759306e7998bd9ee75afc | [
"MIT"
] | null | null | null | Mid-Term/Solution/Lab_Mid/ASM/MidQ3.asm | MohammadSakiL/CSE331L-Section-1-Fall20-NSU | 52a984fd9cae962760c759306e7998bd9ee75afc | [
"MIT"
] | null | null | null | Mid-Term/Solution/Lab_Mid/ASM/MidQ3.asm | MohammadSakiL/CSE331L-Section-1-Fall20-NSU | 52a984fd9cae962760c759306e7998bd9ee75afc | [
"MIT"
] | null | null | null |
.MODEL SMALL
.STACK 100H
.DATA
PROMPT_1 DB "ENTER A NUMBER1 : $"
PROMPT_2 DB "ENTER A NUMBER2 : $"
PROMPT_3 DB "SMALLEST ONE : $"
.CODE
MAIN PROC
MOV AX, @DATA
MOV DS, AX
LEA DX, PROMPT_1
MOV AH, 9
INT 21H
MOV AH,1
INT 21H
MOV BL, AL
MOV A... | 13.189189 | 35 | 0.413934 |
2fb63a91acb79a5d99057c8697b65187bedf7bd1 | 4,188 | asm | Assembly | 3-Assemble(80x86)/lab-3/rank.asm | ftxj/4th-Semester | 1d5c7e7e028176524bdafc64078775d42b73b51c | [
"MIT"
] | null | null | null | 3-Assemble(80x86)/lab-3/rank.asm | ftxj/4th-Semester | 1d5c7e7e028176524bdafc64078775d42b73b51c | [
"MIT"
] | null | null | null | 3-Assemble(80x86)/lab-3/rank.asm | ftxj/4th-Semester | 1d5c7e7e028176524bdafc64078775d42b73b51c | [
"MIT"
] | null | null | null | .386
STACK SEGMENT USE16 STACK
DB 256 DUP(0)
STACK ENDS
DATA SEGMENT USE16
N EQU 30
STU DB 'TEMPVALUE',0,90,100,95,80,?,?
DB 'xinjie',0,0,0,0,90,90,8,90,?,?
DB 3 DUP('TEMPVALUE',0,90,100,95,80,?,?)
DB 'xinjie',0,0,0,0,90,90,8,90,?,?
DB 'xinjie',0,0,0,0,90,90,8,90,?,?
DB 'xinjie',0,0,0,0,90,90,... | 15.568773 | 81 | 0.533906 |
9578f9adfd52bad24fd4ca6056ac3e9daff06c7b | 29 | asm | Assembly | experiments/litmus/intel/5/thread.1.asm | phlo/concubine | 2a3bc9474878951aef54e8c7b6c47c5b4ac02fb1 | [
"MIT"
] | null | null | null | experiments/litmus/intel/5/thread.1.asm | phlo/concubine | 2a3bc9474878951aef54e8c7b6c47c5b4ac02fb1 | [
"MIT"
] | null | null | null | experiments/litmus/intel/5/thread.1.asm | phlo/concubine | 2a3bc9474878951aef54e8c7b6c47c5b4ac02fb1 | [
"MIT"
] | null | null | null | ADDI 1
STORE 1
LOAD 1
LOAD 0
| 5.8 | 7 | 0.724138 |
f94a9ae8f14ebad84b5f8c29322002e6ab2ebd39 | 1,157 | asm | Assembly | Projects/04/Fill.asm | sunandagupta/nand2tetris | 89ff71cb5372137855d75181edb73a75428cf22b | [
"MIT"
] | null | null | null | Projects/04/Fill.asm | sunandagupta/nand2tetris | 89ff71cb5372137855d75181edb73a75428cf22b | [
"MIT"
] | null | null | null | Projects/04/Fill.asm | sunandagupta/nand2tetris | 89ff71cb5372137855d75181edb73a75428cf22b | [
"MIT"
] | null | null | null |
// This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/04/Fill.asm
// Runs an infinite loop that listens to the keyboard input.
// When a key is pressed (any key), the program blackens the screen,
// i.e. writes "blac... | 16.528571 | 71 | 0.531547 |
c99ea9eee6e2c434c982666f6c36324a575799e7 | 248 | asm | Assembly | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sccz80/ba_priority_queue_destroy.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sccz80/ba_priority_queue_destroy.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sccz80/ba_priority_queue_destroy.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
; void ba_priority_queue_destroy(ba_priority_queue_t *q)
SECTION code_clib
SECTION code_adt_ba_priority_queue
PUBLIC ba_priority_queue_destroy
EXTERN asm_ba_priority_queue_destroy
defc ba_priority_queue_destroy = asm_ba_priority_queue_destroy
| 20.666667 | 62 | 0.895161 |
75761ef93586e948ab26fb6bba24f18e50d1c543 | 7,785 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48.log_21829_2057.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48.log_21829_2057.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48.log_21829_2057.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 %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xe111, %rsi
lea addresses_WC_ht+0x19b79, %rdi
nop
nop
nop
sub $14045, %r8
mov $127, %rcx
rep movsb
nop
nop
add %rbx, %rbx
lea addresses_UC_ht+0x10164, %r8
nop
xor %rax, %rax
movw $0... | 31.518219 | 2,999 | 0.653051 |
879110e4ab5e40620b5606e7eb31fafede410e46 | 121,734 | asm | Assembly | de.fhdo.lemma.intermediate.transformations/transformation/IntermediateOperationModelTransformation.asm | frademacher/thesis-lemma-code | f27b9c86ad55a672bcf2ffa8b32218369839cb83 | [
"MIT"
] | 18 | 2019-08-28T13:16:01.000Z | 2022-02-09T01:17:09.000Z | de.fhdo.lemma.intermediate.transformations/transformation/IntermediateOperationModelTransformation.asm | frademacher/thesis-lemma-code | f27b9c86ad55a672bcf2ffa8b32218369839cb83 | [
"MIT"
] | 36 | 2019-08-27T12:34:49.000Z | 2022-03-07T19:02:50.000Z | de.fhdo.lemma.intermediate.transformations/transformation/IntermediateOperationModelTransformation.asm | frademacher/thesis-lemma-code | f27b9c86ad55a672bcf2ffa8b32218369839cb83 | [
"MIT"
] | 2 | 2019-09-26T12:30:22.000Z | 2019-12-13T03:17:39.000Z | <?xml version = '1.0' encoding = 'ISO-8859-1' ?>
<asm version="1.0" name="0">
<cp>
<constant value="IntermediateOperationModelTransformation"/>
<constant value="links"/>
<constant value="NTransientLinkSet;"/>
<constant value="col"/>
<constant value="J"/>
<constant value="main"/>
<constant value="A"/>
<... | 29.518429 | 83 | 0.562431 |
ed5b67a994d5b46ddea36d7798a1b14226423bc5 | 302 | asm | Assembly | programs/oeis/010/A010197.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/010/A010197.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/010/A010197.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A010197: Continued fraction for sqrt(138).
; 11,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1,22,1,2,1
mov $1,4
mov $2,$0
gcd $2,4
pow $1,$2
lpb $0,1
mov $0,1
mul $1,2
lpe
div $1,24
add $1,1
| 21.571429 | 163 | 0.572848 |
31d41f1bb5d6199f340e149c07cf26b5d500ce7a | 274 | asm | Assembly | assembler/assembly.asm | CancerHenry/RISCV_Verilog | f7b43a36c8a1e26582281599d5c7ff20e3f8f390 | [
"MIT"
] | 11 | 2021-12-27T02:06:00.000Z | 2022-02-23T01:03:06.000Z | assembler/assembly.asm | CancerHenry/RISCV_Verilog | f7b43a36c8a1e26582281599d5c7ff20e3f8f390 | [
"MIT"
] | null | null | null | assembler/assembly.asm | CancerHenry/RISCV_Verilog | f7b43a36c8a1e26582281599d5c7ff20e3f8f390 | [
"MIT"
] | 2 | 2021-12-27T03:14:41.000Z | 2021-12-31T06:11:07.000Z | addi x31,x0,0;
addi x1,x0,8 ;
add x2,x0,x1;
addi x3,x0,7 ;
sub x4,x2,x3;
addi x5,x0,15;
and x6,x5,x4;
or x7,x5,x4;
xor x8,x5,x4;
addi x1,x0,1
addi x9,x0,8
addi x10,x0,0
addi x11,x0,1
loop:
sll x11,x11,x1
addi x10,x10,1
blt x10,x9,loop
lw x12,0(x2)
sw x11,0(x0)
| 13.047619 | 16 | 0.635036 |
94b249ccd07e825324f91afcb729f27b436b1a6f | 151 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/fzero.lzh/fzero/game_over_usa.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/fzero.lzh/fzero/game_over_usa.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/fzero.lzh/fzero/game_over_usa.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: game_over_usa.asm
Type: file
Size: 75996
Last-Modified: '1993-07-20T07:13:25Z'
SHA-1: 488D330AFC2CFF9D0DD6B0C952301E881FAC32E3
Description: null
| 21.571429 | 47 | 0.821192 |
fc4bd332bf1b8fc0ee2cd2da129169a05c87d929 | 83 | asm | Assembly | libsrc/gfx/common/__graphics_retaddr.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/gfx/common/__graphics_retaddr.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/gfx/common/__graphics_retaddr.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION bss_graphics
PUBLIC __graphics_retaddr
__graphics_retaddr:
defw 0
| 10.375 | 26 | 0.795181 |
56d47ca7e7bdcedaf03573f61932cc8526bf22b5 | 2,560 | asm | Assembly | dv3/qxl/fd/mformat.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/qxl/fd/mformat.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/qxl/fd/mformat.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; DV3 QXL Floppy Disk Format 1993 Tony Tebby
section dv3
xdef fd_mformat
xref dv3_slen
xref fd_hold
xref fd_release
xref qxl_mess_add
xref gu_achp0
xref gu_rchp
include 'dev8_keys_err'
include 'dev8_smsq_qxl_keys'
include 'dev8_smsq_qxl_comm_keys'
include 'dev8_dv3_keys'
include 'dev8_dv3_fd_... | 21.333333 | 71 | 0.667188 |
09bf3b91b53ec7ec0c54e4ab8cb547bd8c761707 | 3,169 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_2_1002.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_2_1002.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_2_1002.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xc0b3, %rsi
lea addresses_D_ht+0x1c2d3, %rdi
nop
nop
xor %r14, %r14
mov $94, %rcx
rep movsb
nop
nop
nop
nop
xor %rdi, %rdi
lea addresses_A_ht+0x19173, %rsi
nop
nop
cmp %r9, %r... | 19.561728 | 148 | 0.643736 |
a79a6f4acb6468b7b9e9207f22e456a4aae5ef37 | 669 | asm | Assembly | oeis/001/A001354.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001354.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001354.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001354: Coordination sequence for hyperbolic tessellation 3^7 (from triangle group (2,3,7)).
; 1,7,21,56,147,385,1008,2639,6909,18088,47355,123977,324576,849751,2224677,5824280,15248163,39920209,104512464,273617183,716339085,1875400072,4909861131,12854183321,33652688832,88103883175,230658960693,603872998904,15809600... | 51.461538 | 485 | 0.831091 |
a65bd03575caf6e96b1d3f8c6931dc9c2be5d0d7 | 307 | asm | Assembly | pwnlib/shellcraft/templates/arm/linux/ptrace.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 325 | 2016-01-25T08:38:06.000Z | 2022-03-30T14:31:50.000Z | pwnlib/shellcraft/templates/arm/linux/ptrace.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 8 | 2016-08-23T10:15:27.000Z | 2019-01-16T02:49:34.000Z | pwnlib/shellcraft/templates/arm/linux/ptrace.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 71 | 2016-07-13T10:03:52.000Z | 2022-01-10T11:57:34.000Z | <%
from pwnlib.shellcraft.arm.linux import syscall
%>
<%page args="request, vararg"/>
<%docstring>
Invokes the syscall ptrace. See 'man 2 ptrace' for more information.
Arguments:
request(ptrace_request): request
vararg(int): vararg
</%docstring>
${syscall('SYS_ptrace', request, vararg)}
| 21.928571 | 69 | 0.703583 |
fc24a9c25e9a78f32d978cf825b9b0e0cdd9c52c | 2,554 | asm | Assembly | LibLemon/src/gfx/sse2.asm | adi-g15/LemonOS | 47a15ecc0efe47eeebde0b63d668fb70c9e22b57 | [
"BSD-2-Clause"
] | 685 | 2021-02-21T22:14:22.000Z | 2022-03-31T18:05:34.000Z | LibLemon/src/gfx/sse2.asm | adi-g15/LemonOS | 47a15ecc0efe47eeebde0b63d668fb70c9e22b57 | [
"BSD-2-Clause"
] | 22 | 2021-02-27T12:40:06.000Z | 2022-03-28T15:17:24.000Z | LibLemon/src/gfx/sse2.asm | adi-g15/LemonOS | 47a15ecc0efe47eeebde0b63d668fb70c9e22b57 | [
"BSD-2-Clause"
] | 36 | 2021-03-05T08:13:24.000Z | 2022-03-15T19:51:33.000Z | global memcpy_sse2:function
global memset32_sse2:function
global memset64_sse2:function
global memcpy_sse2_unaligned:function
global memcpy_optimized:function
section .text
; (void* dest (rdi), void* src (rsi), uint64_t count (rdx))
memcpy_optimized:
mov rcx, rdx
shr rcx, 2 ; Get number of 16 byte chunks
jz .pad2... | 12.581281 | 134 | 0.662882 |
2fbeff4f1d4b7940582812161102927c55f10cda | 340 | asm | Assembly | programs/oeis/343/A343461.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/343/A343461.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/343/A343461.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A343461: a(n) is the maximal number of congruent n-gons that can be arranged around a vertex without overlapping.
; 6,4,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2
add $0,1
mov $1,4
div $1,$0... | 37.777778 | 175 | 0.597059 |
15a908009ca4a8d940e02d875299e14e2cc34d55 | 597 | asm | Assembly | programs/oeis/097/A097409.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/097/A097409.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/097/A097409.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A097409: Initial decimal digit of n^5.
; 1,3,2,1,3,7,1,3,5,1,1,2,3,5,7,1,1,1,2,3,4,5,6,7,9,1,1,1,2,2,2,3,3,4,5,6,6,7,9,1,1,1,1,1,1,2,2,2,2,3,3,3,4,4,5,5,6,6,7,7,8,9,9,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,3,3,3,3,3,4,4,4,4,5,5,5,6,6,6,7,7,8,8,9,9,1,1,1,1,1,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,4,4,4,4,4,4,5,5... | 59.7 | 501 | 0.515913 |
bb5313415e3c1582580965572df8648e4cc38b05 | 11,400 | asm | Assembly | sse/mb_mgr_hmac_submit_ni_sse.asm | kingwelx/intel-ipsec-mb | f67b588d92a477952de8704bf6104812e1517f27 | [
"BSD-3-Clause"
] | null | null | null | sse/mb_mgr_hmac_submit_ni_sse.asm | kingwelx/intel-ipsec-mb | f67b588d92a477952de8704bf6104812e1517f27 | [
"BSD-3-Clause"
] | null | null | null | sse/mb_mgr_hmac_submit_ni_sse.asm | kingwelx/intel-ipsec-mb | f67b588d92a477952de8704bf6104812e1517f27 | [
"BSD-3-Clause"
] | null | null | null | ;;
;; Copyright (c) 2012-2018, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above copyright notice,
;; this list of conditions and... | 32.853026 | 94 | 0.637895 |
1f4f3f5bad21bcb05868845dc55cef64eb18010b | 2,714 | asm | Assembly | programs/oeis/017/A017170.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017170.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017170.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017170: a(n) = (9*n)^10.
; 0,3486784401,3570467226624,205891132094649,3656158440062976,34050628916015625,210832519264920576,984930291881790849,3743906242624487424,12157665459056928801,34867844010000000000,90438207500880449001,215892499727278669824,480682838924478847449,1008568618886953829376,2010655586861806640625,3... | 452.333333 | 2,656 | 0.953574 |
c4fe90abb32b98a1c0414a619545ec66d9c7dc93 | 643 | asm | Assembly | programs/oeis/317/A317189.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/317/A317189.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/317/A317189.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A317189: A morphic sequence related to the ternary Thue-Morse sequence.
; 1,2,1,0,2,0,1,2,1,0,1,2,0,2,1,0,2,0,1,2,0,2,1,0,1,2,1,0,2,0,1,2,1,0,1,2,0,2,1,0,1,2,1,0,2,0,1,2,0,2,1,0,2,0,1,2,1,0,1,2,0,2,1,0,2,0,1,2,0,2,1,0,1,2,1,0,2,0,1,2,0,2,1,0,2,0,1,2,1,0,1,2,0,2,1,0,1,2,1,0
mov $3,$0
mov $5,2
lpb $5
sub $5,1
add ... | 27.956522 | 201 | 0.578538 |
64e97c7aec6ab021c4a3205d14a72972b45dde39 | 7,371 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1277.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1277.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1277.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1497a, %rbp
nop
nop
nop
inc %rax
movb (%rbp), %r9b
nop
cmp $6102, %rax
lea addresses_UC_ht+0x88ae, %r13
nop
nop
nop
nop
nop
inc %r14
movl $0x61626364,... | 34.443925 | 2,999 | 0.655813 |
69ed1dd5e88c29e7043333cb8aef2e1d9fb95085 | 36 | asm | Assembly | tools-src/gnu/binutils/gas/testsuite/gasp/include.asm | enfoTek/tomato.linksys.e2000.nvram-mod | 2ce3a5217def49d6df7348522e2bfda702b56029 | [
"FSFAP"
] | 80 | 2015-01-02T10:14:04.000Z | 2021-06-07T06:29:49.000Z | tools-src/gnu/binutils/gas/testsuite/gasp/include.asm | unforgiven512/tomato | 96f09fab4929c6ddde5c9113f1b2476ad37133c4 | [
"FSFAP"
] | 9 | 2015-05-14T11:03:12.000Z | 2018-01-04T07:12:58.000Z | tools-src/gnu/binutils/gas/testsuite/gasp/include.asm | unforgiven512/tomato | 96f09fab4929c6ddde5c9113f1b2476ad37133c4 | [
"FSFAP"
] | 69 | 2015-01-02T10:45:56.000Z | 2021-09-06T07:52:13.000Z | HI
.INCLUDE "INC1.H"
THERE
.END
| 7.2 | 18 | 0.611111 |
16cdc2d51418b1f915a962b146e8c97b107267f7 | 481 | asm | Assembly | oeis/156/A156195.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/156/A156195.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/156/A156195.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A156195: a(2n+2) = 6*a(2n+1), a(2n+1) = 6*a(2n) - 5^n*A000108(n), a(0)=1.
; Submitted by Christian Krause
; 1,5,30,175,1050,6250,37500,224375,1346250,8068750,48412500,290343750,1742062500,10450312500,62701875000,376177734375,2257066406250,13541839843750,81251039062500,487496738281250,2924980429687500,1754971855468750... | 25.315789 | 232 | 0.702703 |
d756d32b5622267125fb640bf4f114f4366427ef | 6,621 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_656.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_656.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_656.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 %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x8ba6, %rsi
lea addresses_normal_ht+0xdb06, %rdi
nop
cmp $8609, %r10
mov $120, %rcx
rep movsl
nop
nop
nop
sub %r9, %r9
lea addresses_UC_ht+0x10de6, %rbx
clflush (%rbx)
inc %rbp... | 36.988827 | 2,999 | 0.660625 |
4b7b24f06809eaa113717a8d56609635e9adfaf4 | 395 | asm | Assembly | programs/oeis/120/A120580.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/120/A120580.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/120/A120580.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A120580: Hankel transform of sum{k=0..n, C(2k,k)}.
; 1,0,-4,-8,0,32,64,0,-256,-512,0,2048,4096,0,-16384,-32768,0,131072,262144,0,-1048576,-2097152,0,8388608,16777216,0,-67108864,-134217728,0,536870912,1073741824,0,-4294967296,-8589934592,0,34359738368,68719476736,0,-274877906944,-549755813888,0
add $0,2
mov $2,4
lpb... | 28.214286 | 244 | 0.683544 |
9c540cc600eecf6784b4f0d3c8e7f93902ea368e | 226 | asm | Assembly | example.ant.asm | survari/antlc | 06bb22b6f48a04eb60ed585eafeb4b3768b5b5d4 | [
"MIT"
] | 2 | 2021-01-06T19:31:30.000Z | 2022-02-14T07:03:36.000Z | example.ant.asm | survari/antlc | 06bb22b6f48a04eb60ed585eafeb4b3768b5b5d4 | [
"MIT"
] | null | null | null | example.ant.asm | survari/antlc | 06bb22b6f48a04eb60ed585eafeb4b3768b5b5d4 | [
"MIT"
] | null | null | null | prm∘
rclecho
strhi
app2
dsp
fun11
prm×
rdc
num1
prm+
num1
prm∘
rclrange
rclx
app2
app2
app2
stofac
dsp
fun21
prm∘
prm⍣
fun11
prm,
rclx
prm+
rdc
num0
prm⌷
num-2
rclx
app2
app2
app2
rclx
app2
prm,
num0
num1
app2
app2
stofib
dsp
| 5.136364 | 8 | 0.761062 |
26fdc0a787cc870de48ffc02571325802e327ddb | 268 | asm | Assembly | programs/oeis/198/A198689.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/198/A198689.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/198/A198689.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A198689: 8*7^n-1.
; 7,55,391,2743,19207,134455,941191,6588343,46118407,322828855,2259801991,15818613943,110730297607,775112083255,5425784582791,37980492079543,265863444556807,1861044111897655,13027308783283591,91191161482985143
mov $1,7
pow $1,$0
mul $1,8
sub $1,1
| 33.5 | 209 | 0.817164 |
219c2f70821d489608ae6049ede0aec7c7335d21 | 1,712 | asm | Assembly | programs/oeis/255/A255187.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/255/A255187.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/255/A255187.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A255187: 29-gonal numbers: a(n) = n*(27*n-25)/2.
; 0,1,29,84,166,275,411,574,764,981,1225,1496,1794,2119,2471,2850,3256,3689,4149,4636,5150,5691,6259,6854,7476,8125,8801,9504,10234,10991,11775,12586,13424,14289,15181,16100,17046,18019,19019,20046,21100,22181,23289,24424,25586,26775,27991,29234,30504,31801,33125,34476... | 214 | 1,620 | 0.829439 |
2f765363802122244d2249935164d1ba3cfc554c | 707 | asm | Assembly | iod/iou/idlk.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/iou/idlk.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/iou/idlk.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Device Driver Linkage Link In V2.00 1985 Tony Tebby QJUMP
section iou
xdef iou_idlk
xref iou_svlk
include 'dev8_keys_iod'
include 'dev8_keys_qdos_sms'
;+++
; General IO device driver link in.
;
; a3 c p pointer to linkage block
;
; status return... | 23.566667 | 68 | 0.506365 |
a06f88a5942e7dfb384ac6eadc7046c0cc35c5ab | 347 | asm | Assembly | programs/oeis/165/A165776.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/165/A165776.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/165/A165776.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A165776: n + (least square > n), i.e., n + A048761(n+1).
; 1,5,6,7,13,14,15,16,17,25,26,27,28,29,30,31,41,42,43,44,45,46,47,48,49,61,62,63,64,65,66,67,68,69,70,71,85,86,87,88,89,90,91,92,93,94,95,96,97,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,145,146
mov $1,$0
add $0,1
mov $2,3
lpb $1
add $0,$2
... | 28.916667 | 212 | 0.616715 |
e0341121dafc524722a49c46aefa579747e7d54f | 453 | asm | Assembly | programs/oeis/188/A188010.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/188/A188010.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/188/A188010.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A188010: Positions of 0 in A188009; complement of A101866.
; 1,2,3,4,6,7,8,9,11,12,14,15,16,17,19,20,21,22,24,25,27,28,29,30,32,33,35,36,37,38,40,41,42,43,45,46,48,49,50,51,53,54,55,56,58,59,61,62,63,64,66,67,69,70,71,72,74,75,76,77,79,80,82,83,84,85,87,88,90,91,92,93,95,96,97,98,100,101,103,104,105,106,108,109,110,1... | 26.647059 | 269 | 0.644592 |
286a8e576520ad49e175cba85931eab90cd991c6 | 1,307 | asm | Assembly | Library/Chart/Main/mainDelete.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Chart/Main/mainDelete.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Chart/Main/mainDelete.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: mainDelete.asm
AUTHOR: John Wedgwood, Nov 13, 1991
METHODS:
Name Description
---- -----------
REVISION HISTORY:
Name Date Des... | 22.534483 | 79 | 0.472073 |
e2da03ee8473cf7d0359263027da2a9c6f9fb709 | 2,582 | asm | Assembly | src/host/x86/asm/uXxsetbv.asm | Navegos/uasmlib | 619ba610750cb05dc689d93f07712e7595fcecc2 | [
"MIT"
] | 3 | 2020-08-14T07:08:05.000Z | 2020-12-16T19:44:44.000Z | src/host/x86/asm/uXxsetbv.asm | Navegos/uasmlib | 619ba610750cb05dc689d93f07712e7595fcecc2 | [
"MIT"
] | null | null | null | src/host/x86/asm/uXxsetbv.asm | Navegos/uasmlib | 619ba610750cb05dc689d93f07712e7595fcecc2 | [
"MIT"
] | 1 | 2019-07-16T03:28:30.000Z | 2019-07-16T03:28:30.000Z |
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / /
; / / Copyright 2021 (c) Navegos QA - optim... | 37.42029 | 87 | 0.339272 |
596192415b5ce576a50a4e9fdfc86fc119998107 | 501 | asm | Assembly | oeis/228/A228748.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/228/A228748.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/228/A228748.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A228748: Pell numbers (A000129) minus Lucas numbers beginning at 2 (A000032).
; Submitted by Jon Maiga
; -2,0,-1,1,5,18,52,140,361,909,2255,5542,13538,32940,79939,193661,468625,1133118,2738432,6615760,15979301,38589489,93182755,224994602,543236038,1311570360,3166544519,7644930841,18456845405,44559332298
mov $1,-2
mo... | 21.782609 | 201 | 0.668663 |
e955178f0e15ee9bcfbaa6899c7b2086a0546b46 | 773 | asm | Assembly | programs/oeis/233/A233077.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/233/A233077.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/233/A233077.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A233077: Number of n X 3 0..3 arrays with no element x(i,j) adjacent to value 3-x(i,j) horizontally or antidiagonally, top left element zero, and 1 appearing before 2 in row major order.
; 5,95,1985,41675,875165,18378455,385947545,8104898435,170202867125,3574260209615,75059464401905,1576248752439995,33101223801239885... | 77.3 | 523 | 0.866753 |
0f847c9e15193abb40eb53a2bf12e1a13be4f154 | 966 | asm | Assembly | firmware/config/crt0_rom.asm | crmaykish/herring-6502 | d8a9e0aff747fd1cde2ee209b7b648855c725792 | [
"MIT"
] | 3 | 2021-09-02T00:02:49.000Z | 2022-02-06T00:33:43.000Z | firmware/config/crt0_rom.asm | crmaykish/herring-6502 | d8a9e0aff747fd1cde2ee209b7b648855c725792 | [
"MIT"
] | null | null | null | firmware/config/crt0_rom.asm | crmaykish/herring-6502 | d8a9e0aff747fd1cde2ee209b7b648855c725792 | [
"MIT"
] | null | null | null | .export _init
.import _main
.export __STARTUP__ : absolute = 1
.import __RAM_START__, __RAM_SIZE__
.import copydata, zerobss, initlib
.include "zeropage.inc"
.segment "VECTORS"
.addr nmi_handler
.addr _init
.addr irq_handler
.segment "STARTUP"
_init:
jmp start
nmi_handler:
jmp error_catch... | 15.836066 | 58 | 0.666667 |
022ea442c164141d31acb3e87150f3a28866b0bb | 5,687 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_50.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_50.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_50.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 %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x13526, %rsi
lea addresses_WC_ht+0x10629, %rdi
nop
nop
nop
nop
add %r12, %r12
mov $53, %rcx
rep movsq
xor %rdi, %rdi
lea addresses_WC_ht+0x10d26, %rsi
lea addresses_WT_ht+0xee... | 43.083333 | 2,999 | 0.659574 |
7de6f27f6cd4047800427bb5d336499891de3aa1 | 911 | asm | Assembly | latest/boot/disk_load.asm | soumitradev/assembly-fun | 3ab433e96ea1f6ea21121013800455a4fa999021 | [
"MIT"
] | 2 | 2020-08-09T06:17:13.000Z | 2021-03-06T11:18:38.000Z | latest/boot/disk_load.asm | soumitradev/assembly-fun | 3ab433e96ea1f6ea21121013800455a4fa999021 | [
"MIT"
] | null | null | null | latest/boot/disk_load.asm | soumitradev/assembly-fun | 3ab433e96ea1f6ea21121013800455a4fa999021 | [
"MIT"
] | null | null | null | disk_load:
pusha
; Push dx to stack so we can store how many sectors were requested to be read
push dx
; Put device into READ mode (BIOS Thing)
mov ah, 0x02
; Read dh sectors
mov al, dh
; Select cylinder 0
mov ch, 0x00
; Select head 0
mov dh, 0x00
; Start reading at second sector (i.e. after bo... | 18.979167 | 79 | 0.700329 |
5019e0dbc9b8c33d4476087c557a4ecf7ae743b1 | 641 | asm | Assembly | oeis/000/A000295.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/000/A000295.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/000/A000295.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A000295: Eulerian numbers (Euler's triangle: column k=2 of A008292, column k=1 of A173018).
; 0,0,1,4,11,26,57,120,247,502,1013,2036,4083,8178,16369,32752,65519,131054,262125,524268,1048555,2097130,4194281,8388584,16777191,33554406,67108837,134217700,268435427,536870882,1073741793,2147483616,4294967263,8589934558,171... | 71.222222 | 497 | 0.839314 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.