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
443ea8a51277868a09baa449eb2fc52a273e9779
342
asm
Assembly
asm/greet.asm
pamoroso/suite8080
7811d427e4871c5ecc74c0d139bfae66a97424ea
[ "MIT" ]
13
2021-09-12T20:13:58.000Z
2022-03-01T02:19:14.000Z
asm/greet.asm
pamoroso/suite8080
7811d427e4871c5ecc74c0d139bfae66a97424ea
[ "MIT" ]
null
null
null
asm/greet.asm
pamoroso/suite8080
7811d427e4871c5ecc74c0d139bfae66a97424ea
[ "MIT" ]
2
2021-11-05T08:15:59.000Z
2021-11-05T11:01:54.000Z
; Hello world for CP/M org 100h bdos equ 0005h ; BDOS entry point wstrf equ 09h ; BDOS function: write string mvi c, wstrf lxi d, message call bdos ret message: db 'Greetings from Suite808...
19
65
0.432749
44729882d60d63e9c9c6a74eaa481dba19498461
571
asm
Assembly
libsrc/_DEVELOPMENT/l/sdcc/__sdcc_exit_div_64_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/l/sdcc/__sdcc_exit_div_64_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/l/sdcc/__sdcc_exit_div_64_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_l_sdcc PUBLIC __sdcc_exit_div_64_callee __sdcc_exit_div_64_callee: ex af,af' ld e,(ix-2) ld d,(ix-1) ; de = quotient * push ix pop hl ; hl = & quotient ld bc,8 ldir ; copy quotient to result ...
18.419355
56
0.455342
ed1a289245d03a8274a9d442a0fe9eaa42d27db6
4,313
asm
Assembly
45/runtime/rt/iocons.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/rt/iocons.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/rt/iocons.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
TITLE IOCONS - Machine Independent CONS: Device Support ;*** ; IOCONS - Machine Independent CONS: Device Support ; ; Copyright <C> 1986, Microsoft Corporation ; ;Purpose: ; Contains the code to drive the machine independant "CONS:" device. Under DOS ; 2/3, we use direct console I/O to output data, and under DOS 5, VIO...
20.735577
79
0.67795
9fdb7614a9d4fd060e82e6c4cdf3f079f98968fc
321
asm
Assembly
programs/oeis/033/A033573.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/033/A033573.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/033/A033573.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A033573: a(n) = (2*n+1)*(9*n+1). ; 1,30,95,196,333,506,715,960,1241,1558,1911,2300,2725,3186,3683,4216,4785,5390,6031,6708,7421,8170,8955,9776,10633,11526,12455,13420,14421,15458,16531,17640,18785,19966,21183,22436,23725,25050,26411,27808,29241,30710,32215,33756,35333 mov $1,18 mul $1,$0 add $1,11 mul $1,$0 add $1,1...
35.666667
235
0.719626
5c078fd23856250858da7e528ddce8ef2f1383ee
757
asm
Assembly
programs/oeis/019/A019489.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/019/A019489.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/019/A019489.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A019489: Define the sequence T(a(0),a(1)) by a(n+2) is the greatest integer such that a(n+2)/a(n+1) < a(n+1)/a(n) for n >= 0. This is T(3,7). ; 3,7,16,36,80,177,391,863,1904,4200,9264,20433,45067,99399,219232,483532,1066464,2352161,5187855,11442175,25236512,55660880,122763936,270764385,597189651,1317143239,2905050864...
94.625
431
0.792602
11e89c4b38336ff8c75bb6d488a06893af04f78d
662
asm
Assembly
oeis/037/A037772.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/037/A037772.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/037/A037772.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A037772: Base 4 digits are, in order, the first n terms of the periodic sequence with initial period 3,1,0,2. ; 3,13,52,210,843,3373,13492,53970,215883,863533,3454132,13816530,55266123,221064493,884257972,3537031890,14148127563,56592510253,226370041012,905480164050,3621920656203,14487682624813,57950730499252,23180292...
73.555556
499
0.862538
4c89005ec5b4900c941c56bec171b46a7f2fb75c
1,638
asm
Assembly
programs/oeis/256/A256321.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/256/A256321.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/256/A256321.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A256321: Number of partitions of 5n into exactly 3 parts. ; 0,2,8,19,33,52,75,102,133,169,208,252,300,352,408,469,533,602,675,752,833,919,1008,1102,1200,1302,1408,1519,1633,1752,1875,2002,2133,2269,2408,2552,2700,2852,3008,3169,3333,3502,3675,3852,4033,4219,4408,4602,4800,5002,5208,5419,5633,5852,6075,6302,6533,6769,...
86.210526
1,429
0.793651
45f984abd3683e1753e76016cec2d8193f7a4f37
433
asm
Assembly
programs/oeis/321/A321789.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/321/A321789.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/321/A321789.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A321789: Factorials of terms of Pascal's triangle by row. ; 1,1,1,1,2,1,1,6,6,1,1,24,720,24,1,1,120,3628800,3628800,120,1,1,720,1307674368000,2432902008176640000,1307674368000,720,1,1,5040,51090942171709440000 seq $0,7318 ; Pascal's triangle read by rows: C(n,k) = binomial(n,k) = n!/(k!*(n-k)!), 0 <= k <= n. seq $0,...
72.166667
151
0.69515
1b81428476313bace4896dbcbedf8a6692bf80fb
714
asm
Assembly
oeis/101/A101496.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/101/A101496.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/101/A101496.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A101496: Expansion of (1-x^2)/(1-x-x^2+x^3+x^4). ; Submitted by Christian Krause ; 1,1,1,1,0,-1,-3,-5,-7,-8,-7,-3,5,17,32,47,57,55,33,-16,-95,-199,-311,-399,-416,-305,-11,499,1209,2024,2745,3061,2573,865,-2368,-7137,-12943,-18577,-22015,-20512,-11007,9073,40593,81185,123712,155231,157165,107499,-14279,-219176,-498119...
39.666667
492
0.687675
5f238223b1946170600814514a8bc73e4077e31f
761
asm
Assembly
oeis/064/A064326.asm
loda-lang/loda-programs
773fe0baed2ca30c72b7faf16c0801749f2e6f9a
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/064/A064326.asm
loda-lang/loda-programs
773fe0baed2ca30c72b7faf16c0801749f2e6f9a
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/064/A064326.asm
loda-lang/loda-programs
773fe0baed2ca30c72b7faf16c0801749f2e6f9a
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A064326: Generalized Catalan numbers C(-4; n). ; Submitted by Jamie Morken(w2) ; 1,1,-3,25,-251,2817,-33843,425769,-5537835,73865617,-1004862179,13888533561,-194475377243,2752994728225,-39333541106835,566464908534345,-8214515461250955,119845125957958065,-1757855400878129475,25906894146115000665,-383443906519878272955...
33.086957
494
0.781866
5165f3237a40e8ece1e7c3aeb8daa41def024f6e
313
asm
Assembly
programs/oeis/118/A118136.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/118/A118136.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/118/A118136.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A118136: 2 + (2*n! mod n+1). ; 2,2,3,2,5,2,7,2,2,2,11,2,13,2,2,2,17,2,19,2,2,2,23,2,2,2,2,2,29,2,31,2,2,2,2,2,37,2,2,2,41,2,43,2,2,2,47,2,2,2,2,2,53,2,2,2,2,2,59,2,61,2,2,2,2,2,67,2,2,2,71,2,73,2,2,2,2,2,79,2,2,2,83,2,2,2,2,2,89,2,2,2,2,2,2,2 cal $0,166260 ; a(n) = A089026(n) - 1. trn $0,1 mov $1,$0 add $1,2
39.125
213
0.533546
edfda48d22853161ad2e53b3866664f542bd28ac
70,889
asm
Assembly
Kernal64/asm/examples/supermon64.asm
abbruzze/kernal64
d24245e029d431130b14ef2d86eb52703affe11b
[ "MIT" ]
92
2015-01-07T00:02:59.000Z
2022-02-24T12:15:44.000Z
Kernal64/asm/examples/supermon64.asm
abbruzze/kernal64
d24245e029d431130b14ef2d86eb52703affe11b
[ "MIT" ]
14
2016-09-07T00:57:57.000Z
2022-02-16T11:50:41.000Z
Kernal64/asm/examples/supermon64.asm
abbruzze/kernal64
d24245e029d431130b14ef2d86eb52703affe11b
[ "MIT" ]
10
2015-05-09T22:28:44.000Z
2022-01-03T01:43:18.000Z
// =========================================================================== //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- // Taken from https://github.com/jblang/supermon64 and adapted for k64ass //-----...
45.94232
95
0.496029
9349c78f796b5a411028b2fb4f124cb3db051a39
405
asm
Assembly
oeis/342/A342380.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/342/A342380.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/342/A342380.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A342380: Expansion of e.g.f. (exp(x)-1)*(exp(x) - x^4/24 - x^3/6 - x^2/2 - x - 1). ; Submitted by Jamie Morken(m3) ; 0,0,0,0,0,0,6,28,92,255,637,1485,3301,7098,14912,30826,63018,127857,258095,519251,1042379,2089604,4185194,8377704,16764264,33539155,67090961,134196873,268411297,536843070,1073709892,2147447190,42949258...
57.857143
228
0.693827
ab42a533fa5020cc330bc2bb995c2172e3abbb4b
264
asm
Assembly
wof/lcs/base/7BE.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
wof/lcs/base/7BE.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
wof/lcs/base/7BE.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 0015FC move.w A0, -(A4) [base+314] 0015FE move.w A4, ($314,A5) [base+7BA, base+7BC, base+7BE] 05DFAE bsr $5e0be [base+7BA, base+7BC, base+7BE] copyright zengfr site:http://github.com/zengfr/romhack
33
60
0.704545
e90b340f366639c9d3a60977ce2f2986b4cce3b3
202
asm
Assembly
MOS2/OS.asm
Mishin870/MOS
cf2a94b0a0ace3380dd58adc4848baed78097df2
[ "MIT" ]
1
2020-10-10T08:31:42.000Z
2020-10-10T08:31:42.000Z
MOS2/OS.asm
Mishin870/MOS
cf2a94b0a0ace3380dd58adc4848baed78097df2
[ "MIT" ]
null
null
null
MOS2/OS.asm
Mishin870/MOS
cf2a94b0a0ace3380dd58adc4848baed78097df2
[ "MIT" ]
null
null
null
macro align value { db value-1 - ($ + value-1) mod (value) dup 0 } HEADS = 1 SPT = 18 ;4 сектора по 512 байт Begin: file "boot.bin", 512 file "kernel.bin" align 8192 ;16 секторов align HEADS*SPT*512
25.25
66
0.673267
7a99dd7a9e047ec1de75fc6559ff78146e1cbec8
150
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_saddr2cx.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_saddr2cx.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_saddr2cx.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; uint zx_saddr2cx(void *saddr) SECTION code_clib SECTION code_arch PUBLIC zx_saddr2cx EXTERN asm_zx_saddr2cx defc zx_saddr2cx = asm_zx_saddr2cx
12.5
34
0.826667
2fa28c38d7223d6c30c48b510b2c2c6fb1b673c5
1,354
asm
Assembly
libsrc/_DEVELOPMENT/target/yaz180/device/asci/z180/asm_asci0_init.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/target/yaz180/device/asci/z180/asm_asci0_init.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/target/yaz180/device/asci/z180/asm_asci0_init.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
INCLUDE "config_private.inc" SECTION code_driver PUBLIC asm_asci0_init EXTERN asm_asci0_reset EXTERN asm_z180_push_di, asm_z180_pop_ei_jp asm_asci0_init: call asm_z180_push_di ; di ; initialise the ASCI0 ; load the default ...
34.717949
77
0.441654
29622707295718cc7c80f35c2c3c4e055029d879
131
asm
Assembly
Working Disassembly/General/Sprites/Cluckoid/Map - Cluckoid Arrow.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
5
2021-07-09T08:17:56.000Z
2022-02-27T19:57:47.000Z
Working Disassembly/General/Sprites/Cluckoid/Map - Cluckoid Arrow.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Working Disassembly/General/Sprites/Cluckoid/Map - Cluckoid Arrow.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Map_8E536: dc.w word_8E538-Map_8E536 word_8E538: dc.w 2 dc.b $F4, $C, 0, 0, $FF, $F0 dc.b $FC, 1, 0, 4, $FF, $F8
26.2
37
0.526718
f1c10a84886828c28364dfab19c0af3ca2a87e71
151,359
asm
Assembly
win32/VC10/Win32/libxml2_Release/legacy.asm
txwizard/libxml2_x64_and_ARM
bc19a931370a09ee379d641a7c9a862fecebff3b
[ "MIT" ]
null
null
null
win32/VC10/Win32/libxml2_Release/legacy.asm
txwizard/libxml2_x64_and_ARM
bc19a931370a09ee379d641a7c9a862fecebff3b
[ "MIT" ]
null
null
null
win32/VC10/Win32/libxml2_Release/legacy.asm
txwizard/libxml2_x64_and_ARM
bc19a931370a09ee379d641a7c9a862fecebff3b
[ "MIT" ]
null
null
null
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1 TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\legacy.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRT INCLUDELIB OLDNAMES PUBLIC ??_C@_08EBLJJHKN@validate@ ; `st...
22.839746
110
0.697501
14c9aa3c942ce7ec09c2541fa9695ccf3ab800a0
51,232
asm
Assembly
target/cos_117/disasm/iop_overlay1/TEX.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/TEX.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/TEX.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
6
2021-04-12T06:10:32.000Z
2022-02-08T23:11:19.000Z
0x0000 (0x000000) 0x2118- f:00020 d: 280 | A = OR[280] 0x0001 (0x000002) 0x1443- f:00012 d: 67 | A = A + 67 (0x0043) 0x0002 (0x000004) 0x291B- f:00024 d: 283 | OR[283] = A 0x0003 (0x000006) 0x0400- f:00002 d: 0 | I = 0 ...
84.124795
127
0.467091
feabbefca896da660c9759c5bd03c704a6120640
6,292
asm
Assembly
assembler/forth/dict.asm
MRebhan/RetroComputers-XC8010
a55dc3975304710029bacd66fd54ea5635396af9
[ "MIT" ]
2
2016-11-16T14:03:31.000Z
2017-01-06T20:33:37.000Z
assembler/forth/dict.asm
MRebhan/RetroComputers-XC8010
a55dc3975304710029bacd66fd54ea5635396af9
[ "MIT" ]
null
null
null
assembler/forth/dict.asm
MRebhan/RetroComputers-XC8010
a55dc3975304710029bacd66fd54ea5635396af9
[ "MIT" ]
null
null
null
dvar STATE,5,,, dvar DP,2,,,here_pos dcode HERE,4,, ; ( -- dp@ ) lda var_DP pha nxt dvar LATEST,6,,,name_marker dword >CFA,4,,TCFA .lit 2 .wp ADD .wp DUP .wp PEEK .lit F_LENMASK .wp AND .wp ADD .wp INCR .wp EX...
19.6625
72
0.459313
29223d0730e353183a9fe0324ddbfa2d034cb0a9
433
asm
Assembly
oeis/133/A133138.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/133/A133138.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/133/A133138.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A133138: Triangle T(n,k) of the coefficients of the polynomials Q(n,x)=(1+x)[(1+x)^(n-1)+x^(n-1)], Q(0,x)=2. ; Submitted by Christian Krause ; 2,2,2,1,3,2,1,3,4,2,1,4,6,5,2,1,5,10,10,6,2,1,6,15,20,15,7,2,1,7,21,35,35,21,8,2,1,8,28,56,70,56,28,9,2,1,9,36,84,126,126,84,36,10,2,1,10,45,120,210,252,210,120,45,11,2 lpb $...
25.470588
170
0.591224
464924dc61341f13d4f8322d41fd3485e702d598
752
asm
Assembly
oeis/140/A140158.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/140/A140158.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/140/A140158.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A140158: a(1)=1, a(n) = a(n-1) + n^4 if n odd, a(n) = a(n-1) + n^1 if n is even. ; 1,3,84,88,713,719,3120,3128,9689,9699,24340,24352,52913,52927,103552,103568,187089,187107,317428,317448,511929,511951,791792,791816,1182441,1182467,1713908,1713936,2421217,2421247,3344768,3344800,4530721,4530755,6031380,6031416,7905577...
37.6
501
0.731383
0eb38da7c89e3e5ab1b4dfee1172df9441c20097
694
asm
Assembly
oeis/350/A350125.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/350/A350125.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/350/A350125.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A350125: a(n) = Sum_{k=1..n} k^2 * floor(n/k)^n. ; Submitted by Christian Krause ; 1,8,40,345,3303,50225,833569,17045934,388654659,10039636255,285508661853,8924967326015,302927979357701,11114722212099135,437913155876193839,18447871416712820782,827249276230172525622,39347009369000530723017,1978425064555890987361447,10...
36.526316
464
0.801153
9a2d513892921dcdbf21f6d4adff244e8a923fea
456
asm
Assembly
programs/oeis/314/A314191.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/314/A314191.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/314/A314191.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A314191: Coordination sequence Gal.5.292.4 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,5,11,17,21,27,33,37,43,49,54,59,65,71,75,81,87,91,97,103,108,113,119,125,129,135,141,145,151,157,162,167,173,179,183,189,195,199,205,211,2...
32.571429
180
0.695175
ab04dd9c2e213e7d7b6f28ae0e02e0a88890d88a
140
asm
Assembly
programs/oeis/010/A010931.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/010/A010931.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/010/A010931.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A010931: Binomial coefficient C(15,n). ; 1,15,105,455,1365,3003,5005,6435,6435,5005,3003,1365,455,105,15,1 mov $1,15 bin $1,$0 mov $0,$1
20
67
0.685714
9a9220e3343b004de3a3c6141e53397283ccc762
176
asm
Assembly
SourceCode/divide.asm
Nuthi-Sriram/Assembly-Level-Code-for-8086
616b651c913863d6151ae49f409762fe5d707b74
[ "MIT" ]
null
null
null
SourceCode/divide.asm
Nuthi-Sriram/Assembly-Level-Code-for-8086
616b651c913863d6151ae49f409762fe5d707b74
[ "MIT" ]
null
null
null
SourceCode/divide.asm
Nuthi-Sriram/Assembly-Level-Code-for-8086
616b651c913863d6151ae49f409762fe5d707b74
[ "MIT" ]
null
null
null
.model small .stack .data .code .startup ;mov ax,5h ;mov bl,2h ;div bl mov dx, WORD PTR 244h mov ax, WORD PTR 259h mov bl,8h div bl end
11
32
0.545455
ce22ae72432917f5197cfcebcebe0115fe0db89c
512
asm
Assembly
programs/oeis/184/A184111.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/184/A184111.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/184/A184111.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A184111: n+floor(4*sqrt(n-1)); complement of A184112. ; 1,6,8,10,13,14,16,18,20,22,23,25,26,28,29,31,33,34,35,37,38,40,41,43,44,46,47,48,50,51,52,54,55,56,58,59,61,62,63,64,66,67,68,70,71,72,74,75,76,78,79,80,81,83,84,85,86,88,89,90,91,93,94,95,97,98,99,100,101,103,104,105,106,108,109,110,111,113,114,115,116,118,119,...
30.117647
331
0.646484
1c0863c1aa554cb124cb5eecc78f23e4bc95abdd
216
asm
Assembly
programs/oeis/010/A010871.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/010/A010871.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/010/A010871.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A010871: Constant sequence: a(n) = 32. ; 32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32 mov $1,32
43.2
163
0.652778
e56fdfe58cfecbfd61fc309ee5879921831338ad
1,914
asm
Assembly
src/test/ref/c64dtv-color.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/c64dtv-color.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/c64dtv-color.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Test C64DTV v2 256-colors and the 16-color redefinable palette // Commodore 64 PRG executable file .file [name="c64dtv-color.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .s...
20.580645
71
0.60815
b316ee590a08f0be3117c94da721c84bfd917d64
761
asm
Assembly
oeis/032/A032820.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/032/A032820.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/032/A032820.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A032820: Numbers whose set of base-8 digits is {1,4}. ; Submitted by Christian Krause ; 1,4,9,12,33,36,73,76,97,100,265,268,289,292,585,588,609,612,777,780,801,804,2121,2124,2145,2148,2313,2316,2337,2340,4681,4684,4705,4708,4873,4876,4897,4900,6217,6220,6241,6244,6409,6412,6433,6436,16969,16972,16993,16996,17161,1716...
34.590909
499
0.721419
b63de6e624a59a81ef7277a41f995fab0dbccb33
643
asm
Assembly
oeis/262/A262543.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/262/A262543.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/262/A262543.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A262543: Number of rooted asymmetrical polyenoids of type U_n* having n edges. ; 0,2,4,10,28,84,264,858,2860,9724,33592,117572,416024,1485800,5348880,19389690,70715340,259289580,955277400,3534526380,13128240840,48932534040,182965127280,686119227300,2579808294648,9723892802904,36734706144304,139067101832008,5274959035...
53.583333
484
0.849145
5a62087f763e4a9a5bbb0639d5e7bc9ffe7313f7
521
asm
Assembly
Tests/Macros.asm
ped7g/ZXSpectrumNextTests
3a3082cf3b2b17e1d9cd4f1d5c71934a2c3ce862
[ "MIT" ]
3
2018-12-29T16:02:49.000Z
2020-01-30T06:41:37.000Z
Tests/Macros.asm
ped7g/ZXSpectrumNextTests
3a3082cf3b2b17e1d9cd4f1d5c71934a2c3ce862
[ "MIT" ]
null
null
null
Tests/Macros.asm
ped7g/ZXSpectrumNextTests
3a3082cf3b2b17e1d9cd4f1d5c71934a2c3ce862
[ "MIT" ]
null
null
null
; Gratuitously nicked from the Scroll Nutter demo. ; Set Next hardware register using A MACRO NEXTREG_A register dw $92ED db register ENDM ; Set Next hardware register using an immediate value MACRO NEXTREG_nn register, value dw $91ED db register db value ENDM ; Set breakpoint for CSpect emulator (when it ...
20.84
77
0.704415
9af6d60bde6beb51f939fb5184090189a8255bd8
617
asm
Assembly
oeis/077/A077543.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/077/A077543.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/077/A077543.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A077543: Smallest n-digit composite palindrome. ; Submitted by Jamie Morken(m4) ; 4,22,111,1001,10001,100001,1000001,10000001,100000001,1000000001,10000000001,100000000001,1000000000001,10000000000001,100000000000001,1000000000000001,10000000000000001,100000000000000001 mov $1,1 mov $2,1 mov $3,$0 mul $3,5 lpb $3 ...
16.236842
190
0.645057
91896733241cdaac29e9e3974febece2ba316d24
1,121
asm
Assembly
src/main/tests/data/basics.asm
Triceraprog/8008-assembler
bddfe82a341a3c6259ad4eb52bddefbf5b67daa7
[ "MIT" ]
null
null
null
src/main/tests/data/basics.asm
Triceraprog/8008-assembler
bddfe82a341a3c6259ad4eb52bddefbf5b67daa7
[ "MIT" ]
null
null
null
src/main/tests/data/basics.asm
Triceraprog/8008-assembler
bddfe82a341a3c6259ad4eb52bddefbf5b67daa7
[ "MIT" ]
null
null
null
VALUE: EQU 012 LONG: EQU 050#050 ; Comment ORG 000#000 ; Index Register Instructions LAA LMB LCM LDI 030 LEI 0xFF LHI \HB\SOMEDATA LLI \LB\SOMEDATA LMI 123 IND DCE ; Accumulator group ADC ADM ADI 0x00 ACD ACM ACI 022 SUH SUM ...
11.556701
53
0.545941
65bf1577c09c61fcfb9dce79c41a177a2b7f4fc5
350
asm
Assembly
programs/oeis/126/A126951.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/126/A126951.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/126/A126951.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A126951: List of pairs: k followed by k^3. ; 1,1,2,8,3,27,4,64,5,125,6,216,7,343,8,512,9,729,10,1000,11,1331,12,1728,13,2197,14,2744,15,3375,16,4096,17,4913,18,5832,19,6859,20,8000,21,9261,22,10648,23,12167,24,13824,25,15625,26,17576,27,19683,28,21952 mov $4,$0 add $4,3 mov $1,$4 sub $1,1 div $1,2 mov $2,$4 mod $2,2...
25
208
0.662857
2d830615a05c3be0c2cbe26179b2b9490fb3add7
690
asm
Assembly
oeis/014/A014719.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/014/A014719.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/014/A014719.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A014719: Squares of elements in Pascal triangle (by row) that are not 1. ; Submitted by Jamie Morken(s4) ; 4,9,9,16,36,16,25,100,100,25,36,225,400,225,36,49,441,1225,1225,441,49,64,784,3136,4900,3136,784,64,81,1296,7056,15876,15876,7056,1296,81,100,2025,14400,44100,63504,44100,14400,2025,100,121,3025,27225,108900,213...
49.285714
500
0.762319
15033287bc4bf2b2e35a4b1bf29c26232ffce987
5,442
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1259.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_1259.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_1259.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 %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xb537, %r9 nop nop nop nop nop xor %r13, %r13 movl $0x61626364, (%r9) nop nop xor %rdx, %rdx lea addresses_WC_ht+0x18967, %rsi lea addresses_normal_ht+0x1dba7, %rdi nop nop nop nop sub %r9, %r9 mo...
41.541985
2,999
0.65656
1f7bcc234a1efd1cedcc4376722ef16f82eb8289
7,478
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_199.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_0xa0.log_21829_199.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_0xa0.log_21829_199.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x129fd, %rcx nop nop nop sub $14153, %r15 mov (%rcx), %r12 nop nop and $20569, %r9 lea addresses_normal_ht+0x12b50, %r8 nop cmp %r11, %r11 and $0xffffffffffffffc0, %r...
35.273585
2,999
0.65325
a49e979f462984ccda08c30d035ed9a9d211da98
94
asm
Assembly
libsrc/_DEVELOPMENT/target/yaz180/default/_asci1_isr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/target/yaz180/default/_asci1_isr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/target/yaz180/default/_asci1_isr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
PUBLIC _z180_int_asci1 EXTERN asm_asci1_interrupt defc _z180_int_asci1 = asm_asci1_interrupt
18.8
42
0.893617
286ea37bba71e4c34964bc43c86d26aa70eaedde
571
asm
Assembly
oeis/158/A158003.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/158/A158003.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/158/A158003.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A158003: a(n) = 196*n^2 - n. ; 195,782,1761,3132,4895,7050,9597,12536,15867,19590,23705,28212,33111,38402,44085,50160,56627,63486,70737,78380,86415,94842,103661,112872,122475,132470,142857,153636,164807,176370,188325,200672,213411,226542,240065,253980,268287,282986,298077,313560,329435,345702,362361,379412,396855,414...
71.375
499
0.807356
e40c298b2299aa0d876d184298c5d07e15cc653d
1,001
asm
Assembly
ffight/lcs/container/54.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/container/54.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
ffight/lcs/container/54.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 0030B2 ext.l D1 [boss+54, container+54, enemy+54, weapon+54] 0039FA movem.l D0-D3, -(A6) 0039FE movem.l D0-D3, -(A6) 009ACA dbra D5, $9ac8 051920 move.w #$300, ($54,A6) [container+50] 051926 move.w #$48, ($56,A6) [container+54] 0519D4 move.w ($a,A...
38.5
63
0.632368
c8dbd37e8b70cebd79388bccf2c07e26c6c47edc
3,948
asm
Assembly
Build/Interpreters/Ozmoo/OzmooLoadPic/picloader.asm
polluks/Puddle-BuildTools
c1762d53a33002b62d8cffe3db129505a387bec3
[ "BSD-2-Clause" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
Build/Interpreters/Ozmoo/OzmooLoadPic/picloader.asm
polluks/Puddle-BuildTools
c1762d53a33002b62d8cffe3db129505a387bec3
[ "BSD-2-Clause" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
Build/Interpreters/Ozmoo/OzmooLoadPic/picloader.asm
polluks/Puddle-BuildTools
c1762d53a33002b62d8cffe3db129505a387bec3
[ "BSD-2-Clause" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
; ------------------------------------ ; HIBERNATED 2 LOADER ; ------------------------------------ ; Based on code by Fredrik Ramsberg ; and Ingo Hinterding aka @awsm9000. ; ------------------------------------ !to "picload.prg", cbm loader_address = $0334 irq_address = $03a0 kernal_...
19.258537
77
0.563323
d7919e75b68c386f5fcd5d7fa10b8795a347275e
9,304
asm
Assembly
45/runtime/rt/sninit.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/rt/sninit.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/rt/sninit.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
TITLE SNINIT - Sound and Play Initialization/Termination module ;*** ;SNINIT.ASM - Sound/Play initialization/termination module ; ; Copyright <C> 1986, Microsoft Corporation ; ;Purpose: ; This module contains Sound/Music specific initialization ; and termination support for the BASIC 3.0 runtime. This module ; will o...
21.097506
79
0.721303
aad97bceeb3f8922cdc47d2501c9680b44410fe4
5,226
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1003.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_1003.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_1003.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x187b6, %rsi lea addresses_A_ht+0x18856, %rdi cmp %rbp, %rbp mov $64, %rcx rep movsw nop nop nop nop nop xor $6366, %rcx lea addresses_normal_ht+0x1951c, %r14 clflush (%r14) nop no...
41.808
2,999
0.660161
d913b53378b784619f0185e1bde3f63668c403fa
559
asm
Assembly
oeis/001/A001526.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/001/A001526.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/001/A001526.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A001526: (7n+1)(7n+6). ; 6,104,300,594,986,1476,2064,2750,3534,4416,5396,6474,7650,8924,10296,11766,13334,15000,16764,18626,20586,22644,24800,27054,29406,31856,34404,37050,39794,42636,45576,48614,51750,54984,58316,61746,65274,68900,72624,76446,80366,84384,88500,92714,97026,101436,105944,110550,115254,120056,124956,12...
69.875
495
0.801431
2202f77c67e3443f5d5f561b9dd3ef5e5bd4ff74
1,564
nasm
Assembly
modules/libc/misc/conio.nasm
r-tty/radios
fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b
[ "BSD-3-Clause" ]
null
null
null
modules/libc/misc/conio.nasm
r-tty/radios
fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b
[ "BSD-3-Clause" ]
null
null
null
modules/libc/misc/conio.nasm
r-tty/radios
fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b
[ "BSD-3-Clause" ]
null
null
null
;------------------------------------------------------------------------------- ; conio.nasm - some DOS-like terminal I/O functions. ;------------------------------------------------------------------------------- module libc.conio %include "lib/termios.ah" %include "lib/defs.ah" exportproc _getch, _putch, _kbhit ...
23.69697
80
0.535166
9790b3e9cce1bb7e86c84bdb3c9716d9d64d38a2
1,986
asm
Assembly
libsrc/math/mbf32/c/sccz80/modf.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/math/mbf32/c/sccz80/modf.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/math/mbf32/c/sccz80/modf.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_mbf32 PUBLIC modf EXTERN floor EXTERN ceil EXTERN msbios EXTERN ___mbf32_SUBCDE EXTERN ___mbf32_FPREG EXTERN l_glong EXTERN ___mbf32_return ; double modf(double value, double *iptr) modf: ld hl,4 add hl,sp call l_glong IF __CPU_INTEL__ ld a,e rr...
17.421053
41
0.475831
01b43930dbd2abf4d2fe1f208a59d47ad76b169c
18,073
asm
Assembly
antigos/versao_modificaoes_mauricio.asm
mauriciocc/batalha-univatal
5d7bf7890e1f283b46e93a425fa902501a88a754
[ "MIT" ]
null
null
null
antigos/versao_modificaoes_mauricio.asm
mauriciocc/batalha-univatal
5d7bf7890e1f283b46e93a425fa902501a88a754
[ "MIT" ]
null
null
null
antigos/versao_modificaoes_mauricio.asm
mauriciocc/batalha-univatal
5d7bf7890e1f283b46e93a425fa902501a88a754
[ "MIT" ]
null
null
null
org 100h .DATA mensagem_inicial DB "BEM VINDO AO UNIVATAL, FAVOR DIGITE EM MAIUSCULO, A POSICAO DE SEUS NAVIOS:",0 lmensagem_inicial: ; Constantes de desenho const_popa_horizontal EQU '<' const_proa_horizontal EQU '>' const_popa_vertical EQU '^' const_pr...
22.367574
110
0.585127
f1238603746a0918975bcb6cee52e92817620864
633
asm
Assembly
oeis/310/A310499.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
null
null
null
oeis/310/A310499.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
null
null
null
oeis/310/A310499.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
null
null
null
; A310499: Coordination sequence Gal.6.351.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; Submitted by Simon Strandgaard ; 1,4,10,16,20,25,31,36,40,46,52,56,60,66,72,76,81,87,92,96,102,108,112,116,122,128,132,137,143,148,152,158,1...
52.75
182
0.739336
f81d03dc82b4182e6d232d61b3d9683c95962bd2
712
asm
Assembly
programs/oeis/087/A087116.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/087/A087116.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/087/A087116.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A087116: Number of maximal groups of consecutive zeros in binary representation of n. ; 1,0,1,0,1,1,1,0,1,1,2,1,1,1,1,0,1,1,2,1,2,2,2,1,1,1,2,1,1,1,1,0,1,1,2,1,2,2,2,1,2,2,3,2,2,2,2,1,1,1,2,1,2,2,2,1,1,1,2,1,1,1,1,0,1,1,2,1,2,2,2,1,2,2,3,2,2,2,2,1,2,2,3,2,3,3,3,2,2,2,3,2,2,2,2,1,1,1,2,1,2,2,2,1,2,2,3,2,2,2,2,1,1,1,2,...
71.2
501
0.563202
254fbb8a2319a4e9f8bba2670f03281ec1e52053
147
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_mpd0.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_mpd0.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_mpd0.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: zel_mpd0.asm Type: file Size: 194706 Last-Modified: '2016-05-13T04:23:03Z' SHA-1: D805A3CAFD7740B8EF11B0247260A8C953EE405D Description: null
21
47
0.816327
9cc045e3a81ca41d513e669e9de4ace1eaf51186
886
asm
Assembly
oeis/238/A238649.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/238/A238649.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/238/A238649.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A238649: Number of (n+2) X (3+2) 0..1 arrays with no element equal to all horizontal neighbors or equal to all vertical neighbors, and new values 0..1 introduced in row major order. ; Submitted by Jon Maiga ; 3,18,51,189,630,2187,7473,25692,88119,302511,1038144,3563151,12228903,41971050,144048471,494389041,1696791534...
38.521739
482
0.774266
09b0c37578c7cbea80c4e73a8409995364c5f065
400
asm
Assembly
programs/oeis/063/A063219.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/063/A063219.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/063/A063219.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A063219: Dimension of the space of weight 2n cuspidal newforms for Gamma_0( 53 ). ; 4,13,21,31,39,47,57,65,73,83,91,99,109,117,125,135,143,151,161,169,177,187,195,203,213,221,229,239,247,255,265,273,281,291,299,307,317,325,333,343,351,359,369,377,385,395,403,411,421,429 mov $1,$0 mul $0,2 add $0,1 seq $1,63209 ; Dim...
44.444444
188
0.7175
fe5fa1412b45a97a138a919e773031321665120d
188
asm
Assembly
programs/oeis/262/A262588.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/262/A262588.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/262/A262588.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A262588: Duplicate of A193140. ; 0,0,0,1,0,0,1,0,1,0,1,1,0,1,1,1,0,0,1 add $0,1 seq $0,10 ; Euler totient function phi(n): count numbers <= n and prime to n. dif $0,2 sub $0,1 mod $0,2
20.888889
77
0.62766
849f902d76ec8dd898b595110bd44eef08472546
8,007
asm
Assembly
src/message.asm
maziac/dezogif
e92f6a0e21ac6b465349e193417e3f19721f763d
[ "MIT" ]
2
2020-05-25T09:25:46.000Z
2020-12-30T10:43:58.000Z
src/message.asm
maziac/dezogif
e92f6a0e21ac6b465349e193417e3f19721f763d
[ "MIT" ]
null
null
null
src/message.asm
maziac/dezogif
e92f6a0e21ac6b465349e193417e3f19721f763d
[ "MIT" ]
null
null
null
;=========================================================================== ; message.asm ; ; Sending and receiving of complete messages. ; Receiving: ; Once the first byte has been detected the other operation is stopped ; and the complete message is received in 'receive_message'. ; Once all bytes have been receiv...
22.942693
76
0.580867
018986cf28feb65c4679109a1340fbf12e460f4b
1,997
asm
Assembly
home/copy2.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
home/copy2.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
home/copy2.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
CopyBytes:: ; copy bc bytes from hl to de inc b ; we bail the moment b hits 0, so include the last run inc c ; same thing; include last byte jr .HandleLoop .CopyByte: ld a, [hli] ld [de], a inc de .HandleLoop: dec c jr nz, .CopyByte dec b jr nz, .CopyByte ret SwapBytes:: ; swap bc bytes between hl and de .L...
15.128788
61
0.651978
46838fd6b7d94a1b916f5a846119c920ebb2769f
2,061
asm
Assembly
src/lib/rng.asm
NEPETAISCUTE/simon-gameboy
70528c4326208616613b8c777bc9952616d8380b
[ "MIT" ]
1
2021-06-18T11:22:16.000Z
2021-06-18T11:22:16.000Z
src/lib/rng.asm
NEPETAISCUTE/simon-gameboy
70528c4326208616613b8c777bc9952616d8380b
[ "MIT" ]
null
null
null
src/lib/rng.asm
NEPETAISCUTE/simon-gameboy
70528c4326208616613b8c777bc9952616d8380b
[ "MIT" ]
null
null
null
; ; Pseudorandom number generator ; ; Copyright 2018, 2020 Damian Yerrick ; ; This software is provided 'as-is', without any express or implied ; warranty. In no event will the authors be held liable for any damages ; arising from the use of this software. ; ; Permission is granted to anyone to use this software for a...
27.118421
76
0.694808
d5aa7026ccc777c87f41488ba8d145410c205fdf
32,240
asm
Assembly
target/cos_117/disasm/iop_overlay1/ASDOUT.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/ASDOUT.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/ASDOUT.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
6
2021-04-12T06:10:32.000Z
2022-02-08T23:11:19.000Z
0x0000 (0x000000) 0x1025- f:00010 d: 37 | A = 37 (0x0025) 0x0001 (0x000002) 0x292A- f:00024 d: 298 | OR[298] = A 0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0003 (0x000006) 0x292B- f:00024 d: 299 | OR[299] = A ...
79.80198
79
0.45611
f475a1af8353b39ef4487848106fa1f199318e76
4,967
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_18460_1793.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_18460_1793.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_18460_1793.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r9 push %rbp push %rbx push %rcx push %rdi lea addresses_A_ht+0x12d24, %r10 nop nop nop cmp $41083, %rbx movw $0x6162, (%r10) nop nop sub %rbp, %rbp lea addresses_D_ht+0x1d6a4, %rdi nop nop nop add $19705, %r11 movb $0x61, (%rdi) nop nop nop inc %rc...
46.420561
2,999
0.653916
229850beefba1891b2a34dc4350f72100413b63b
30,332
asm
Assembly
Analysis/Splash screen.bin.asm
maxim-zhao/micromachineseditor
78838fb9fcf866c004927d4c84f3aed8354dbd4c
[ "MIT" ]
5
2015-08-19T15:59:59.000Z
2022-01-02T17:56:48.000Z
Analysis/Splash screen.bin.asm
maxim-zhao/micromachineseditor
78838fb9fcf866c004927d4c84f3aed8354dbd4c
[ "MIT" ]
1
2022-01-25T22:36:49.000Z
2022-02-03T22:53:41.000Z
Analysis/Splash screen.bin.asm
maxim-zhao/micromachineseditor
78838fb9fcf866c004927d4c84f3aed8354dbd4c
[ "MIT" ]
null
null
null
.memorymap slotsize 3680 slot 0 $c000 defaultslot 0 .endme .rombankmap bankstotal 1 banksize 3680 banks 1 .endro .include "System definitions.inc" .enum $c000 _RAM_C000_Code dsb $1000 _RAM_D000_AnimatedTiles dsb $07d0 _RAM_D7D0_Unused db _RAM_D7D1_AnimationCounter db _RAM_D7D2_AnimationIndex db _RAM_D7D3_Animation_Ch...
22.944024
110
0.580509
51ec050e0a305332ac8f9878cb9cd6f80f5a5095
479
asm
Assembly
programs/oeis/256/A256958.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/256/A256958.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/256/A256958.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A256958: The integers (shown from -50 on). ; -50,-49,-48,-47,-46,-45,-44,-43,-42,-41,-40,-39,-38,-37,-36,-35,-34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30...
36.846154
335
0.56785
33e1655498debac3f8b19214630042af39ce88da
255
asm
Assembly
src/firmware-tests/Platform/Smps/EnableDisable/EnableDisableSmpsShiftOutTest.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
1
2019-12-12T09:07:08.000Z
2019-12-12T09:07:08.000Z
src/firmware-tests/Platform/Smps/EnableDisable/EnableDisableSmpsShiftOutTest.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
null
null
null
src/firmware-tests/Platform/Smps/EnableDisable/EnableDisableSmpsShiftOutTest.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
null
null
null
#include "Platform.inc" #include "FarCalls.inc" #include "Smps.inc" radix decimal EnableDisableSmpsShiftOutTest code global doEnableCall global doDisableCall doEnableCall: fcall enableSmps return doDisableCall: fcall enableSmps return end
12.75
34
0.792157
75189ef7d86de7494aa9fb9953d702838f463077
641
asm
Assembly
oeis/186/A186971.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/186/A186971.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/186/A186971.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A186971: Maximal cardinality of a subset of {1, 2, ..., n} containing n and having pairwise coprime elements. ; Submitted by Jon Maiga ; 1,2,3,3,4,3,5,5,5,4,6,5,7,6,6,7,8,7,9,8,8,8,10,9,10,9,10,9,11,9,12,12,11,11,11,11,13,12,12,12,14,12,15,14,14,14,16,15,16,15,15,15,17,16,16,16,16,16,18,16,19,18,18,19,18,17,20,19,19,...
24.653846
275
0.583463
6494b60905cad023a46726736b79d8968d24e741
2,545
asm
Assembly
drue_section.asm
omc8db/8051BuzzyThing
fa4a1a76c96cbcdaf246a13c61f4810595ec26ff
[ "MIT" ]
null
null
null
drue_section.asm
omc8db/8051BuzzyThing
fa4a1a76c96cbcdaf246a13c61f4810595ec26ff
[ "MIT" ]
12
2015-03-17T18:47:53.000Z
2015-04-15T03:22:40.000Z
drue_section.asm
omc8db/8051BuzzyThing
fa4a1a76c96cbcdaf246a13c61f4810595ec26ff
[ "MIT" ]
null
null
null
;start of drue_feature ; drue_feature: jnb SW2 drue_next1; if hit SW2, advance jnb SW1, frown; if hit anythign else, make frowny face. : < jnb SW2, frown; if hit anythign else, make frowny face. : < jnb EXIT_BUTTON, ret; jnb SW4, frown; if hit anythign else, make frowny face. : < jnb SW5, frown; if hit anythign...
21.752137
74
0.708055
6c652a378c87c7b85024e46852b7dc5b1b47a792
387
asm
Assembly
programs/oeis/002/A002754.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/002/A002754.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/002/A002754.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A002754: Related to coefficient of m in Jacobi elliptic function cn(z, m). ; 0,0,4,44,408,3688,33212,298932,2690416,24213776,217924020,1961316220,17651846024,158866614264,1429799528428,12868195755908,115813761803232,1042323856229152,9380914706062436,84428232354561996 mov $1,1 mov $2,1 lpb $0,1 sub $0,1 trn $0,1 ...
24.1875
192
0.741602
89ed2beb6e8acc71b5a605029f91220359ed8058
73
asm
Assembly
gfx/pokemon/hitmontop/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
gfx/pokemon/hitmontop/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
gfx/pokemon/hitmontop/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
setrepeat 2 frame 4, 08 frame 0, 08 dorepeat 1 frame 4, 30 endanim
10.428571
12
0.684932
7a03d5589dc7159c6654095d48d05e88931d1d55
1,048
asm
Assembly
tp5/examples/test5.asm
gallandarakhneorg/da53-labwork-code
b6b646dc6f6d7d3a3fc9486944cd70dd2609853f
[ "Apache-1.1" ]
null
null
null
tp5/examples/test5.asm
gallandarakhneorg/da53-labwork-code
b6b646dc6f6d7d3a3fc9486944cd70dd2609853f
[ "Apache-1.1" ]
null
null
null
tp5/examples/test5.asm
gallandarakhneorg/da53-labwork-code
b6b646dc6f6d7d3a3fc9486944cd70dd2609853f
[ "Apache-1.1" ]
null
null
null
#-- INPUT N START: PRINT @S0[PROGRAM_END+0] N[MEMORY_CONTEXT+0] = READ #-- LET F = 1 F[MEMORY_CONTEXT+8] = 1 #-- FOR I=2 TO N LET F = (F*I) NEXT I I[MEMORY_CONTEXT+16] = 2 L1: @T1[MEMORY_CONTEXT+24] = (I[MEMORY_...
47.636364
86
0.487595
a51509d53721853e12ed2dd268fd167492b47938
378
asm
Assembly
programs/oeis/087/A087136.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/087/A087136.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/087/A087136.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A087136: Smallest positive number m such that A073642(m)=n. ; 1,2,4,6,10,12,14,22,26,28,30,46,54,58,60,62,94,110,118,122,124,126,190,222,238,246,250,252,254,382,446,478,494,502,506,508,510,766,894,958,990,1006,1014,1018,1020,1022,1534,1790,1918,1982,2014,2030,2038 seq $0,224195 ; Ordered sequence of numbers of form ...
54
204
0.693122
387d65f95d9bc6e3a341166bc076af814d94755e
633
asm
Assembly
pwnlib/shellcraft/templates/mips/pushstr.asm
zneak/pwntools
458c6971ea7bdbbd91180af4872d18039c8861dd
[ "MIT" ]
6
2019-05-29T15:02:21.000Z
2021-04-09T03:52:02.000Z
pwnlib/shellcraft/templates/mips/pushstr.asm
Acidburn0zzz/pwntools
daf117e270d21906a04f809fc603eba90490fe43
[ "MIT" ]
null
null
null
pwnlib/shellcraft/templates/mips/pushstr.asm
Acidburn0zzz/pwntools
daf117e270d21906a04f809fc603eba90490fe43
[ "MIT" ]
3
2018-03-04T03:08:02.000Z
2020-04-22T18:57:44.000Z
<% from pwnlib.util import lists, packing, fiddling from pwnlib.shellcraft import mips %> <%page args="string, append_null = True"/> <%docstring> Pushes a string onto the stack without using null bytes or newline characters. Args: string (str): The string to push. append_null (bool): Whether to append a single...
24.346154
74
0.635071
6f6e0f8033ea7c231400bb0e26447a55b1a4fd33
578
asm
Assembly
oeis/053/A053138.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/053/A053138.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/053/A053138.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A053138: Binomial coefficients C(2*n+9,9). ; 1,55,715,5005,24310,92378,293930,817190,2042975,4686825,10015005,20160075,38567100,70607460,124403620,211915132,350343565,563921995,886163135,1362649145,2054455634,3042312350,4431613550,6358402050,8996462475,12565671261,17341763505,23667689815,31966749880,42757703560,56672...
72.25
491
0.858131
386015dea5c1105bc2dd07408c933c10ea0e402f
1,067
asm
Assembly
kernel/vars/strings.asm
gniuk/BOS
5e144deaab35e84b572c5374dcda25490dd5c737
[ "Unlicense" ]
null
null
null
kernel/vars/strings.asm
gniuk/BOS
5e144deaab35e84b572c5374dcda25490dd5c737
[ "Unlicense" ]
null
null
null
kernel/vars/strings.asm
gniuk/BOS
5e144deaab35e84b572c5374dcda25490dd5c737
[ "Unlicense" ]
null
null
null
;----------------------------------------------------------; ; BOS 0.05 Christoffer Bubach, 2004-2015. ; ;----------------------------------------------------------; ; ; ; English strings used in BOS. ; ; ...
35.566667
75
0.309278
e9eb7620eff1c24b6ed15a478a0345685a4547dc
1,661
asm
Assembly
programs/oeis/051/A051865.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/051/A051865.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/051/A051865.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A051865: 13-gonal (or tridecagonal) numbers: a(n) = n*(11*n - 9)/2. ; 0,1,13,36,70,115,171,238,316,405,505,616,738,871,1015,1170,1336,1513,1701,1900,2110,2331,2563,2806,3060,3325,3601,3888,4186,4495,4815,5146,5488,5841,6205,6580,6966,7363,7771,8190,8620,9061,9513,9976,10450,10935,11431,11938,12456,12985,13525,14076,1...
207.625
1,550
0.82059
2062b7282028007c724c1c956485476ae35de49e
267
asm
Assembly
libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/aligned_alloc_unlocked_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/aligned_alloc_unlocked_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/aligned_alloc_unlocked_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void *aligned_alloc_unlocked(size_t alignment, size_t size) SECTION code_alloc_malloc PUBLIC aligned_alloc_unlocked_callee aligned_alloc_unlocked_callee: pop af pop hl pop bc push af INCLUDE "alloc/malloc/z80/asm_aligned_alloc_unlocked.asm"
16.6875
61
0.786517
56d9341e4814894081a4c74540dc5c5ca62e1842
1,023
asm
Assembly
8085 Microprocessor/Assignment 3/sol2.asm
neeladripal/bcse-lab
915d2f535ae95a062438fc85980419646a3951ad
[ "MIT" ]
null
null
null
8085 Microprocessor/Assignment 3/sol2.asm
neeladripal/bcse-lab
915d2f535ae95a062438fc85980419646a3951ad
[ "MIT" ]
null
null
null
8085 Microprocessor/Assignment 3/sol2.asm
neeladripal/bcse-lab
915d2f535ae95a062438fc85980419646a3951ad
[ "MIT" ]
1
2021-08-06T14:39:53.000Z
2021-08-06T14:39:53.000Z
LXI H,21FF MOV B,M ; store value of N in register B to use as counter LXI H,2100 ; set up HL to start checking the numbers from 2501H LXI D,0000 ; clear DE to store the sum LOOP: MOV A,M ; copy contents of HL pair into accumulator ANI 81 ; logical AND 10000001 and contents of accum...
46.5
92
0.642229
0e2a5f0047fe8145b7d164846b33ce5c52726da1
1,051
asm
Assembly
game/data/stages/gem/illustration.asm
benoitryder/super-tilt-bro
8d5035f54e906a401d0808c2e104d32fa1fadd7f
[ "WTFPL" ]
91
2017-08-06T18:30:13.000Z
2022-02-17T00:26:45.000Z
game/data/stages/gem/illustration.asm
benoitryder/super-tilt-bro
8d5035f54e906a401d0808c2e104d32fa1fadd7f
[ "WTFPL" ]
2
2018-10-12T04:34:13.000Z
2021-12-25T17:01:18.000Z
game/data/stages/gem/illustration.asm
benoitryder/super-tilt-bro
8d5035f54e906a401d0808c2e104d32fa1fadd7f
[ "WTFPL" ]
9
2016-10-08T21:24:37.000Z
2022-02-05T00:13:31.000Z
stage_gem_illustration: .byt $40, $40, $40, $40, $40, $40, $40, $40, $40, $40, $40, $40 .byt $40, $40, $40, $40, $40, $40, $40, $40, $40, $40, $40, $40 .byt $40, $40, $40, $40, $40, $42, $40, $40, $40, $40, $40, $40 .byt $40, $40, $40, $40, $40, $42, $40, $40, $43, $43, $43, $43 .byt $f9, $40, $40, $40, $40, $42, $40,...
50.047619
63
0.43197
9a3a7429044db62ea7bd2bebbabba9a0b139cb0d
987
asm
Assembly
pipFiles/ifElse6.asm
hwheeler01/comp150
c0f6eb573c422a24d979d1cf74d935b3bd438da3
[ "MIT" ]
null
null
null
pipFiles/ifElse6.asm
hwheeler01/comp150
c0f6eb573c422a24d979d1cf74d935b3bd438da3
[ "MIT" ]
null
null
null
pipFiles/ifElse6.asm
hwheeler01/comp150
c0f6eb573c422a24d979d1cf74d935b3bd438da3
[ "MIT" ]
null
null
null
; The new part here is the inequality test not with 0: rewrite ; if y > x: ; only can compare to 0! so rewrite: 0 > x - y ; x = x*2 ; rest is like others ; else: ; y = y*2 ; z = x + y ; initialize x, y by hand in the simulator! LOD x ; if y > x ; same as 0 > x - y SUB y ...
36.555556
64
0.435664
97d25a0a1ac822f7704ce1d0c76b566395a2a5fa
5,460
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_924.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_924.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_924.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r13 push %r15 push %rax push %rcx push %rdi push %rsi // REPMOV lea addresses_normal+0x1dd20, %rsi lea addresses_WT+0x1db0, %rdi clflush (%rsi) nop nop nop nop cmp $20949, %r13 mov $73, %rcx rep movsw n...
40.147059
2,999
0.658242
edb3ad04849b42f3ed95925d9fe4c03d2dd0d12f
8,548
asm
Assembly
smsq/q68/spp/thing.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/q68/spp/thing.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/q68/spp/thing.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; SER PAR PRT Thing V2.12  1999 Tony Tebby ; ; 2003-09-24 2.11 prt_use$ bug fixed (wl) ; 2003-10-06 2.12 Some fixes for non-QPC I had sent TT 2 years ago (MK) ; 2020-02-08 2.13 Use ser par prt as thing name, not ser_prt, some branches made short section exten xdef spp_thing xdef spp_tnam xref spp_ckn...
20.747573
88
0.68671
f7f4b02f946b4300578c9cd778971e81eca52c96
361
asm
Assembly
oeis/021/A021313.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/021/A021313.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/021/A021313.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A021313: Decimal expansion of 1/309. ; Submitted by Jon Maiga ; 0,0,3,2,3,6,2,4,5,9,5,4,6,9,2,5,5,6,6,3,4,3,0,4,2,0,7,1,1,9,7,4,1,1,0,0,3,2,3,6,2,4,5,9,5,4,6,9,2,5,5,6,6,3,4,3,0,4,2,0,7,1,1,9,7,4,1,1,0,0,3,2,3,6,2,4,5,9,5,4,6,9,2,5,5,6,6,3,4,3,0,4,2,0,7,1,1,9,7 add $0,1 mov $3,1 lpb $0 sub $0,1 add $2,$3 div $...
24.066667
199
0.545706
4949988142cc599227bf9b3d114ce4561ec2df4f
432
asm
Assembly
oeis/332/A332187.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/332/A332187.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/332/A332187.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A332187: a(n) = 8*(10^(2n+1)-1)/9 - 10^n. ; Submitted by Jon Maiga ; 7,878,88788,8887888,888878888,88888788888,8888887888888,888888878888888,88888888788888888,8888888887888888888,888888888878888888888,88888888888788888888888,8888888888887888888888888,888888888888878888888888888,88888888888888788888888888888,888888888...
30.857143
273
0.798611
6f6fc11ead2c6a8f43173de3df451b50addde1cc
308
asm
Assembly
programs/oeis/057/A057651.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/057/A057651.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/057/A057651.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A057651: a(n) = (3 * 5^n - 1)/2. ; 1,7,37,187,937,4687,23437,117187,585937,2929687,14648437,73242187,366210937,1831054687,9155273437,45776367187,228881835937,1144409179687,5722045898437,28610229492187,143051147460937,715255737304687,3576278686523437,17881393432617187 mov $1,5 pow $1,$0 mul $1,6 div $1,4
38.5
234
0.788961
95e2e88cb4f3c306ce3cfb97f35e801afc3d375c
559
asm
Assembly
oeis/245/A245288.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/245/A245288.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/245/A245288.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A245288: a(n) = (4*n^2 - 2*n - 1 + (2*n^2 - 2*n + 1)*(-1)^n)/16. ; Submitted by Christian Krause ; 0,0,1,1,5,3,12,6,22,10,35,15,51,21,70,28,92,36,117,45,145,55,176,66,210,78,247,91,287,105,330,120,376,136,425,153,477,171,532,190,590,210,651,231,715,253,782,276,852,300,925,325,1001,351,1080,378,1162,406,1247,435,1335,...
50.818182
400
0.679785
aa74514fbc0dd9457ddbf39902af7e07c13d327b
386
asm
Assembly
programs/oeis/027/A027916.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/027/A027916.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/027/A027916.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A027916: Least k such that 1+2+...+k >= E{1,2,...,n}, where E = 2nd elementary symmetric function. ; 2,5,8,13,19,25,33,42,51,62,74,86,100,115,130,147,165,183,203,224,245,268,292,316,342,369,396,425,455,485,517,550,583,618,654,690,728,767,806,847,889,931,975,1020,1065,1112,1160,1208,1258,1309,1360,1413,1467 mov $1,$0...
32.166667
208
0.668394
f90ee33b9885faa08c631001554ead04936dcea1
9,405
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1621.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1621.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1621.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x198fd, %r10 nop nop nop nop and $10161, %r9 mov $0x6162636465666768, %rdi movq %rdi, (%r10) nop nop and $54222, %r11 lea addresses_WT_ht+0x17cbd, %rdi clflush (%rdi) nop nop n...
30.635179
2,999
0.649123
b1e19d61087d92267e8197d0e3d94892d5f67cb2
2,673
asm
Assembly
tests/stfl.asm
mtalexander/hyperion
05ade04006bd53f03dba6ec8c0a0155bae994b84
[ "BSL-1.0" ]
187
2015-01-10T15:01:43.000Z
2022-03-03T14:06:17.000Z
tests/stfl.asm
mtalexander/hyperion
05ade04006bd53f03dba6ec8c0a0155bae994b84
[ "BSL-1.0" ]
246
2015-01-04T15:59:06.000Z
2022-03-19T23:21:55.000Z
tests/stfl.asm
mtalexander/hyperion
05ade04006bd53f03dba6ec8c0a0155bae994b84
[ "BSL-1.0" ]
83
2015-01-11T10:55:01.000Z
2022-03-25T16:08:57.000Z
TITLE 'Store facilities list [extended].' * This file was put into the public domain 2016-08-20 * by John P. Hartmann. You can use it for anything you like, ...
78.617647
80
0.191171
3b3f55cd0c9a5d5247ebdfeb23a99b226fa3e7e6
3,941
asm
Assembly
asm/z80/unlzsa1_small_v1.asm
francois-berder/lzsa
4f2d7da13634fad44c9a62064ee0a60c23191e5f
[ "Zlib", "CC0-1.0" ]
null
null
null
asm/z80/unlzsa1_small_v1.asm
francois-berder/lzsa
4f2d7da13634fad44c9a62064ee0a60c23191e5f
[ "Zlib", "CC0-1.0" ]
null
null
null
asm/z80/unlzsa1_small_v1.asm
francois-berder/lzsa
4f2d7da13634fad44c9a62064ee0a60c23191e5f
[ "Zlib", "CC0-1.0" ]
null
null
null
; ; Size-optimized LZSA1 decompressor by spke (v.1 23/04/2019, 68 bytes); ; with improvements by uniabis (30/07/2019, -1 byte, +3% speed). ; ; The data must be compressed using the command line compressor by Emmanuel Marty ; The compression is done as follows: ; ; lzsa.exe -f1 -r <sourcefile> <outfile> ; ; where ...
30.315385
85
0.696016
0c3b22f8cac46bfde02c3d5eb8a3ab0be876697e
7,233
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_957.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_957.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_957.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 %r15 push %r8 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1e66b, %r9 nop nop nop inc %r8 mov $0x6162636465666768, %rdi movq %rdi, %xmm4 vmovups %ymm4, (%r9) nop nop cmp %rdi, %rdi lea addresses_D_ht+0xcfbf, %rsi lea addresses_A_ht+0x...
33.957746
2,999
0.65533
e870a313471540ab211b60897201318834b80a85
7,264
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_13736_1786.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_13736_1786.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_13736_1786.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 %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1ab2d, %rsi lea addresses_WC_ht+0x12248, %rdi nop nop nop nop mfence mov $96, %rcx rep movsl nop nop nop nop inc %r13 lea addresses_WT_ht+0xfe35, %r10 nop nop nop nop sub $2...
34.42654
2,999
0.657076
1d38f27f10666d1f5856cd830a33028013be53bc
3,432
asm
Assembly
src/opcodes2_song1.6502.asm
mrpopogod/nes-fun
80e6af809874f2de89bd52f05f04c451dc29b333
[ "MIT" ]
null
null
null
src/opcodes2_song1.6502.asm
mrpopogod/nes-fun
80e6af809874f2de89bd52f05f04c451dc29b333
[ "MIT" ]
null
null
null
src/opcodes2_song1.6502.asm
mrpopogod/nes-fun
80e6af809874f2de89bd52f05f04c451dc29b333
[ "MIT" ]
null
null
null
song1_header: .byte $04 ;4 streams .byte MUSIC_SQ1 ;which stream .byte $01 ;status byte (stream enabled) .byte SQUARE_1 ;which channel .byte $70 ;initial duty (01) .byte ve_tgl_1 ;volume envelope .word song1_square1 ;pointer to stream .byt...
34.666667
88
0.5338
8ac220c3c03477d0d6254c9b052204b6efc2cb0d
14,911
asm
Assembly
IRC/IRC-Worm.Click-It/IRC-Worm.Click-It.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
IRC/IRC-Worm.Click-It/IRC-Worm.Click-It.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
IRC/IRC-Worm.Click-It/IRC-Worm.Click-It.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
;########################-[ IRC.Click-It by SnakeByte ]-#########################; ; ; ; Here we go again, this is my second IRC-Worm and it ; ; infects mIRC, Virc and Pirch. I wrote it in some minut...
31.457806
105
0.527865
fe76bc4da291a5758e8a5a018ef0c187f93b108c
540
asm
Assembly
examples/bcd_aas.asm
AbdulrahmanAbumdas/emu8086
b99ea60f5dbf8647f278eef60ed1bd8a174468e5
[ "FSFAP" ]
287
2015-10-01T20:34:49.000Z
2022-03-31T09:19:39.000Z
examples/bcd_aas.asm
BurunluVoldi/emu8086
b99ea60f5dbf8647f278eef60ed1bd8a174468e5
[ "FSFAP" ]
6
2017-06-13T17:22:24.000Z
2021-01-29T23:40:11.000Z
examples/bcd_aas.asm
BurunluVoldi/emu8086
b99ea60f5dbf8647f278eef60ed1bd8a174468e5
[ "FSFAP" ]
239
2015-09-13T09:40:53.000Z
2022-03-29T14:15:16.000Z
; this is an example of aas instruction, ; it is used to subtract huge bcd numbers (binary coded decimals). name "bcd_aas" org 100h ; make 5 - 8 ; al = 0fdh (not in binary coded decimal form) mov al, 05h mov bl, 08h sub al, bl ; convert to binary coded decimal, ; al = 7 ; and 1 is borrowed from ah, like calculati...
15.428571
66
0.701852
3e33fa7b65dccf2be2b097fb127bb70ddb8769ea
99
asm
Assembly
src/main/fragment/mos6502-common/vdum1=vdum2_ror_1.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_ror_1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/vdum1=vdum2_ror_1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
lda {m2}+3 lsr sta {m1}+3 lda {m2}+2 ror sta {m1}+2 lda {m2}+1 ror sta {m1}+1 lda {m2} ror sta {m1}
8.25
10
0.585859
ac322bc40233970e614069324737935fe001ec70
4,675
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_27_23.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_27_23.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_27_23.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 %rax push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x12b17, %r10 nop nop sub $26660, %rax mov (%r10), %r11w nop nop cmp $2888, %r12 lea addresses_WT_ht+0x1163, %r11 nop nop nop nop nop and %rax, %rax mov $0x6162636465666768, %r...
19.642857
146
0.641711
460266f6b67b18c66d0b22f9d704ac8d7fa39f67
526
asm
Assembly
oeis/319/A319433.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/319/A319433.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/319/A319433.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A319433: Take Zeckendorf representation of n (A014417(n)), drop least significant bit, take inverse Zeckendorf representation. ; Submitted by Jon Maiga ; 1,2,2,3,3,4,5,5,6,7,7,8,8,9,10,10,11,11,12,13,13,14,15,15,16,16,17,18,18,19,20,20,21,21,22,23,23,24,24,25,26,26,27,28,28,29,29,30,31,31,32,32,33,34,34,35,36,36,37,3...
65.75
287
0.676806
4be13e1da9eac0d17e7cc183aede2689b2993895
2,218
asm
Assembly
src/vbl/vbl_credits.asm
furrtek/GB303
2f275fff085b05fdc7843074dcc062956a1d8d56
[ "CC-BY-4.0" ]
90
2015-06-19T14:26:19.000Z
2022-01-05T08:19:41.000Z
src/vbl/vbl_credits.asm
furrtek/GB303
2f275fff085b05fdc7843074dcc062956a1d8d56
[ "CC-BY-4.0" ]
2
2015-06-21T20:55:40.000Z
2022-02-09T08:02:04.000Z
src/vbl/vbl_credits.asm
furrtek/GB303
2f275fff085b05fdc7843074dcc062956a1d8d56
[ "CC-BY-4.0" ]
10
2015-06-21T20:43:11.000Z
2020-12-08T13:24:16.000Z
vbl_credits: di ld hl,FRAME inc (hl) ld a,(COPPERFLIP) xor 1 ld (COPPERFLIP),a ;COPPERFLIP = 0: Draw in COPPERA, render from COPPERB ;COPPERFLIP = 1: Draw in COPPERB, render from COPPERA ld hl,COPPERA ld a,<COPPERB ld (COPPERI),a ld a,(COPPER...
14.037975
56
0.417493
74e4eaac38a3e2c8ee3c5dfda5c0901d3add0dce
4,042
nasm
Assembly
src/add-ons/media/plugins/ape_reader/MAClib/Assembly.nasm
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
1,338
2015-01-03T20:06:56.000Z
2022-03-26T13:49:54.000Z
src/add-ons/media/plugins/ape_reader/MAClib/Assembly.nasm
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
15
2015-01-17T22:19:32.000Z
2021-12-20T12:35:00.000Z
src/add-ons/media/plugins/ape_reader/MAClib/Assembly.nasm
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
350
2015-01-08T14:15:27.000Z
2022-03-21T18:14:35.000Z
%include "Tools.inc" segment_code ; ; void Adapt ( short* pM, const short* pAdapt, int nDirection, int nOrder ) ; ; [esp+16] nOrder ; [esp+12] nDirection ; [esp+ 8] pAdapt ; [esp+ 4] pM ; [esp+ 0] Return Address align 16 nop nop nop ...
22.208791
76
0.363929
a24ca02fad2a28d0a35f06c4a91723c9ed188465
1,983
asm
Assembly
PRG/levels/Plains/8-1.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
PRG/levels/Plains/8-1.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
PRG/levels/Plains/8-1.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
; Original address was $B787 ; 8-1 .word $0000 ; Alternate level layout .word $0000 ; Alternate object layout .byte LEVEL1_SIZE_11 | LEVEL1_YSTART_180 .byte LEVEL2_BGPAL_05 | LEVEL2_OBJPAL_09 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_01 | LEVEL3_VSCROLL_LOCKLOW .byte LEVEL4_BGBANK_INDEX(1) | LEVEL4_INITACT_NOTHING ...
66.1
85
0.490671
388df43366f81c3e9ab0631827cd5fa8e3937aca
458
asm
Assembly
smsq/qd/exv.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/qd/exv.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/qd/exv.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
* Set exception vector (per job) V2.00  1986 Tony Tebby QJUMP * section qd * xdef qd_exv * xref sms_ckid xref sms_rte * include dev8_keys_jcbq include dev8_keys_sys * * d1 cr job id * a0 sp base of job * a1 c p base of table * * all other registers preserved * qd_exv bsr.l sms_ckid check id and set a0 bn...
15.793103
65
0.696507
845dce844d16765775f63ea5ba053ef9fec3cb45
599
asm
Assembly
programs/oeis/271/A271342.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/271/A271342.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
69
2021-08-28T10:34:30.000Z
2022-03-20T19:16:19.000Z
programs/oeis/271/A271342.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A271342: Sum of all even divisors of all positive integers <= n. ; 0,2,2,8,8,16,16,30,30,42,42,66,66,82,82,112,112,138,138,174,174,198,198,254,254,282,282,330,330,378,378,440,440,476,476,554,554,594,594,678,678,742,742,814,814,862,862,982,982,1044,1044,1128,1128,1208,1208,1320,1320,1380,1380,1524,1524,1588,1588,1714,...
42.785714
432
0.707846