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
de449f9c1b525deee51c9d797e8a4e4b4f685110
698
asm
Assembly
oeis/017/A017931.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/017/A017931.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/017/A017931.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A017931: Expansion of 1/((1-3x)(1-6x)(1-7x)). ; Submitted by Christian Krause ; 1,16,175,1630,13921,112756,881875,6730810,50468341,373414096,2734771975,19868820790,143434778761,1030163245036,7367866260475,52515419443570,373250112873181,2646603979861576,18729347384947375,132324150012391150,933581363480079601,657894343...
41.058824
500
0.82808
173b6354e07079439f954ac2e3f274f152b58134
331
asm
Assembly
1.ToyRISC programs/fibonacci.asm
atpk/ToyRISC
611d33809f3173e5059987a0b2f4191017c13469
[ "MIT" ]
null
null
null
1.ToyRISC programs/fibonacci.asm
atpk/ToyRISC
611d33809f3173e5059987a0b2f4191017c13469
[ "MIT" ]
null
null
null
1.ToyRISC programs/fibonacci.asm
atpk/ToyRISC
611d33809f3173e5059987a0b2f4191017c13469
[ "MIT" ]
null
null
null
.data n: 10 .text main: addi %x0, 65534, %x3 load %x0, $n, %x4 addi %x0, 2, %x5 blt %x4, %x5, final addi %x0, 1, %x6 store %x6, 0, %x3 subi %x4, 2, %x4 fibonacci: beq %x0, %x4, final load %x3, 0, %x6 load %x3, 1, %x7 add %x6, %x7, %x8 subi %x3, 1, %x3 store %x8, 0, %x3 subi %x4, 1, %x4 jmp fibonacci f...
13.791667
21
0.549849
3d59e35f88991b64d2c4e5b67b4e26a1310fe352
467
asm
Assembly
programs/oeis/069/A069210.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/069/A069210.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/069/A069210.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A069210: a(1)=a(2)=1, a(n+2) = a(n+1)+1 if sign(sin(a(n+1)) = sign(sin(a(n)), a(n+2) = a(n)+1 otherwise. ; 1,1,2,3,4,4,5,6,7,7,8,9,10,10,11,12,13,13,14,15,16,16,17,18,19,19,20,21,22,22,23,24,25,26,26,27,28,29,29,30,31,32,32,33,34,35,35,36,37,38,38,39,40,41,41,42,43,44,44,45,46,47,48,48,49,50,51,51,52,53,54,54,55 mov...
24.578947
208
0.561028
10f1d246539cf9ca864628d4945b7b9d6f395357
348
asm
Assembly
programs/oeis/011/A011888.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/011/A011888.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/011/A011888.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A011888: Partial sums of A011863. ; 0,1,6,22,61,142,292,548,958,1583,2498,3794,5579,7980,11144,15240,20460,27021,35166,45166,57321,71962,89452,110188,134602,163163,196378,234794,278999,329624,387344,452880 mov $2,$0 lpb $0 lpb $0 add $3,$0 sub $0,1 lpe sub $2,1 lpb $3 add $1,$3 sub $3,1 lpe...
19.333333
171
0.649425
457650fcc235058ea9e223c5f7147ec1f48ecdfb
715
asm
Assembly
script.asm
Sagiri/volt-switch
d84efe4fdc7ca0f8b5f2e58506ff776347d115fb
[ "BSD-2-Clause" ]
1
2019-05-31T23:28:00.000Z
2019-05-31T23:28:00.000Z
script.asm
Sagiri/volt-switch
d84efe4fdc7ca0f8b5f2e58506ff776347d115fb
[ "BSD-2-Clause" ]
null
null
null
script.asm
Sagiri/volt-switch
d84efe4fdc7ca0f8b5f2e58506ff776347d115fb
[ "BSD-2-Clause" ]
null
null
null
.include "battlescript.s" FALSE equ 0 TRUE equ 1 NULL equ 0 volt_switch_script: attackcanceler accuracycheck 0x081D695E, 0x0 attackstring ppreduce critcalc damagecalc typecalc adjustnormaldamage attackanimation waitanimation effectivenesssound hitanimation 0...
21.666667
75
0.734266
924b55c721da65e3a36333587a668b7419302012
2,743
asm
Assembly
programs/oeis/316/A316458.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/316/A316458.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/316/A316458.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A316458: Expansion of 60*x*(1 + 4*x + x^2) / (1 - x)^5. ; 60,540,2160,6000,13500,26460,47040,77760,121500,181500,261360,365040,496860,661500,864000,1109760,1404540,1754460,2166000,2646000,3201660,3840540,4570560,5400000,6337500,7392060,8573040,9890160,11353500,12973500,14760960,16727040,18883260,21241500,23814000,266...
342.875
2,644
0.890631
8fe6834bd7614810616e4f7ee4adfaa256d9d7be
2,579
asm
Assembly
computer_architecture/clock/clock.asm
yisonPylkita/studies
e6c98bb0e447530a9568567cf990319fc3ba288f
[ "MIT" ]
null
null
null
computer_architecture/clock/clock.asm
yisonPylkita/studies
e6c98bb0e447530a9568567cf990319fc3ba288f
[ "MIT" ]
null
null
null
computer_architecture/clock/clock.asm
yisonPylkita/studies
e6c98bb0e447530a9568567cf990319fc3ba288f
[ "MIT" ]
null
null
null
HOURS EQU 07Ch MINUTES EQU 07Dh SECONDS EQU 07Eh TICKS EQU 07Fh HOURS_MEM EQU 2002h MINUTES_MEM EQU 2001h SECONDS_MEM EQU 2000h ;CRYSTAL EQU 11059200 ;The crystal speed TMRCYCLE EQU 12 ;The number of crystal cycles per timer increment ;TMR_SEC EQU 921600 ;The # of timer increments per second F20TH_...
33.064103
78
0.692516
b3d1de24e4a8b00dce8eb3dd5e1a58e8c5fbb102
42,586
asm
Assembly
echo.asm
willh99/MSBOSS-proj
bb22303799f32da13cc1dc0a621993ca3359e8e1
[ "MIT-0" ]
null
null
null
echo.asm
willh99/MSBOSS-proj
bb22303799f32da13cc1dc0a621993ca3359e8e1
[ "MIT-0" ]
null
null
null
echo.asm
willh99/MSBOSS-proj
bb22303799f32da13cc1dc0a621993ca3359e8e1
[ "MIT-0" ]
1
2018-11-30T05:50:00.000Z
2018-11-30T05:50:00.000Z
_echo: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "types.h" #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%e...
34.482591
120
0.428357
331d06b8635ad312d35fda7e26be79d6ec58ff52
5,781
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1535.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1535.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1535.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r8 push %rax push %rdx lea addresses_normal_ht+0xce36, %r11 nop nop inc %rdx movl $0x61626364, (%r11) xor $27307, %r8 lea addresses_normal_ht+0x197d4, %r12 nop nop nop nop cmp %r11, %r11 mov $0x6162636465666768, %rax movq %rax, (%r12) nop nop nop xo...
39.868966
2,999
0.654212
7b5a4a91a4cbc351b16229d698da5223c3946e2b
6,940
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_4133_804.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_4133_804.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_4133_804.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 %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x664e, %rbx nop nop and $61770, %rcx movups (%rbx), %xmm5 vpextrq $0, %xmm5, %r9 nop nop nop nop nop dec %r8 lea addresses_WT_ht+0x10eee, %r15 nop sub %r8, %r8 movb (%r15), %al...
33.68932
2,999
0.651009
d017c522701375a2a1ecf159284fa94b84cb4762
5,196
asm
Assembly
transformy/tables/gen/0029.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
3
2019-09-18T05:34:22.000Z
2020-12-04T17:46:52.000Z
transformy/tables/gen/0029.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
null
null
null
transformy/tables/gen/0029.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
1
2020-01-17T01:04:24.000Z
2020-01-17T01:04:24.000Z
xor a ld hl, basescradr + #05f3 ld (hl), a inc h ld (hl), a inc h ld (hl), a ld hl, basescradr + #0855 ld (hl), a inc h ld (hl), a inc h ld (hl), a ld hl, basescradr + #09b5 ld (hl), a inc h ld (hl), a inc h ld (hl), a inc h ld (hl), a ld hl, basescradr + #0b14 ld (hl), a ...
17.494949
28
0.53137
b2b4f18f8640f368fb750ac756274218dedf245a
476
asm
Assembly
oeis/157/A157791.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/157/A157791.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/157/A157791.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A157791: Least number of lattice points on two adjacent sides from which every point of a square n X n lattice is visible. ; Submitted by Jon Maiga ; 1,1,2,2,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,...
23.8
175
0.573529
9e98c987e7a442437bb82b2b44c555feff956fa6
416
asm
Assembly
data/mapObjects/undergroundpathentranceroute8.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
data/mapObjects/undergroundpathentranceroute8.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
data/mapObjects/undergroundpathentranceroute8.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
UndergroundPathEntranceRoute8Object: db $a ; border block db $3 ; warps db $7, $3, $4, $ff db $7, $4, $4, $ff db $4, $4, $1, UNDERGROUND_PATH_WE db $0 ; signs db $1 ; objects object SPRITE_GIRL, $3, $4, STAY, NONE, $1 ; person ; warp-to EVENT_DISP PATH_ENTRANCE_ROUTE_8_WIDTH, $7, $3 EVENT_DISP PATH_ENTRA...
23.111111
69
0.694712
cda03f88e4529fd1773fdb356f10545ecaf31a01
325
asm
Assembly
programs/oeis/330/A330246.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/330/A330246.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/330/A330246.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A330246: a(n) = 4^(n+1) + (4^n-1)/3. ; 4,17,69,277,1109,4437,17749,70997,283989,1135957,4543829,18175317,72701269,290805077,1163220309,4652881237,18611524949,74446099797,297784399189,1191137596757,4764550387029,19058201548117,76232806192469,304931224769877,1219724899079509 mov $1,4 pow $1,$0 mul $1,13 div $1,3 mov $...
36.111111
236
0.775385
be6c00625db893f882ee36a6f62efa2880073ae1
1,745
asm
Assembly
programs/oeis/147/A147973.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/147/A147973.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/147/A147973.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A147973: a(n) = -2*n^2 + 12*n - 14. ; -4,2,4,2,-4,-14,-28,-46,-68,-94,-124,-158,-196,-238,-284,-334,-388,-446,-508,-574,-644,-718,-796,-878,-964,-1054,-1148,-1246,-1348,-1454,-1564,-1678,-1796,-1918,-2044,-2174,-2308,-2446,-2588,-2734,-2884,-3038,-3196,-3358,-3524,-3694,-3868,-4046,-4228,-4414,-4604,-4798,-4996,-5198...
193.888889
1,659
0.689398
7d376172d858d5b9886e8181a3aee37d94f8a116
696
asm
Assembly
oeis/127/A127213.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/127/A127213.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/127/A127213.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A127213: a(n) = 6^n*Lucas(n), where Lucas = A000204. ; Submitted by Jon Maiga ; 6,108,864,9072,85536,839808,8118144,78941952,765904896,7437339648,72196614144,700923912192,6804621582336,66060990332928,641332318961664,6226189565755392,60445100877152256,586813429630107648,5696904209358127104,55306708722832637952,5369288...
53.538462
497
0.849138
cc5fdd51f8b75418f7c81e5521f5baea52eebeb2
161
asm
Assembly
libsrc/_DEVELOPMENT/sound/bit/c/sccz80/bit_play_tritone.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/sound/bit/c/sccz80/bit_play_tritone.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/sound/bit/c/sccz80/bit_play_tritone.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void *bit_play_tritone(void *song) SECTION smc_sound_bit PUBLIC bit_play_tritone EXTERN asm_bit_play_tritone defc bit_play_tritone = asm_bit_play_tritone
14.636364
44
0.84472
37be676e85147c934a9a5dc928a16b4f4a1b83f2
13
asm
Assembly
src/test/resources/data/searchtests/test7-expected.asm
cpcitor/mdlz80optimizer
75070d984e1f08474e6d397c7e0eb66d8be0c432
[ "Apache-2.0" ]
36
2020-06-29T06:52:26.000Z
2022-02-10T19:41:58.000Z
src/test/resources/data/searchtests/test7-expected.asm
cpcitor/mdlz80optimizer
75070d984e1f08474e6d397c7e0eb66d8be0c432
[ "Apache-2.0" ]
39
2020-07-02T18:19:34.000Z
2022-03-27T18:08:54.000Z
src/test/resources/data/searchtests/test7-expected.asm
cpcitor/mdlz80optimizer
75070d984e1f08474e6d397c7e0eb66d8be0c432
[ "Apache-2.0" ]
7
2020-07-02T06:00:05.000Z
2021-11-28T17:31:13.000Z
set 7, a
6.5
12
0.384615
a2fbecaa4f86e20c4d64eb270255b142d79e8538
584
asm
Assembly
experiments/asm-blinky/blinky.asm
ian-ross/link-434
0b693ee6ba2ae08ae10aa878011657a97ed9ea0a
[ "MIT" ]
null
null
null
experiments/asm-blinky/blinky.asm
ian-ross/link-434
0b693ee6ba2ae08ae10aa878011657a97ed9ea0a
[ "MIT" ]
null
null
null
experiments/asm-blinky/blinky.asm
ian-ross/link-434
0b693ee6ba2ae08ae10aa878011657a97ed9ea0a
[ "MIT" ]
null
null
null
.include "thunderboard.inc" .area code1 (abs) .org 0x0000 ljmp start .org 0x0100 start: mov WDTCN, #0xDE mov WDTCN, #0xAD mov P1MDOUT, #(1 << 4 | 1 << 5 | 1 << 6) mov P1SKIP, #(1 << 4 | 1 << 5 | 1 << 6) mov XBR2, #(1 << 6) loop: clr THB_LED_G mov a, #250 lcall delay setb THB_LED_G ...
11.018868
65
0.553082
2f1f43354a35953c84021c76e1eafc499be37a47
1,889
asm
Assembly
CODE/ADV/ADV.asm
mspeculatrix/Zolatron64
030c8c60ae4776bcc75c7b00cb061c265549e235
[ "MIT" ]
null
null
null
CODE/ADV/ADV.asm
mspeculatrix/Zolatron64
030c8c60ae4776bcc75c7b00cb061c265549e235
[ "MIT" ]
null
null
null
CODE/ADV/ADV.asm
mspeculatrix/Zolatron64
030c8c60ae4776bcc75c7b00cb061c265549e235
[ "MIT" ]
1
2021-12-01T17:51:03.000Z
2021-12-01T17:51:03.000Z
; Code for Zolatron 64 6502-based microcomputer. ; ; GitHub: https://github.com/mspeculatrix/Zolatron64/ ; Blog: https://mansfield-devine.com/speculatrix/category/projects/zolatron/ ; ; Written for the Beebasm assembler ; Assemble with: ; beebasm -v -i ADV.asm CPU 1 ; use 65C02 instructio...
26.605634
80
0.690842
677daba38a0b273b24ad337b87cdbb48b5fc9160
531
asm
Assembly
oeis/177/A177033.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/177/A177033.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/177/A177033.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A177033: Decimal expansion of (2+sqrt(14))/4. ; Submitted by Jamie Morken(s1) ; 1,4,3,5,4,1,4,3,4,6,6,9,3,4,8,5,3,4,6,3,9,5,9,3,7,1,8,3,0,7,9,1,3,7,3,2,5,4,3,9,0,0,4,9,5,1,9,4,4,6,8,1,7,3,6,5,7,5,9,3,6,3,6,6,8,3,0,0,0,8,7,8,9,0,7,6,7,3,4,7,5,6,9,9,4,2,0,2,4,7,3,7,9,8,5,9,4,8,9,2 mov $1,1 mov $2,1 mov $3,$0 mul $3,3 ...
18.310345
201
0.519774
c37075f3811bea435a622ec0816141a16c4d6ce4
553
asm
Assembly
programs/oeis/250/A250870.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/250/A250870.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/250/A250870.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A250870: Number of (n+1) X (1+1) 0..3 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction. ; 90,440,2002,8736,37130,155080,640002,2619056,10653370,43144920,174174002,701478976,2820264810,11324105960,45425564002,182089676496,729520967450,2921570654200,11696...
27.65
238
0.719711
69f05c0c8ea1ccf050600387ca6bc9ddab8bbe7a
5,361
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_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_/i9-9900K_12_0xa0_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_/i9-9900K_12_0xa0_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 %r10 push %r12 push %r13 push %r15 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1e8ee, %rax nop add $10101, %rdx movb $0x61, (%rax) nop nop add $9872, %r12 lea addresses_UC_ht+0xf7fc, %r10 nop nop cmp %r15, %r15 mov $0x616263646566676...
44.305785
2,999
0.65734
16548265474117ca4f05f745521f0c0cdf3d8acb
832
asm
Assembly
programs/oeis/158/A158364.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/158/A158364.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/158/A158364.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A158364: 529n^2 - 2n. ; 527,2112,4755,8456,13215,19032,25907,33840,42831,52880,63987,76152,89375,103656,118995,135392,152847,171360,190931,211560,233247,255992,279795,304656,330575,357552,385587,414680,444831,476040,508307,541632,576015,611456,647955,685512,724127,763800,804531,846320,889167,933072,978035,1024056,107...
75.636364
740
0.828125
64dc4b65f6d4bb0d0c9fbf8f1cd8ff9905e48162
548
asm
Assembly
oeis/173/A173126.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/173/A173126.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/173/A173126.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A173126: sum_{k=floor[(n+5)/2] mod 5} C(n,k) ; Submitted by Jamie Morken(s3) ; 0,0,0,0,1,2,7,14,36,72,165,330,715,1430,3004,6008,12393,24786,50559,101118,204820,409640,826045,1652090,3321891,6643782,13333932,26667864,53457121,106914242,214146295,428292590,857417220,1714834440,3431847189 mov $2,$0 mov $5,$0 lpb $2 ...
19.571429
210
0.604015
a8669b19e78d2b2eb76c0a87fb9bafe6a1bf8b47
290
asm
Assembly
pkgs/tools/yasm/src/modules/arch/x86/tests/vmx.asm
manggoguy/parsec-modified
d14edfb62795805c84a4280d67b50cca175b95af
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
pkgs/tools/yasm/src/modules/arch/x86/tests/vmx.asm
manggoguy/parsec-modified
d14edfb62795805c84a4280d67b50cca175b95af
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
pkgs/tools/yasm/src/modules/arch/x86/tests/vmx.asm
manggoguy/parsec-modified
d14edfb62795805c84a4280d67b50cca175b95af
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
[bits 32] vmcall vmclear [0] vmlaunch vmresume vmptrld [0] vmptrst [eax] vmread [ebx], ecx vmwrite ebp, [ebp] vmxoff vmxon [esi] [bits 64] vmcall vmclear [0] vmlaunch vmresume vmptrld [0] vmptrst [rdx] ;vmread [rax], eax -- invalid vmread [rax], rdx vmwrite rax, [rcx] vmxoff vmxon [rsi]
11.153846
29
0.706897
ad20a41ddf4f10f692eb7eb79f100d635cedf844
1,979
asm
Assembly
DAC12bit.asm
erg0dic/Sec_dict
b0ba213fa9b3ae78c3872da303d232b45a9e0c4a
[ "MIT" ]
null
null
null
DAC12bit.asm
erg0dic/Sec_dict
b0ba213fa9b3ae78c3872da303d232b45a9e0c4a
[ "MIT" ]
null
null
null
DAC12bit.asm
erg0dic/Sec_dict
b0ba213fa9b3ae78c3872da303d232b45a9e0c4a
[ "MIT" ]
null
null
null
#include p18f87k22.inc global DAC_write, DAC_setup extern LCD_delay_x4us, read_sequence, SPI_MasterTransmit2 acs0 udata_acs config_register res 1 temp_reg res 1 ; 8 bit DAC via interrupts. Fortunately not used as its counterpart high resolution 12 bit dac is used instead int_hi code 0x0008 ; high vector, no l...
24.432099
110
0.715513
1326831ef4e37fa575200fcbf5f54e37f3d7f064
712
asm
Assembly
oeis/042/A042111.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/042/A042111.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/042/A042111.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A042111: Denominators of continued fraction convergents to sqrt(580). ; Submitted by Jamie Morken(s1.) ; 1,12,577,6936,333505,4008996,192765313,2317192752,111418017409,1339333401660,64399421297089,774132388966728,37222754091700033,447447181489367124,21514687465581321985,258623696768465230944,12435452132351912407297,1...
41.882353
486
0.842697
3ed833a9d19c3a151fc845a4b372576622059da0
288
asm
Assembly
programs/oeis/000/A000012.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/000/A000012.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
69
2021-08-28T10:34:30.000Z
2022-03-20T19:16:19.000Z
programs/oeis/000/A000012.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A000012: The simplest sequence of positive numbers: the all 1's sequence. ; 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 mov $0,1
57.6
201
0.569444
ccfdbaa01358a12c95568fa4e2bf69be56314f2b
1,667
asm
Assembly
src/VectorRemap.asm
bitgamma/palitra-bootloader
4203e48e6e13132c12c8202d6cf7d90a523c4676
[ "Apache-2.0" ]
null
null
null
src/VectorRemap.asm
bitgamma/palitra-bootloader
4203e48e6e13132c12c8202d6cf7d90a523c4676
[ "Apache-2.0" ]
null
null
null
src/VectorRemap.asm
bitgamma/palitra-bootloader
4203e48e6e13132c12c8202d6cf7d90a523c4676
[ "Apache-2.0" ]
null
null
null
;/******************************************************************************* ;Copyright 2016 Microchip Technology Inc. (www.microchip.com) ; ;Licensed under the Apache License, Version 2.0 (the "License"); ;you may not use this file except in compliance with the License. ;You may obtain a copy of the License at ; ...
42.74359
150
0.680264
f2bf423300cccefcdd6ea8492deba07504498a3e
1,348
asm
Assembly
lab4/es4.asm
neskov7/AssemblyProgramsCE
35b7ea5afe8d30d630a148244bfe0fec07da76a4
[ "MIT" ]
null
null
null
lab4/es4.asm
neskov7/AssemblyProgramsCE
35b7ea5afe8d30d630a148244bfe0fec07da76a4
[ "MIT" ]
null
null
null
lab4/es4.asm
neskov7/AssemblyProgramsCE
35b7ea5afe8d30d630a148244bfe0fec07da76a4
[ "MIT" ]
null
null
null
DIM EQU 8 .model small .stack .data matrice db 0, 4 , 0 , 0, 0 , 0 , 0 , 60 db 0, 5 , 0 , 0, 11, 0 , 0 , 0 db 0, 5 , 7 , 0, 0 , 10, 0 , 0 db 0, 0 , 0 , 9, 0 , 0 , 49, 0 db 0, 0 , 10, 0, 0 , 0 , 0 , 0 db 0, 10, 3 , 9, 0 , 0 , 12, 0 db 0, 0 , 58, 0, 0 , 17, 0 , ...
16.047619
40
0.416172
a20886658810db94c55e3216dd0cc5e27f26af1f
6,929
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1618.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1618.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1618.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 %rcx push %rdi push %rsi lea addresses_normal_ht+0xb7de, %r15 nop nop sub %r14, %r14 mov (%r15), %r11 nop nop nop nop nop cmp $19075, %r10 lea addresses_WC_ht+0x1aab2, %r10 nop cmp %r13, %r13 movl $0x61626364, (%r10) nop...
33.8
2,999
0.657815
e8c04af5fcdb4cd27ca097c54b372345607b2342
996
asm
Assembly
basic/13_string/string.asm
bellshade/Assembly
94e1ab38f9f217b414cf1d19f9c52c052b7ec2e0
[ "MIT" ]
6
2021-11-12T14:13:57.000Z
2022-02-18T08:24:42.000Z
basic/13_string/string.asm
AdityaFitrianaNS/Assembly
c412279c8042300e77ec862c13e19f0c1cdf71af
[ "MIT" ]
2
2021-11-22T00:50:03.000Z
2021-11-24T01:14:24.000Z
basic/13_string/string.asm
AdityaFitrianaNS/Assembly
c412279c8042300e77ec862c13e19f0c1cdf71af
[ "MIT" ]
4
2021-11-22T00:18:36.000Z
2022-03-22T06:35:31.000Z
; compile dengan cara ; nasm -f elf32 -o namafile.o namafile.asm ; ld -m elf_i386 -o namafile namafile.o ; ./namafile section .text global _start ; wajib deklarasi untuk linker atau ld _start: ; memberi info dari titik masuk linker mov edx, len ; deklarasi panjang dari ...
45.272727
115
0.650602
bd8d65f77564eaea251b71896bf7953ab9e0e70a
400
asm
Assembly
programs/oeis/188/A188148.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/188/A188148.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/188/A188148.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A188148: Number of 3-step self-avoiding walks on an n X n square summed over all starting positions. ; 0,8,44,104,188,296,428,584,764,968,1196,1448,1724,2024,2348,2696,3068,3464,3884,4328,4796,5288,5804,6344,6908,7496,8108,8744,9404,10088,10796,11528,12284,13064,13868,14696,15548,16424,17324,18248,19196,20168,21164,2...
50
257
0.7675
41a770f6e8532da7b80d62de5cbb36d4f14f96de
788
asm
Assembly
programs/oeis/283/A283237.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/283/A283237.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/283/A283237.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A283237: a(n) = sigma_2(3*n). ; 10,50,91,210,260,455,500,850,820,1300,1220,1911,1700,2500,2366,3410,2900,4100,3620,5460,4550,6100,5300,7735,6510,8500,7381,10500,8420,11830,9620,13650,11102,14500,13000,17220,13700,18100,15470,22100,16820,22750,18500,25620,21320,26500,22100,31031,24510,32550,26390,35700,28100,36905,317...
35.818182
568
0.725888
f9bd7fd4269db0e5add68990b21047099d685bc4
802
asm
Assembly
oeis/209/A209008.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/209/A209008.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/209/A209008.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A209008: Number of 4-bead necklaces labeled with numbers -n..n not allowing reversal, with sum zero and first and second differences in -n..n. ; Submitted by Jamie Morken(s1) ; 1,3,5,10,16,26,38,55,75,101,131,168,210,260,316,381,453,535,625,726,836,958,1090,1235,1391,1561,1743,1940,2150,2376,2616,2873,3145,3435,3741,...
47.176471
501
0.741895
d55fd3932387ca8256cf328c1d471203b074f449
3,990
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_10_225.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_10_225.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_10_225.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0xae3d, %rsi lea addresses_D_ht+0x11bdd, %rdi nop nop nop and %r14, %r14 mov $94, %rcx rep movsb and %r13, %r13 lea addresses_A_ht+0x136c9, %r9 nop sub %rbx, %rbx movups (%r9), %...
20.050251
147
0.647619
11f70b348e0becffc911c52320deddf9e2c7928a
135
asm
Assembly
sw/552tests/inst_tests/btr_5.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
1
2022-02-15T16:03:25.000Z
2022-02-15T16:03:25.000Z
sw/552tests/inst_tests/btr_5.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
null
null
null
sw/552tests/inst_tests/btr_5.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
null
null
null
// Test provided by Karu // btr_5.asm // Test varied pattern 1 slbi r1, 0xb4 // 1011 0100 slbi r1, 0x1d // 0001 1101 btr r1, r1 halt
15
26
0.674074
7fed2ee7d207ad2a1d5432bf2452638dfb11b195
731
asm
Assembly
programs/oeis/094/A094706.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/094/A094706.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/094/A094706.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A094706: Convolution of Pell(n) and 2^n. ; 0,1,4,13,38,105,280,729,1866,4717,11812,29365,72590,178641,438064,1071153,2613138,6362965,15470140,37565389,91125206,220864377,534951112,1294960905,3133261530,7578261181,18323338324,44292046693,107041649438,258643781025,624866082400,1509449687649,3645912941346,8805570537637,...
25.206897
388
0.673051
3d169588315b2692217eed6ea3c82afe00518abf
422
asm
Assembly
oeis/124/A124229.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/124/A124229.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/124/A124229.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A124229: Numerator of g(n) defined by g(1)=1, g(2n)=1/g(n)+1, g(2n+1)=g(2n). ; Submitted by Jamie Morken(w2) ; 1,2,2,3,3,3,3,5,5,5,5,5,5,5,5,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,2...
28.133333
210
0.582938
37a12a9be2e47cf65c4046a7685f84b317d9045c
379
asm
Assembly
programs/oeis/047/A047182.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/047/A047182.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/047/A047182.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A047182: Number of nonempty subsets of {1,2,...,n} in which exactly 1/2 of the elements are <= (n-2)/2. ; 0,0,0,3,4,14,20,55,83,209,329,791,1286,3002,5004,11439,19447,43757,75581,167959,293929,646645,1144065,2496143,4457399,9657699,17383859,37442159,67863914,145422674,265182524,565722719,1037158319 sub $0,1 mov $1,2...
31.583333
195
0.71504
05041862230cfa0956409d037f276eba19313865
750
asm
Assembly
apps/telnet/print.asm
vipoo/msxrc2014
7b083ca6d46d6f47179fb95082ca9297e5fcf9e2
[ "MIT" ]
1
2021-03-16T20:43:54.000Z
2021-03-16T20:43:54.000Z
apps/telnet/print.asm
vipoo/msxrc2014
7b083ca6d46d6f47179fb95082ca9297e5fcf9e2
[ "MIT" ]
null
null
null
apps/telnet/print.asm
vipoo/msxrc2014
7b083ca6d46d6f47179fb95082ca9297e5fcf9e2
[ "MIT" ]
null
null
null
SECTION CODE EXTERN _usingAnsiDrv, _AnsiPrint, _usingAnsiDrv, _AnsiPutChar ; // This print function has been copied from HGET / Konamiman ; // Using it as fusion-c Print uses bios calls, and do not work with PUT9000 ; // That hooks the dos call. ; void print(char* s) __z88dk_fastcall PUBLIC _print _print: ld ...
17.44186
77
0.614667
142caffb232c6a7e7906370892899fc03ea80e17
482
asm
Assembly
oeis/010/A010670.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/010/A010670.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/010/A010670.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A010670: Decimal expansion of cube root of 100. ; Submitted by Christian Krause ; 4,6,4,1,5,8,8,8,3,3,6,1,2,7,7,8,8,9,2,4,1,0,0,7,6,3,5,0,9,1,9,4,4,6,5,7,6,5,5,1,3,4,9,1,2,5,0,1,1,2,4,3,6,3,7,6,5,0,6,9,2,8,5,8,6,8,4,7,7,7,8,6,9,6,9,2,8,4,4,8,2,6,1,8,9,9,5,9,0,7,0,8,9,7,5,7,1,3,7,9 mov $2,1 mov $3,$0 mul $3,4 lpb $3 ...
19.28
201
0.545643
a05502f26abf7edd6a4a956865414e4767e412a1
5,020
asm
Assembly
engine/overworld/map_object_action.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
engine/overworld/map_object_action.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
engine/overworld/map_object_action.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
ObjectActionPairPointers: ; entries correspond to OBJECT_ACTION_* constants dw SetFacingStanding, SetFacingStanding dw SetFacingStandAction, SetFacingCurrent dw SetFacingStepAction, SetFacingCurrent dw SetFacingBumpAction, SetFacingCurrent dw SetFacingCounterclockwiseSp...
17.191781
69
0.719323
4859ddcf522b6b688e64455d2db56361927be0dc
10,498
asm
Assembly
P6/data_P6_2/MDTest131.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
1
2022-01-23T09:24:47.000Z
2022-01-23T09:24:47.000Z
P6/data_P6_2/MDTest131.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
P6/data_P6_2/MDTest131.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
ori $ra,$ra,0xf addu $5,$2,$4 sb $3,8($0) mult $4,$5 mult $1,$5 srav $4,$4,$4 mfhi $5 divu $5,$ra srav $0,$4,$4 lb $0,10($0) mthi $5 mflo $4 mflo $3 lb $3,13($0) lui $0,58015 ori $5,$1,63822 sll $5,$5,7 div $2,$ra sb $4,16($0) lui $6,52463 mfhi $6 mthi $0 mult $1,$2 sb $4,0($0) lui $4,45984 divu $1,$ra addiu $4,$2,1549...
11.795506
18
0.568584
bf78bcba65c1fe1793b9223075534c8c163a4c85
6,186
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_5471_660.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_5471_660.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_5471_660.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0xa2c, %r9 nop and $9874, %rcx mov $0x6162636465666768, %rsi movq %rsi, %xmm4 movups %xmm4, (%r9) xor $47542, %r12 lea addresses_UC_ht+0x12d8c, %rsi lea addresses_D_ht+0x3138, %...
38.185185
2,999
0.656644
3d1265b21bf791498910d91d0fdefe959f5c157d
13,153
asm
Assembly
FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/System/GCC/asm/loader_init.asm
JVVJV/FreeRTOS
2b956b97c76f48053e87b89df39afb2b9426eee5
[ "MIT" ]
2,603
2019-10-09T04:47:13.000Z
2022-03-31T13:59:08.000Z
FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/System/GCC/asm/loader_init.asm
JVVJV/FreeRTOS
2b956b97c76f48053e87b89df39afb2b9426eee5
[ "MIT" ]
296
2019-11-22T03:29:07.000Z
2022-03-21T23:23:01.000Z
FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/System/GCC/asm/loader_init.asm
JVVJV/FreeRTOS
2b956b97c76f48053e87b89df39afb2b9426eee5
[ "MIT" ]
1,040
2019-09-26T20:18:24.000Z
2022-03-30T08:12:34.000Z
/*********************************************************************************************************************** * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only * intended for use with Renesas products. No other uses are authorized. This * software is owned by Renesas...
37.366477
121
0.503307
c0aa9b72a5154f5b4989f21028a01dac6c392466
2,895
asm
Assembly
08/FunctionCalls/NestedCall/NestedCall.asm
SummerLife/building-my-computer
2f3c8598c739f6299a46667334696b3daae4105c
[ "MIT" ]
10
2020-07-30T22:59:21.000Z
2021-11-16T08:47:40.000Z
08/FunctionCalls/NestedCall/NestedCall.asm
SummerLife/building-my-computer
2f3c8598c739f6299a46667334696b3daae4105c
[ "MIT" ]
null
null
null
08/FunctionCalls/NestedCall/NestedCall.asm
SummerLife/building-my-computer
2f3c8598c739f6299a46667334696b3daae4105c
[ "MIT" ]
null
null
null
(Sys.init) @0 D=A @LCL A=M @4000 // D=A @SP A=M M=D @SP M=M+1 @SP M=M-1 @0 D=A @3 D=D+A @R13 M=D @SP A=M D=M @R13 A=M M=D @5000 D=A @SP A=M M=D @SP M=M+1 @SP M=M-1 @1 D=A @3 D=D+A @R13 M=D @SP A=M D=M @R13 A=M M=D @0 D=A @R13 M=D @Sys.main D=A @R14 M=D @0 D=A @SP A=M M=D @SP M=M+1 @RET_ADDRESS_CALL0 D=A @SP A=M M=D @SP...
4.654341
19
0.526079
6bd00ef864c4c1483d0a3ece3577e580a555a7d5
244
asm
Assembly
libsrc/_DEVELOPMENT/z180/c/sdcc/z180_otdmr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/z180/c/sdcc/z180_otdmr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/z180/c/sdcc/z180_otdmr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *z180_otdmr(void *src, uint8_t port, uint8_t num) SECTION code_clib SECTION code_z180 PUBLIC _z180_otdmr EXTERN asm_z180_otdmr _z180_otdmr: pop af pop hl pop bc push bc push hl push af jp asm_z180_otdmr
11.619048
56
0.70082
24bd7ffb6dc779a2aaa32ea0a3250e4113402cf8
795
asm
Assembly
oeis/142/A142007.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/142/A142007.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/142/A142007.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A142007: Primes congruent to 3 mod 31. ; Submitted by Jon Maiga ; 3,127,251,313,499,809,1181,1367,1429,1553,1801,1987,2111,2297,2731,2917,3041,3413,3847,4157,4219,4591,5087,5273,5521,6079,6203,6389,6451,6637,6761,6823,6947,7691,7753,7877,8311,8807,9241,9551,9613,9923,10357,10667,10729,10853,11287,11411,11597,11783,11...
37.857143
497
0.733333
aefe5ec05d1bdd477f8939855698c447ad43ce28
600
asm
Assembly
programs/oeis/268/A268539.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/268/A268539.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/268/A268539.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A268539: Numbers k such that 48*k+25 is a perfect square. ; 0,2,3,7,17,25,28,38,58,72,77,93,123,143,150,172,212,238,247,275,325,357,368,402,462,500,513,553,623,667,682,728,808,858,875,927,1017,1073,1092,1150,1250,1312,1333,1397,1507,1575,1598,1668,1788,1862,1887,1963,2093,2173,2200,2282,2422,2508,2537,2625,2775,2867,...
85.714286
449
0.75
80936f83de8cf3db46d1190245d2b00dd189c943
371
asm
Assembly
programs/oeis/161/A161435.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/161/A161435.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/161/A161435.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A161435: Number of reduced words of length n in the Weyl group A_3 (or D_3). ; 1,3,5,6,5,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 mul $0,2 mov $2,1 add $2,$0 trn $0,5 m...
26.5
201
0.552561
53b270c0692a50f24268839e77526ae5d9db3541
1,884
asm
Assembly
programs/oeis/188/A188555.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/188/A188555.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/188/A188555.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A188555: Number of 4 X n binary arrays without the pattern 0 1 diagonally, vertically, antidiagonally or horizontally. ; 5,9,16,28,48,80,129,201,303,443,630,874,1186,1578,2063,2655,3369,4221,5228,6408,7780,9364,11181,13253,15603,18255,21234,24566,28278,32398,36955,41979,47501,53553,60168,67380,75224,83736,92953,10291...
67.285714
1,526
0.816348
65555e5b7cf1c7924dac052d45346f27065d321d
652
asm
Assembly
programs/oeis/083/A083479.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/083/A083479.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/083/A083479.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A083479: The natural numbers with all terms of A033638 inserted. ; 0,1,1,1,2,2,3,3,4,5,5,6,7,7,8,9,10,10,11,12,13,13,14,15,16,17,17,18,19,20,21,21,22,23,24,25,26,26,27,28,29,30,31,31,32,33,34,35,36,37,37,38,39,40,41,42,43,43,44,45,46,47,48,49,50,50,51,52,53,54,55,56,57,57,58,59,60,61,62,63,64,65,65,66,67,68,69,70,71,...
54.333333
285
0.68865
a910186223f33a6fa87908405381c27b4b38ca5d
1,188
asm
Assembly
src/kernel.asm
clarkeaa/tinyschemeos
9cc4f37e9e1bcee8c7537d3e085ccc7d3319ee3d
[ "MIT" ]
8
2015-06-17T16:08:37.000Z
2020-05-29T18:57:29.000Z
src/kernel.asm
clarkeaa/tinyschemeos
9cc4f37e9e1bcee8c7537d3e085ccc7d3319ee3d
[ "MIT" ]
null
null
null
src/kernel.asm
clarkeaa/tinyschemeos
9cc4f37e9e1bcee8c7537d3e085ccc7d3319ee3d
[ "MIT" ]
null
null
null
BITS 16 ; This is the location in RAM for kernel disk operations, 24K ; after the point where the kernel has loaded; it's 8K in size, ; because external programs load after it at the 32K point: disk_buffer equ 24576 ;////////////////////////////////////////////////////////////////////////////////////// os_main:...
28.285714
87
0.54798
242f9ab3caa2f262cf4d9347431be69d939c502a
6,151
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_360_655.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_360_655.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_360_655.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x7974, %rsi lea addresses_UC_ht+0x166a8, %rdi nop nop nop nop nop inc %rax mov $74, %rcx rep movsb add %r14, %r14 lea addresses_UC_ht+0x15a74, %rbx and %rbp, %rbp mov (%rbx), %si nop n...
22.781481
1,079
0.642009
cb0aabad80e0adac78983c4823924c9395a6ae2d
1,692
asm
Assembly
rooted/storage.asm
ricmoo/lurch
508c99b8d25390eba7dae402ba595f695abf768d
[ "MIT" ]
65
2020-03-01T09:53:19.000Z
2022-03-07T02:36:22.000Z
rooted/storage.asm
ricmoo/lurch
508c99b8d25390eba7dae402ba595f695abf768d
[ "MIT" ]
7
2020-06-26T18:48:39.000Z
2020-07-19T05:16:44.000Z
rooted/storage.asm
ricmoo/lurch
508c99b8d25390eba7dae402ba595f695abf768d
[ "MIT" ]
5
2020-03-01T18:10:28.000Z
2021-07-27T16:16:35.000Z
; Generic Data Storage Contract ; ; This can be used by Wisp Contracts as a storage space that ; will persist across self-destructs. Any caller of this ; contract get their own slots in this contract. ; ; ; API ; ; interface Storage { ; function getXXX(bytes32 key) view returns (bytes32); ; function setXXX(byte...
26.857143
71
0.658983
2042af6758b168aa4f4e8e9963b87688f1644474
132
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/sqrt_fastcall.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/sqrt_fastcall.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/sqrt_fastcall.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_math32 PUBLIC _sqrt_fastcall EXTERN m32_fssqrt_fastcall defc _sqrt_fastcall = m32_fssqrt_fastcall
18.857143
45
0.780303
3d59edfb5405ffe0330fd381e271cbdf7043d47d
44
asm
Assembly
tests/fn_le/18.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
414
2016-10-14T22:39:20.000Z
2022-03-30T07:52:44.000Z
tests/fn_le/18.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
100
2018-03-22T16:12:24.000Z
2022-03-26T09:19:23.000Z
tests/fn_le/18.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
47
2017-06-29T15:12:13.000Z
2022-03-10T04:50:51.000Z
#d le(le(0xffeeddccbbaa)) ; = 0xffeeddccbbaa
44
44
0.75
8cea4bb72f52b397f10f07709677d753a9a1a0f5
1,842
asm
Assembly
programs/oeis/264/A264080.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/264/A264080.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/264/A264080.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A264080: a(n) = 6*F(n)*F(n+1) + (-1)^n, where F = A000045. ; 1,5,13,35,91,239,625,1637,4285,11219,29371,76895,201313,527045,1379821,3612419,9457435,24759887,64822225,169706789,444298141,1163187635,3045264763,7972606655,20872555201,54645058949,143062621645,374542805987,980565796315,2567154582959,6720897952561,17595539...
204.666667
1,682
0.914224
13077096ab8d3532d75241f8c8e2e09ee8f37c87
5,896
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_110_518.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_110_518.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_110_518.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 %r15 push %r8 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0xd613, %rbp nop nop nop cmp $54321, %r10 mov (%rbp), %r9 nop dec %rcx lea addresses_UC_ht+0x8613, %r8 clflush (%r8) nop nop nop dec %r15 mov $0x6162636465666768, %rax...
20.472222
329
0.642639
c7c51dbaa9506b489bed0c475996fb6a4b30a8e2
351
asm
Assembly
src/kernel.asm
VictorHachard/OS
11a8852351088558130e3912a2beb44c774cd55e
[ "MIT" ]
null
null
null
src/kernel.asm
VictorHachard/OS
11a8852351088558130e3912a2beb44c774cd55e
[ "MIT" ]
null
null
null
src/kernel.asm
VictorHachard/OS
11a8852351088558130e3912a2beb44c774cd55e
[ "MIT" ]
null
null
null
[BITS 16] [ORG 0x0] jmp start %include "UTIL.INC" start: ; initialisation des segments en 0x100 mov ax, 0x100 mov ds, ax mov es, ax ; initialisation du segment de pile mov ax, 0x8000 mov ss, ax mov sp, 0xf000 ; affiche un msg mov si, msg00 call afficher end: jmp end msg00: db...
12.535714
39
0.632479
7f0ce6e95aa964f8ee95343cbe74e8e517bc804e
38,980
asm
Assembly
Library/User/Gen/genClassBuild.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/User/Gen/genClassBuild.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/User/Gen/genClassBuild.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1994 -- All Rights Reserved PROJECT: PC GEOS MODULE: UserInterface/Gen FILE: genClassBuild.asm ROUTINES: Name Description ---- ----------- GLB GenClass Gen UI object REVISION HISTORY: N...
24.971172
81
0.629297
7ffef688ee20938bf4ccf837458da42dd53e87e2
531
asm
Assembly
oeis/089/A089986.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/089/A089986.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/089/A089986.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A089986: Numbers n such that 4n + 7 is prime. ; Submitted by Christian Krause ; -1,0,1,3,4,6,9,10,13,15,16,18,19,24,25,30,31,33,36,39,40,43,46,48,51,54,55,58,61,64,66,69,75,76,81,85,88,90,93,94,103,106,108,109,114,115,118,120,121,123,124,129,135,139,141,145,148,150,153,156,159,160,163,169 mov $2,36 mul $2,$0 mov $4,...
24.136364
211
0.634652
2e66ac99aea55d1fd96e57d28bd8482c7d8956cd
150
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_obj_poly.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_obj_poly.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_obj_poly.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: zel_obj_poly.asm Type: file Size: 24703 Last-Modified: '2016-05-13T04:25:37Z' SHA-1: F91EE4EBF766AD91DF78576C5DD7C479372253D2 Description: null
21.428571
47
0.82
b459f5c2699d54556fd8f31b001c7b0b2afd3b02
928
asm
Assembly
libsrc/_DEVELOPMENT/l/z80/l_compare_de_hl.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/l/z80/l_compare_de_hl.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/l/z80/l_compare_de_hl.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
SECTION code_l PUBLIC l_compare_de_hl EXTERN l_jpix l_compare_de_hl: ; enter : ix = compare function ; de = left operand ; hl = right operand ; ; exit : *de >= *hl if p flag set ; *de << *hl if m flag set ; *de == *hl if z flag set and a==0 ; carry reset ;...
13.647059
48
0.395474
b06123e471438e63fb6354af01da632d6691aa2c
594
asm
Assembly
oeis/291/A291507.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/291/A291507.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/291/A291507.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A291507: a(n) = (n!)^9 * Sum_{i=1..n} 1/i^9. ; Submitted by Jon Maiga ; 0,1,513,10097891,2647111616000,5170142516807540224,52103129720841632885243904,2102549272223560776918400601161728,282199388424234851655058321255905292713984,109329825340451764123791003609208862665771818418176,10932982544956245253936232008955376202...
39.6
420
0.829966
8d1bb3652c97a13818e376e377b0ac5d2ed05d9f
750
asm
Assembly
libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_fmax.asm
dikdom/z88dk
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
[ "ClArtistic" ]
1
2022-03-08T11:55:58.000Z
2022-03-08T11:55:58.000Z
libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_fmax.asm
dikdom/z88dk
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
[ "ClArtistic" ]
2
2022-03-20T22:17:35.000Z
2022-03-24T16:10:00.000Z
libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_fmax.asm
jorgegv/z88dk
127130cf11f9ff268ba53e308138b12d2b9be90a
[ "ClArtistic" ]
null
null
null
; float _fmax (float left, float right) SECTION code_clib SECTION code_fp_am9511 PUBLIC cam32_sdcc_fmax EXTERN asm_sdcc_read1, asm_sdcc_readr, asm_am9511_compare ; maximum of two sdcc floats ; ; enter : stack = sdcc_float right, sdcc_float left, ret ; ; exit : stack = sdcc_float right, sdcc_fl...
27.777778
83
0.630667
d88049a6004293ac24d942ac41105fba94421945
128,779
asm
Assembly
target/target.exe.asm
katahiromz/DecodersTatami
74df450ff66e28d9c7d185b5b4a064aa74c250b2
[ "MIT" ]
3
2021-06-27T13:11:40.000Z
2021-06-28T13:08:29.000Z
target/target.exe.asm
katahiromz/DecodersTatami
74df450ff66e28d9c7d185b5b4a064aa74c250b2
[ "MIT" ]
1
2021-06-28T13:48:17.000Z
2021-06-28T13:48:17.000Z
target/target.exe.asm
katahiromz/DecodersTatami
74df450ff66e28d9c7d185b5b4a064aa74c250b2
[ "MIT" ]
2
2021-06-27T14:26:41.000Z
2021-10-06T04:51:46.000Z
CodeReverse2 2.4.3 by katahiromz ## CommandLine ## "C:\Program Files (x86)\CodeReverse2\bin\cr2.exe" --addr --hex --add-func 0x401550 --read 0x404000 0x100 C:/dev/DecodersTatami/target/target.exe C:/dev/DecodersTatami/target/target.exe.asm ## OS Info ## Windows 6.2 (x86) ## Read Memory ## +ADDRESS +0 +1 +2 +3 +4 +5 +...
58.244686
380
0.488962
80558a5657e3d26ad49b2bad4835d05810b43aef
542
asm
Assembly
wof/lcs/base/322.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/322.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
wof/lcs/base/322.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 00167E addq.w #1, ($322,A5) [base+32E] 001682 rts [base+322] 008832 beq $8848 008CAC beq $8cca [base+322] 00902A beq $9048 [base+322] 00917A beq $9198 [base+322] 0092B0 beq $92c6 [base+322] 009724 beq $9742 [base+322] 0098F0 beq ...
30.111111
54
0.643911
e77c652ea4c823003c59f03a608d4674d508eb18
1,795
asm
Assembly
src/sound/data/wearenumberone.asm
ZoomTen/gbmp-v2
197fe9a2ec8da75a41beb794be4daffd3cd8bff1
[ "MIT" ]
null
null
null
src/sound/data/wearenumberone.asm
ZoomTen/gbmp-v2
197fe9a2ec8da75a41beb794be4daffd3cd8bff1
[ "MIT" ]
null
null
null
src/sound/data/wearenumberone.asm
ZoomTen/gbmp-v2
197fe9a2ec8da75a41beb794be4daffd3cd8bff1
[ "MIT" ]
null
null
null
Mus_WeAreNumberOne: dw .ch1 dw .ch2 dw Music_DisableChannel dw .ch4 .ch1 setEnvelope 7, 4 kickstartSound m_notetie (5 * 16) m_notetie (5 * 16) m_notetie (5 * 16) m_notetie (5 * 16) .ch1_ setTranspose 0 goLoop .ch1_loop1, 7 setTranspose 3 goLoop .ch1_loop1, 3 setTranspose 0 goLoop .ch1_loop1, 2 goCall...
16.62037
24
0.623398
d4ec640a545df1edf6e1b97dd631847360264731
604
asm
Assembly
source/kernel/memory/gete820.asm
kaiserschmarrn0/takao
3fe5340d6dd1681a94297bab7f1018f3b697dea1
[ "Zlib" ]
null
null
null
source/kernel/memory/gete820.asm
kaiserschmarrn0/takao
3fe5340d6dd1681a94297bab7f1018f3b697dea1
[ "Zlib" ]
null
null
null
source/kernel/memory/gete820.asm
kaiserschmarrn0/takao
3fe5340d6dd1681a94297bab7f1018f3b697dea1
[ "Zlib" ]
null
null
null
%include "source/boot/constants.asm" [bits 64] section .data %define e820Size e820End - e820Bin e820Bin: incbin "source/kernel/real/e820.bin" e820End: section .text ; void get_e820(e820_entry_t *e820_map); global get_e820:function (get_e820.end - get_e820) get_e820: extern realRoutin...
15.1
62
0.640728
103c79e556da5f54924a1e402347d2b7ef3bca94
440
asm
Assembly
programs/oeis/145/A145448.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/145/A145448.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/145/A145448.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A145448: a(n) = 12^n*n!. ; 1,12,288,10368,497664,29859840,2149908480,180592312320,17336861982720,1872381094133760,224685731296051200,29658516531078758400,4270826380475341209600,666248915354153228697600,111929817779497742421196800,20147367200309593635815424000,3868294502459441978076561408000,78913207850172616352761852...
36.666667
337
0.836364
9812c7fa09dcaf1fc5031101e24e05b878b52118
5,845
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1868.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_0xca_notsx.log_21829_1868.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_0xca_notsx.log_21829_1868.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 %r8 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x105, %rsi add %r11, %r11 mov (%rsi), %r13d add $2910, %rsi lea addresses_normal_ht+0x5abd, %rsi lea addresses_WC_ht+0x6e05, %rdi nop nop nop and $32510, %r10 mov $42, %rcx rep movsl no...
37.709677
2,999
0.654405
7385672b61de375d4ad708c2629c96740e086376
1,479
asm
Assembly
MIPS/P2/Q1.asm
JJLeo/BUAA-CO-2020
1d1a3797f7188530464a1dfbe8a017dd01bb817a
[ "MIT" ]
9
2021-03-04T07:22:24.000Z
2021-11-30T02:56:08.000Z
MIPS/P2/Q1.asm
johnnyamazing/BUAA-CO-2020
1d1a3797f7188530464a1dfbe8a017dd01bb817a
[ "MIT" ]
null
null
null
MIPS/P2/Q1.asm
johnnyamazing/BUAA-CO-2020
1d1a3797f7188530464a1dfbe8a017dd01bb817a
[ "MIT" ]
3
2021-09-28T07:41:35.000Z
2021-12-14T08:55:28.000Z
.data a:.space 500 b:.space 500 c:.space 500 space: .asciiz " " enter: .asciiz "\n" .macro scanfd(%x) li $v0, 5 syscall move %x, $v0 .end_macro .macro printfd(%x) move $a0, %x li $v0, 1 syscall .end_macro .macro id(%x, %i, %j) sll %x, %i, 3 add %x, %x, %j sll %x, %x, 2 .end_macro .macro end li $v0, 10 sy...
12.533898
24
0.540906
e0cefba29d407807459f2c41d63f0d2d34635ec4
327
asm
Assembly
programs/oeis/047/A047849.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/047/A047849.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/047/A047849.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A047849: a(n) = (4^n + 2)/3. ; 1,2,6,22,86,342,1366,5462,21846,87382,349526,1398102,5592406,22369622,89478486,357913942,1431655766,5726623062,22906492246,91625968982,366503875926,1466015503702,5864062014806,23456248059222,93824992236886,375299968947542,1501199875790166,6004799503160662 mov $1,4 pow $1,$0 div $1,3 ad...
40.875
257
0.798165
8147a767b307442ffd31b11cd1ec97fd02699fe7
237
asm
Assembly
libsrc/_DEVELOPMENT/z80/c/sccz80/im2_install_isr.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/z80/c/sccz80/im2_install_isr.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/z80/c/sccz80/im2_install_isr.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void im2_install_isr(uint8_t vector, void *isr) SECTION code_z80 PUBLIC im2_install_isr EXTERN asm_im2_install_isr im2_install_isr: pop af pop de pop hl push hl push de push af jp asm_im2_install_isr
11.285714
49
0.71308
40fe84d2d5f6b69b64a3a52bcbf897cc8918e21d
562
asm
Assembly
programs/oeis/121/A121907.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/121/A121907.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/121/A121907.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A121907: Expansion of g.f.: (1 + x + x^2)/(1 - 2*x - 2*x^2). ; 1,3,9,24,66,180,492,1344,3672,10032,27408,74880,204576,558912,1526976,4171776,11397504,31138560,85072128,232421376,634987008,1734816768,4739607552,12948848640,35376912384,96651522048,264056868864,721416781824,1970947301376,5384728166400,14711350935552,401...
31.222222
350
0.727758
2737247a9eb140207b415a2f6b2b36771604ba77
1,604
asm
Assembly
Gathered CTF writeups/ptr-yudai-writeups/2019/BambooFox_CTF/new/server.asm
mihaid-b/CyberSakura
f60e6b6bfd6898c69b84424b080090ae98f8076c
[ "MIT" ]
1
2022-03-27T06:00:41.000Z
2022-03-27T06:00:41.000Z
Gathered CTF writeups/ptr-yudai-writeups/2019/BambooFox_CTF/new/server.asm
mihaid-b/CyberSakura
f60e6b6bfd6898c69b84424b080090ae98f8076c
[ "MIT" ]
null
null
null
Gathered CTF writeups/ptr-yudai-writeups/2019/BambooFox_CTF/new/server.asm
mihaid-b/CyberSakura
f60e6b6bfd6898c69b84424b080090ae98f8076c
[ "MIT" ]
1
2022-03-27T06:01:42.000Z
2022-03-27T06:01:42.000Z
%include "socket.asm" %include "utils.asm" %include "http.asm" %include "log.asm" global _start ;=========================================== section .data port: dq 8888 timespec: dq 10 dq 0 ;=========================================== section .bss socket: resq 1 sockfd: resq 1 ;===========...
13.709402
45
0.575436
66eb0240eb80f91e2d2ff7e17989855445016801
783
asm
Assembly
oeis/243/A243659.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/243/A243659.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/243/A243659.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A243659: Number of Sylvester classes of 3-packed words of degree n. ; Submitted by Christian Krause ; 1,1,5,34,267,2279,20540,192350,1853255,18252079,182924645,1859546968,19127944500,198725331588,2082256791048,21979169545670,233495834018591,2494624746580655,26786319835972799,288915128642169250,3128814683222599331,340...
34.043478
500
0.809706
c39d3e44bdded0d36e0867e8559b90a2039e39da
422
asm
Assembly
1-source-files/original-sources/converted_source_files/a.dcode.asm
markmoxon/elite-a-beebasm
027c18885959ba6fe4a4c47829c903d6245db1da
[ "Unlicense" ]
16
2021-05-14T19:46:55.000Z
2022-03-20T20:11:19.000Z
1-source-files/original-sources/converted_source_files/a.dcode.asm
markmoxon/elite-a-beebasm
027c18885959ba6fe4a4c47829c903d6245db1da
[ "Unlicense" ]
null
null
null
1-source-files/original-sources/converted_source_files/a.dcode.asm
markmoxon/elite-a-beebasm
027c18885959ba6fe4a4c47829c903d6245db1da
[ "Unlicense" ]
1
2021-11-08T12:09:35.000Z
2021-11-08T12:09:35.000Z
\ a.dcode - ELITE III in-flight code INCLUDE "converted_source_files/a.global.asm" CODE% = &11E3 ORG CODE% LOAD% = &11E3 EXEC% = &11E3 .dcode_in JMP start .boot_in JMP start .wrch_in JMP wrchdst EQUW &114B .brk_in JMP brkdst INCLUDE "converted_source_files/a.dcode_1.asm" INCLUDE "converted_source_fil...
12.411765
46
0.729858
c7e496c50e026cc753077e6759493801cf3b7da1
1,488
asm
Assembly
programs/oeis/102/A102091.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/102/A102091.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/102/A102091.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A102091: Number of perfect matchings in the C_{2n} X P_3 graph (C_{2n} is the cycle graph on 2n vertices and P_3 is the path graph on 3 vertices). ; 12,32,108,392,1452,5408,20172,75272,280908,1048352,3912492,14601608,54493932,203374112,759002508,2832635912,10571541132,39453528608,147242573292,549516764552,20508244849...
99.2
1,233
0.895833
92991ed3c4d31cf32e7cc985b9f9043e73e5fff5
2,480
asm
Assembly
Appl/Art/Decks/GeoDeck/CGASpadeT.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Appl/Art/Decks/GeoDeck/CGASpadeT.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Appl/Art/Decks/GeoDeck/CGASpadeT.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
CGASpadeT label byte word C_BLACK Bitmap <67,41,BMC_PACKBITS,BMF_MONO> db 0xf8, 0x00 db 0xf8, 0x00 db 0x08, 0x19, 0xf8, 0x02, 0x00, 0x00, 0x08, 0x00, 0x10, 0x00 db 0x08, 0x1b, 0x0c, 0x0f, 0x80, 0x00, 0x3e, 0x00, 0x7c, 0x00 db 0x08, 0x1b, 0x0c, 0x3f, 0xe0, 0x00, 0xff, 0x80, 0xfe, 0x00 db 0x08...
32.207792
53
0.624597
b98e56bd5dbc939b8d74925bb844c10ac06b0571
1,477
asm
Assembly
programs/oeis/192/A192958.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/192/A192958.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/192/A192958.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A192958: Constant term of the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments. ; 1,-1,3,7,17,33,61,107,183,307,509,837,1369,2231,3627,5887,9545,15465,25045,40547,65631,106219,171893,278157,450097,728303,1178451,1906807,3085313,4992177,8077549,13069787,21147399,34217251,55364717,89582037,144946825...
113.615385
1,248
0.878131
70013bbe19ceea241e326f3a67071890d962684e
2,450
asm
Assembly
BufferExecution/bufferexecution_32.asm
ncatlin/rgat
4375f738161c45485da68a07cdf3995e272b6254
[ "Apache-2.0" ]
381
2016-10-02T21:45:45.000Z
2022-03-04T05:28:55.000Z
tests/Windows/advanced/BufferExecution32/bufferexecution_32.asm
ncatlin/rgat
4375f738161c45485da68a07cdf3995e272b6254
[ "Apache-2.0" ]
24
2016-10-03T02:39:07.000Z
2021-11-19T21:39:58.000Z
BufferExecution/bufferexecution_32.asm
ncatlin/rgat
4375f738161c45485da68a07cdf3995e272b6254
[ "Apache-2.0" ]
45
2016-10-03T03:32:37.000Z
2022-03-18T20:29:36.000Z
.686p ;enable instructions .xmm ;enable instructions .model flat, stdcall ;use C naming convention (stdcall is default) ; include C libraries .data ;initialized data ; This tests rgats ability to deal with instrume...
29.518072
112
0.52449
c3d5763854c05f789a081e22f5e8d485d958edd2
203
asm
Assembly
libsrc/games/ace/bit_open.asm
andydansby/z88dk-mk2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
1
2020-09-15T08:35:49.000Z
2020-09-15T08:35:49.000Z
libsrc/games/ace/bit_open.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
libsrc/games/ace/bit_open.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
; $Id: bit_open.asm,v 1.2 2002/04/17 21:30:24 dom Exp $ ; ; Jupiter ACE 1 bit sound functions stub ; ; void bit_open(); ; ; Stefano Bodrato - 18/10/2001 ; XLIB bit_open .bit_open ret
14.5
55
0.615764
07741585e34ac2f8514bd73867a0a180ded48f1c
8,304
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i7-7700_9_0x48.log_21829_1867.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i7-7700_9_0x48.log_21829_1867.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i7-7700_9_0x48.log_21829_1867.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 %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x17c16, %rax nop nop xor %rbx, %rbx mov $0x6162636465666768, %rsi movq %rsi, %xmm6 and $0xffffffffffffffc0, %rax movaps %xmm6, (%rax) and %r12, %r12 lea addresses_D_ht+0x5c5a,...
35.639485
2,999
0.657514
2ab545859f73efb74b69605986fdd246a16643cd
787
asm
Assembly
oeis/085/A085880.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/085/A085880.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/085/A085880.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A085880: Triangle T(n,k) read by rows: multiply row n of Pascal's triangle (A007318) by the n-th Catalan number (A000108). ; Submitted by Christian Krause ; 1,1,1,2,4,2,5,15,15,5,14,56,84,56,14,42,210,420,420,210,42,132,792,1980,2640,1980,792,132,429,3003,9009,15015,15015,9009,3003,429,1430,11440,40040,80080,100100,8...
41.421053
495
0.753494
99ca6b8ea5e4a78aa1888d101654d3035802aeef
722
asm
Assembly
wasm/part0902/main.asm
Bigsby/slae
bbbb72dee8959dc36d1ba6d8636f6f65c4853f56
[ "MIT" ]
null
null
null
wasm/part0902/main.asm
Bigsby/slae
bbbb72dee8959dc36d1ba6d8636f6f65c4853f56
[ "MIT" ]
null
null
null
wasm/part0902/main.asm
Bigsby/slae
bbbb72dee8959dc36d1ba6d8636f6f65c4853f56
[ "MIT" ]
null
null
null
.386 .model flat, stdcall option casemap :none include \masm32\include\windows.inc include \masm32\include\kernel32.inc include \masm32\include\masm32.inc includelib \masm32\lib\kernel32.lib includelib \masm32\lib\masm32.lib .data FirstMessage db "First Message", 13, 10, 0 SecondMessage db "Second M...
18.512821
48
0.655125
4e45cda4d18ad0ff139e79825995b052be199e61
364
asm
Assembly
oeis/097/A097632.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/097/A097632.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/097/A097632.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A097632: 2^n * Lucas(n). ; Submitted by Jon Maiga ; 2,12,64,672,8448,138240,2672640,60641280,1568931840,45705461760,1478924697600,52646746521600,2044394156851200,86005817907609600,3896481847600742400,189139342470414336000,9793081532749971456000 mov $1,$0 seq $0,39647 ; Related to A000032 (Lucas numbers): (n-1)!*L(n)...
30.333333
194
0.763736
2d902b5bb01f2795b031f2b1ff3b08c7fb2cde58
374
asm
Assembly
programs/oeis/077/A077025.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/077/A077025.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/077/A077025.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A077025: Sum{Floor(n/(k + 1/2)): k=1,2,...,n}. ; 0,1,3,4,7,9,11,14,17,19,23,25,28,32,36,37,41,46,48,52,56,58,64,66,70,74,78,82,86,90,92,97,103,105,111,114,116,122,128,130,135,139,143,147,153,157,161,165,168,175,179,181,189,193,197,201,205,209,215,221,224 add $0,1 mul $0,2 seq $0,248517 ; Number of odd divisors > 1 i...
53.428571
207
0.673797
8334d56e036de413ab41b8fc7e72d50c36e795f9
6,065
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2829.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.log_21829_2829.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.log_21829_2829.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r14 push %rcx push %rdi push %rdx lea addresses_WT_ht+0x3ce4, %rcx nop nop sub %rdi, %rdi and $0xffffffffffffffc0, %rcx movntdqa (%rcx), %xmm3 vpextrq $0, %xmm3, %r12 nop and %r14, %r14 lea addresses_A_ht+0xaaa4, %rcx nop nop cmp $6638, %r...
41.258503
2,999
0.65507
11e61ccba2a53ca63383656ea93e2acf307329a6
511
asm
Assembly
oeis/350/A350652.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/350/A350652.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/350/A350652.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A350652: a(n) is where the chosen card needs to be placed in a deck of 2n cards when performing "Persistimis Possessiamo" trick. ; Submitted by Jamie Morken(w4) ; 2,2,4,6,8,6,8,6,8,6,8,14,16,14,16,22,24,22,24,30,32,30,32,22,24,22,24,30,32,30,32,22,24,22,24,30,32,30,32,22,24,22,24,30,32,30,32,54,56,54,56,62,64,62,64,5...
26.894737
203
0.632094
53d3bbd2fe4c784dfe26aee2b25de6bc678c8418
4,816
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_25.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_25.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_25.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 %r9 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x6c6c, %r9 nop nop nop sub $16810, %r12 mov (%r9), %cx nop sub %r10, %r10 lea addresses_UC_ht+0x18074, %rsi lea addresses_WT_ht+0x58f6, %rdi and $36078, %r14 mov $69, %rcx rep movsl nop...
47.215686
2,999
0.65843
d8943287986507c2f81c9fc8eb6921545bec28cc
692
asm
Assembly
oeis/110/A110906.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/110/A110906.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/110/A110906.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A110906: Expansion of (1 +34*x +121*x^2)/((1-x)*(x^2 -14*x +1)). ; Submitted by Jamie Morken(s3.) ; 1,49,841,11881,165649,2307361,32137561,447618649,6234523681,86835713041,1209465459049,16845680713801,234630064534321,3267975222766849,45517023054201721,633970347536057401,8830067842450602049,122986979446772371441,17129...
46.133333
493
0.823699
8385c91eae75a6e693f3cdf679f9815c82be5a8e
372
asm
Assembly
programs/oeis/070/A070337.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/070/A070337.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/070/A070337.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A070337: a(n) = 2^n mod 27. ; 1,2,4,8,16,5,10,20,13,26,25,23,19,11,22,17,7,14,1,2,4,8,16,5,10,20,13,26,25,23,19,11,22,17,7,14,1,2,4,8,16,5,10,20,13,26,25,23,19,11,22,17,7,14,1,2,4,8,16,5,10,20,13,26,25,23,19,11,22,17,7,14,1,2,4,8,16,5,10,20,13,26,25,23,19,11,22,17,7,14,1,2,4,8,16,5,10,20,13,26 mov $1,1 mov $2,$0 lpb...
31
266
0.58871
d18593b42fae4c231f7279b8d1232395187284bc
335
asm
Assembly
programs/oeis/110/A110609.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/110/A110609.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/110/A110609.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A110609: a(n) = n * C(2*n,n-1). ; 0,1,8,45,224,1050,4752,21021,91520,393822,1679600,7113106,29953728,125550100,524190240,2181340125,9051563520,37467344310,154754938800,637982011590,2625648168000,10789623755820,44277560801760,181478535620850,742984788858624,3038716500907500 mov $2,$0 add $0,1 mov $1,$2 mul $2,2 bin $...
33.5
241
0.773134
3dbe3ee5ada764bf323616b8f101932215bab5ad
107
asm
Assembly
test/serial_write.asm
hqythu/MIPS-CPU
ad946d52ea0b21d20e777c0f6f02f34b2c047c0f
[ "MIT" ]
3
2017-03-12T08:42:24.000Z
2017-11-30T14:10:34.000Z
test/serial_write.asm
qinyao-he/MIPS-CPU
ad946d52ea0b21d20e777c0f6f02f34b2c047c0f
[ "MIT" ]
null
null
null
test/serial_write.asm
qinyao-he/MIPS-CPU
ad946d52ea0b21d20e777c0f6f02f34b2c047c0f
[ "MIT" ]
null
null
null
START: NOP LI R6 0XBF SLL R6 R6 0X00 LI R0 0X20 SW R0 R6 0x00 ADDIU R0 0X01 SW R6 R0 0x00 NOP
10.7
16
0.64486
2ecc8b6ce83c15e81744cc40a2cf6106368da6b1
1,409
asm
Assembly
tests/devices/ramtop/ramtop.asm
lvd2/sjasmplus
0a04dbe08b795bcf898516a76524b1a082bb0616
[ "BSD-3-Clause" ]
1
2019-04-01T14:06:35.000Z
2019-04-01T14:06:35.000Z
tests/devices/ramtop/ramtop.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
null
null
null
tests/devices/ramtop/ramtop.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
null
null
null
; various syntax errors DEVICE NONE x DEVICE NONE, DEVICE NONE,, DEVICE NONE, 0 ; error valid range (ZX-like expected) DEVICE NONE, $8000, ; error for extra argument DEVICE NONE, $8000, 0 ; error for extra argument ; following two are "good", because NONE ignores any ramtop...
42.69697
105
0.676366
4cefa6c2815ce6f26a6a02e58d9d99ebcc9e4c3a
598
asm
Assembly
oeis/193/A193872.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/193/A193872.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/193/A193872.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A193872: Even dodecagonal numbers: 4*n*(5*n - 2). ; 0,12,64,156,288,460,672,924,1216,1548,1920,2332,2784,3276,3808,4380,4992,5644,6336,7068,7840,8652,9504,10396,11328,12300,13312,14364,15456,16588,17760,18972,20224,21516,22848,24220,25632,27084,28576,30108,31680,33292,34944,36636,38368,40140,41952,43804,45696,47628,4...
66.444444
497
0.784281