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
d3318a26d4fbd81a96184c10f846932635527d7a
377
asm
Assembly
solutions/51 - Identify Yourselves/size-20_speed-16.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
45
2018-09-05T04:56:59.000Z
2021-11-22T08:57:26.000Z
solutions/51 - Identify Yourselves/size-20_speed-16.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
36
2018-09-01T11:34:26.000Z
2021-05-19T23:20:49.000Z
solutions/51 - Identify Yourselves/size-20_speed-16.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
36
2018-09-01T07:44:19.000Z
2021-09-10T19:07:35.000Z
-- 7 Billion Humans (2145) -- -- 51: Identify Yourselves -- -- Author: landfillbaby -- Size: 20 -- Speed: 16 step s pickup c if w == nothing: write 1 jump a endif if e == nothing: write 10 jump b endif write 0 c: mem1 = set w if mem1 > 0: mem1 = calc mem1 + 1 jump d endif mem1 = set e if mem1 > 0: mem1 = calc ...
10.472222
29
0.633952
59316af08b763fd5be7983ec05d169a77c7843cf
1,932
asm
Assembly
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/utility/memset_fast.asm
ramok/Themis_ForHPSDR
d0f323a843ac0a488ef816ccb7c828032855a40a
[ "Unlicense" ]
null
null
null
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/utility/memset_fast.asm
ramok/Themis_ForHPSDR
d0f323a843ac0a488ef816ccb7c828032855a40a
[ "Unlicense" ]
null
null
null
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/utility/memset_fast.asm
ramok/Themis_ForHPSDR
d0f323a843ac0a488ef816ccb7c828032855a40a
[ "Unlicense" ]
1
2021-07-21T08:10:37.000Z
2021-07-21T08:10:37.000Z
;;############################################################################# ;;! \file source/vector/memset_fast.asm ;;! ;;! \brief Optimized memory set, int->dest ;;! \author David M. Alter ;;! \date 07/15/11 ;; ;; HISTORY: ;; 07/15/11 - original (D. Alter) ;; ;; DESCRIPTION: Optimized memory set, int->dest. ;;...
32.2
79
0.441511
d5ba05b945e48c40b0f7771921b094712103b918
1,328
asm
Assembly
programs/oeis/057/A057682.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/057/A057682.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/057/A057682.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A057682: a(n) = Sum_{j=0..floor(n/3)} (-1)^j*binomial(n,3*j+1). ; 0,1,2,3,3,0,-9,-27,-54,-81,-81,0,243,729,1458,2187,2187,0,-6561,-19683,-39366,-59049,-59049,0,177147,531441,1062882,1594323,1594323,0,-4782969,-14348907,-28697814,-43046721,-43046721,0,129140163,387420489,774840978,1162261467,1162261467,0,-3486784401,-...
94.857143
1,163
0.832078
2802631d0e0958b8d0bfccf78a2f0c818d2dce8d
180,029
asm
Assembly
src/x86/ipred.asm
ignatenkobrain/rav1e
a421d78fc6f1fd443b02edf8a3093c86275d0f0c
[ "BSD-2-Clause" ]
null
null
null
src/x86/ipred.asm
ignatenkobrain/rav1e
a421d78fc6f1fd443b02edf8a3093c86275d0f0c
[ "BSD-2-Clause" ]
null
null
null
src/x86/ipred.asm
ignatenkobrain/rav1e
a421d78fc6f1fd443b02edf8a3093c86275d0f0c
[ "BSD-2-Clause" ]
1
2021-01-29T08:25:44.000Z
2021-01-29T08:25:44.000Z
; Copyright © 2018, VideoLAN and dav1d authors ; Copyright © 2018, Two Orioles, LLC ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; ; 1. Redistributions of source code must retain the above copy...
35.052375
107
0.427442
8fc9d50c5ed0d7b929432e9ecbdc23c78822ac4c
5,288
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_1927_631.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_1927_631.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_1927_631.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 %rbx push %rdx lea addresses_WT_ht+0x8318, %r10 clflush (%r10) nop nop nop sub $1851, %rdx movb $0x61, (%r10) nop nop nop nop nop and $33170, %rbx pop %rdx pop %rbx pop %r13 pop %r10 ret .global s_faulty_load s_faulty_load: push %r11 push %r12 p...
42.645161
2,999
0.653555
95f0ea256129356e639c96fadb2bb2588c58bfad
1,157
asm
Assembly
engine/predefs12.asm
etdv-thevoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
9
2020-07-12T19:44:21.000Z
2022-03-03T23:32:40.000Z
engine/predefs12.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
engine/predefs12.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2021-03-28T18:33:43.000Z
2021-05-06T13:12:09.000Z
; b = new colour for BG colour 0 (usually white) for 4 frames ChangeBGPalColor0_4Frames: call GetPredefRegisters ld a, [rBGP] or b ld [rBGP], a ld c, 4 call DelayFrames ld a, [rBGP] and %11111100 ld [rBGP], a ret PredefShakeScreenVertically: ; Moves the window down and then back in a sequence of progressivel...
16.069444
77
0.694901
f9bd84952d56b85d76789c989eec603f968c5b5c
450
asm
Assembly
programs/oeis/168/A168458.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/168/A168458.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/168/A168458.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A168458: a(n) = 7 + 10*floor((n-1)/2). ; 7,7,17,17,27,27,37,37,47,47,57,57,67,67,77,77,87,87,97,97,107,107,117,117,127,127,137,137,147,147,157,157,167,167,177,177,187,187,197,197,207,207,217,217,227,227,237,237,247,247,257,257,267,267,277,277,287,287,297,297,307,307,317,317,327,327,337,337,347,347,357,357,367,367,377...
64.285714
379
0.697778
b5ec97eb9dfd5674ff4b224b931bc1be2bb6633e
64
asm
Assembly
src/kernel/arch/aarch32/asm/utils.asm
aryanmaurya1/ArvernOS
a8452c01cd180ffbdabf949c80329ccfcc84d2e9
[ "MIT" ]
77
2021-11-19T15:56:32.000Z
2022-03-30T04:02:02.000Z
src/kernel/arch/aarch32/asm/utils.asm
aryanmaurya1/ArvernOS
a8452c01cd180ffbdabf949c80329ccfcc84d2e9
[ "MIT" ]
57
2021-11-19T12:38:52.000Z
2022-03-03T08:56:35.000Z
src/kernel/arch/aarch32/asm/utils.asm
aryanmaurya1/ArvernOS
a8452c01cd180ffbdabf949c80329ccfcc84d2e9
[ "MIT" ]
2
2022-03-01T06:39:25.000Z
2022-03-24T15:47:45.000Z
.global get_el get_el: mrs r1, cpsr and r0, r1, #0x1f bx lr
9.142857
18
0.65625
143f60ae5a5583dae5f4a932177f52cf4cefbeb9
1,274
asm
Assembly
scripts/Route6Gate.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
scripts/Route6Gate.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
scripts/Route6Gate.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
Route6Gate_Script: call EnableAutoTextBoxDrawing ld hl, Route6Gate_ScriptPointers ld a, [wRoute6GateCurScript] call CallFunctionInTable ret Route6Gate_ScriptPointers: dw Route6GateScript0 dw Route6GateScript1 Route6GateScript0: ld a, [wd728] bit 6, a ret nz ld hl, CoordsData_1e08c call ArePlayerCoordsInAr...
17.694444
45
0.765306
b13b58501184df4d30c27ae487b040b7f3d8c47f
474
asm
Assembly
programs/oeis/044/A044551.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/044/A044551.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/044/A044551.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A044551: Numbers n such that string 4,4 occurs in the base 7 representation of n but not of n+1. ; 32,81,130,179,230,277,326,375,424,473,522,573,620,669,718,767,816,865,916,963,1012,1061,1110,1159,1208,1259,1306,1355,1404,1453,1502,1551,1616,1649,1698,1747,1796,1845,1894,1945,1992 mov $5,$0 mul $0,3 add $0,3 lpb $0 ...
20.608696
184
0.656118
5e2d8ff5b3ca0c02f5f45204e9a44a9a8a09940e
356
asm
Assembly
oeis/274/A274384.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/274/A274384.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/274/A274384.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A274384: Numbers n such that 2^n is not the average of three positive cubes. ; Submitted by Jamie Morken(w1) ; 1,2,4,5,7,8,10,11,13,14,16,17,19,20,22,23,25,26,28,29,31,32,34,37,40,43,46 mov $3,$0 mul $3,3 lpb $3 add $2,1 add $4,$2 add $1,$4 div $1,51884 add $1,$2 mov $2,$1 sub $3,1 add $5,$1 add $4...
16.952381
78
0.598315
b5d9335cf219ef5cc68969fe852e304db23def9b
10,853
asm
Assembly
audit/video.asm
zellyn/a2audit
b5bb6fa18dfab8f3e96432d799f9e772f4a7824b
[ "MIT" ]
22
2016-11-13T04:56:49.000Z
2021-12-04T20:04:49.000Z
audit/video.asm
cbeust/a2audit
5c377d6bd06294a4326a590caa5ffdb290068903
[ "MIT" ]
11
2017-02-24T20:48:59.000Z
2020-09-21T18:15:19.000Z
audit/video.asm
cbeust/a2audit
5c377d6bd06294a4326a590caa5ffdb290068903
[ "MIT" ]
3
2017-02-24T17:43:39.000Z
2021-01-09T16:55:20.000Z
;;; Apple II video audit routines ;;; Copyright © 2017 Zellyn Hunter <zellyn@gmail.com> !zone video { VIDEOTESTS jsr RESETALL +print !text "VIDEO TESTS:",$8D !text "SPACE TO SWAP BETWEEN MODES",$8D !text "Y/N TO LOG MODE EQUALITY & MOVE TO NEXT",$8D !text "ESC TO SKIP TO END",$8D !text "HIT SPACE TO START",$...
22.10387
105
0.635308
460061461899ff1d189d0bb6ee749508b78ea460
1,579
asm
Assembly
programs/oeis/056/A056106.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/056/A056106.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/056/A056106.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A056106: Second spoke of a hexagonal spiral. ; 1,3,11,25,45,71,103,141,185,235,291,353,421,495,575,661,753,851,955,1065,1181,1303,1431,1565,1705,1851,2003,2161,2325,2495,2671,2853,3041,3235,3435,3641,3853,4071,4295,4525,4761,5003,5251,5505,5765,6031,6303,6581,6865,7155,7451,7753,8061,8375,8695,9021,9353,9691,10035,10...
175.444444
1,483
0.818873
da5fef5ac8a097926ff2a6772c94fe6c0a4ca399
241
asm
Assembly
ffight/lcs/1p/95.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
ffight/lcs/1p/95.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
ffight/lcs/1p/95.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 00A36C clr.b ($95,A4) 00A370 clr.b ($94,A4) 00BCB0 rts 00BDA4 moveq #$0, D0 [1p+95] 00BDAC moveq #$1, D0 [1p+95] copyright zengfr site:http://github.com/zengfr/romhack
24.1
54
0.676349
252933371b968370161a8f10690a45aa4cbd6de7
621
asm
Assembly
oeis/294/A294328.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/294/A294328.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/294/A294328.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A294328: a(n) = ((9*n + 8)*10^n - 8)/81. ; 0,2,32,432,5432,65432,765432,8765432,98765432,1098765432,12098765432,132098765432,1432098765432,15432098765432,165432098765432,1765432098765432,18765432098765432,198765432098765432,2098765432098765432,22098765432098765432,232098765432098765432,2432098765432098765432,25432098...
47.769231
488
0.837359
5b6c0ba9051a919e34b167d4c0237c815b2b4398
195
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc/zx_saddr2aaddr_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc/zx_saddr2aaddr_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc/zx_saddr2aaddr_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *zx_saddr2aaddr_fastcall(void *saddr) SECTION code_clib SECTION code_arch PUBLIC _zx_saddr2aaddr_fastcall EXTERN asm_zx_saddr2aaddr defc _zx_saddr2aaddr_fastcall = asm_zx_saddr2aaddr
16.25
50
0.861538
15389ab01637f37a133c72b6b2814002d7688214
1,314
asm
Assembly
boot_sector_2_stages/stage2/protected_mod.asm
lolblat/OrOS
baf253c50c506a099112232329e4ca126f674340
[ "MIT" ]
4
2018-03-18T20:26:43.000Z
2018-09-20T13:52:38.000Z
boot_sector_2_stages/stage2/protected_mod.asm
lolblat/OrOS
baf253c50c506a099112232329e4ca126f674340
[ "MIT" ]
1
2018-01-15T06:57:39.000Z
2018-01-15T06:57:39.000Z
boot_sector_2_stages/stage2/protected_mod.asm
lolblat/OrOS
baf253c50c506a099112232329e4ca126f674340
[ "MIT" ]
null
null
null
;code switch to protected mode [bits 16] switch_to_protected: cli ; disable int lgdt[gdt_start.size] ; load the idt into the memory mov eax, cr0 or al, 1 ; switch flag true mov cr0, eax jmp 08h:protected_mod_init ; far jump to code ret [bits 32] protected_mod_init: mov ax,gdt_start.gdt_data_descript...
18.25
52
0.670472
5dc0f471a06c31a9fff47efbce314f21f54222e2
361
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_atan2_callee.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_atan2_callee.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_atan2_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_math32 PUBLIC cm32_sdcc_atan2_callee EXTERN _m32_atan2f cm32_sdcc_atan2_callee: pop hl ; return pop bc ; LHS pop de pop af ; RHS ex (sp),hl ; return to stack push hl ; RHS push af push de ; LHS push bc call _m32_atan2f pop af ...
13.884615
33
0.573407
5e7c6524c71ecf4f07234c35dae2788d4b894224
6,512
asm
Assembly
picdiv/pd15.asm
thinkfat/TICC
1378e7eebdc1a61dae5ef38dea00a3c11dea3084
[ "MIT" ]
25
2016-04-04T15:03:02.000Z
2022-01-23T06:52:56.000Z
picdiv/pd15.asm
thinkfat/TICC
1378e7eebdc1a61dae5ef38dea00a3c11dea3084
[ "MIT" ]
31
2016-04-18T01:09:14.000Z
2020-10-06T19:19:04.000Z
picdiv/pd15.asm
thinkfat/TICC
1378e7eebdc1a61dae5ef38dea00a3c11dea3084
[ "MIT" ]
20
2016-03-28T13:15:03.000Z
2022-01-17T08:33:12.000Z
; ------------------------------------------------------------------------ ; ; Title: ; ; PD15 -- PIC 10 MHz to three frequencies divider (1-1k-10k Hz), with sync ; ; Function: ; ; This PIC program implements a digital frequency divider: cpu hardware ; and isochronous software divide the input clock by 7 powers o...
36.379888
76
0.496622
21c15ac816ddbffd289d0d006cccc8f0205b910a
967
asm
Assembly
data/pokemon/base_stats/cubone.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
data/pokemon/base_stats/cubone.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
data/pokemon/base_stats/cubone.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
2
2021-08-11T19:47:07.000Z
2022-01-01T07:07:56.000Z
db 0 ; species ID placeholder db 50, 50, 95, 35, 40, 50 ; hp atk def spd sat sdf db GROUND, GROUND ; type db 190 ; catch rate db 87 ; base exp db NO_ITEM, THICK_CLUB ; items db GENDER_F50 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/cubone/front.dimensions" db GROWTH_MEDIUM_...
48.35
540
0.759049
259c38cd08c2d0469fa881d80e2fdf862119d2a2
2,619
asm
Assembly
programs/oeis/061/A061087.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/061/A061087.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/061/A061087.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A061087: a(n) = A061086(n) / n. ; 11,14,109,116,1025,1036,1049,1064,1081,10100,10121,10144,10169,10196,10225,10256,10289,10324,10361,10400,10441,100484,100529,100576,100625,100676,100729,100784,100841,100900,100961,101024,101089,101156,101225,101296,101369,101444,101521,101600,101681,101764,101849,101936,102025,10211...
56.934783
2,105
0.793814
d7607de0119dae74074b733c83e3465a0413fbe5
97,409
asm
Assembly
src/sound/song100restored.asm
MusicTheorist/Mother2GbaTranslation
70de3975a3284c4002a33e8ef8c20e4c2b039037
[ "MIT" ]
1
2021-04-18T04:26:52.000Z
2021-04-18T04:26:52.000Z
src/sound/song100restored.asm
MusicTheorist/Mother2GbaTranslation
70de3975a3284c4002a33e8ef8c20e4c2b039037
[ "MIT" ]
null
null
null
src/sound/song100restored.asm
MusicTheorist/Mother2GbaTranslation
70de3975a3284c4002a33e8ef8c20e4c2b039037
[ "MIT" ]
null
null
null
song100restored_pri equ 0 song100restored_rev equ 0 song100restored_mvl equ 127 song100restored_key equ 0 song100restored_tbs equ 1 song100restored_exg equ 0 song100restored_cmp equ 1 .align 4 ;**************** Track 1 (Midi-Chn.1) ****************; @song100restored_1: .byte TEMPO , 63 .byte KEYSH , song...
19.579698
56
0.530742
f9827307117525df841480bfff5fc3050feae851
4,873
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1373.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.log_21829_1373.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.log_21829_1373.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 %r13 push %r14 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x42f1, %r10 clflush (%r10) nop and %r15, %r15 mov (%r10), %di nop nop cmp %r14, %r14 lea addresses_D_ht+0x1dc0d, %r13 nop nop nop cmp $40670, %rax movl $0x61626364,...
44.706422
2,999
0.659963
72fdfea3a9f6698eb3d44208feb5f421688b75df
228
asm
Assembly
asm/kernel/basic/handlers/common.asm
majacQ/retroputer
807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4
[ "MIT" ]
58
2017-11-16T18:53:24.000Z
2021-11-02T18:14:10.000Z
asm/kernel/basic/handlers/common.asm
kerrishotts/retroputer
807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4
[ "MIT" ]
28
2019-05-23T12:21:44.000Z
2022-02-12T22:40:37.000Z
asm/kernel/basic/handlers/common.asm
majacQ/retroputer
807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4
[ "MIT" ]
4
2021-01-02T18:49:55.000Z
2021-04-24T23:54:22.000Z
.segment __current__ kmemmap.basic.code-start .append { token-not-impl: { _main: dl := brodata.NOT_IMPLEMENTED ret } handler-syntax-error: { dl := brodata.SYNTAX_ERROR ret } }
19
55
0.574561
bf0dd71fafafd48ed82e61179eecab1846f1fafb
7,278
asm
Assembly
src/sys/boot/cdemboot.asm
germix/sanos
5f6668985083d1114d1699a3a724b15f413e0cbb
[ "Spencer-94" ]
57
2015-10-31T23:26:31.000Z
2022-03-19T21:32:44.000Z
src/sys/boot/cdemboot.asm
germix/sanos
5f6668985083d1114d1699a3a724b15f413e0cbb
[ "Spencer-94" ]
3
2017-05-28T14:08:43.000Z
2021-03-01T10:43:00.000Z
src/sys/boot/cdemboot.asm
germix/sanos
5f6668985083d1114d1699a3a724b15f413e0cbb
[ "Spencer-94" ]
31
2015-10-24T16:25:21.000Z
2022-03-02T21:35:48.000Z
; ; cdemboot.asm ; ; CD-ROM 1.44 MB Floppy Emulation Boot sector ; ; Copyright (C) 2002 Michael Ringgaard. All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; ; 1. Redistributions of source code mu...
28.319066
84
0.517587
a47ae28381957a11897ce70463fda6ebf6c7b590
8,359
asm
Assembly
sha1_mb/sha1_mb_mgr_flush_avx2.asm
intelkevinputnam/isa-l_crypto
99d3b44924279c4f82108a035dc8d91062a54446
[ "BSD-3-Clause" ]
178
2019-05-07T21:09:12.000Z
2022-03-24T06:17:51.000Z
sha1_mb/sha1_mb_mgr_flush_avx2.asm
intelkevinputnam/isa-l_crypto
99d3b44924279c4f82108a035dc8d91062a54446
[ "BSD-3-Clause" ]
761
2019-05-13T09:35:59.000Z
2022-03-31T18:18:06.000Z
sha1_mb/sha1_mb_mgr_flush_avx2.asm
intelkevinputnam/isa-l_crypto
99d3b44924279c4f82108a035dc8d91062a54446
[ "BSD-3-Clause" ]
57
2019-05-30T13:41:29.000Z
2022-02-20T17:13:01.000Z
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Copyright(c) 2011-2016 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of so...
30.507299
80
0.653069
1c0e0ba04637d1d7cbfff31ed011c39b2f27ca79
341
asm
Assembly
Examples/pointer tester.asm
cubed-guy/ice
80771dcaeab4e4ac8b0a937b0262c87325c58f9e
[ "MIT" ]
3
2021-01-27T14:54:32.000Z
2021-02-01T10:49:05.000Z
Examples/pointer tester.asm
cubed-guy/cool-lang
80771dcaeab4e4ac8b0a937b0262c87325c58f9e
[ "MIT" ]
2
2021-01-30T12:59:22.000Z
2021-01-31T16:34:51.000Z
Examples/pointer tester.asm
cubed-guy/ice
80771dcaeab4e4ac8b0a937b0262c87325c58f9e
[ "MIT" ]
null
null
null
extern _printf extern _malloc global _main segment .bss $pointer: resd 1 segment .data _p: db `%u\n`, 0 _c: db 0, 0 _ln: db 0, 10, 0 segment .text _main: ;2: pointer = 5 push 1 call _malloc mov dword [$pointer], eax mov byte [eax], 5 ;3: printnum(pointer) xor eax, eax xor eax, dword [$pointer] push eax push _p cal...
11.758621
25
0.692082
05b7ca0697655e855586d8d45f3ea4c5afbbb89d
2,005
asm
Assembly
programs/oeis/081/A081435.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/081/A081435.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/081/A081435.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A081435: Diagonal in array of n-gonal numbers A081422. ; 1,5,18,46,95,171,280,428,621,865,1166,1530,1963,2471,3060,3736,4505,5373,6346,7430,8631,9955,11408,12996,14725,16601,18630,20818,23171,25695,28396,31280,34353,37621,41090,44766,48655,52763,57096,61660,66461,71505,76798,82346,88155,94231,100580,107208,114121,121...
143.214286
1,851
0.845387
d383b3174bb0f3b48808d3c8acd71910e8f07c98
644
asm
Assembly
libsrc/stdio/vfprintf.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
libsrc/stdio/vfprintf.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
libsrc/stdio/vfprintf.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
; int vfprintf(FILE *fp, unsigned char *fmt,void *ap) MODULE vfprintf SECTION code_clib PUBLIC vfprintf EXTERN fputc_callee EXTERN asm_printf ; Cores have signature (in __smallc) ; int vfprintf1(FILE *fp, void (*output_fn)(FILE *fp,int c), int sccz80, unsigned char *fmt,void *ap) ; sccz80 vfprintf: po...
14.311111
101
0.692547
8f0e2ce40051deb344df8d31d12b59e0028b1f5b
5,564
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_718.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_718.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_718.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 %r14 push %r15 push %rdi push %rdx push %rsi lea addresses_WT_ht+0xe7c4, %r14 nop xor %r15, %r15 mov (%r14), %rsi nop nop nop nop and $53982, %r10 lea addresses_D_ht+0x112fe, %r12 clflush (%r12) nop xor $48048, %rsi mov (%r12), %rdi nop nop nop nop n...
41.834586
2,999
0.657261
263fe44ec34b82a9a83052e5556b025a819f1729
98,712
asm
Assembly
Code/CustomControl/RAResEd/Src/Property.asm
CherryDT/FbEditMOD
beb0eb22cae1b8f7203d55bd6b293d8ec88231ca
[ "Unlicense" ]
11
2016-12-03T16:35:42.000Z
2022-03-26T06:02:53.000Z
Code/CustomControl/RAResEd/Src/Property.asm
CherryDT/FbEditMOD
beb0eb22cae1b8f7203d55bd6b293d8ec88231ca
[ "Unlicense" ]
1
2018-02-24T20:17:46.000Z
2018-03-02T08:57:40.000Z
Code/CustomControl/RAResEd/Src/Property.asm
CherryDT/FbEditMOD
beb0eb22cae1b8f7203d55bd6b293d8ec88231ca
[ "Unlicense" ]
4
2018-10-19T01:14:55.000Z
2021-09-11T18:51:48.000Z
.const PRP_NUM_ID equ 1 PRP_NUM_POSL equ 2 PRP_NUM_POST equ 3 PRP_NUM_SIZEW equ 4 PRP_NUM_SIZEH equ 5 PRP_NUM_STARTID equ 6 PRP_NUM_TAB equ 7 PRP_NUM_HELPID equ 8 PRP_STR_NAME equ 100 PRP_STR_NAMEBTN equ 101 PRP_STR_NAMESTC equ 102 PRP_STR_CAPTION equ 103 PRP_STR_CAPMULTI e...
30.307645
276
0.674376
feeaf6692c0f2e0c2e4deb92a4ad1c853e2bd58a
584
asm
Assembly
oeis/079/A079429.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/079/A079429.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/079/A079429.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A079429: a(0) = 2, a(1) = 3, a(2) = 5; a(n) = a(n-1) + [a(n-1)-a(n-2)] * [a(n-2)-a(n-3)]. ; 2,3,5,7,11,19,51,307,8499,2105651,17181974835,36028814200938803,618970019678718951650500915,22300745198530623760505737951367313156481331,13803492693581127574869511746854796103432841704846511061692361604079923,30782817340933186...
44.923077
325
0.719178
ecea2fda2c4d8e7c3690e8e893c542e5a1abfbc1
3,012
asm
Assembly
programs/oeis/010/A010806.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/010/A010806.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/010/A010806.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A010806: 18th powers: a(n) = n^18. ; 0,1,262144,387420489,68719476736,3814697265625,101559956668416,1628413597910449,18014398509481984,150094635296999121,1000000000000000000,5559917313492231481,26623333280885243904,112455406951957393129,426878854210636742656,1477891880035400390625,4722366482869645213696,1406308445206...
602.4
2,963
0.959495
f2c8d3d84962059a8e297df2fa8c74c8b709cc9b
855
asm
Assembly
programs/oeis/231/A231151.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/231/A231151.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/231/A231151.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A231151: Least integer k such that n+1 + ... + n+k > 1 + ... + n. ; 2,2,2,3,3,4,4,4,5,5,6,6,7,7,7,8,8,9,9,9,10,10,11,11,11,12,12,13,13,14,14,14,15,15,16,16,16,17,17,18,18,19,19,19,20,20,21,21,21,22,22,23,23,23,24,24,25,25,26,26,26,27,27,28,28,28,29,29,30,30,31,31,31,32,32,33,33,33,34,34,35,35,36,36,36,37,37,38,38,38,...
18.586957
281
0.490058
75bb0306101cc4ce4f560044c7b3240a34f3cfad
390
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sdcc_iy/esxdos_f_seek_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sdcc_iy/esxdos_f_seek_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sdcc_iy/esxdos_f_seek_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ulong esxdos_f_seek(uchar handle, ulong dist, uchar whence) SECTION code_clib SECTION code_esxdos PUBLIC _esxdos_f_seek_callee PUBLIC l0_esxdos_f_seek_callee EXTERN asm_esxdos_f_seek _esxdos_f_seek_callee: pop hl dec sp pop af pop de pop bc dec sp ex (sp),hl l0_esxdos_f_seek_callee: ld ...
12.580645
61
0.720513
515add465d1f7b01315bab1f108f25b2ab4d8bfb
265,368
asm
Assembly
roms/CCD-OSX.asm
isene/hp-41_GEIR.ROM
d5998226dad76b2e81a7dc1a56e486c7d128fd19
[ "Naumen", "Condor-1.1", "MS-PL" ]
2
2019-09-22T20:41:45.000Z
2021-02-18T00:55:54.000Z
roms/CCD-OSX.asm
isene/hp-41_GEIR.ROM
d5998226dad76b2e81a7dc1a56e486c7d128fd19
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
roms/CCD-OSX.asm
isene/hp-41_GEIR.ROM
d5998226dad76b2e81a7dc1a56e486c7d128fd19
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
;:LISTING GENERATED: 1/26/2018 12:22:16 by MLDL Manager version 1.70.0 by MLDL Manager version ;:OPEN FILE: Z:\home\geir\Dropbox\Cur\0_HP-41CL\2_AMASTRO\CCD-OSX.ROM .con 0x000 ; NOP .con 0x000 ; NOP .con 0x000 ; NOP ...
50.45019
139
0.319161
a28782e510f15a2c288118cc6c8ed87059e0d167
373
asm
Assembly
programs/oeis/338/A338206.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/338/A338206.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/338/A338206.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A338206: Inverse of A160016. ; 0,2,1,6,3,10,4,14,5,18,7,22,8,26,9,30,11,34,12,38,13,42,15,46,16,50,17,54,19,58,20,62,21,66,23,70,24,74,25,78,27,82,28,86,29,90,31,94,32,98,33,102,35,106,36,110,37,114,39,118,40,122,41,126,43,130,44,134,45,138,47,142,48,146,49,150,51,154,52,158 mov $1,$0 mod $0,2 sub $0,1 mul $1,2 lpb ...
26.642857
246
0.630027
dba0c823a25b74ce020356d15d19cd5823a7d53a
5,735
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_363.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_363.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_363.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 %r12 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x16bff, %rsi lea addresses_D_ht+0x11712, %rdi nop nop nop nop add %r12, %r12 mov $122, %rcx rep movsb cmp %r11, %r11 lea addresses_WT_ht+0x19a3f, %r10 nop nop nop and $36488, %rdx ...
39.551724
2,999
0.657193
844f7beb7776103f90cb623b7ef5b9541683102f
5,767
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_3000.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_3000.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_3000.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 %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0xaf9b, %rsi lea addresses_normal_ht+0x601b, %rdi clflush (%rsi) clflush (%rdi) nop nop nop add $13455, %r8 mov $126, %rcx rep movsw nop nop nop nop nop dec %rbp lea addresses_WC_ht+0x97...
39.5
2,999
0.659962
4173e760856c96bed83aa39b26f45174a2721e77
801
asm
Assembly
oeis/154/A154250.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/154/A154250.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/154/A154250.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A154250: a(n) = ( (9 + sqrt(7))^n - (9 - sqrt(7))^n )/(2*sqrt(7)). ; Submitted by Jamie Morken(s4) ; 1,18,250,3168,38524,459000,5411224,63436032,741418000,8651257632,100857705376,1175245632000,13690951178176,159468944439168,1857310612720000,21630889140461568,251915019187028224,2933784548972352000,34166410461662247424...
32.04
487
0.757803
794c35d938455fd03ceef1355a419c03947e5696
10,108
asm
Assembly
src/title.asm
santiontanon/talesofpopolon-ext
a7c7fd1164d506d6b0c6245fdf3ad0b634facd84
[ "Apache-2.0" ]
4
2019-10-20T08:14:01.000Z
2021-09-24T19:41:47.000Z
src/title.asm
santiontanon/talesofpopolon-ext
a7c7fd1164d506d6b0c6245fdf3ad0b634facd84
[ "Apache-2.0" ]
1
2019-10-20T12:21:06.000Z
2019-10-21T21:52:35.000Z
src/title.asm
santiontanon/talesofpopolon-ext
a7c7fd1164d506d6b0c6245fdf3ad0b634facd84
[ "Apache-2.0" ]
null
null
null
;----------------------------------------------- ; Title screen loop TitleScreen_Loop: call StopPlayingMusic call clearScreenLeftToRight ;; 16x16 sprites: ld bc,#e201 ;; write #e2 in VDP register #01 (activate sprites, generate interrupts, 16x16 sprites with no magnification) call WRTVDP ; re...
20.338028
126
0.691828
c6c0b76759a783a472082fe7cf65239ecafd9e13
222,795
asm
Assembly
sources/ippcp/asm_intel64_gas_converted/linux/pic/l9/merged/pcpbnumulschoolsrvl9.asm
ymarkovitch/ipp-crypto
ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8
[ "Apache-2.0" ]
null
null
null
sources/ippcp/asm_intel64_gas_converted/linux/pic/l9/merged/pcpbnumulschoolsrvl9.asm
ymarkovitch/ipp-crypto
ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8
[ "Apache-2.0" ]
null
null
null
sources/ippcp/asm_intel64_gas_converted/linux/pic/l9/merged/pcpbnumulschoolsrvl9.asm
ymarkovitch/ipp-crypto
ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8
[ "Apache-2.0" ]
null
null
null
############################################################################### # Copyright 2019 Intel Corporation # All Rights Reserved. # # If this software was obtained under the Intel Simplified Software License, # the following terms apply: # # The source code, information and material ("Material") containe...
27.461482
80
0.357064
67c6e1f4716d5841505fa3447785c78d05a4afc9
644
asm
Assembly
oeis/327/A327606.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/327/A327606.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/327/A327606.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A327606: Expansion of e.g.f. exp(x)*(1-x)*x/(1-2*x)^2. ; 0,1,8,69,712,8705,123456,1994293,36163184,727518177,16081980760,387499155461,10108673620728,283851555270049,8536572699232592,273759055527114165,9325469762472018016,336282091434597013313,12797935594025234906664,512609204063389138693957,21555874222152774037386920...
49.538462
498
0.843168
08d10b611f8e41db47e5082542514e44a612fe19
1,385
asm
Assembly
chap15/ex12/saxpy32.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
374
2021-06-08T10:42:01.000Z
2022-03-29T14:21:45.000Z
chap15/ex12/saxpy32.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
1
2021-06-11T20:24:02.000Z
2021-06-11T20:24:02.000Z
chap15/ex12/saxpy32.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
39
2021-06-08T11:25:29.000Z
2022-03-05T05:14:17.000Z
; ; Copyright (C) 2021 by Intel Corporation ; ; Permission to use, copy, modify, and/or distribute this software for any ; purpose with or without fee is hereby granted. ; ; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH ; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA...
26.132075
79
0.714079
ac8b1e35595b45c6effd6c4fc7713210b37a7491
7,502
asm
Assembly
Transynther/x86/_processed/NC/_st_zr_/i7-7700_9_0xca.log_21829_370.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_st_zr_/i7-7700_9_0xca.log_21829_370.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_st_zr_/i7-7700_9_0xca.log_21829_370.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1e215, %rsi lea addresses_D_ht+0xd911, %rdi nop nop and %rbp, %rbp mov $107, %rcx rep movsw nop nop nop nop mfence lea addresses_WC_ht+0xa991, %rbp nop nop nop nop nop dec %r...
31.923404
2,999
0.656492
d9653e9741f3a39894cd682ec11659135f5fb86f
522
asm
Assembly
libsrc/_DEVELOPMENT/adt/ba_priority_queue/z80/asm_ba_priority_queue_destroy.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/ba_priority_queue/z80/asm_ba_priority_queue_destroy.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/ba_priority_queue/z80/asm_ba_priority_queue_destroy.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; =============================================================== ; Mar 2014 ; =============================================================== ; ; void ba_priority_queue_destroy(ba_priority_queue_t *q) ; ; Zero the queue structure. ; ; =============================================================== SECTION code_adt_...
20.076923
65
0.457854
28d99e6216ef4e70bc734f4576c531d0f7814b0f
168
asm
Assembly
src/tests/generated/bug-cmpxgch-02-06-21.asm
mguarnieri/revizor
a3d91b19d91bcc9a266b7f10e5b9631906ebfedd
[ "MIT" ]
29
2021-05-24T12:45:19.000Z
2022-03-16T16:53:10.000Z
src/tests/generated/bug-cmpxgch-02-06-21.asm
mguarnieri/revizor
a3d91b19d91bcc9a266b7f10e5b9631906ebfedd
[ "MIT" ]
3
2021-11-23T15:37:25.000Z
2022-01-24T12:01:44.000Z
src/tests/generated/bug-cmpxgch-02-06-21.asm
mguarnieri/revizor
a3d91b19d91bcc9a266b7f10e5b9631906ebfedd
[ "MIT" ]
3
2021-06-17T09:00:27.000Z
2022-03-28T03:42:01.000Z
.intel_syntax noprefix .test_case_enter: MFENCE # instrumentation AND RBX, 0b0111111000000 # instrumentation CMPXCHG8B qword ptr [R14 + RBX] MFENCE # instrumentation
18.666667
42
0.809524
f707de8feb8714a2b24ee20595f6143e60be32c5
1,390
asm
Assembly
chap15/ex27/rsqrtps_newt_sse.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
374
2021-06-08T10:42:01.000Z
2022-03-29T14:21:45.000Z
chap15/ex27/rsqrtps_newt_sse.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
1
2021-06-11T20:24:02.000Z
2021-06-11T20:24:02.000Z
chap15/ex27/rsqrtps_newt_sse.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
39
2021-06-08T11:25:29.000Z
2022-03-05T05:14:17.000Z
; ; Copyright (C) 2021 by Intel Corporation ; ; Permission to use, copy, modify, and/or distribute this software for any ; purpose with or without fee is hereby granted. ; ; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH ; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA...
23.166667
79
0.722302
894e20efad95bd553271c3ab9acc2f8c02ad9d77
391
asm
Assembly
programs/oeis/206/A206544.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/206/A206544.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/206/A206544.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A206544: Period 12: repeat 1, 3, 5, 7, 9, 11, 11, 9, 7, 5, 3, 1. ; 1,3,5,7,9,11,11,9,7,5,3,1,1,3,5,7,9,11,11,9,7,5,3,1,1,3,5,7,9,11,11,9,7,5,3,1,1,3,5,7,9,11,11,9,7,5,3,1,1,3,5,7,9,11,11,9,7,5,3,1,1,3,5,7,9,11,11,9,7,5,3,1 mov $1,$0 lpb $0 sub $0,1 trn $0,4 add $1,2 add $1,$2 sub $1,$0 trn $0,1 add $2,...
19.55
157
0.501279
bda61529e0de086f98a3b4ad3995674a8966e1b5
276
asm
Assembly
programs/oeis/040/A040342.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/040/A040342.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/040/A040342.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A040342: Continued fraction for sqrt(362). ; 19,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38 pow $1,$0 gcd $1,2 mul $1,19 mov $0,$1
34.5
190
0.655797
f13c9393ceb938cc9c8d581b8037aedcf17e168c
764
asm
Assembly
programs/oeis/158/A158135.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/158/A158135.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/158/A158135.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A158135: a(n) = 144*n^2 - 2*n. ; 142,572,1290,2296,3590,5172,7042,9200,11646,14380,17402,20712,24310,28196,32370,36832,41582,46620,51946,57560,63462,69652,76130,82896,89950,97292,104922,112840,121046,129540,138322,147392,156750,166396,176330,186552,197062,207860,218946,230320,241982,253932,266170,278696,291510,304612...
84.888889
682
0.816754
c289792c2ba346a40d5f452f6004755f8f8130a8
726
asm
Assembly
oeis/034/A034738.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/034/A034738.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/034/A034738.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A034738: Dirichlet convolution of b_n = 2^(n-1) with phi(n). ; Submitted by Jamie Morken(w3) ; 1,3,6,12,20,42,70,144,270,540,1034,2112,4108,8274,16440,32928,65552,131418,262162,524880,1048740,2098206,4194326,8391024,16777300,33558564,67109418,134226120,268435484,536888520,1073741854,2147516736,4294969404,8590000176,1...
40.333333
498
0.789256
e030dfec76ac24365b68da86ba09d85f2df25f0e
476
asm
Assembly
programs/oeis/054/A054087.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/054/A054087.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/054/A054087.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A054087: s(3n-2), s=A054086; also a bisection of A003511. ; 1,4,6,9,12,15,17,20,23,25,28,31,34,36,39,42,45,47,50,53,56,58,61,64,66,69,72,75,77,80,83,86,88,91,94,96,99,102,105,107,110,113,116,118,121,124,127,129,132,135,137,140,143,146,148,151 mov $2,$0 mov $4,3 lpb $4,1 lpb $0,1 mov $5,$0 add $5,$0 add...
18.307692
184
0.569328
6452704f1631cb6feeb31f183d20e25c05293203
521
asm
Assembly
data/baseStats/oddish.asm
etdv-thevoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
1
2022-01-09T05:28:52.000Z
2022-01-09T05:28:52.000Z
data/baseStats/oddish.asm
ETDV-TheVoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
null
null
null
data/baseStats/oddish.asm
ETDV-TheVoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
null
null
null
db ODDISH ; pokedex id db 45 ; base hp db 50 ; base attack db 55 ; base defense db 30 ; base speed db 75 ; base special db GRASS ; species type 1 db POISON ; species type 2 db 255 ; catch rate db 78 ; base exp yield INCBIN "pic/gsmon/oddish.pic",0,1 ; 55, sprite dimensions dw OddishPicFront dw OddishPicBack ; attacks k...
17.965517
57
0.731286
da4ccea843a348f67d9d25b7d57ce14675f6a5a1
1,948
a51
Assembly
OrgEVM/OEVM_L1/main_asm.a51
sandyre/ifmo_course3
f697b2308acec149c67b1fbba326e2264da88f29
[ "MIT" ]
3
2017-06-19T20:39:26.000Z
2020-09-14T04:15:53.000Z
OrgEVM/OEVM_L1/main_asm.a51
sandyre/ifmo_course3
f697b2308acec149c67b1fbba326e2264da88f29
[ "MIT" ]
null
null
null
OrgEVM/OEVM_L1/main_asm.a51
sandyre/ifmo_course3
f697b2308acec149c67b1fbba326e2264da88f29
[ "MIT" ]
2
2018-11-12T18:42:09.000Z
2019-12-20T03:12:34.000Z
$TITLE(LAB1_1) XSEG AT 70 SORTED_MSG: ds 50 CSEG AT 0 JMP START ORIGINAL_MSG: DB 'itmoeneclassic', 00h START: CLR A // copy string to XSEG // r0 is an address of xdata // r1 is a counter MOV r0, #SORTED_MSG MOV r1, #0 COPY_CICLE_ITERATION: MOV DPTR, #ORIGINAL_MSG MOV A, r1...
19.877551
42
0.605749
db629cff9a47c2836ce75b1c3aff952e3bf98b12
1,107
asm
Assembly
programs/oeis/166/A166810.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/166/A166810.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/166/A166810.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A166810: Number of n X 6 1..2 arrays containing at least one of each value, all equal values connected, rows considered as a single number in nondecreasing order, and columns considered as a single number in nondecreasing order. ; 5,26,82,208,460,922,1714,3001,5003,8006,12374,18562,27130,38758,54262,74611,100945,1345...
158.142857
847
0.853659
918f1c05544bcf07461281188969225e2db8fcd8
2,137
asm
Assembly
programs/oeis/208/A208138.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/208/A208138.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/208/A208138.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A208138: Number of n X 4 0..1 arrays avoiding 0 0 1 and 0 1 1 horizontally and 0 0 1 and 1 0 1 vertically. ; 9,81,324,900,2025,3969,7056,11664,18225,27225,39204,54756,74529,99225,129600,166464,210681,263169,324900,396900,480249,576081,685584,810000,950625,1108809,1285956,1483524,1703025,1946025,2214144,2509056,283248...
267.125
1,988
0.87693
2fa0b4772151bf718e8ac626f6e64e2154927c71
890
asm
Assembly
programs/oeis/268/A268227.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/268/A268227.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/268/A268227.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A268227: a(n) = sum of digits of (2n)^2. ; 0,4,7,9,10,1,9,16,13,9,4,16,18,19,19,9,7,13,18,13,7,18,19,10,9,7,13,18,13,16,9,19,19,18,16,13,18,22,25,18,10,19,18,25,22,9,22,25,18,19,1,9,16,13,18,4,16,27,19,19,9,25,22,27,22,16,18,28,28,18,16,13,18,13,16,9,10,19,18,25,13,18,31,25,18,19,28,18,25,22,9,13,25,27,19,10,27,25,22...
52.352941
719
0.626966
391d1fe4ecb5fc403401fd0079171cf2ac634f59
395
asm
Assembly
oeis/119/A119698.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/119/A119698.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/119/A119698.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A119698: n^3*binomial(2*n, n)*Fibonacci(n)^2. ; Submitted by Jon Maiga ; 0,2,48,2160,40320,787500,12773376,198942744,2905943040,40973240880,558886900000,7437264466632,96894798594048,1240510066959800,15645553270401600,194802398523000000,2398428702498447360,29240457953102773740,353391128284307097600 mov $2,$0 seq $0,1...
39.5
227
0.787342
39c2a81849889f9cb48853b2420cef29eeed3627
165
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_floor.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_floor.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_floor.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_math32 PUBLIC cm32_sdcc_floor EXTERN cm32_sdcc_fsread1, m32_floor_fastcall cm32_sdcc_floor: call cm32_sdcc_fsread1 jp m32_floor_fastcall
15
44
0.842424
4d06fdc9d61d36a3cb18add93efbdb4bd050b532
6,837
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1030.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1030.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1030.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 %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xd2c0, %rbp nop nop add %r12, %r12 movb $0x61, (%rbp) nop nop sub $24681, %rdx lea addresses_WC_ht+0x19230, %rsi lea addresses_WC_ht+0x15db0, %rdi nop sub %rbp, %rbp mov $23, ...
39.068571
2,999
0.656282
19b4bd960c75454dd6eb62188c66142ae12473cf
451
asm
Assembly
programs/oeis/045/A045929.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/045/A045929.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/045/A045929.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A045929: Generalized Connell sequence C_{5,3}. ; 1,2,7,12,17,18,23,28,33,38,43,48,49,54,59,64,69,74,79,84,89,94,95,100,105,110,115,120,125,130,135,140,145,150,155,156,161,166,171,176,181,186,191,196,201,206,211,216,221,226,231,232,237,242,247,252,257,262,267,272,277 mov $2,$0 mov $3,$0 add $3,$0 mov $4,$0 add $4,$0 ...
19.608696
219
0.631929
9a17ae722a11b2450c2cc625416440d6e0c6bfff
4,526
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_19193_1363.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.log_19193_1363.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.log_19193_1363.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 %r12 push %r8 push %r9 push %rbp push %rdx lea addresses_D_ht+0x1c289, %r10 nop nop and %rdx, %rdx movw $0x6162, (%r10) nop nop nop nop inc %r8 lea addresses_WT_ht+0x8fd1, %r11 nop sub $57677, %rbp movups (%r11), %xmm2 vpextrq $0, %xmm2, %r9 nop xor ...
54.53012
2,999
0.659081
7ab72b15344c73ad0600abb80af007e18613f579
848
asm
Assembly
oeis/181/A181270.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/181/A181270.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/181/A181270.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A181270: Number of 2 X n binary matrices M with rows in strictly increasing order and rows of M*Mtranspose (mod 2) in strictly increasing order. ; Submitted by Jon Maiga ; 1,2,11,44,188,752,3056,12224,49088,196352,786176,3144704,12581888,50327552,201322496,805289984,3221209088,12884836352,51539542016,206158168064,824...
36.869565
501
0.810142
87f5be6edb9ca9427997398e96295e0610fd8c25
1,483
asm
Assembly
programs/oeis/155/A155461.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/155/A155461.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/155/A155461.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A155461: a(n) = n^2 + 52*n + 30. ; 30,83,138,195,254,315,378,443,510,579,650,723,798,875,954,1035,1118,1203,1290,1379,1470,1563,1658,1755,1854,1955,2058,2163,2270,2379,2490,2603,2718,2835,2954,3075,3198,3323,3450,3579,3710,3843,3978,4115,4254,4395,4538,4683,4830,4979,5130,5283,5438,5595,5754,5915,6078,6243,6410,6579,...
185.375
1,406
0.805125
e200f0a55d3152e394a977ae4013aba85af5271f
639
asm
Assembly
oeis/282/A282023.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/282/A282023.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/282/A282023.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A282023: Start with 1; multiply alternately by 4 and 3. ; 1,4,12,48,144,576,1728,6912,20736,82944,248832,995328,2985984,11943936,35831808,143327232,429981696,1719926784,5159780352,20639121408,61917364224,247669456896,743008370688,2972033482752,8916100448256,35664401793024,106993205379072,427972821516288,1283918464548...
45.642857
484
0.834116
3ad0294f584f3254e35819449c4435781958d3a7
571
asm
Assembly
programs/oeis/088/A088003.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/088/A088003.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/088/A088003.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A088003: Take the list t(n,0) = {1,...,n}; denote by t(n,j) this list after rotating to left (or right) by j positions. Calculate inner product of t(n,0) and t(n,j) and denote the value by s(n,j). Compute this inner product for all j = 1..n and choose the smallest. This is a(n). ; 1,4,11,22,40,64,98,140,195,260,341,4...
47.583333
281
0.69352
c45df8c37c5e3d409ede90ad0bf42803a6089be1
386
asm
Assembly
programs/oeis/086/A086299.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/086/A086299.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/086/A086299.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A086299: a(n) = if n is 7-smooth then 1 else 0: characteristic function of 7-smooth numbers. ; 1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,0,1,0,1,1,0,0,1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,1,0,0,1,0,0,1,1,1,0,0,0,1,0,1,0,0,0,1,0,0,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1 seq $0,6530 ; Gpf(n): ...
55.142857
201
0.57513
17a7b44b97447453dce8a88bf27049f5aa4292d2
101,139
asm
Assembly
src/z80asm/t/data/zx48_05.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
src/z80asm/t/data/zx48_05.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
src/z80asm/t/data/zx48_05.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
;************************************************** ;** Part 5. SCREEN AND PRINTER HANDLING ROUTINES ** ;************************************************** PUBLIC L09F4 PUBLIC L0BDB PUBLIC L0C0A PUBLIC L0D4D PUBLIC L0D6B PUBLIC L0D6E PUBLIC L0DAF PUBLIC L...
42.370758
80
0.489673
3ff4aa1cbf6f5975be38eb474c933b2f5a2f3e8d
9,417
asm
Assembly
test/cmp.asm
clayne/AssemblyLine
cd0ac926117b6b8d3a377fba03b2bc048241eb02
[ "Apache-2.0" ]
null
null
null
test/cmp.asm
clayne/AssemblyLine
cd0ac926117b6b8d3a377fba03b2bc048241eb02
[ "Apache-2.0" ]
null
null
null
test/cmp.asm
clayne/AssemblyLine
cd0ac926117b6b8d3a377fba03b2bc048241eb02
[ "Apache-2.0" ]
null
null
null
SECTION .text GLOBAL test test: cmp rsp, 0x39a8 cmp r10, r11 cmp r10, r12 cmp r10, r13 cmp r10, r14 cmp r10, r15 cmp r10, r8 cmp r10, r9 cmp r10, rax cmp r10, rbp cmp r10, rbx cmp r10, rcx cmp r10, rdi cmp r10, rdx cmp r10, rsi cmp r10, [ rsp + 0x11f0 ] cmp r10, [ rsp + 0x19f0 ] cmp r10, [ rsp + 0x1b10 ] cmp r10, [ rs...
18.573964
29
0.625571
71e36c6db711b9d5285b3aca9af0809b85f6136a
903
asm
Assembly
programs/oeis/199/A199486.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/199/A199486.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/199/A199486.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A199486: (9*7^n+1)/2. ; 5,32,221,1544,10805,75632,529421,3705944,25941605,181591232,1271138621,8897970344,62285792405,436000546832,3052003827821,21364026794744,149548187563205,1046837312942432,7327861190597021,51295028334179144,359065198339254005,2513456388374778032,17594194718623446221,123159363030364123544,86211554...
90.3
820
0.908084
ef2ba840695eaed5a60c604a85826deefe09e2f9
2,531
asm
Assembly
src/shaders/h264/ildb/save_Top_UV_8x2_Mbaff.asm
tizenorg/platform.upstream.libva-intel-driver
9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90
[ "MIT" ]
null
null
null
src/shaders/h264/ildb/save_Top_UV_8x2_Mbaff.asm
tizenorg/platform.upstream.libva-intel-driver
9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90
[ "MIT" ]
null
null
null
src/shaders/h264/ildb/save_Top_UV_8x2_Mbaff.asm
tizenorg/platform.upstream.libva-intel-driver
9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90
[ "MIT" ]
null
null
null
/* * Copyright © <2010>, Intel Corporation. * * This program is licensed under the terms and conditions of the * Eclipse Public License (EPL), version 1.0. The full text of the EPL is at * http://www.opensource.org/licenses/eclipse-1.0.php. * */ // Module name: save_Top_UV_8x2.asm // // Save UV 8x2 bl...
36.157143
115
0.612406
7b48a01d59db7c4d7065caae4003eea5be2317d0
4,001
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1957.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1957.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1957.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 %rcx push %rdi lea addresses_WT_ht+0x128ca, %rdi nop nop nop nop nop and %rcx, %rcx mov $0x6162636465666768, %r8 movq %r8, %xmm2 movups %xmm2, (%rdi) sub %rdi, %rdi pop %rdi pop %rcx pop %r8 ret .global s_faulty_load s_faulty_load: push %r11 push %r14 push...
68.982759
2,999
0.662584
93f1eca34fe814bd92f78a546adb48014ea3e039
31,974
asm
Assembly
engine/pokegear/radio.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
engine/pokegear/radio.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
1
2020-12-16T01:11:20.000Z
2020-12-16T22:53:56.000Z
engine/pokegear/radio.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
3
2021-01-15T18:45:40.000Z
2021-10-16T03:35:27.000Z
PlayRadioShow: ; If we're already in the radio program proper, we don't need to be here. ld a, [wCurRadioLine] cp POKE_FLUTE_RADIO jr nc, .ok ; If Team Rocket is not occupying the radio tower, we don't need to be here. ld a, [wStatusFlags2] bit STATUSFLAGS2_ROCKETS_IN_RADIO_TOWER_F, a jr z, .ok ; If we're in Kant...
16.714062
128
0.759742
08955d4e91d4c91babd9e2646de0264cd46b7b24
9,466
asm
Assembly
MdePkg/Library/BaseLib/Ia32/Thunk16.asm
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
93
2016-10-27T12:03:57.000Z
2022-03-29T15:22:10.000Z
MdePkg/Library/BaseLib/Ia32/Thunk16.asm
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
16
2016-11-02T02:08:40.000Z
2021-06-03T21:18:06.000Z
MdePkg/Library/BaseLib/Ia32/Thunk16.asm
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
41
2016-11-02T00:05:02.000Z
2022-03-29T14:33:09.000Z
#include "BaseLibInternals.h" ;------------------------------------------------------------------------------ ; ; Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> ; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD Lice...
36.268199
85
0.462286
6921f5ed182f6e20c77dce83d7e2a591c0cd6ca3
321
asm
Assembly
programs/oeis/080/A080534.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/080/A080534.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/080/A080534.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A080534: Number of protons in longest known radioactive decay series ending with Lead 207 ("actinium series"), reversed. ; 82,81,83,82,84,83,85,87,89,88,90,92,94,96,98,100,102,104,106,108,110 mov $1,24 mov $2,6 mov $4,4 add $4,$0 trn $2,$4 sub $1,$2 div $1,$4 mul $1,3 add $1,67 mov $3,$0 mul $3,2 add $1,$3 mov $0,$1...
18.882353
122
0.660436
91430690343fe44edaf29e70ca5397391c2cdefe
6,343
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_881.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.log_21829_881.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.log_21829_881.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 %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x96ce, %rsi lea addresses_A_ht+0x19327, %rdi nop nop add %r12, %r12 mov $78, %rcx rep movsb nop nop nop nop nop inc %r12 lea addresses_WC_ht+0x1342e, %rsi lea addresses_A_ht+0x1d532...
35.238889
2,999
0.656314
a5d7ebcad7ea44771a07e7b32a0e69ea57c81bc8
587
asm
Assembly
oeis/143/A143861.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/143/A143861.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/143/A143861.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A143861: Ulam's spiral (NNE spoke). ; 1,14,59,136,245,386,559,764,1001,1270,1571,1904,2269,2666,3095,3556,4049,4574,5131,5720,6341,6994,7679,8396,9145,9926,10739,11584,12461,13370,14311,15284,16289,17326,18395,19496,20629,21794,22991,24220,25481,26774,28099,29456,30845,32266,33719,35204,36721,38270,39851,41464,43109,...
65.222222
499
0.787053
389971321fb283fcfbdb98599b0e90180c7eb1c2
8,678
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_1835.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_1835.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_1835.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 %r12 push %r13 push %r9 push %rcx push %rdi push %rsi lea addresses_D_ht+0x1935d, %r11 nop nop nop dec %r9 mov $0x6162636465666768, %r13 movq %r13, %xmm1 movups %xmm1, (%r11) nop inc %r12 lea addresses_D_ht+0x1c87d, %rsi lea addresses_D_ht+0x6ced, %r...
30.992857
2,999
0.655912
ef2410246d07fcdb4537ad4611e2d3e620281591
7,798
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_991.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.log_21829_991.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.log_21829_991.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 %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x135cd, %rcx nop nop nop nop dec %rbp mov $0x6162636465666768, %rdx movq %rdx, %xmm2 movups %xmm2, (%rcx) nop nop nop sub %r11, %r11 lea addresses_D_ht+0x9b73, %rbp nop n...
32.491667
2,999
0.65863
67d3e18f50bf5b80015470320d71422337481be0
311
asm
Assembly
programs/oeis/249/A249736.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/249/A249736.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/249/A249736.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A249736: Triangular numbers modulo 30. ; 0,1,3,6,10,15,21,28,6,15,25,6,18,1,15,0,16,3,21,10,0,21,13,6,0,25,21,18,16,15,15,16,18,21,25,0,6,13,21,0,10,21,3,16,0,15,1,18,6,25,15,6,28,21,15,10,6,3,1,0,0,1,3,6,10,15,21,28,6,15,25,6,18,1,15,0,16,3,21,10,0,21,13,6,0 mov $1,$0 pow $0,2 add $0,$1 mod $0,60 div $0,2
34.555556
220
0.617363
18af21d85bd2155c8fb38d64309a42326719ccb0
52,258
asm
Assembly
ls.asm
briansrls/xv6
a239977076a9bd2ede261e8d8bffd09a25d43598
[ "MIT-0" ]
null
null
null
ls.asm
briansrls/xv6
a239977076a9bd2ede261e8d8bffd09a25d43598
[ "MIT-0" ]
null
null
null
ls.asm
briansrls/xv6
a239977076a9bd2ede261e8d8bffd09a25d43598
[ "MIT-0" ]
null
null
null
_ls: file format elf32-i386 Disassembly of section .text: 00000000 <fmtname>: #include "user.h" #include "fs.h" char* fmtname(char *path) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 53 push %ebx 4: 83 ec 24 sub $0x24,%esp ...
35.025469
73
0.42958
14885927e88b5dae06a5b92768f46829705e5c8f
125
asm
Assembly
src/main/fragment/mos6502-common/vdum1=vdum2_band_vdum3.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/vdum1=vdum2_band_vdum3.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/vdum1=vdum2_band_vdum3.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
lda {m2} and {m3} sta {m1} lda {m2}+1 and {m3}+1 sta {m1}+1 lda {m2}+2 and {m3}+2 sta {m1}+2 lda {m2}+3 and {m3}+3 sta {m1}+3
10.416667
10
0.552
b79669a60e3e3235a846fa57752e7a22e7c0b32b
241
asm
Assembly
Assembly/init.asm
CaitSith2/Enemizer
53be2143063c5ca03216f76821ebbbce67313e34
[ "WTFPL" ]
2
2020-06-21T14:38:23.000Z
2021-02-03T00:43:49.000Z
Assembly/init.asm
CaitSith2/Enemizer
53be2143063c5ca03216f76821ebbbce67313e34
[ "WTFPL" ]
5
2020-07-16T22:12:30.000Z
2020-08-31T22:11:54.000Z
Assembly/init.asm
CaitSith2/Enemizer
53be2143063c5ca03216f76821ebbbce67313e34
[ "WTFPL" ]
2
2020-07-16T22:34:11.000Z
2020-11-18T19:39:50.000Z
OnInitFileSelect: { LDA.b #$10 : STA $BC LDA !RANDOM_SPRITE_FLAG : BEQ .continue JSL GetRandomInt : AND #$1F : !ADD #$60 : STA $BC .continue LDA #$00 : STA !SOUNDFX_LOADED JSL $00893D;Restore the previous code RTL }
20.083333
53
0.634855
9170e785ccbeac128107ee6c61a4f4972d12032c
74
asm
Assembly
gfx/pokemon/haunter/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
gfx/pokemon/haunter/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
gfx/pokemon/haunter/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
frame 1, 10 frame 2, 10 frame 3, 44 frame 2, 10 frame 1, 10 endanim
10.571429
12
0.635135
18ea415b679d8115bf968ca846c748a7241fbe3c
274
asm
Assembly
programs/oeis/047/A047392.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/047/A047392.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/047/A047392.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A047392: Numbers that are congruent to {0, 1, 3, 5} mod 7. ; 0,1,3,5,7,8,10,12,14,15,17,19,21,22,24,26,28,29,31,33,35,36,38,40,42,43,45,47,49,50,52,54,56,57,59,61,63,64,66,68,70,71,73,75,77,78,80,82,84,85,87,89,91,92,94,96,98,99,101,103,105,106,108,110 mul $0,7 div $0,4
45.666667
193
0.649635
22afe9da44c3283b7130ad09bfc9c060088502b7
4,232
asm
Assembly
bvs/BvsGetMode.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
null
null
null
bvs/BvsGetMode.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
null
null
null
bvs/BvsGetMode.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
null
null
null
;/*! ; @file ; ; @brief BvsGetMode DOS wrapper ; ; (c) osFree Project 2008-2022, <http://www.osFree.org> ; for licence see licence.txt in root directory, or project website ; ; This is Family API implementation for DOS, used with BIND tools ; to link required API ; ; @author Yuri Prokushev (yuri.prokushev...
28.213333
97
0.662571
2fc7c89a81601b1f34bc573f8e8c02a34ca3ce84
1,730
asm
Assembly
artwork/barbaro_camina_espada.asm
fjpena/sword-of-ianna-zx
fdd6bdb5775933756e75402a7c6be80d5334702d
[ "Apache-2.0" ]
67
2017-10-07T18:48:05.000Z
2022-02-01T20:37:40.000Z
artwork/barbaro_camina_espada.asm
fjpena/sword-of-ianna-zx
fdd6bdb5775933756e75402a7c6be80d5334702d
[ "Apache-2.0" ]
null
null
null
artwork/barbaro_camina_espada.asm
fjpena/sword-of-ianna-zx
fdd6bdb5775933756e75402a7c6be80d5334702d
[ "Apache-2.0" ]
9
2017-10-06T21:02:55.000Z
2022-01-06T03:11:58.000Z
; ASM source file created by SevenuP v1.20 ; SevenuP (C) Copyright 2002-2006 by Jaime Tejedor Gomez, aka Metalbrain ;GRAPHIC DATA: ;Pixel Size: ( 24, 32) ;Char Size: ( 3, 4) ;Frames: 3 ;Sort Priorities: X char, Char line, Y char, Frame number ;Data Outputted: Gfx ;Interleave: Sprite ;M...
35.306122
72
0.512717
ab8049e323ba30b4e49a563e03bbfd41e3f27214
3,073
asm
Assembly
Miscellaneous/Chip16-Emulator/roms/Sources/Starfield.asm
ghivert/Student-Projects
43d7a61eac94365b3296ea09311f855ac00d71d1
[ "MIT" ]
2
2017-09-11T19:13:06.000Z
2020-01-20T09:05:40.000Z
Miscellaneous/Chip16-Emulator/roms/Sources/Starfield.asm
ghivert/Student-Projects
43d7a61eac94365b3296ea09311f855ac00d71d1
[ "MIT" ]
null
null
null
Miscellaneous/Chip16-Emulator/roms/Sources/Starfield.asm
ghivert/Student-Projects
43d7a61eac94365b3296ea09311f855ac00d71d1
[ "MIT" ]
3
2017-02-08T18:01:56.000Z
2018-10-04T21:30:08.000Z
; Starfield demo for chip16 ; By tykel ; Store 64 stars - 3 * 64 values in memory (x, y, z) ; See http://freespace.virgin.net/hugo.elias/graphics/x_stars.htm ; star_x: #1000 ; star_y: #2000 ; star_z: #3000 ; star_dir: #4000 -- on bits [0] && [1] ;-----------------------------------------------------------------...
18.183432
81
0.519688
6f355b4b5376e11c8f19a2d1a5b1fe194ec6dbb6
2,464
asm
Assembly
programs/oeis/101/A101093.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/101/A101093.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/101/A101093.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A101093: Second partial sums of sixth powers (A001014). ; 1,66,860,5750,26265,93436,278256,725220,1703625,3682030,7431996,14167946,25730705,44823000,75305920,122566056,193963761,299373690,451829500,668285310,970507241,1386109076,1949746800,2704487500,3703368825,5011165926,6706383516,8883491410,11655422625,15156353840...
224
2,284
0.901786
e4de2f92efed7cd823f6ac7042cbd1bd7a4c73f3
629
asm
Assembly
oeis/098/A098815.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/098/A098815.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/098/A098815.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A098815: 2^p - 7 where p is prime. ; -3,1,25,121,2041,8185,131065,524281,8388601,536870905,2147483641,137438953465,2199023255545,8796093022201,140737488355321,9007199254740985,576460752303423481,2305843009213693945,147573952589676412921,2361183241434822606841,9444732965739290427385,604462909807314587353081,9671406556...
62.9
490
0.868045
46f65a0ef430d8c51afc1b9c459ff32c01ad0ad3
8,081
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_995.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_995.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_995.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 %r12 push %r13 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x62fd, %r13 xor $30751, %rbx movb (%r13), %r10b nop nop nop nop nop cmp %rbx, %rbx lea addresses_UC_ht+0x4b09, %rax clflush (%rax) nop nop nop dec %rdi movups (%rax)...
33.811715
2,999
0.656354
6a01ee6118629ae494cf36a28240187c111c1464
3,850
asm
Assembly
base/ntos/ke/x86/ldtsup2.asm
MasonLeeBack/WRKRazzle
c852209285ffb5762ec1692d1786c690c4ffa0d1
[ "Intel" ]
54
2017-01-03T17:09:29.000Z
2021-08-24T10:56:43.000Z
base/ntos/ke/x86/ldtsup2.asm
OpenNT/WRKRazzle
c852209285ffb5762ec1692d1786c690c4ffa0d1
[ "Intel" ]
2
2019-01-17T04:52:33.000Z
2019-06-11T06:37:43.000Z
base/ntos/ke/x86/ldtsup2.asm
OpenNT/WRKRazzle
c852209285ffb5762ec1692d1786c690c4ffa0d1
[ "Intel" ]
36
2016-12-05T11:03:14.000Z
2021-10-24T01:39:25.000Z
title "Ldt Support 2 - Low Level" ;++ ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt). ; If you do not agree to the terms, do not use the code. ; ; ; Module Nam...
24.213836
134
0.612208
eeb9b8e6887dfe44a1df95d1a1ac4ae73519b2fd
1,069
asm
Assembly
programs/oeis/020/A020745.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/020/A020745.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/020/A020745.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A020745: Pisot sequence T(3,5). ; 3,5,8,12,18,27,40,59,87,128,188,276,405,594,871,1277,1872,2744,4022,5895,8640,12663,18559,27200,39864,58424,85625,125490,183915,269541,395032,578948,848490,1243523,1822472,2670963,3914487,5736960,8407924,12322412,18059373,26467298,38789711,56849085,83316384,122106096,178955182,262271...
66.8125
907
0.836296
0df9b56c204c21b0ead135dd9fedca1f27e43207
711
asm
Assembly
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/vfprintf_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/vfprintf_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/vfprintf_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; int vfprintf_callee(FILE *stream, const char *format, void *arg) INCLUDE "clib_cfg.asm" SECTION code_clib SECTION code_stdio ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IF __CLIB_OPT_MULTITHREAD & $02 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PUBLIC _vfprintf_callee, l0_vfprintf_callee EXTERN asm_vfprintf _vfprintf_callee: pop ...
14.8125
66
0.54571
96fd48426472b4f01673f6b52184b46f99bec0cc
472
asm
Assembly
programs/oeis/313/A313045.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/313/A313045.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/313/A313045.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A313045: Coordination sequence Gal.6.258.2 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,4,9,14,18,23,27,32,36,41,46,50,54,59,64,68,73,77,82,86,91,96,100,104,109,114,118,123,127,132,136,141,146,150,154,159,164,168,173,177,182,1...
29.5
177
0.692797
717604497bae43a53a68e430af65cd88c58eb1fb
1,616
asm
Assembly
text/maps/route_6.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
text/maps/route_6.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
text/maps/route_6.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
_Route6BattleText1:: text "I'm doing this" line "out of love." cont "Leave me alone!" done _Route6EndBattleText1:: text "No," line "this can't be..." prompt _Route6AfterBattleText1:: text "My love will leave" line "me in disgust." done _Route6BattleText2:: text "I'm training for" line "my love. Don't" c...
15.390476
26
0.70297
f3d42da3d658cd47001e0912b37338e5704bc874
864
asm
Assembly
programs/oeis/189/A189574.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/189/A189574.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/189/A189574.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A189574: Partial sums of A189572. ; 0,1,1,1,2,2,3,3,4,4,4,5,5,6,6,6,7,7,8,8,8,9,9,10,10,11,11,11,12,12,13,13,13,14,14,15,15,16,16,16,17,17,18,18,18,19,19,20,20,21,21,21,22,22,23,23,23,24,24,25,25,25,26,26,27,27,28,28,28,29,29,30,30,30,31,31,32,32,33,33,33,34,34 mov $3,$0 mov $5,$0 lpb $3,1 mov $0,$5 sub $3,1 s...
16.941176
227
0.472222
ada14cebf8f1638630c2747c59ebaddc9c19a237
379
asm
Assembly
programs/oeis/165/A165972.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/165/A165972.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/165/A165972.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A165972: Nonprimes k such that the sum of the smallest and largest divisor of k is prime. ; 1,4,6,10,12,16,18,22,28,30,36,40,42,46,52,58,60,66,70,72,78,82,88,96,100,102,106,108,112,126,130,136,138,148,150,156,162,166,172,178,180,190,192,196,198,210,222,226,228,232,238,240,250,256,262,268,270,276 seq $0,140475 ; 1 al...
47.375
206
0.71504
10f4f9af4dd14a2f00216b20ccbba5056945ed87
1,171
asm
Assembly
Framework/trackmo/framework/driver.asm
kosmonautdnb/TheLandsOfZador
66c9e8ab92f617838afe793a6c9ddaaf7273aadc
[ "MIT" ]
null
null
null
Framework/trackmo/framework/driver.asm
kosmonautdnb/TheLandsOfZador
66c9e8ab92f617838afe793a6c9ddaaf7273aadc
[ "MIT" ]
null
null
null
Framework/trackmo/framework/driver.asm
kosmonautdnb/TheLandsOfZador
66c9e8ab92f617838afe793a6c9ddaaf7273aadc
[ "MIT" ]
null
null
null
processor 6502 ORG $1001 DC.W $100B,0 DC.B $9E,"4109",0,0,0 ; SYS4107 JMP main org $1800,$00 include "fw_interface.asm" include "fw_bootstrap.asm" main SUBROUTINE lda #$00 jsr fw_init inc $ff19 sei sta $ff3f ldy #$10 lda #$00 .0 sta $0000,y iny bne .0 jsr fw_run sta $ff3f cli ...
10.27193
32
0.623399