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
ec63f9392129f6f1a06ec56a88ca6cfbe04c2e84
17,422
asm
Assembly
unit_tests/tests/math.asm
undisbeliever/snesdev-common
0be45f5dbfe69e03c25e91c62186afa138ea1924
[ "MIT" ]
3
2015-05-26T08:35:07.000Z
2015-09-02T20:48:34.000Z
unit_tests/tests/math.asm
undisbeliever/snesdev-common
0be45f5dbfe69e03c25e91c62186afa138ea1924
[ "MIT" ]
null
null
null
unit_tests/tests/math.asm
undisbeliever/snesdev-common
0be45f5dbfe69e03c25e91c62186afa138ea1924
[ "MIT" ]
null
null
null
; Test of Math routines .include "routines/math.h" ;; Call math routine through DB set handler. ;; Will set DB to $FF (so it can't access registers) for call .macro JSR_MTH routine PEA $80FF PLB JSR .ident(.sprintf("%s_DB", .string(routine))) PLB .endmacro PAGE_ROUTINE Math_Multiply_1 Text_SetColor 4 Text_Print...
20.305361
63
0.802204
911f481ee38729af6e02ae61753adfa8604429f2
31
asm
Assembly
ins.asm
zaoad/assembly-
09b282351ae46efe746bf647ccf2834433f9b177
[ "MIT" ]
null
null
null
ins.asm
zaoad/assembly-
09b282351ae46efe746bf647ccf2834433f9b177
[ "MIT" ]
null
null
null
ins.asm
zaoad/assembly-
09b282351ae46efe746bf647ccf2834433f9b177
[ "MIT" ]
null
null
null
call jmp jx int ret iret loop
4.428571
8
0.741935
e9ff1a544736cd9e63eb3ad86aa5f9c735c076f8
236
asm
Assembly
libsrc/math/genmath/seed.asm
andydansby/z88dk-mk2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
1
2018-09-04T23:07:24.000Z
2018-09-04T23:07:24.000Z
libsrc/genmath/seed.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
libsrc/genmath/seed.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
; ; Small C+ Generic Math Library ; ; Set the floating point seed ; ; XLIB fpseed XREF dstore XREF fp_seed .fpseed ld hl,fp_seed jp dstore
15.733333
37
0.436441
35fff17b9ce7e98351f5ee516594e0c8f0640a01
7,618
asm
Assembly
cpu_xenoncat/asm_linux/macro_blake2b_avx2.asm
ggicuv1/vrsc
16a416f89a95721faa888254dc41bb9489740529
[ "MIT" ]
886
2016-10-20T20:59:59.000Z
2022-03-12T07:47:52.000Z
cpu_xenoncat/asm_linux/macro_blake2b_avx2.asm
ggicuv1/vrsc
16a416f89a95721faa888254dc41bb9489740529
[ "MIT" ]
369
2016-10-21T07:42:54.000Z
2020-11-19T10:49:29.000Z
cpu_xenoncat/asm_linux/macro_blake2b_avx2.asm
ggicuv1/vrsc
16a416f89a95721faa888254dc41bb9489740529
[ "MIT" ]
534
2016-10-20T21:00:00.000Z
2022-03-29T10:02:27.000Z
macro hR0 m0,m1,m2,m3,m4,m5,m6,m7,lim,src { vpaddq ymm0,ymm0,ymm4 vpaddq ymm1,ymm1,ymm5 vpaddq ymm2,ymm2,ymm6 vpaddq ymm3,ymm3,ymm7 if m0<lim vpaddq ymm0,ymm0, yword [src+m0*32] end if if m1<lim vpaddq ymm1,ymm1, yword [src+m1*32] end if if m2<lim vpaddq ymm2,ymm2, yword [src+m2*32] end if if m3<lim vpaddq ymm3,ymm3, y...
21.703704
55
0.773825
79ef6b2d81e6aab20179f7f47198b2c0e75e89fb
685
asm
Assembly
asm/6502/test/keyb.asm
fcatrin/clc88
2af19c3c72ffbbb67eedc347080579acac2c5594
[ "MIT" ]
6
2019-04-23T03:32:29.000Z
2021-05-03T22:24:05.000Z
asm/6502/test/keyb.asm
fcatrin/clc88
2af19c3c72ffbbb67eedc347080579acac2c5594
[ "MIT" ]
1
2019-06-16T16:21:54.000Z
2019-06-16T16:21:54.000Z
asm/6502/test/keyb.asm
fcatrin/clc88
2af19c3c72ffbbb67eedc347080579acac2c5594
[ "MIT" ]
3
2019-04-23T03:32:35.000Z
2021-04-20T22:53:11.000Z
icl '../os/symbols.asm' org BOOTADDR lda #1 sta ROS7 lda #0 ldx #OS_SET_VIDEO_MODE jsr OS_CALL next_frame: lda FRAMECOUNT wait: cmp FRAMECOUNT beq wait jsr keybscan jmp next_frame keybscan: adw DISPLAY_START #(18 + 4*40) DST_ADDR lda #0 sta KSTAT next_reg: mwa DST_ADDR VADDRW l...
11.416667
42
0.670073
59c9cd889e59b94987257e35fc38f8d93d850c30
412
asm
Assembly
oeis/066/A066803.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/066/A066803.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/066/A066803.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A066803: a(n) = gcd(2^n + 1, 3^n + 1). ; Submitted by Christian Krause ; 1,5,1,1,1,5,1,1,19,25,1,1,1,145,1,1,1,5,1,1,43,5,1,97,1,265,19,1,1,25,1,1,67,5,1,1,1,5,1,1,1,145,1,1,19,5,1,1,1,12625,307,1,1,5,1,1,1,5,1,241,1,5,817,1,1,5,1,1,139,725,1,55969,1,745,1,1,1,265,1,1,3097,5,499,1,1,865,1,1,1,25,1,1,1,5,1,1,1,28565,1...
29.428571
252
0.582524
4da38a0678e781ec64b0851160efd1d709509c40
1,565
asm
Assembly
Linguagem Assembly/0.0.1/linux/x86/remid0.asm
gilmartaj/Remid
ba045ed16f3bbc85781cc4d433c90cce9b63e8de
[ "Unlicense" ]
null
null
null
Linguagem Assembly/0.0.1/linux/x86/remid0.asm
gilmartaj/Remid
ba045ed16f3bbc85781cc4d433c90cce9b63e8de
[ "Unlicense" ]
null
null
null
Linguagem Assembly/0.0.1/linux/x86/remid0.asm
gilmartaj/Remid
ba045ed16f3bbc85781cc4d433c90cce9b63e8de
[ "Unlicense" ]
null
null
null
; Define printf as an external function EXTERN SDL_Init EXTERN Mix_OpenAudio EXTERN Mix_LoadMUS EXTERN Mix_PlayMusic EXTERN Mix_PlayingMusic SDL_INIT_AUDIO equ 0x00000010 AUDIO_S16LSB equ 0x8010 SECTION .DATA mensagemLeitura: db "Informe o caminho do áudio: ", 0 comprimentoLeitura: equ $-mensagemLeitura m...
18.855422
57
0.626837
af84fcaf1ddbb447a2af2aa5e3b38fdcb1333ede
69,473
asm
Assembly
Library/User/Gen/genDynamicList.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/User/Gen/genDynamicList.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/User/Gen/genDynamicList.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: UserInterface/Gen FILE: GenDynamicList.asm ROUTINES: Name Description ---- ----------- GLB GenDynamicListClass Dynamic list object REVI...
24.767558
92
0.638046
1677fb74bcc862f0eee1fb36c01205b3b4adb7d7
391
asm
Assembly
oeis/040/A040481.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/040/A040481.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/040/A040481.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A040481: Continued fraction for sqrt(504). ; Submitted by Jon Maiga ; 22,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2,44,2,4,2 gcd $0,262156 mul $0,42 mod $0,13 mov $1,$0 add $0,4 add $...
21.722222
190
0.59335
478a32591183815e809a75b0992eb430103167eb
1,811
asm
Assembly
programs/oeis/167/A167478.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/167/A167478.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/167/A167478.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A167478: Expansion of (1-2x+6x^2-x^3)/(1-3x+x^2)^2. ; 1,4,19,75,264,869,2741,8396,25175,74271,216336,623689,1782889,5060500,14277019,40070259,111954456,311555501,863978525,2388417116,6584117471,18104432199,49667825184,135974484625,371543306449,1013443026724,2759860871971,7504577291931,20378109013800,55264026076661,14...
120.733333
1,646
0.909442
b10c5f488c798c4bbc3a3396d346d17eee63dd3c
934
asm
Assembly
src/asm/interrupta.asm
miko007/OS-42
3c78afe0fe1cd7d18b504a5455c17ed19355790b
[ "MIT" ]
null
null
null
src/asm/interrupta.asm
miko007/OS-42
3c78afe0fe1cd7d18b504a5455c17ed19355790b
[ "MIT" ]
1
2021-01-15T16:13:37.000Z
2021-01-15T16:13:37.000Z
src/asm/interrupta.asm
miko007/OS-42
3c78afe0fe1cd7d18b504a5455c17ed19355790b
[ "MIT" ]
null
null
null
.set IRQ_BASE, 0x20 .section .text .extern _ZN10interrupts16InterruptManager15HandleInterruptEhj .macro ExceptionRequest num .global _ZN10interrupts16InterruptManager16ExceptionRequestEv _ZN10interrupts16InterruptManager16ExceptionRequestEv: movb $\num, (number) jmp int_bottom .endm .macro InterruptRequest num .g...
18.313725
65
0.82334
c68210942ba2c6c9cff4ae448efdafd1baaf896c
456
asm
Assembly
programs/oeis/064/A064778.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/064/A064778.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/064/A064778.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A064778: Largest m such that 1..m all divide n!. ; 1,2,3,4,6,6,10,10,10,10,12,12,16,16,16,16,18,18,22,22,22,22,28,28,28,28,28,28,30,30,36,36,36,36,36,36,40,40,40,40,42,42,46,46,46,46,52,52,52,52,52,52,58,58,58,58,58,58,60,60,66,66,66,66,66,66,70,70,70,70,72,72,78,78,78,78,78,78,82,82,82,82,88,88,88,88,88,88,96,96,96,...
57
299
0.64693
7537251250709a73ace44111781540280a90fe34
406
asm
Assembly
programs/oeis/076/A076569.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/076/A076569.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/076/A076569.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A076569: Greatest prime divisor of 6n+15 (sum of six successive integers). ; 7,3,11,13,5,17,19,7,23,5,3,29,31,11,7,37,13,41,43,5,47,7,17,53,11,19,59,61,7,13,67,23,71,73,5,11,79,3,83,17,29,89,13,31,19,97,11,101,103,7,107,109,37,113,23,13,17,11,41,5,127,43,131,19,5,137,139,47,13,29,7 add $0,3 lpb $0 mov $1,$0 seq ...
36.909091
207
0.637931
757292ee9fc3ead5637acbbd04a08483f3ea22db
964
asm
Assembly
constants/serial_constants.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
constants/serial_constants.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
constants/serial_constants.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
; link types const_def const LINK_NULL ; 0 const LINK_TIMECAPSULE ; 1 const LINK_TRADECENTER ; 2 const LINK_COLOSSEUM ; 3 const LINK_MOBILE ; 4 ; hSerialReceive high nybbles SERIAL_TIMECAPSULE EQU $60 SERIAL_TRADECENTER EQU $70 SERIAL_BATTLE EQU $80 ESTABLISH_CONNECTION_WITH_INTERNAL_CLOCK EQ...
31.096774
95
0.762448
d6f18366043172b7dc358433f662f2f2392e47cc
325
asm
Assembly
oeis/024/A024505.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/024/A024505.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/024/A024505.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A024505: a (n) = [C (2 n, n)/2^(n + 2)]. ; 0,0,0,0,1,1,3,6,12,23,45,86,165,317,612,1183,2292,4451,8654,16853,32865,64165,125414,245375,480526,941832,1847440,3626457,7123398,14001162,27535618,54182991,106672764,210113021,414046247,816262602 mov $2,$0 add $2,$0 bin $2,$0 add $0,2 lpb $0 sub $0,1 div $2,2 lpe mov $...
25
198
0.673846
5ed307ceec17806fba738a4672965b3dda977640
177
asm
Assembly
data/pokemon/dex_entries/tropius.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
data/pokemon/dex_entries/tropius.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
data/pokemon/dex_entries/tropius.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
3
2021-01-15T18:45:40.000Z
2021-10-16T03:35:27.000Z
db "FRUIT@" ; species name db "The bunch of fruit" next "around its neck" next "ripens twice a" page "year and is tasty." next "It's a highly" next "favored snack.@"
17.7
27
0.655367
5b5e36671bc86cdf1caf66294734b1c13827e3af
696
asm
Assembly
oeis/077/A077908.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/077/A077908.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/077/A077908.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A077908: Expansion of (1-x)^(-1)/(1+x+x^2-x^3). ; Submitted by Jon Maiga ; 1,0,0,2,-1,0,4,-4,1,8,-12,6,15,-32,24,24,-79,80,24,-182,239,-32,-388,660,-303,-744,1708,-1266,-1185,4160,-4240,-1104,9505,-12640,2032,20114,-34785,16704,38196,-89684,68193,59688,-217564,226070,51183,-494816,669704,-123704,-1040815,1834224,-917...
40.941176
495
0.699713
c5ca723918a5e838d65f3ee663b4a63cea7d795b
1,894
asm
Assembly
programs/oeis/282/A282286.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/282/A282286.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/282/A282286.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A282286: Least common multiple of 7*n+1 and 7*n-1. ; 1,24,195,220,783,612,1763,1200,3135,1984,4899,2964,7055,4140,9603,5512,12543,7080,15875,8844,19599,10804,23715,12960,28223,15312,33123,17860,38415,20604,44099,23544,50175,26680,56643,30012,63503,33540,70755,37264,78399,41184,86435,45300,94863,49612,103683,54120,112...
135.285714
1,746
0.835269
ccdfe4d37a48d0a3ddbd4ded84e706aff0a143e1
517
asm
Assembly
programs/oeis/174/A174374.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/174/A174374.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/174/A174374.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A174374: Derivative Pascal's triangle (version 2) read by rows: smallest prime(n)>C(m,k)=binomial(m,k)=m!/(k!*(m-k)!), 0<=k<=m. ; 1,1,1,1,2,1,1,3,3,1,1,3,4,3,1,1,4,5,5,4,1,1,4,7,9,7,4,1,1,5,9,12,12,9,5,1,1,5,10,17,20,17,10,5,1,1,5,12,24,31,31,24,12,5,1,1,5,15,31,47,55,47,31,15,5,1,1,6,17,39,67,90,90,67,39,17,6,1,1,6,...
73.857143
210
0.597679
a473be93c3f80e6e4418049a4eccee512cfbae50
1,480
asm
Assembly
programs/oeis/052/A052975.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/052/A052975.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/052/A052975.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A052975: Expansion of (1-2*x)*(1-x)/(1-5*x+6*x^2-x^3). ; 1,2,6,19,61,197,638,2069,6714,21794,70755,229725,745889,2421850,7863641,25532994,82904974,269190547,874055885,2838041117,9215060822,29921113293,97153242650,315454594314,1024274628963,3325798821581,10798800928441,35063486341682,113850424959345,369670007675074,12...
246.666667
1,359
0.914189
fcc7de45032f75b80ea42907f787af53e89359ac
731
asm
Assembly
examples/fibonacci_loop.asm
jpfeiffer16/Yarn
c495efd9995dc48f48072984397fa74662c33926
[ "MIT" ]
268
2016-02-27T19:25:49.000Z
2021-07-27T19:12:13.000Z
examples/fibonacci_loop.asm
jpfeiffer16/Yarn
c495efd9995dc48f48072984397fa74662c33926
[ "MIT" ]
4
2016-03-01T04:15:47.000Z
2018-02-06T05:01:15.000Z
examples/fibonacci_loop.asm
jpfeiffer16/Yarn
c495efd9995dc48f48072984397fa74662c33926
[ "MIT" ]
20
2016-02-27T21:33:02.000Z
2021-07-06T02:52:57.000Z
Init: mov $20, %c1 push %c1 call :Fibonacci pop %c1 halt ; Fibonacci(int i) ; Finds the i'th number of the fibonacci sequence with a loop. Fibonacci: push %bse mov %stk, %bse mov *(%bse+$8), %ret mov $1, %s5 lt %ret, %s5 ; if i < 1 return 0 jif :Fibonacci_EndZero eq %ret, %s5 ...
15.891304
64
0.585499
da4edccb81d3a9511a7c5bdbc3f13e68fc8dbb95
1,120
asm
Assembly
ahex.data.asm
BernardTatin/asm_required
68a918f5bcb88606c015eb2e815c9fe7bbdd50f6
[ "MIT" ]
null
null
null
ahex.data.asm
BernardTatin/asm_required
68a918f5bcb88606c015eb2e815c9fe7bbdd50f6
[ "MIT" ]
null
null
null
ahex.data.asm
BernardTatin/asm_required
68a918f5bcb88606c015eb2e815c9fe7bbdd50f6
[ "MIT" ]
null
null
null
; ---------------------------------------------------------------------- ; ahex.data.asm ; ; A simple cat which write on STDOUT all what it reads on STDIN ; To assemble and run: ; ; nasm -felf64 acat.asm acat.data.asm \ ; && ld acat.o acat.data.o && ./a.out ; -------------------------------------------------------...
28.717949
72
0.465179
15508b57ee8f90dce6bedb02bcb79bbd8be262dd
3,457
asm
Assembly
programs/oeis/017/A017500.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/017/A017500.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/017/A017500.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A017500: a(n) = (11*n + 9)^4. ; 6561,160000,923521,3111696,7890481,16777216,31640625,54700816,88529281,136048896,200533921,285610000,395254161,533794816,705911761,916636176,1171350625,1475789056,1836036801,2258530576,2750058481,3317760000,3969126001,4711998736,5554571841,6505390336,7573350625,8767700496,10098039121,1...
432.125
3,385
0.916691
e93fde0ec61454b1e5ca4a5f310acde2f2cd0e90
546
asm
Assembly
oeis/128/A128800.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/128/A128800.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/128/A128800.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A128800: n*(n-1)*6^n. ; 0,0,72,1296,15552,155520,1399680,11757312,94058496,725594112,5441955840,39907676160,287335268352,2037468266496,14262277865472,98738846760960,677066377789440,4604051368968192,31077346740535296,208401031083589632,1389340207223930880,9213519268958699520,60809227175127416832,399603492865123024896,...
60.666667
473
0.875458
8522e0ed434dbe6606f8185c0ec935c4212171b3
5,437
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_714.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_21829_714.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_21829_714.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1e58c, %rbp clflush (%rbp) nop nop nop nop sub %rdx, %rdx mov $0x6162636465666768, %r8 movq %r8, (%rbp) sub $53863, %r10 lea addresses_WT_ht+0x52ac, %r14 nop nop nop...
40.879699
2,999
0.659555
b78c2d2221dc5f84f9989d20f1436132deaca233
503
asm
Assembly
oeis/097/A097195.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/097/A097195.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/097/A097195.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A097195: Expansion of s(12)^3*s(18)^2/(s(6)^2*s(36)), where s(k) := subs(q=q^k, eta(q)) and eta(q) is Dedekind's function, cf. A010815. Then replace q^6 with q. ; Submitted by Jon Maiga ; 1,2,2,2,1,2,2,2,3,0,2,2,2,2,0,4,2,2,2,0,1,2,4,2,0,2,2,2,3,2,2,0,2,2,0,2,4,2,2,0,2,4,0,4,0,2,2,2,1,0,4,2,2,0,2,2,2,4,2,0,3,2,2,2,0,...
71.857143
201
0.584493
6f890223e823158ebe355195484d833e591f217b
2,883
asm
Assembly
Chapter 1/1.2 - Hello, BIOS/print.asm
gmarino2048/64bit-os-tutorial
2e297d04d5a2e0f7fead84ad057e6b283a8c6972
[ "MIT" ]
87
2020-12-04T23:18:31.000Z
2022-03-20T11:05:57.000Z
Chapter 1/1.2 - Hello, BIOS/print.asm
limpingstone/64bit-os-tutorial
94f0582b9a3ecf80dfcc82278449654351e73730
[ "MIT" ]
6
2021-01-28T17:58:36.000Z
2022-03-26T01:43:53.000Z
Chapter 1/1.2 - Hello, BIOS/print.asm
limpingstone/64bit-os-tutorial
94f0582b9a3ecf80dfcc82278449654351e73730
[ "MIT" ]
9
2020-12-04T22:18:03.000Z
2022-03-26T17:53:17.000Z
; ; Hello, BIOS ; ; print.asm ; [bits 16] ; Define function print_bios ; Input pointer to string in bx print_bios: ; We'll be using registers ax and bx, so we'll need to save ; their current values on the stack so we don't mess anything ; up once the function is complete. We use the 'push' and ; 'pop...
38.44
84
0.663198
5ac3340cf2aec264eeb8525aec42402dc4445d5d
423
asm
Assembly
programs/oeis/074/A074800.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/074/A074800.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/074/A074800.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A074800: a(n) = denominator( (4*n+1)*(Product_{i=1..n} (2*i-1)/Product_{i=1..n} (2*i))^5 ). ; 1,32,32768,1048576,34359738368,1099511627776,1125899906842624,36028797018963968,37778931862957161709568,1208925819614629174706176,1237940039285380274899124224,39614081257132168796771975168,1298074214633706907132624082305024,...
70.5
261
0.801418
6257e3ddcc8341cfd4a8f2ed47bb38c73d8d221b
397
asm
Assembly
programs/oeis/101/A101869.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/101/A101869.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/101/A101869.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A101869: Row 2 of A101866. ; 10,20,26,36,46,52,62,68,78,88,94,104,114,120,130,136,146,156,162,172,178,188,198,204,214,224,230,240,246,256,266,272,282,292,298,308,314,324,334,340,350,356,366,376,382,392,402,408,418,424,434,444,450,460,466,476,486 add $0,1 mov $2,$0 seq $0,130568 ; Generalized Beatty sequence 1+2*floo...
39.7
218
0.715365
a2ad03c78c40661d5700f0e315cece26c7db5454
309
asm
Assembly
libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_capacity.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_capacity.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_capacity.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; size_t w_vector_capacity(w_vector_t *v) SECTION code_clib SECTION code_adt_w_vector PUBLIC w_vector_capacity EXTERN asm_w_vector_capacity defc w_vector_capacity = asm_w_vector_capacity ; SDCC bridge for Classic IF __CLASSIC PUBLIC _w_vector_capacity defc _w_vector_capacity = w_vector_capacity ENDIF
16.263158
46
0.857605
b730ee5bcd70b6e3a1d95a985795eb3ef6d972a1
11,183
asm
Assembly
platforms_startup/armcc/LPC1833/startup_LPC18xx.asm
crespo2014/cpputest-fork
67c6c68b8f3bdf994279c029d36b5eb836bf20bf
[ "BSD-3-Clause" ]
1
2019-04-17T19:33:04.000Z
2019-04-17T19:33:04.000Z
platforms_startup/armcc/LPC1833/startup_LPC18xx.asm
crespo2014/cpputest-fork
67c6c68b8f3bdf994279c029d36b5eb836bf20bf
[ "BSD-3-Clause" ]
null
null
null
platforms_startup/armcc/LPC1833/startup_LPC18xx.asm
crespo2014/cpputest-fork
67c6c68b8f3bdf994279c029d36b5eb836bf20bf
[ "BSD-3-Clause" ]
null
null
null
;/*********************************************************************** ; * @brief: LPC18xx/43xx M3/M4 startup code ; * ; * @note ; * Copyright(C) NXP Semiconductors, 2012 ; * All rights reserved. ; * ; * @par ; * Software that is described herein is for illustrative purposes only ; * which provides customers with pr...
33.085799
89
0.603505
5a65a211614aea21d2fcf272150378ed3d04e3b5
1,635
asm
Assembly
dos/DosSetVec.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
1
2021-11-25T14:01:48.000Z
2021-11-25T14:01:48.000Z
dos/DosSetVec.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
null
null
null
dos/DosSetVec.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
2
2021-11-05T06:48:43.000Z
2021-12-06T08:07:38.000Z
;; _API16 DosSetVec(WORD wClass, PFUNC pNHan, PPFUNC ppOHan); ;; ;; For HX 16-bit Dos Extender (DPMILD16) ;; ;; Export from: DOSCALLS.89 [059h] ;; .8086 _TEXT segment byte public 'CODE' public DOSSETVEC DOSSETVEC: ;* All API's are called far, so LCODE assumed and P := 6 P equ [bp+06h] wClass equ P+08h pNHan...
15.721154
62
0.64893
da9614415046f1e3e7da3e6a3ddd4c68415e518b
385
asm
Assembly
programs/oeis/173/A173526.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/173/A173526.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/173/A173526.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A173526: a(n) = 1 + A053827(n-1), where A053827 is the sum-of-digits function in base 6. ; 1,2,3,4,5,6,2,3,4,5,6,7,3,4,5,6,7,8,4,5,6,7,8,9,5,6,7,8,9,10,6,7,8,9,10,11,2,3,4,5,6,7,3,4,5,6,7,8,4,5,6,7,8,9,5,6,7,8,9,10,6,7,8,9,10,11,7,8,9,10,11,12,3,4,5,6,7,8,4,5,6,7,8,9,5,6,7,8,9,10,6,7,8,9,10,11,7,8,9,10 mov $4,$0 lpb...
32.083333
214
0.553247
485ae218c7e6d95acaa607109952f114dbf102be
5,250
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_153.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_153.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_153.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 %r14 push %r15 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x11d7d, %rdx nop nop sub $370, %r14 movb (%rdx), %r11b nop nop nop nop cmp $49448, %r9 lea addresses_WT_ht+0x1a54d, %r15 nop nop sub %rax, %rax movb $0x61,...
40.697674
2,999
0.660762
958a475da89b12b3c4d2b499e23c073976d20df6
208,024
asm
Assembly
dist/vale/aesgcm-x86_64-msvc.asm
santtu/hacl-star
ade5ee577b26bb4e1fc67c3a207d0982e6a02222
[ "Apache-2.0" ]
1,332
2018-06-25T18:44:25.000Z
2022-03-24T11:54:21.000Z
dist/vale/aesgcm-x86_64-msvc.asm
santtu/hacl-star
ade5ee577b26bb4e1fc67c3a207d0982e6a02222
[ "Apache-2.0" ]
311
2018-06-23T20:30:19.000Z
2022-03-31T16:52:05.000Z
dist/vale/aesgcm-x86_64-msvc.asm
santtu/hacl-star
ade5ee577b26bb4e1fc67c3a207d0982e6a02222
[ "Apache-2.0" ]
143
2018-08-23T11:43:58.000Z
2022-03-09T11:07:13.000Z
.code ALIGN 16 aes128_key_expansion proc movdqu xmm1, xmmword ptr [rcx + 0] movdqu xmmword ptr [rdx + 0], xmm1 aeskeygenassist xmm2, xmm1, 1 pshufd xmm2, xmm2, 255 vpslldq xmm3, xmm1, 4 pxor xmm1, xmm3 vpslldq xmm3, xmm1, 4 pxor xmm1, xmm3 vpslldq xmm3, xmm1, 4 pxor xmm1, xmm3 pxor xmm1, xmm2 mo...
23.894326
43
0.673177
b989350d75745b2c047bd3ca3fc572611cb51257
2,596
asm
Assembly
programs/oeis/339/A339483.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/339/A339483.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/339/A339483.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A339483: Number of regular polygons that can be drawn with vertices on a centered hexagonal grid with side length n. ; 0,9,75,294,810,1815,3549,6300,10404,16245,24255,34914,48750,66339,88305,115320,148104,187425,234099,288990,353010,427119,512325,609684,720300,845325,985959,1143450,1319094,1514235,1730265,1968624,223...
236
2,410
0.882126
524fe20361d861f05be3fa6d3b1ff13ccf08fd05
48
asm
Assembly
flame32-libs/unit-tests/test-inc-1.asm
drako0812/flame32
cf79e5fc14838cc3ca0dbe702bbdb8f157a587ab
[ "MIT" ]
2
2019-08-21T09:16:32.000Z
2020-08-12T12:56:08.000Z
flame32-libs/unit-tests/test-inc-1.asm
drako0812/flame32
cf79e5fc14838cc3ca0dbe702bbdb8f157a587ab
[ "MIT" ]
null
null
null
flame32-libs/unit-tests/test-inc-1.asm
drako0812/flame32
cf79e5fc14838cc3ca0dbe702bbdb8f157a587ab
[ "MIT" ]
null
null
null
#include "../../flame32.asm" ; Tests INC inc A
9.6
28
0.604167
72d8449ed189f3f24d914611a675deb5686a227f
394
asm
Assembly
programs/oeis/091/A091954.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/091/A091954.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/091/A091954.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A091954: Number of odd proper divisors of n. That is, the number of odd divisors of n that are less than n. ; 0,1,1,1,1,2,1,1,2,2,1,2,1,2,3,1,1,3,1,2,3,2,1,2,2,2,3,2,1,4,1,1,3,2,3,3,1,2,3,2,1,4,1,2,5,2,1,2,2,3,3,2,1,4,3,2,3,2,1,4,1,2,5,1,3,4,1,2,3,4,1,3,1,2,5,2,3,4,1,2,4,2,1,4,3,2,3,2,1,6,3,2,3,2,3,2,1,3,5,3 mov $2,...
43.777778
201
0.588832
e661486d6f725841132c675b8e5f02f12c46d7e8
1,032
asm
Assembly
programs/oeis/014/A014601.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/014/A014601.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/014/A014601.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A014601: Numbers congruent to 0 or 3 mod 4. ; 0,3,4,7,8,11,12,15,16,19,20,23,24,27,28,31,32,35,36,39,40,43,44,47,48,51,52,55,56,59,60,63,64,67,68,71,72,75,76,79,80,83,84,87,88,91,92,95,96,99,100,103,104,107,108,111,112,115,116,119,120,123,124,127,128,131,132,135,136,139,140,143,144,147,148,151,152,155,156,159,160,163...
129
946
0.724806
b94a98682412b5268bd8787354ec746f7ee5bfda
2,061
asm
Assembly
text/pokedex_ratings.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
text/pokedex_ratings.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
text/pokedex_ratings.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
_DexCompletionText:: text "#DEX comp-" line "letion is:" para "@" TX_NUM hDexRatingNumMonsSeen, 1, 3 text " #MON seen" line "@" TX_NUM hDexRatingNumMonsOwned, 1, 3 text " #MON owned" para "PROF.OAK's" line "Rating:" prompt _DexRatingText_Own0To9:: text "You still have" line "lots to do." cont "Look for...
17.466102
36
0.711305
51c6038cf4ad95facb9e993cd2caeab149b9264e
1,509
asm
Assembly
programs/oeis/094/A094986.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/094/A094986.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/094/A094986.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A094986: a(n) = floor(9^n/5^n). ; 1,1,3,5,10,18,34,61,110,198,357,642,1156,2082,3748,6746,12143,21859,39346,70823,127482,229468,413042,743477,1338258,2408865,4335958,7804725,14048506,25287310,45517159,81930887,147475597,265456074,477820934,860077682,1548139828,2786651691,5015973044,9028751479,16251752662,29253154793,...
150.9
1,415
0.902584
b587a8880c09bbaf6e325461b074164e0f712b3b
687
asm
Assembly
oeis/263/A263878.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/263/A263878.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/263/A263878.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A263878: a(n) = Sum_{k=0..n} (-1)^k*k*Fibonacci(k), where Fibonacci(k) = A000045(k). ; Submitted by Jon Maiga ; 0,-1,1,-5,7,-18,30,-61,107,-199,351,-628,1100,-1929,3349,-5801,9991,-17158,29354,-50085,85215,-144651,244991,-414120,698712,-1176913,1979305,-3323981,5574727,-9337914,15623286,-26111053,43594835,-72716239,1...
52.846154
493
0.749636
68ce87f22e86371e7543e58f0a2dd91eb5ee39bf
202
asm
Assembly
libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_clear_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_clear_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_clear_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void w_array_clear_fastcall(w_array_t *a) SECTION code_adt_w_array PUBLIC _w_array_clear_fastcall defc _w_array_clear_fastcall = asm_w_array_clear INCLUDE "adt/w_array/z80/asm_w_array_clear.asm"
18.363636
48
0.851485
6f70cc4085f62b737bc5544c342c33a317595f85
6,298
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_704.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_704.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_704.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r15 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0xb628, %r15 nop nop nop and $40857, %r14 mov $0x6162636465666768, %rax movq %rax, %xmm7 movups %xmm7, (%r15) nop nop nop nop inc %rbx lea addresses_UC_ht+0...
33.5
2,999
0.657987
3ea7a913b338561668dc933ee98743d349201e40
4,010
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_1830.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_1830.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_1830.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 %r10 push %r12 push %r13 push %r9 push %rcx push %rdi push %rsi // Store lea addresses_WC+0x11fc2, %rsi nop nop and %r10, %r10 mov $0x5152535455565758, %rcx movq %rcx, %xmm5 movaps %xmm5, (%rsi) nop nop nop nop nop xor $145...
63.650794
2,999
0.662344
f75f9bf54ca930f24c4af80d632781f5a7f6bd35
6,526
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_10080_508.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_10080_508.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_10080_508.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x10a65, %rsi lea addresses_WC_ht+0xacf2, %rdi nop nop nop nop and $39894, %r9 mov $54, %rcx rep movsb nop nop nop cmp $25528, %r15 lea addresses_A_ht+0xe74a, %r13 nop nop nop ...
35.275676
2,999
0.658443
daac19f33e25ed58faee9e24f2bc9f53ba230d79
84
asm
Assembly
data/maps/headers/ViridianPokecenter.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
data/maps/headers/ViridianPokecenter.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
data/maps/headers/ViridianPokecenter.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
map_header ViridianPokecenter, VIRIDIAN_POKECENTER, POKECENTER, 0 end_map_header
21
66
0.857143
3eac8e96b8a767adf4003ad3579ffac71e59c5a8
1,049
asm
Assembly
_maps/Collapsing Floors.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
9
2021-01-15T13:47:53.000Z
2022-01-17T15:33:55.000Z
_maps/Collapsing Floors.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
7
2021-01-14T02:18:48.000Z
2021-03-24T15:44:30.000Z
_maps/Collapsing Floors.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
2
2021-01-14T13:14:26.000Z
2021-01-29T17:46:04.000Z
; --------------------------------------------------------------------------- ; Sprite mappings - collapsing floors (MZ, SLZ, SBZ) ; --------------------------------------------------------------------------- Map_CFlo_internal: dc.w byte_874E-Map_CFlo_internal dc.w byte_8763-Map_CFlo_internal dc.w byte_878C-Map_C...
28.351351
77
0.448046
7aba6eb4f382ae15c0f4b5f4cfe732d7e7934180
2,234
asm
Assembly
programs/oeis/212/A212519.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/212/A212519.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/212/A212519.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A212519: Number of (w,x,y,z) with all terms in {1,...,n} and w>2x and y>=3z. ; 0,0,0,1,4,12,30,63,108,192,300,450,660,936,1260,1715,2240,2880,3672,4617,5670,7000,8470,10164,12144,14400,16848,19773,22932,26460,30450,34875,39600,45056,50864,57222,64260,71928,80028,89167,98800,109200,120540,132741,145530,159720,174570,1...
106.380952
1,990
0.836168
576a358f98e515ae91e5c7fa7574c9340bae1cf5
5,774
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_13_807.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_13_807.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_13_807.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x169b6, %rax nop nop nop sub $5537, %rcx mov (%rax), %rdx nop nop nop nop dec %rdi lea addresses_normal_ht+0x1b5de, %rsi lea addresses_UC_ht+0x1be68, %rdi nop nop nop nop sub $56692, %r...
20.330986
151
0.646346
214edd3efd4687c958a98830c4ef7c08b8899770
555
asm
Assembly
oeis/096/A096111.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/096/A096111.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/096/A096111.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A096111: If n = 2^k - 1, then a(n) = k+1, otherwise a(n) = (A000523(n)+1)*a(A053645(n)). ; Submitted by Jon Maiga ; 1,2,2,3,3,6,6,4,4,8,8,12,12,24,24,5,5,10,10,15,15,30,30,20,20,40,40,60,60,120,120,6,6,12,12,18,18,36,36,24,24,48,48,72,72,144,144,30,30,60,60,90,90,180,180,120,120,240,240,360,360,720,720,7,7,14,14,21,2...
61.666667
313
0.625225
d991de7f2187cff2d104e41f5c5b49b874c5e2bd
417
asm
Assembly
ASM_PIC18.X/ISR.asm
holmanej/ASM_PIC18
01539048f605cdb259b0e7481b7f232e7534e18c
[ "MIT" ]
null
null
null
ASM_PIC18.X/ISR.asm
holmanej/ASM_PIC18
01539048f605cdb259b0e7481b7f232e7534e18c
[ "MIT" ]
null
null
null
ASM_PIC18.X/ISR.asm
holmanej/ASM_PIC18
01539048f605cdb259b0e7481b7f232e7534e18c
[ "MIT" ]
null
null
null
#include "P18F14K22_mod.inc" GLOBAL ISRH GLOBAL ISRL EXTERN SPI_Transmit CODE ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Interrupt Handler ;; ISRH: BTFSC PIR1, TMR2IF INCF msCnt BCF PIR1, TMR2IF RETFIE ;;;;;;;;;;;;;; ISRL: RE...
15.444444
80
0.338129
bbea1be3d855321413a435ab5c4ce82b6d9d58c9
386
asm
Assembly
libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_fx/_bitfx_23.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_fx/_bitfx_23.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_fx/_bitfx_23.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_sound_bit PUBLIC _bitfx_23 INCLUDE "config_private.inc" _bitfx_23: ; noise 7 ld hl,4000 fx71: push hl push af ld a,__SOUND_BIT_TOGGLE and l ld l,a pop af xor l INCLUDE "sound/bit/z80/output_bit_device_2.inc" pop hl dec hl ld ...
9.414634
50
0.593264
3548b38e0e92d64e17648195bf61473903487758
4,050
asm
Assembly
dos/vgavid.asm
electroduck/vgavid
4b8151675f04f5f6686bbc4b70686399253f23b9
[ "BSD-3-Clause" ]
4
2018-03-20T22:35:05.000Z
2022-02-23T19:58:04.000Z
dos/vgavid.asm
electroduck/vgavid
4b8151675f04f5f6686bbc4b70686399253f23b9
[ "BSD-3-Clause" ]
null
null
null
dos/vgavid.asm
electroduck/vgavid
4b8151675f04f5f6686bbc4b70686399253f23b9
[ "BSD-3-Clause" ]
null
null
null
; Display video from file %DEFINE NBYTES 64000 ; Number of bytes in 320x200 8bpp img %DEFINE VGASEG 0xA000 ; VRAM segment in RAM %DEFINE METALEN 6 ; Video metadata bytes %DEFINE SOUND ; Sound enabled if defined %DEFINE VIRTUALBOX_FAILS_TO_EMULATE_INT15_86 ORG 100h SECTION .text ; Entry ...
17.161017
63
0.635309
f7910ae8b175bee38d7977437da9ebf0577fa6ac
522
asm
Assembly
oeis/102/A102657.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/102/A102657.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/102/A102657.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A102657: Numbers n such that 11n^2 + 11n + 1 is prime. ; Submitted by Jon Maiga ; 1,2,5,6,7,9,11,13,14,20,23,25,26,27,28,32,33,36,37,40,42,48,49,50,51,58,61,62,68,74,75,76,77,78,81,84,92,96,103,104,109,111,119,120,126,127,133,135,137,141,142,144,145,149,153,156,158,163,166,168,169,172,176 mov $2,332202 lpb $2 mov ...
26.1
209
0.636015
6976c24d7be581ab71bad0c38e80258d8fd2603a
2,304
asm
Assembly
programs/oeis/207/A207021.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/207/A207021.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/207/A207021.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A207021: Number of nX5 0..1 arrays avoiding 0 0 0 and 0 1 1 horizontally and 0 0 1 and 1 0 1 vertically ; 13,169,624,1586,3315,6123,10374,16484,24921,36205,50908,69654,93119,122031,157170,199368,249509,308529,377416,457210,549003,653939,773214,908076,1059825,1229813,1419444,1630174,1863511,2121015,2404298,2715024,305...
92.16
1,995
0.853733
a2095ffcf9ea6f7f52f7d33df3cd24fbdf15adca
395
asm
Assembly
programs/oeis/259/A259445.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/259/A259445.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/259/A259445.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A259445: Multiplicative with a(n) = n if n is odd and a(2^s)=2. ; 1,2,3,2,5,6,7,2,9,10,11,6,13,14,15,2,17,18,19,10,21,22,23,6,25,26,27,14,29,30,31,2,33,34,35,18,37,38,39,10,41,42,43,22,45,46,47,6,49,50,51,26,53,54,55,14,57,58,59,30,61,62,63,2,65,66,67,34,69,70,71,18,73,74,75,38,77,78,79,10,81,82,83,42,85,86,87,22,89,...
43.888889
285
0.63038
570cd051f14b827ca6df039ccdbc81fb5dda4fd5
234
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_fmax.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_fmax.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_fmax.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; double fmax(double x, double y) SECTION code_clib SECTION code_fp_math48 PUBLIC cm48_sccz80_fmax EXTERN am48_fmax, cm48_sccz80p_dread2 cm48_sccz80_fmax: call cm48_sccz80p_dread2 ; AC'= y ; AC = x jp am48_fmax
12.315789
37
0.739316
201c817a4ed1459dcb0a0a1fa24f7b1597e78ace
318
asm
Assembly
programs/oeis/323/A323639.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/323/A323639.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/323/A323639.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A323639: a(n) = 3*(10^n - 4)/9. ; -1,2,32,332,3332,33332,333332,3333332,33333332,333333332,3333333332,33333333332,333333333332,3333333333332,33333333333332,333333333333332,3333333333333332,33333333333333332,333333333333333332,3333333333333333332,33333333333333333332 mov $1,10 pow $1,$0 sub $1,4 div $1,3 mov $0,$1
35.333333
234
0.792453
ede7c1ad7354c9013d889a25a86afd9b23b2b0c6
1,521
asm
Assembly
programs/oeis/164/A164097.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/164/A164097.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/164/A164097.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A164097: Numbers n such that 6n + 7 is a perfect square. ; 3,7,19,27,47,59,87,103,139,159,203,227,279,307,367,399,467,503,579,619,703,747,839,887,987,1039,1147,1203,1319,1379,1503,1567,1699,1767,1907,1979,2127,2203,2359,2439,2603,2687,2859,2947,3127,3219,3407,3503,3699,3799,4003,4107,4319,4427,4647,4759,4987,5103,533...
126.75
1,387
0.800789
31ce8fe6c72b2ca5bcbf5443e65d491cd8e9c19c
479
asm
Assembly
code/src/lcd.asm
sttng/merken-revision-2020
c58ead89f9e00d5aa0ed306a1b1b750635bac6a6
[ "MIT" ]
31
2020-04-14T02:16:23.000Z
2022-01-12T19:55:18.000Z
code/src/lcd.asm
sttng/merken-revision-2020
c58ead89f9e00d5aa0ed306a1b1b750635bac6a6
[ "MIT" ]
null
null
null
code/src/lcd.asm
sttng/merken-revision-2020
c58ead89f9e00d5aa0ed306a1b1b750635bac6a6
[ "MIT" ]
2
2021-05-14T10:28:00.000Z
2021-12-05T01:40:59.000Z
section "LCD",ROM0 include "registers.asm" wait_vblank:: .wait: ld a,[LCDS] and a,$03 cp $01 jr nz,.wait ret ; A = LY to compare wait_lyc:: ld [LYC],a .wait: ld a,[LCDS] bit $02,a jr z,.wait ret turn_lcd_off:: ei xor a set 0,a ld [INT_ENABLE],a hal...
11.975
27
0.507307
849259cc7bddfe115791a90ee33b724f12089d15
557
asm
Assembly
oeis/015/A015007.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/015/A015007.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/015/A015007.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A015007: q-factorial numbers for q=8. ; 1,1,9,657,384345,1799118945,67375205371305,20185139902805378865,48378633136349277767794425,927610024989668734297857360967425,142287668466497494704440569679875994730825,174605966461872393482359052970987514818406771638225,1714118664295547172635676939079487022076995984765637246313...
46.416667
440
0.879713
e870c1b34b84565160f44d8728c3719c4c4517de
4,589
asm
Assembly
配套代码/L032/L032/1.asm
zmrbak/ReverseAnalysis
994fdc61c8af2eecc2a065a6f5ee0aacf371e836
[ "MIT" ]
35
2019-11-19T03:12:09.000Z
2022-02-18T08:38:53.000Z
配套代码/L032/L032/1.asm
zmrbak/ReverseAnalysis
994fdc61c8af2eecc2a065a6f5ee0aacf371e836
[ "MIT" ]
null
null
null
配套代码/L032/L032/1.asm
zmrbak/ReverseAnalysis
994fdc61c8af2eecc2a065a6f5ee0aacf371e836
[ "MIT" ]
22
2019-08-03T17:07:17.000Z
2022-02-18T08:38:55.000Z
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.24.28117.0 TITLE C:\Users\libit\source\repos\L032\L032\L032.cpp .686P .XMM include listing.inc .model flat INCLUDELIB LIBCMT INCLUDELIB OLDNAMES CONST SEGMENT $SG5557 DB 'Hello World!', 0aH, 00H ORG $+2 $SG5558 DB '%f', 0aH, 00H CONST ENDS PU...
24.026178
129
0.737416
af43a7d51cc23ea6537cc9475caa341c7b3726b1
5,720
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_650.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_21829_650.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_21829_650.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x91f, %rdi nop nop nop nop add $36368, %rax mov (%rdi), %r14d cmp %rbp, %rbp lea addresses_WC_ht+0x4943, %r13 nop nop nop sub $45354, %r10 movl $0x61626364, (%r13) n...
42.058824
2,999
0.660839
0a5ae2cf36ea7c38ce25024eeb2ad65fb740f138
645
asm
Assembly
programs/oeis/204/A204189.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/204/A204189.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/204/A204189.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A204189: Benoît Perichon's 26 primes in arithmetic progression. ; 43142746595714191,48425980631694091,53709214667673991,58992448703653891,64275682739633791,69558916775613691,74842150811593591,80125384847573491,85408618883553391,90691852919533291,95975086955513191,101258320991493091,106541555027472991,1118247890634528...
58.636364
484
0.888372
8e9be2bb317d17b2210576ab050a316403049216
1,899
nasm
Assembly
sys/prealloc-tasks.nasm
DerickEddington/cabna
d53305542a808aeb628db4cefdf6d1094e57559b
[ "Unlicense" ]
null
null
null
sys/prealloc-tasks.nasm
DerickEddington/cabna
d53305542a808aeb628db4cefdf6d1094e57559b
[ "Unlicense" ]
null
null
null
sys/prealloc-tasks.nasm
DerickEddington/cabna
d53305542a808aeb628db4cefdf6d1094e57559b
[ "Unlicense" ]
null
null
null
%include "cabna/sys/conv.nasm" section .data align=128 ; Pre-allocated and initialized task strucs for the allocatable-tasks stacks. ; Task strucs are 128-bytes long, which preserves their 128-byte alignment when ; they are contiguously located like below. %assign n 0 %rep amount_threads global allocatables_%[n]...
20.868132
79
0.582412
a6161d572a106fe03a0dca805167524ae4be81e7
6,421
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_411.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_411.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_411.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 %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x15396, %r10 nop nop sub $28241, %rbx movups (%r10), %xmm4 vpextrq $1, %xmm4, %r13 nop nop dec %rdi lea addresses_UC_ht+0x1d696, %rdx nop nop nop nop dec %r11 and $0xfffffffff...
38.220238
2,999
0.656284
a580f2509084a63875bc1ab23ad2488bc161001e
95
asm
Assembly
include/flash.asm
siraben/ti84th-os
b9c659c8da601eb2751eabd277d51fd38743f633
[ "MIT" ]
2
2018-12-10T00:36:02.000Z
2021-01-04T09:49:21.000Z
include/flash.asm
siraben/ti84-forthos
b9c659c8da601eb2751eabd277d51fd38743f633
[ "MIT" ]
null
null
null
include/flash.asm
siraben/ti84-forthos
b9c659c8da601eb2751eabd277d51fd38743f633
[ "MIT" ]
null
null
null
#ifndef _FLASH_IMPORTS #define _FLASH_IMPORTS .import unlock_flash .import lock_flash #endif
11.875
22
0.831579
1520830ef40a6d639f895039e59a6afc9eed1b6f
1,984
asm
Assembly
programs/oeis/172/A172285.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/172/A172285.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/172/A172285.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A172285: a(n) = (5*2^n - 5*(-1)^n - 3*n*(-1)^n) / 9. ; 0,2,1,6,7,20,33,74,139,288,565,1142,2271,4556,9097,18210,36403,72824,145629,291278,582535,1165092,2330161,4660346,9320667,18641360,37282693,74565414,149130799,298261628,596523225,1193046482,2386092931,4772185896,9544371757,19088743550,38177487063,76354974164,1527...
68.413793
1,617
0.844254
e0046e17da015e8ed73eb89689a35299a054d5dc
147
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm/zel_enmy.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm/zel_enmy.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm/zel_enmy.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: zel_enmy.asm Type: file Size: 386848 Last-Modified: '2016-05-13T04:20:48Z' SHA-1: 02722BB21202362E482739E48DFD512EAEE9C49E Description: null
21
47
0.816327
c5b54aa12287def249ad288276868335dfc2d1fe
819
asm
Assembly
Engine Hacks/EventRescue/asm/RescueEvent.asm
sme23/MekkahRestrictedHackComp1
1cc9d2fec557424f358b6bfa21f9f3bb6faf2978
[ "CC0-1.0" ]
1
2020-10-12T07:09:33.000Z
2020-10-12T07:09:33.000Z
Wizardry/QualityOfLife/EventRescue/asm/RescueEvent.s
sme23/WhatHeck
746a2be83358aaa4e855182176b47c4808f2587a
[ "CC0-1.0" ]
null
null
null
Wizardry/QualityOfLife/EventRescue/asm/RescueEvent.s
sme23/WhatHeck
746a2be83358aaa4e855182176b47c4808f2587a
[ "CC0-1.0" ]
null
null
null
@rescue ASMC @expects coordinates of rescuing unit in Slot 0x1 (0xYYYYXXXX) @and rescuee in Slot 0x2 (0xYYYYXXXX) .thumb .org 0 push {r4-r5,lr} ldr r2, =0x30004bc @slot 1 ldrh r0,[r2] @x coords ldrh r1,[r2,#2] @y coords bl GetUnitFromCoords cmp r0,#0 beq End ldr r5, =0x8019430 @turn deployment no into ram ptr mov ...
17.425532
62
0.71917
226a38ba88715d340bc1ce992ed178bbada80773
369
asm
Assembly
oeis/122/A122439.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/122/A122439.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/122/A122439.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A122439: Expansion of 1/(1-2x-x^2+4x^4). ; Submitted by Jon Maiga ; 1,2,5,12,25,54,113,232,477,970,1965,3972,8001,16094,32329,64864,130053,260594,521925,1044988,2091689,4185990,8375969,16757976,33525165,67064346,134149981,268332404,536714129,1073503278,2147120761 add $0,1 mov $1,2 pow $1,$0 seq $0,159288 ; Expansion...
33.545455
197
0.723577
fcc69637e1e0508afd2a13368ba72c3d86e17052
1,566
asm
Assembly
001-hello/hello.asm
babasbot/atari
e9e1bf180ed05a55d4ee0c99d9630a5d82b03f29
[ "MIT" ]
1
2021-01-22T09:31:00.000Z
2021-01-22T09:31:00.000Z
001-hello/hello.asm
babasbot/atari-2600
e9e1bf180ed05a55d4ee0c99d9630a5d82b03f29
[ "MIT" ]
null
null
null
001-hello/hello.asm
babasbot/atari-2600
e9e1bf180ed05a55d4ee0c99d9630a5d82b03f29
[ "MIT" ]
null
null
null
; hello.asm ; A program that initializes the system and puts some colors on the TV. processor 6502 ; Defines the Code segment, 4K Atari 2600 ROMs usually start at address $F000 seg Code ; defines the Code segmet org $f000 ; start code at $f000 ; A typical thing to do on the VCS is to initialize several flags ; a...
34.8
77
0.727331
de7ef183fb434f05c6e72a91f7ca450e27a6db5b
795
asm
Assembly
programs/oeis/165/A165247.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/165/A165247.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/165/A165247.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A165247: a(n) = (10^n + 71)/9. ; 9,19,119,1119,11119,111119,1111119,11111119,111111119,1111111119,11111111119,111111111119,1111111111119,11111111111119,111111111111119,1111111111111119,11111111111111119,111111111111111119,1111111111111111119,11111111111111111119,111111111111111111119,1111111111111111111119,1111111111...
79.5
703
0.895597
07fd2dc89a6d33c0fff2792c5ba6942bda6d8c88
4,485
asm
Assembly
Library/Chart/CObject/cobjectState.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Chart/CObject/cobjectState.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Chart/CObject/cobjectState.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: cobjectState.asm AUTHOR: Chris Boyke ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Description ---- ---- ...
20.957944
71
0.574805
d8386a241afdf42a31fc6e0391c3283bd04605f8
7,568
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2758.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_2758.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_2758.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r9 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1c73d, %rdx nop nop nop nop inc %r9 movw $0x6162, (%rdx) sub $4924, %rdx lea addresses_normal_ht+0x149d, %rbp nop nop nop nop nop dec %rdx mov $0x6162636465666768, ...
32.761905
2,999
0.657373
5c5094983fe1ffe3e2b066c0fea78302a3cbabc9
712
asm
Assembly
programs/oeis/254/A254609.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/254/A254609.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/254/A254609.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A254609: Triangle read by rows: T(n,k) = A243757(n)/(A243757(k)*A243757(n-k)). ; 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,5,5,5,1,1,1,5,5,5,1,1,1,1,1,5,5,1,1,1,1,1,1,1,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,5,5,5,1,5,5,5,5,1,1,1,5,5,5,1,1,5,5,5,1,1,1,1,1,5,5,1,1,1,5,5,1,1,1,1,1,1,1,5,1,1,1,1,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1...
101.714286
501
0.526685
9a5687c2d3c720729c6a44f42389145309fcc011
700
asm
Assembly
oeis/261/A261032.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/261/A261032.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/261/A261032.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A261032: a(n) = (-1)^n*(n^8 + 4*n^7 - 14*n^5 + 28*n^3 - 17*n)/2. ; Submitted by Christian Krause ; 0,-1,255,-6306,59230,-331395,1348221,-4416580,12360636,-30686085,69313915,-145044966,284936730,-530793991,944995065,-1617895560,2677071736,-4298685705,6721274871,-10262288170,15337711830,-22485147531,32390726005,-459202...
50
488
0.764286
a02a97c391abbd4e867c74b9e7053b3cd228719a
449
asm
Assembly
_anim/obj87.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
null
null
null
_anim/obj87.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
2
2019-06-13T14:26:59.000Z
2019-10-10T13:15:14.000Z
_anim/obj87.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
null
null
null
; --------------------------------------------------------------------------- ; Animation script - Sonic on the ending sequence ; --------------------------------------------------------------------------- dc.w byte_551C-Ani_obj87 dc.w byte_552A-Ani_obj87 dc.w byte_5534-Ani_obj87 byte_551C: dc.b 3, 1, 0, 1,...
44.9
78
0.394209
4aaeb5697295dd1a03d9860c0ab9c6f8fe10d246
9,550
asm
Assembly
ffmpeg/libavcodec/x86/cfhdencdsp.asm
GustavoGalo/discord-bot-1
031cd3397697e9273198712db18b662a31d63d15
[ "MIT" ]
30
2022-03-10T16:34:13.000Z
2022-03-29T09:32:35.000Z
ffmpeg/libavcodec/x86/cfhdencdsp.asm
GustavoGalo/discord-bot-1
031cd3397697e9273198712db18b662a31d63d15
[ "MIT" ]
2
2021-07-24T19:31:37.000Z
2022-02-14T05:25:19.000Z
ffmpeg/libavcodec/x86/cfhdencdsp.asm
GustavoGalo/discord-bot-1
031cd3397697e9273198712db18b662a31d63d15
[ "MIT" ]
2
2021-07-13T08:06:59.000Z
2021-07-24T19:27:44.000Z
;****************************************************************************** ;* x86-optimized functions for the CFHD encoder ;* Copyright (c) 2021 Paul B Mahol ;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free software; you can redistribute it and/or ;* modify it under the terms of the GNU Lesser General Publi...
22.055427
107
0.479895
cee83ca5b4269b64ea5a34ebb65432f0fdc55bb7
1,377
asm
Assembly
Z_OS/Maclib/BGNPGM.asm
CopperAv/hard-code
2b89f8e126ce279044e3325b82385d7bdc35e27e
[ "MIT" ]
null
null
null
Z_OS/Maclib/BGNPGM.asm
CopperAv/hard-code
2b89f8e126ce279044e3325b82385d7bdc35e27e
[ "MIT" ]
null
null
null
Z_OS/Maclib/BGNPGM.asm
CopperAv/hard-code
2b89f8e126ce279044e3325b82385d7bdc35e27e
[ "MIT" ]
null
null
null
* * * * * * * * * * * * * * SAVEAREA CODE * * * * * * * * * * * * * * * * SAVE:|SYS|PSA|NSA|R14|R15|R0|R1|R2|R3|R4|R5|R6|R7|R8|R9|R10|R11|R12|* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * MACRO * ...
76.5
80
0.236747
7400bdb57303141d2a83ae2a67145bce3d1ad72e
704
asm
Assembly
oeis/020/A020063.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/020/A020063.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/020/A020063.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A020063: Integer part of Gamma(n+1/10)/Gamma(1/10). ; Submitted by Jon Maiga ; 1,0,0,0,0,2,14,91,648,5252,47801,482796,5359035,64844332,849460756,11977396665,180858689641,2911824903229,49792205845228,901238925798638,17213663482753993,345994636003355264,7300486819670796087,161340758714724593536,3726971526310138110689,...
35.2
476
0.81108
7837375318b2474ecae72e4516c46e024f65cd12
2,316
asm
Assembly
Wizardry/ExternalHacks/UnlockChest/unlockafter.asm
sme23/WhatHeck
746a2be83358aaa4e855182176b47c4808f2587a
[ "CC0-1.0" ]
1
2021-09-27T02:59:12.000Z
2021-09-27T02:59:12.000Z
Wizardry/ExternalHacks/UnlockChest/unlockafter.asm
sme23/WhatHeck
746a2be83358aaa4e855182176b47c4808f2587a
[ "CC0-1.0" ]
null
null
null
Wizardry/ExternalHacks/UnlockChest/unlockafter.asm
sme23/WhatHeck
746a2be83358aaa4e855182176b47c4808f2587a
[ "CC0-1.0" ]
null
null
null
//r4 = unit RAM data //r6 = unit action struct 203A958 .thumb .macro blh to, reg=r3 ldr \reg, =\to mov lr, \reg .short 0xf800 .endm .equ SetupBattleStructForStaffUser, 0x0802cb24 .equ FinishUpItemBattle, 0x0802cc54 .equ BeginBattleAnimations, 0x0802ca14 .equ UnlockDoor, 0x0808320c .equ UnlockChest, 0x080831c8 ....
22.485437
101
0.723661
578e3e94f81d97d06ce40951c3f1d181e7214cb2
4,617
asm
Assembly
yusuf-homework/countingSort.asm
AbderrhmanAbdellatif/SysPro
fa6ee66a63a62043c5d114bf80efec397fb1a13c
[ "MIT" ]
null
null
null
yusuf-homework/countingSort.asm
AbderrhmanAbdellatif/SysPro
fa6ee66a63a62043c5d114bf80efec397fb1a13c
[ "MIT" ]
null
null
null
yusuf-homework/countingSort.asm
AbderrhmanAbdellatif/SysPro
fa6ee66a63a62043c5d114bf80efec397fb1a13c
[ "MIT" ]
null
null
null
segment .text global countingSort ; in C calling conventions ; ebx,esi,edi,ebp,cs,ds,ss,es should remain unchanged countingSort: push ebp mov ebp,esp push ebx sub esp,4 ...
21.881517
122
0.599957
613b429f2014e2e92c6116c75e4a74e8fc52a210
168
asm
Assembly
src/main/fragment/mos6502-common/vwsm1=vwsm2_rol_7.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/vwsm1=vwsm2_rol_7.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/vwsm1=vwsm2_rol_7.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
lda {m2} asl sta {m1} lda {m2}+1 rol sta {m1}+1 asl {m1} rol {m1}+1 asl {m1} rol {m1}+1 asl {m1} rol {m1}+1 asl {m1} rol {m1}+1 asl {m1} rol {m1}+1 asl {m1} rol {m1}+1
8.842105
10
0.559524
883a966f03ba45004dc026b60ee7aa4c5cef5115
377
asm
Assembly
Engine Hacks/SmeHax/the table upon which ideas are tabled/MakeFakeCurrentUnit.asm
sme23/MekkahRestrictedHackComp1
1cc9d2fec557424f358b6bfa21f9f3bb6faf2978
[ "CC0-1.0" ]
null
null
null
Engine Hacks/SmeHax/the table upon which ideas are tabled/MakeFakeCurrentUnit.asm
sme23/MekkahRestrictedHackComp1
1cc9d2fec557424f358b6bfa21f9f3bb6faf2978
[ "CC0-1.0" ]
null
null
null
Engine Hacks/SmeHax/the table upon which ideas are tabled/MakeFakeCurrentUnit.asm
sme23/MekkahRestrictedHackComp1
1cc9d2fec557424f358b6bfa21f9f3bb6faf2978
[ "CC0-1.0" ]
null
null
null
.thumb .org 0x0 @makes a fake current character so that you can run events on the actual current character ldr r0, ActiveUnit ldr r1, NoUnit str r1,[r0] mov r0, #0xFF strb r0,[r1,#0xC] ldr r2, CursorLoc ldrb r0,[r2] @y strb r0,[r1,#0x11] ldrb r0,[r2,#2] @x strb r0,[r1,#0x10] bx r14 .align ActiveUnit: .long 0x03004...
15.08
90
0.721485
d21da2010d22017b119f1d69617e5a51dfccc669
705
asm
Assembly
oeis/255/A255813.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/255/A255813.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/255/A255813.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A255813: Numbers of words on {0,1,2,3} having no isolated zeros. ; Submitted by Christian Krause ; 1,3,10,34,115,388,1309,4417,14905,50296,169720,572707,1932556,6521263,22005505,74255899,250570870,845532298,2853184279,9627852832,32488455385,109629815881,369937455865,1248325741972,4212380047936,14214355333423,47965258...
44.0625
495
0.821277
f171d1c073e7d70e9c70664f80108df367246dc4
477
asm
Assembly
programs/oeis/086/A086910.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/086/A086910.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/086/A086910.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A086910: a[1]=1; a[n] =1+Abs[Prime[n]-a[n-1]] ; 1,3,3,5,7,7,11,9,15,15,17,21,21,23,25,29,31,31,37,35,39,41,43,47,51,51,53,55,55,59,69,63,75,65,85,67,91,73,95,79,101,81,111,83,115,85,127,97,131,99,135,105,137,115,143,121,149,123,155,127,157,137,171,141,173,145 seq $0,86529 ; Beginning with 2, distinct even numbers su...
59.625
213
0.677149
ed100b45a249accb82fccc3276ad24b948f984fd
3,502
asm
Assembly
games/Lupin Disc 1/Intro.asm
BttrDrgn/GC-Translation
4d9feab9523bc49c5b23542e28565bc50c1152c7
[ "Unlicense" ]
1
2022-03-27T09:03:45.000Z
2022-03-27T09:03:45.000Z
games/Lupin Disc 1/Intro.asm
BttrDrgn/GC-Translation
4d9feab9523bc49c5b23542e28565bc50c1152c7
[ "Unlicense" ]
null
null
null
games/Lupin Disc 1/Intro.asm
BttrDrgn/GC-Translation
4d9feab9523bc49c5b23542e28565bc50c1152c7
[ "Unlicense" ]
null
null
null
// Introduction TextMain($43A45538, 0, 1, "Jigen]") TextMain($43A4554E, 0, 0, "I was early ") TextMain($43A455B2, 0, 1, "Jigen]") TextMain($43A455C8, 0, 0, "Did it go well? ") TextMain($43A45600, 12, 1, "Lupin] ") TextMain($43A45624, 16, 0, "Perfect! ") TextMain($43A45668, 12, 1, "Lupin] ") TextMain($43A4568C, ...
32.728972
70
0.628784
06975312a46f182609290277f3db1b4beadd73e0
845
asm
Assembly
oeis/208/A208177.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/208/A208177.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/208/A208177.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A208177: Primes of the form 128*k + 1. ; Submitted by Jamie Morken(s4) ; 257,641,769,1153,1409,2689,3329,3457,4481,4993,6529,7297,7681,7937,9473,9601,9857,10369,10753,11393,11777,12161,12289,13313,13441,13697,14081,14593,15233,15361,16001,17921,18049,18433,19073,19457,19841,20353,21121,21377,22273,23041,23297,25601,2...
33.8
497
0.72426
3d0977b49f685b32b0ed58929ad46afb25a1558d
188
asm
Assembly
data/wildPokemon/victoryroad1.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
data/wildPokemon/victoryroad1.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
data/wildPokemon/victoryroad1.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
PlateauMons1: db $0F db 26,ARBOK db 31,HITMONLEE db 36,HITMONCHAN db 39,HERACROSS db 44,HERACROSS db 41,PERSIAN db 43,ONIX db 45,HOUNDOOM db 41,GRAVELER db 47,GRAVELER db $00
12.533333
17
0.728723
6e1eb24e0567bbcb19ef4ab3a395d93d0a91f775
2,295
asm
Assembly
boot/boot.asm
archibate/ChaOS
1d0442ca5846d23efd5b2ac1e50a93b4207a5dc0
[ "MIT" ]
2
2020-07-06T02:46:36.000Z
2022-01-14T13:49:15.000Z
boot/boot.asm
archibate/ChaOS
1d0442ca5846d23efd5b2ac1e50a93b4207a5dc0
[ "MIT" ]
null
null
null
boot/boot.asm
archibate/ChaOS
1d0442ca5846d23efd5b2ac1e50a93b4207a5dc0
[ "MIT" ]
null
null
null
; vim: ft=nasm ai %include "boot.inc" BOOTSZ equ 0x400 CYLS equ (KFSIZ+BOOTSZ+36*512-1)/(36*512) ; 36*CYLS sectors org 0x7c00 [BITS 16] _start: jmp entry nop ;times 62-($-$$) db 0 bsOEMName db "CHAOS " ; 启动区的名称(8字节) bpbBytesPerSec dw 512 ; 每个扇区(sector)的大小 bpbSecPerClus db ...
18.36
63
0.57342
e67b04277940a2d6352836a7385cbb5cf52fecf1
457
asm
Assembly
programs/oeis/060/A060582.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/060/A060582.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/060/A060582.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A060582: If the final digit of n in base 3 is the same as a([n/3]) then this digit, otherwise a(n)= mod 3-sum of these two digits, with a(0)=0. ; 0,2,1,1,0,2,2,1,0,2,1,0,0,2,1,1,0,2,1,0,2,2,1,0,0,2,1,1,0,2,2,1,0,0,2,1,0,2,1,1,0,2,2,1,0,2,1,0,0,2,1,1,0,2,2,1,0,0,2,1,1,0,2,1,0,2,2,1,0,0,2,1,0,2,1,1,0,2,2,1,0,2,1,0,0,2,...
65.285714
211
0.59081
de4a9daabb4f51fed3cef7ed4b904680c284a1e7
382
asm
Assembly
Script/9.asm
asad-n/CSE331L_Section_7_Summer20_NSU_Final
c88bb520a82df147e8439c057c5f20ce148f191e
[ "MIT" ]
null
null
null
Script/9.asm
asad-n/CSE331L_Section_7_Summer20_NSU_Final
c88bb520a82df147e8439c057c5f20ce148f191e
[ "MIT" ]
null
null
null
Script/9.asm
asad-n/CSE331L_Section_7_Summer20_NSU_Final
c88bb520a82df147e8439c057c5f20ce148f191e
[ "MIT" ]
null
null
null
DATA SEGMENT NUM1 DW 1500 NUM2 DW 2500 HCF DW ? LCM DW ? ENDS CODE SEGMENT ASSUME DS:DATA CS:CODE START: MOV AX,DATA MOV DS,AX MOV AX,NUM1 MOV BX,NUM2 WHILE: MOV DX,0 MOV CX,BX DIV BX MOV BX,DX MOV AX,CX CMP BX,0 JNE WHILE MOV HCF,AX MOV CX,AX MOV AX,NUM1 MOV BX,NUM2 MUL B...
10.052632
24
0.63089
e0af9a3eb75750f104341d5cbe54e624bdbfe141
377
asm
Assembly
programs/oeis/179/A179935.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/179/A179935.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/179/A179935.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A179935: Squares where the number of decimal digits is also a square. ; 0,1,4,9,1024,1089,1156,1225,1296,1369,1444,1521,1600,1681,1764,1849,1936,2025,2116,2209,2304,2401,2500,2601,2704,2809,2916,3025,3136,3249,3364,3481,3600,3721,3844,3969,4096,4225,4356,4489,4624,4761,4900,5041 mov $1,$0 add $1,4 mov $2,17 lpb $1 ...
26.928571
209
0.710875
a639ac366eff0cc3365f825a4de07937fa8ee768
132
asm
Assembly
tests/function_simple/ok4.asm
dommilosz/customasm
d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32
[ "Apache-2.0" ]
null
null
null
tests/function_simple/ok4.asm
dommilosz/customasm
d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32
[ "Apache-2.0" ]
null
null
null
tests/function_simple/ok4.asm
dommilosz/customasm
d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32
[ "Apache-2.0" ]
null
null
null
#fn add1(value) => value + 1 #fn add2(value) => add1(add1(value)) #d8 add2(0) ; = 0x02 #d8 add2(-3) ; = 0xff #d8 add2(2) ; = 0x04
22
36
0.560606
15063c1006f327e3da8696f5abd8774a29835fce
709
asm
Assembly
oeis/103/A103567.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/103/A103567.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/103/A103567.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A103567: Sum of the (primes > 5 modulo 5). ; Submitted by Christian Krause ; 2,3,6,8,12,15,19,20,22,23,26,28,31,35,36,38,39,42,46,49,53,55,56,59,61,65,68,70,71,73,77,81,82,84,87,89,92,96,97,98,101,103,107,108,111,113,117,120,124,125,126,128,131,135,136,138,139,142,145,147,148,151,153,154,156,158,162,165,169,171,174,1...
26.259259
357
0.627645
df185bcf4961e4b6f4affd450d6762db5c8a48ad
693
asm
Assembly
oeis/108/A108051.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/108/A108051.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/108/A108051.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A108051: a(n+1) = 4*(a(n)+a(n-1)) for n>1, a(1)=1, a(2)=6. ; Submitted by Christian Krause ; 0,1,6,28,136,656,3168,15296,73856,356608,1721856,8313856,40142848,193826816,935878656,4518821888,21818802176,105350496256,508677193728,2456110759936,11859151814656,57261050298368,276480808452096,1334967435001856,6445792973815...
43.3125
491
0.805195
55a5d8fbe140a2f740d2f93e06ed865dcca4e47f
4,322
asm
Assembly
Transynther/x86/_processed/P/_zr_/i7-7700_9_0xca_notsx.log_1_537.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/P/_zr_/i7-7700_9_0xca_notsx.log_1_537.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/P/_zr_/i7-7700_9_0xca_notsx.log_1_537.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r8 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x15767, %r9 nop nop nop add %rax, %rax movups (%r9), %xmm0 vpextrq $0, %xmm0, %r8 nop nop and %r9, %r9 lea addresses_UC_ht+0xd95e, %r12 nop nop nop nop xor ...
20.879227
153
0.64484
6945c8d391c57df9a855e3709912692af1c16c8f
6,536
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_943.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_943.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_943.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1ca70, %r9 clflush (%r9) nop nop nop nop inc %r11 movl $0x61626364, (%r9) nop nop nop cmp %r11, %r11 lea addresses_normal_ht+0x19270, %rsi lea addresses_normal_ht+0xa4e8, %rdi...
34.951872
2,999
0.657589