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
23d4c5092d9d97a7f5f1138d736c91c71f01c7cd
387
asm
Assembly
libsrc/_DEVELOPMENT/l/sccz80/crt0/l_asr_u.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
libsrc/_DEVELOPMENT/l/sccz80/crt0/l_asr_u.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
libsrc/_DEVELOPMENT/l/sccz80/crt0/l_asr_u.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
; Z88 Small C+ Run time Library ; Moved functions over to proper libdefs ; To make startup code smaller and neater! ; ; 6/9/98 djm ; ; 22/3/99 djm Rewritten to be shorter.. unsigned version SECTION code_clib SECTION code_l_sccz80 PUBLIC l_asr_u PUBLIC l_asr_u_hl_by_e EXTERN l_lsr_hl l...
16.125
62
0.684755
377edd7f1b50835cbfda114bfd0a866a51cf1c6d
214
asm
Assembly
src/sys/memcmp.asm
beckadamtheinventor/BOSos
42471126eb47517fc1beec15960b72a9cb76601b
[ "BSD-3-Clause" ]
1
2019-07-21T20:51:38.000Z
2019-07-21T20:51:38.000Z
src/sys/memcmp.asm
beckadamtheinventor/BOSos
42471126eb47517fc1beec15960b72a9cb76601b
[ "BSD-3-Clause" ]
null
null
null
src/sys/memcmp.asm
beckadamtheinventor/BOSos
42471126eb47517fc1beec15960b72a9cb76601b
[ "BSD-3-Clause" ]
null
null
null
;@DOES compare two memory pointers ;@INPUT HL,DE pointers to compare ;@INPUT BC number of bytes to compare ;@OUTPUT Z flag set if success memcmp: ld a,(de) inc de cpi ret nz jp pe,memcmp xor a,a dec a ret
14.266667
37
0.71028
8bcb9d7e6cfd142019cc9eeffb225456be5e80fc
207
asm
Assembly
ee/hk/text.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
ee/hk/text.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
ee/hk/text.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; HOTKEY Find address of text V2.00  1994 Tony Tebby section hotkey xdef hktx_llrc xdef hktx_grab xref met_llrc xref met_grab hktx_llrc lea met_llrc,a1 rts hktx_grab lea met_grab,a1 rts end
11.5
55
0.753623
a624d03b76ff36ef5e8eb85dc4ac97e24311d1b5
625
asm
Assembly
oeis/092/A092534.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/092/A092534.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/092/A092534.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A092534: Expansion of (1-x+x^2)*(1+x^4)/((1-x)^2*(1-x^2)). ; Submitted by Jamie Morken(s3) ; 1,1,3,4,8,10,16,20,28,34,44,52,64,74,88,100,116,130,148,164,184,202,224,244,268,290,316,340,368,394,424,452,484,514,548,580,616,650,688,724,764,802,844,884,928,970,1016,1060,1108,1154,1204,1252,1304,1354,1408,1460,1516,1570,1...
41.666667
435
0.7024
a6a0541f178ef07c83872b6f2b35ffcd683bffaa
89
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/tan.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/tan.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/tan.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_math32 PUBLIC _tan EXTERN cm32_sdcc_tan defc _tan = cm32_sdcc_tan
11.125
26
0.797753
ff2be3e3b1092d13d4e4cd8e5f210f51f25ee995
8,571
asm
Assembly
Appl/Games/CWord/cwordBoardClueList.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Appl/Games/CWord/cwordBoardClueList.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Appl/Games/CWord/cwordBoardClueList.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: Crossword MODULE: FILE: cwordBoardClueList.asm AUTHOR: Peter Trinh, Aug 30, 1994 ROUTINES: Name Description ---- ----------- METHODS ------- Board...
25.661677
79
0.638082
952c3a1de554d991b281b1a9d169ae8b7adb656f
1,559
asm
Assembly
home/flags.asm
ISSOtm/Aevilia-GB
9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275
[ "Apache-2.0" ]
53
2017-08-25T01:27:33.000Z
2021-08-30T19:55:57.000Z
home/flags.asm
ISSOtm/Aevilia-GB
9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275
[ "Apache-2.0" ]
6
2017-08-24T19:40:33.000Z
2018-05-14T19:37:34.000Z
home/flags.asm
ISSOtm/Aevilia-GB
9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275
[ "Apache-2.0" ]
10
2017-08-24T18:37:35.000Z
2019-10-02T04:35:39.000Z
SECTION "Flag routines", ROM0 ; Get flag with ID de in carry ; Format : XFFF FFFF FFFF FFFF (F = flag ID bit, X is ignored) ; Flags are grouped by eight in a byte, of course ; Returns : ; - B = Prev WRAM bank | $ ; - C = 0 ; - A = Copy of B ; - D = [hl] rotated E times ; - E = number of times D has been ...
15.284314
67
0.608724
bb9dc8952d98eee94389116dc9e3f94dc714ea49
7,261
asm
Assembly
P6/data_P6_2/cal_R_same_test12.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/cal_R_same_test12.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
P6/data_P6_2/cal_R_same_test12.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
lui $1,34787 ori $1,$1,64580 lui $2,49323 ori $2,$2,6952 lui $3,11030 ori $3,$3,29542 lui $4,20737 ori $4,$4,35321 lui $5,41416 ori $5,$5,19870 lui $6,33903 ori $6,$6,18849 mthi $1 mtlo $2 sec0: nop nop nop and $3,$6,$6 sec1: nop nop or $6,$6,$3 and $0,$6,$6 sec2: nop nop sltiu $6,$1,3762 and $4,$6,$6 sec3:...
11.345313
19
0.522104
adbd0b3da0b6342deddc611688b678dff5985a83
849
asm
Assembly
oeis/022/A022039.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/022/A022039.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/022/A022039.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A022039: Define the generalized Pisot sequence T(a(0),a(1)) by: a(n+2) is the greatest integer such that a(n+2)/a(n+1) < a(n+1)/a(n). This is T(8,65). ; Submitted by Jon Maiga ; 8,65,528,4288,34823,282798,2296605,18650749,151462893,1230031456,9989096027,81121534697,658788680558,5350028537458,43447627739097,3528385583...
40.428571
498
0.775029
4e5cb9bb8e0d5f41712ab9b515e1244eb5858965
1,221
asm
Assembly
packages/external/libmpg123-1.22.x/src/asm_nasm/getcpuflags.asm
sezero/SDL2-OS2
795968f1bae0ecf4a3bfa9ea376a184a1ee7f220
[ "Zlib" ]
2
2020-10-14T21:07:10.000Z
2021-03-06T12:40:08.000Z
packages/external/libmpg123-1.22.x/src/asm_nasm/getcpuflags.asm
sezero/SDL2-OS2
795968f1bae0ecf4a3bfa9ea376a184a1ee7f220
[ "Zlib" ]
null
null
null
packages/external/libmpg123-1.22.x/src/asm_nasm/getcpuflags.asm
sezero/SDL2-OS2
795968f1bae0ecf4a3bfa9ea376a184a1ee7f220
[ "Zlib" ]
null
null
null
; 1 "getcpuflags.S" ; 1 "<built-in>" ; 1 "<command line>" ; 1 "getcpuflags.S" ; 18 "getcpuflags.S" ; 1 "mangle.h" 1 ; 13 "mangle.h" ; 1 "config.h" 1 ; 14 "mangle.h" 2 ; 1 "intsym.h" 1 ; 15 "mangle.h" 2 ; 19 "getcpuflags.S" 2 %include "asm_nasm.inc" _sym_mangle getcpuflags SECTION .text ALIGN 4 GLOBAL getcpuflags g...
12.089109
24
0.644554
36b61c5f18d1f05ac4cbce418ae61f3b1f8ff016
1,100
asm
Assembly
programs/oeis/166/A166761.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/166/A166761.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/166/A166761.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A166761: Number of nX3 1..2 arrays containing at least one of each value, and all equal values connected. ; 4,30,106,292,712,1618,3518,7432,15404,31526,63986,129164,259824,521498,1045254,2093232,4189716,8383278,16771066,33547380,67100824,134208610,268425166,536859352,1073728892,2147469238,4294951298,8589916892,171798...
22
381
0.593636
60a6cb088173d943a72d9fe03a79af69a16589a8
432
asm
Assembly
programs/oeis/014/A014682.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/014/A014682.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/014/A014682.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A014682: The Collatz or 3x+1 function: a(n) = n/2 if n is even, otherwise (3n+1)/2. ; 0,2,1,5,2,8,3,11,4,14,5,17,6,20,7,23,8,26,9,29,10,32,11,35,12,38,13,41,14,44,15,47,16,50,17,53,18,56,19,59,20,62,21,65,22,68,23,71,24,74,25,77,26,80,27,83,28,86,29,89,30,92,31,95,32,98,33,101,34,104,35,107,36,110,37,113,38,116,39,11...
54
305
0.648148
b486acb1d3004efc75d2bee79c21f9ade70b35e3
641
asm
Assembly
programs/oeis/154/A154282.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/154/A154282.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/154/A154282.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A154282: Dirichlet inverse of A154281. ; 1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,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,-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...
45.785714
503
0.513261
b37704e0213f2aeeed9718bf43ee0af9f44fe34a
61,432
asm
Assembly
compiled/mygame.asm
GGN-2015/Coffee
6119f51917604930299a0119bc0a4e19843aaa4b
[ "MIT" ]
1
2022-03-13T11:08:45.000Z
2022-03-13T11:08:45.000Z
compiled/mygame.asm
GGN-2015/Coffee
6119f51917604930299a0119bc0a4e19843aaa4b
[ "MIT" ]
null
null
null
compiled/mygame.asm
GGN-2015/Coffee
6119f51917604930299a0119bc0a4e19843aaa4b
[ "MIT" ]
null
null
null
STACKSG SEGMENT STACK GLOBAL_BUILTIN_GETS_BUF DW 129 DUP(0) GLOBAL_BUILTIN_GETS_CHARCOUNT DW 1 DUP(0) GLOBAL_BUILTIN_COMPACT_BUF DW 129 DUP(0) DW 70,65,73,76,32,84,79,32,79,80 DW 69,78,70,73,76,69,10,0 DW 70,65,73,76,32,84,79,32,67,76 DW 79,83,69,70,73,76,69,10,0 GLOBAL_actId DW 1 GL...
22.845668
65
0.600925
e2e5d59fde03fd498330ad52dc3e60a119cea597
627
asm
Assembly
oeis/062/A062042.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/062/A062042.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/062/A062042.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A062042: a(1) = 2, a(n) = least number greater than a(n-1) such that a(n-1) + a(n) is a prime. ; Submitted by Jamie Morken(s2) ; 2,3,4,7,10,13,16,21,22,25,28,31,36,37,42,47,50,51,52,55,58,69,70,79,84,89,90,91,100,111,112,115,118,121,130,133,136,141,142,151,156,157,160,171,176,177,182,185,188,191,192,197,200,201,208,2...
89.571429
369
0.676236
7460addf8dc44337def3e24de96e9c2526cc92b5
66,759
asm
Assembly
ls.asm
zzddhhtjzz/xv6
dcc0d9a687ef0b9c500b5b6dd6e3facb027d01fa
[ "MIT-0" ]
null
null
null
ls.asm
zzddhhtjzz/xv6
dcc0d9a687ef0b9c500b5b6dd6e3facb027d01fa
[ "MIT-0" ]
null
null
null
ls.asm
zzddhhtjzz/xv6
dcc0d9a687ef0b9c500b5b6dd6e3facb027d01fa
[ "MIT-0" ]
2
2017-03-29T19:43:06.000Z
2020-10-27T15:46:18.000Z
_ls: file format elf32-i386 Disassembly of section .text: 00000000 <fmtname>: #include "user.h" #include "fs.h" char* fmtname(char *path) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 53 push %ebx 4: 83 ec 24 sub $0x24,%esp ...
35.284884
92
0.444449
f5df1c75aba7875fb32a2d979ff1d73347bffccf
764
asm
Assembly
oeis/250/A250230.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/250/A250230.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/250/A250230.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A250230: Number of length 3+1 0..n arrays with the sum of the cubes of adjacent differences multiplied by some arrangement of +-1 equal to zero. ; Submitted by Jon Maiga ; 8,27,52,89,132,187,248,321,400,491,588,697,812,939,1072,1217,1368,1531,1700,1881,2068,2267,2472,2689,2912,3147,3388,3641,3900,4171,4448,4737,5032,...
50.933333
500
0.764398
8666766888bd3f845ab5fbb054cbd2f56707ef7f
130
asm
Assembly
Testing-File/Test_Ex2.asm
srsarangi/riscv-emulator
3fa9a744c50632a81f0908189a53abf38bb32f21
[ "Apache-2.0" ]
null
null
null
Testing-File/Test_Ex2.asm
srsarangi/riscv-emulator
3fa9a744c50632a81f0908189a53abf38bb32f21
[ "Apache-2.0" ]
null
null
null
Testing-File/Test_Ex2.asm
srsarangi/riscv-emulator
3fa9a744c50632a81f0908189a53abf38bb32f21
[ "Apache-2.0" ]
null
null
null
@ RISC V assembly code to find ~(AVB) where A=0 & B=1 .main: addi x5, x0, 0 ori x1, x5, 1 sub x5, x0, x1 .print x5 end
16.25
54
0.576923
197bf322c333bab15ed06d6c350c9c21f0be8239
5,782
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1433.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1433.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1433.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r14 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi // Store lea addresses_UC+0x12dd, %r14 nop nop xor %rcx, %rcx mov $0x5152535455565758, %r9 movq %r9, %xmm2 and $0xffffffffffffffc0, %r14 vmovaps %ymm...
41.3
2,999
0.652888
6e26138d55b4c1535732735b0048b6c988ecc908
376
asm
Assembly
libsrc/lib3d/turn_right.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/lib3d/turn_right.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/lib3d/turn_right.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Turtle graphics library ; Stefano - 11/2017 ; ; $Id: turn_right.asm $ ; SECTION code_clib PUBLIC turn_right PUBLIC _turn_right EXTERN __direction .turn_right ._turn_right ; __FASTCALL ld de,(__direction) ex de,hl add hl,de ld (__direction),hl and a ...
13.925926
31
0.609043
15b7af2d5ae3ae0bb1ecfe90cb36e6641eb7d548
675
asm
Assembly
programs/oeis/337/A337566.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/337/A337566.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/337/A337566.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A337566: a(n) is the number of possible decompositions of the polynomial n * (x + x^2 + ... + x^q), where q>1, into a sum of k polynomials, not necessarily all different; each of these polynomials is to be of the form b_1 * x + b_2 * x^2 + ... + b_q * x^q where each b_i is one of the numbers 1, 2, 3, ..., q and no tw...
56.25
336
0.602963
ff4d616c0dc394a01cf9b73cff93ab90a89abb9e
16,369
asm
Assembly
base/ntos/rtl/amd64/trampoln.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/ntos/rtl/amd64/trampoln.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/ntos/rtl/amd64/trampoln.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
title "User Mode Dispatch Code" ;++ ; ; Copyright (c) 2000 Microsoft Corporation ; ; Module Name: ; ; trampoln.asm ; ; Abstract: ; ; This module implements the trampoline code necessary to dispatch user ; mode APCs and exceptions. ; ; Author: ; ; David N. Cutler (davec) 4-Jul-2000 ; ...
34.102083
90
0.605352
3bdbc361d7e68559345433de9199bd2eecb7e3c5
294
asm
Assembly
oeis/021/A021398.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/021/A021398.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/021/A021398.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A021398: Decimal expansion of 1/394. ; 0,0,2,5,3,8,0,7,1,0,6,5,9,8,9,8,4,7,7,1,5,7,3,6,0,4,0,6,0,9,1,3,7,0,5,5,8,3,7,5,6,3,4,5,1,7,7,6,6,4,9,7,4,6,1,9,2,8,9,3,4,0,1,0,1,5,2,2,8,4,2,6,3,9,5,9,3,9,0,8,6,2,9,4,4,1,6,2,4,3,6,5,4,8,2,2,3,3,5 seq $0,199685 ; a(n) = 5*10^n+1. div $0,197 mod $0,10
42
199
0.537415
8f6885c5f509dca290355c6792257b27fb4477f4
182
asm
Assembly
test/asm/func.asm
xdrie/irre-tools
489bd73c527e3d22ac30102956f7e659e08f0776
[ "Apache-2.0" ]
1
2020-12-05T11:11:50.000Z
2020-12-05T11:11:50.000Z
test/asm/func.asm
xdrie/irre-tools
489bd73c527e3d22ac30102956f7e659e08f0776
[ "Apache-2.0" ]
1
2021-05-07T22:44:53.000Z
2021-05-07T22:48:40.000Z
test/asm/func.asm
xdrie/irre-tools
489bd73c527e3d22ac30102956f7e659e08f0776
[ "Apache-2.0" ]
null
null
null
; test basic add function %entry :main main: set r0 #2 set r1 #1 set r4 ::func_add cal r4 ; return value is in r0 hlt func_add: add r0 r0 r1 ret
10.111111
27
0.565934
3ba745a2420856b4251d800174caadad4a0ed23e
164
asm
Assembly
day30/apilib/alloca.asm
itiB/hariboteOS_30days
f04fccc0f394f3f1687c547e65658af429898f48
[ "MIT" ]
1
2020-02-16T05:07:34.000Z
2020-02-16T05:07:34.000Z
day30/apilib/alloca.asm
itiB/hariboteOS_30days
f04fccc0f394f3f1687c547e65658af429898f48
[ "MIT" ]
null
null
null
day30/apilib/alloca.asm
itiB/hariboteOS_30days
f04fccc0f394f3f1687c547e65658af429898f48
[ "MIT" ]
null
null
null
[CPU 486] [BITS 32] GLOBAL __alloca section .text __alloca: ADD EAX, -4 SUB ESP, EAX JMP DWORD [ESP + EAX] ; RETの代わり
13.666667
40
0.5
b5affbb22ffd827a0cc0977447a6c6d3341ac2f0
7,782
asm
Assembly
Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48.log_21829_980.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48.log_21829_980.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48.log_21829_980.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 %r9 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1d92b, %rdx nop nop and %rdi, %rdi mov (%rdx), %r9d nop nop nop nop lfence lea addresses_WT_ht+0x1aa4b, %rsi lea addresses_WT_ht+0x106ab, %rdi nop nop nop sub %rax, %rax mov $...
31.634146
2,999
0.651632
19df5ff4660473e22d9b7b46633137297913a302
1,095
asm
Assembly
programs/oeis/055/A055948.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/055/A055948.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/055/A055948.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A055948: n + reversal of base 4 digits of n (written in base 10). ; 0,2,4,6,5,10,15,20,10,15,20,25,15,20,25,30,17,34,51,68,25,42,59,76,33,50,67,84,41,58,75,92,34,51,68,85,42,59,76,93,50,67,84,101,58,75,92,109,51,68,85,102,59,76,93,110,67,84,101,118,75,92,109,126,65,130,195,260,85,150,215,280,105,170,235,300,125,190,2...
136.875
937
0.719635
556ee5db154d74e7aecc70639165a9bbb29209f8
168
asm
Assembly
8085_programming/gnu_8085_rev/blink_disp2_0T9_LXI.asm
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
16
2018-11-26T08:39:42.000Z
2019-05-08T10:09:52.000Z
8085_programming/gnu_8085_rev/blink_disp2_0T9_LXI.asm
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
8
2020-05-04T06:29:26.000Z
2022-02-12T05:33:16.000Z
8085_programming/gnu_8085_rev/blink_disp2_0T9_LXI.asm
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
5
2020-02-11T16:02:21.000Z
2021-02-05T07:48:30.000Z
L3: MVI D,00 MOV A,D OUT 20 L2: INR D MOV A,D CPI 09 JZ L3 L1: LXI B,0001 DCX B MOV A,C ADD B JNZ L1 JMP L2 HLT
9.333333
17
0.440476
ab0cfb19c84a9b7f048bc94bc1864f9cce5e22d1
410
asm
Assembly
oeis/205/A205136.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/205/A205136.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/205/A205136.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A205136: Ordered differences of distinct pentagonal numbers. ; Submitted by Jon Maiga ; 4,11,7,21,17,10,34,30,23,13,50,46,39,29,16,69,65,58,48,35,19,91,87,80,70,57,41,22,116,112,105,95,82,66,47,25,144,140,133,123,110,94,75,53,28,175,171,164,154,141,125,106,84,59,31,209,205,198,188,175 lpb $0 add $1,1 sub $0,$1 l...
22.777778
199
0.660976
840718d77c8a0262b4395a34dc8c5e2e279bc6d0
644
asm
Assembly
programs/oeis/241/A241199.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/241/A241199.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/241/A241199.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A241199: Numbers n such that 4 consecutive terms of binomial(n,k) satisfy a quadratic relation for 0 <= k <= n/2. ; 14,19,31,38,54,63,83,94,118,131,159,174,206,223,259,278,318,339,383,406,454,479,531,558,614,643,703,734,798,831,899,934,1006,1043,1119,1158,1238,1279,1363,1406,1494,1539,1631,1678,1774,1823,1923,1974,20...
58.545455
461
0.743789
cda569b16600b5baff188112e136ac6c395d0e4c
965
asm
Assembly
_build/dispatcher/jmp_ippsSM3Final_b0418bb6.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
1
2021-10-04T10:21:54.000Z
2021-10-04T10:21:54.000Z
_build/dispatcher/jmp_ippsSM3Final_b0418bb6.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
null
null
null
_build/dispatcher/jmp_ippsSM3Final_b0418bb6.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
null
null
null
extern m7_ippsSM3Final:function extern n8_ippsSM3Final:function extern y8_ippsSM3Final:function extern e9_ippsSM3Final:function extern l9_ippsSM3Final:function extern n0_ippsSM3Final:function extern k0_ippsSM3Final:function extern ippcpJumpIndexForMergedLibs extern ippcpSafeInit:function segment .data align 8 dq .Li...
24.74359
75
0.772021
eb3f32f8717270611a7fc6ff4b1efb12e934b6a7
198
asm
Assembly
codes/left_shift_shl.asm
rupak10987/ASSEMBLY_language_practice
f7cc73a745919a69519ff70c38f92aba152e8f98
[ "MIT" ]
null
null
null
codes/left_shift_shl.asm
rupak10987/ASSEMBLY_language_practice
f7cc73a745919a69519ff70c38f92aba152e8f98
[ "MIT" ]
null
null
null
codes/left_shift_shl.asm
rupak10987/ASSEMBLY_language_practice
f7cc73a745919a69519ff70c38f92aba152e8f98
[ "MIT" ]
null
null
null
.model small .stack 100h .data .code main proc mov ax,08Ah mov cl,3 shl ax,cl ;shifting left the bits of ax cl=3 times mov ah,9 mov dl,4Ch int 21h main endp end main
14.142857
54
0.621212
96a34b8d7713b5c375aa2617ea4057e245dcf528
996
asm
Assembly
lib/irq.asm
VincentFoulon80/vixx
d997ad6ca6e5608b9b18b580eee03a92e98612db
[ "MIT" ]
1
2021-02-10T12:42:15.000Z
2021-02-10T12:42:15.000Z
lib/irq.asm
VincentFoulon80/vixx
d997ad6ca6e5608b9b18b580eee03a92e98612db
[ "MIT" ]
2
2021-02-09T21:32:13.000Z
2021-02-20T23:14:27.000Z
lib/irq.asm
VincentFoulon80/vixx
d997ad6ca6e5608b9b18b580eee03a92e98612db
[ "MIT" ]
null
null
null
!ifndef irq_handler { !serious "missing platform irq_handler address!" } ; Initializes IRQ handler and store a backup of Kernal's IRQ handler ; params: ; 16b kernal_irq_addr: address where to store the backup of kernal's irq handler ; 16b custom_irq_addr: address where the irq handler should jump !macro fn...
34.344828
85
0.661647
20d5bbe929028b7a9cb56721fad6dc51439f59de
1,670
asm
Assembly
ubb/asc/written/popoveniuc.asm
AlexanderChristian/private_courses
c80f3526af539e35f93b460f3909f669aaef573c
[ "MIT" ]
null
null
null
ubb/asc/written/popoveniuc.asm
AlexanderChristian/private_courses
c80f3526af539e35f93b460f3909f669aaef573c
[ "MIT" ]
6
2020-03-04T20:52:39.000Z
2022-03-31T00:33:07.000Z
ubb/asc/written/popoveniuc.asm
AlexanderChristian/private_courses
c80f3526af539e35f93b460f3909f669aaef573c
[ "MIT" ]
null
null
null
; problema. Se da un șir de doublewords, sa se construiască un șir de bytes ce cuprinde doar low byte-ul din high word-ul fiecărui doubleword, dar numai cu byte-urile negative. Apoi sa se afișeze fiecare byte din șirul creat in baza 2. Ex. Dacă am un dword 11AA2233h, high word ul e 11AAh, asta are low byte AAh și e neg...
18.555556
462
0.691018
09741aae93a1b9df4834159b649f7e26dd070371
31,607
asm
Assembly
LegacyWindows/Win98/Win98.Yobe.24576.asm
slowy07/malwareCode
9fe73644acdfb1a5d7a2ff3425952f00e783f82a
[ "MIT" ]
3
2021-02-07T15:41:20.000Z
2022-02-11T17:09:07.000Z
LegacyWindows/Win98/Win98.Yobe.24576.asm
slowy07/malwareCode
9fe73644acdfb1a5d7a2ff3425952f00e783f82a
[ "MIT" ]
null
null
null
LegacyWindows/Win98/Win98.Yobe.24576.asm
slowy07/malwareCode
9fe73644acdfb1a5d7a2ff3425952f00e783f82a
[ "MIT" ]
null
null
null
?????????????????????????????????????????????????????????????????[yobe.asm]??? ; ??????? ??????? ??????? ; ??? ??? ??? ??? ??? ??? ; Win98.Yobe.24576 ?????? ??????? ??????? ; by Benny/29A ...
30.245933
82
0.620622
fd319a635c5d6587230aec39fc768ac553bd4d48
572
asm
Assembly
src/firmware-tests/Platform/Adc/EnableDisableAdcMocks.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
1
2019-12-12T09:07:08.000Z
2019-12-12T09:07:08.000Z
src/firmware-tests/Platform/Adc/EnableDisableAdcMocks.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
null
null
null
src/firmware-tests/Platform/Adc/EnableDisableAdcMocks.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
null
null
null
#include "Platform.inc" #include "TestDoubles.inc" radix decimal udata global calledEnableAdcCount global calledDisableAdcCount calledEnableAdcCount res 1 calledDisableAdcCount res 1 EnableDisableAdcMocks code global initialiseEnableAndDisableAdcMocks global enableAdc global disableAdc initialiseEnableAnd...
17.333333
47
0.861888
fd52c46cfe4908a84bf791850a9b53f882e7112e
708
asm
Assembly
programs/oeis/084/A084506.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/084/A084506.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/084/A084506.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A084506: The length of each successively larger 3-ball ground-state site swap given in A084501, i.e., the number of digits in each term of A084502. ; 1,2,2,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,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,...
70.8
501
0.559322
55227cbc4807feda260c8c235f59e4ce8e1da023
5,458
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1940.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_1940.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_1940.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 %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1bbfa, %r9 nop nop nop nop cmp %rdi, %rdi vmovups (%r9), %ymm3 vextracti128 $1, %ymm3, %xmm3 vpextrq $0, %xmm3, %rsi nop nop nop nop xor %r15, %r15 lea addresses_UC_ht+0xf47a,...
42.310078
2,999
0.658483
0b9a572723e1a81e3d5be198b47181e39c5da727
78
asm
Assembly
tests/issue65/1.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
414
2016-10-14T22:39:20.000Z
2022-03-30T07:52:44.000Z
tests/issue65/1.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
100
2018-03-22T16:12:24.000Z
2022-03-26T09:19:23.000Z
tests/issue65/1.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
47
2017-06-29T15:12:13.000Z
2022-03-10T04:50:51.000Z
#bits 16 #d16 5 #d16 7 #addr 6 #d16 4 ; = 0x0005_0007_0000_0000_0000_0000_0004
13
40
0.75641
1e886a2eb6601aaf1b6bb27b752b2ade2c85c417
2,128
nasm
Assembly
2017/day02_x86/lib.nasm
nikklassen/advent-of-code
b681844ee5ad19f59b66301a5cdc28fd97d8e2d0
[ "MIT" ]
3
2017-12-01T14:28:42.000Z
2018-02-14T14:58:14.000Z
2017/day02_x86/lib.nasm
nikklassen/advent-of-code-2017
d0d1ac0242e5bdd203bd9f72c3fb2dddb2497013
[ "MIT" ]
null
null
null
2017/day02_x86/lib.nasm
nikklassen/advent-of-code-2017
d0d1ac0242e5bdd203bd9f72c3fb2dddb2497013
[ "MIT" ]
null
null
null
global parse_int, print_int, print_char, print_str, read extern buffer, buffer_len parse_int: ; returns rax = the parsed integer ; rdx = where it stopped parsing enter 64, 0 push rbx push rdi push rsi ; rsi = accumulator ; rbx = input string ; rcx = current character ; ...
13.908497
56
0.545113
acffb23dce82fab1fe4563faaa430d2cfa8f6582
574
asm
Assembly
oeis/137/A137926.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/137/A137926.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/137/A137926.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A137926: a(n) = the largest divisor of n that is coprime to A000005(n). (A000005(n) = the number of positive divisors of n.) ; Submitted by Christian Krause ; 1,1,3,4,5,3,7,1,1,5,11,1,13,7,15,16,17,1,19,5,21,11,23,3,25,13,27,7,29,15,31,1,33,17,35,4,37,19,39,5,41,21,43,11,5,23,47,3,49,25,51,13,53,27,55,7,57,29,59,5,61...
47.833333
273
0.646341
d43fda67e0132aefa5ecee082dc5e884da28174b
557
asm
Assembly
oeis/132/A132684.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/132/A132684.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/132/A132684.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A132684: a(n) = binomial(2^n + n + 1, n). ; 1,4,21,220,5985,501942,143218999,145944307080,542150225230185,7398714129087308170,372134605932348010322571,69146263065062394421802892300,47589861944854471977019273909187085,121702409566345546429021774585915066382350,1160443918371989974483414159898598391384979798031,41403623...
61.888889
463
0.881508
5467be76845bd3dd03ad527b90b0e267458963d3
755
asm
Assembly
oeis/287/A287839.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/287/A287839.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/287/A287839.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A287839: Number of words of length n over the alphabet {0,1,...,10} such that no two consecutive terms have distance 9. ; Submitted by Jon Maiga ; 1,11,117,1247,13289,141619,1509213,16083463,171399121,1826575451,19465548357,207441511727,2210673955769,23558830139779,251063019088173,2675542001860183,28512861152219041,3...
47.1875
496
0.830464
2a77eecd01e5f74a548e6deb9bb22bb89821509f
309
asm
Assembly
programs/oeis/042/A042974.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/042/A042974.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/042/A042974.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A042974: n 1's followed by a 2. ; 1,2,1,1,2,1,1,1,2,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1 add $0,2 lpb $0 sub $2,1 add $0,$2 lpe bin $1,$0 add $1,1 mov $0,$1
25.75
201
0.514563
d881d961ae3f9a8dd765e9ca9750f7ece5871cb9
6,783
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1007.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1007.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1007.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 %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x13633, %r12 and $43675, %r11 movb $0x61, (%r12) nop nop nop xor $59282, %r13 lea addresses_D_ht+0x13bff, %rax nop nop nop cmp $62276, %r15 mov (%rax), %edi nop nop...
35.513089
2,999
0.653103
4c67202f283ae378bb39446a7562942311912d02
516
asm
Assembly
oeis/069/A069731.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/069/A069731.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/069/A069731.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A069731: Number of unicursal planar maps with n edges rooted at a vertex of odd valency (unicursal means that exactly two vertices are of odd valency; there is an Eulerian path). ; Submitted by Jon Maiga ; 1,5,28,168,1056,6864,45760,311168,2149888,15049216,106502144,760729600,5477253120,39710085120,289650032640,21241...
39.692308
180
0.744186
312c20c775f0242a811ec2b5deb91a5f147b661e
146
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Compress.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Compress.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Compress.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: Compress.asm Type: file Size: 14243 Last-Modified: '1992-11-18T01:48:28Z' SHA-1: 4E593CA790BDEC39A5B9A6F47000A6243D8F9A76 Description: null
20.857143
47
0.815068
2acb7a5baa56964b60eee4954e58a19203b2ad6e
5,372
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_127.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_127.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_127.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 %rdi lea addresses_normal_ht+0xdc55, %rdi nop nop nop nop nop and %r10, %r10 movups (%rdi), %xmm1 vpextrq $1, %xmm1, %r11 nop nop nop nop nop add $2761, %r11 pop %rdi pop %r11 pop %r10 ret .global s_faulty_load s_faulty_load: push %r11 push %r12...
41.643411
2,999
0.655994
a880428d2bc92d71313cf4dedc17bd77ac528f95
454
asm
Assembly
programs/oeis/099/A099055.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/099/A099055.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/099/A099055.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A099055: A bisection of A054519. ; 1,4,9,15,21,28,36,42,51,59,67,75,85,92,102,112,120,128,141,147,159,169,177,187,199,208,218,228,240,248,262,268,281,293,301,313,327,333,345,357,369,378,392,400,412,426,436,444,460,468,483,493,503,515,529,539 mov $1,$0 mov $2,$0 mov $4,$0 lpb $2 add $3,2 lpb $0 sub $0,1 lpe...
17.461538
208
0.605727
1b1bd25e125964b4572db950725a6180e518e4a4
16,201
asm
Assembly
dd/rd/emul_ql.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
dd/rd/emul_ql.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
dd/rd/emul_ql.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; QL RAM disk MDV Emulation V2.02  1985 Tony Tebby QJUMP section rd xdef rd_emul emulation check xdef rd_mdv emulate MDV include 'dev8_keys_sys' include 'dev8_keys_iod' include 'dev8_keys_hdr' include 'dev8_keys_err' inclu...
34.035714
78
0.472872
55de59bec262a2d6717efce2a84ac990b5defd71
283
asm
Assembly
libsrc/_DEVELOPMENT/adt/wv_priority_queue/c/sdcc_iy/wv_priority_queue_resize_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/adt/wv_priority_queue/c/sdcc_iy/wv_priority_queue_resize_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/adt/wv_priority_queue/c/sdcc_iy/wv_priority_queue_resize_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; int wv_priority_queue_resize_callee(wv_priority_queue_t *q, size_t n) SECTION code_clib SECTION code_adt_wv_priority_queue PUBLIC _wv_priority_queue_resize_callee EXTERN _wa_priority_queue_resize_callee defc _wv_priority_queue_resize_callee = _wa_priority_queue_resize_callee
23.583333
72
0.897527
4fed754129576a46b3be5f7e41cd46474a253c75
733
asm
Assembly
oeis/026/A026375.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/026/A026375.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/026/A026375.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A026375: a(n) = Sum_{k=0..n} binomial(n,k)*binomial(2*k,k). ; Submitted by Jon Maiga ; 1,3,11,45,195,873,3989,18483,86515,408105,1936881,9238023,44241261,212601015,1024642875,4950790605,23973456915,116312293305,565280386625,2751474553575,13411044301945,65448142561035,319756851757695,1563820839372825,7655279183309725,...
36.65
495
0.79809
5413795929959e96f757904210b1a48fff96d612
5,472
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_1219.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_1219.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_1219.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 %r9 push %rbp lea addresses_D_ht+0xd232, %rbp nop nop nop nop sub $20129, %r13 mov $0x6162636465666768, %r12 movq %r12, (%rbp) nop nop mfence pop %rbp pop %r9 pop %r13 pop %r12 ret .global s_faulty_load s_faulty_load: push %r14 push %r15 push %r...
38.808511
2,999
0.649671
54b204cf9169904374b13c1161d21eb566391ac1
25
asm
Assembly
tests/data_simple/28.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
414
2016-10-14T22:39:20.000Z
2022-03-30T07:52:44.000Z
tests/data_simple/28.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
100
2018-03-22T16:12:24.000Z
2022-03-26T09:19:23.000Z
tests/data_simple/28.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
47
2017-06-29T15:12:13.000Z
2022-03-10T04:50:51.000Z
#d8 0x100 ; error: larger
25
25
0.72
0f48a93ee0437b123e69cfca8e545ef96b7b24dd
1,207
asm
Assembly
Simple Inserts.asm
Pixhunter/Assembler_sorting
2d9fc4a69e75eaf161501e9abbb20bea0ce20e3c
[ "MIT" ]
null
null
null
Simple Inserts.asm
Pixhunter/Assembler_sorting
2d9fc4a69e75eaf161501e9abbb20bea0ce20e3c
[ "MIT" ]
null
null
null
Simple Inserts.asm
Pixhunter/Assembler_sorting
2d9fc4a69e75eaf161501e9abbb20bea0ce20e3c
[ "MIT" ]
null
null
null
include C:\Masm614\include\console.inc .data X db 100 dup (0) m dw 254 a db 0 b db 0 n db 0 .code Outmass proc push ecx mov ecx,0 mov cl,n outstrln ' ' outstrln '-----MASSIV---- ' printmass: dec ecx outword ecx,,'X' outwordln X[ecx...
11.833333
43
0.462303
12dd644891b79555e681b4f88cc843c5b0756fcc
7,108
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_863.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_863.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_863.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x13cd5, %rdi nop nop nop lfence vmovups (%rdi), %ymm6 vextracti128 $1, %ymm6, %xmm6 vpextrq $0, %xmm6, %rcx nop nop sub %rdx, %rdx lea addresses_WC_ht+0x3985, %r11 nop nop no...
37.410526
2,999
0.660523
0b9b68ba8c6d8c399e7d985ae383829ca3ed2940
389
asm
Assembly
programs/oeis/093/A093149.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/093/A093149.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/093/A093149.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A093149: a(1) = 4; a(n) = (n^(n+1)+2*n-3)/(n-1) for n > 1. ; 4,9,42,343,3908,55989,960802,19173963,435848052,11111111113,313842837674,9726655034463,328114698808276,11966776581370173,469172025408063618,19676527011956855059,878942778254232811940,41660902667961039785745,2088331858752553232964202 add $0,1 mov $2,$0 lpb ...
27.785714
234
0.735219
80616943a0e01fb1f310d6386599c6d25a60a9ed
40,676
asm
Assembly
Aurora/Aurora/x64/Debug/thread.asm
manaskamal/aurora-xeneva
fe277f7ac155a40465c70f1db3c27046e4d0f7b5
[ "BSD-2-Clause" ]
8
2021-07-19T04:46:35.000Z
2022-03-12T17:56:00.000Z
Aurora/Aurora/x64/Debug/thread.asm
manaskamal/aurora-xeneva
fe277f7ac155a40465c70f1db3c27046e4d0f7b5
[ "BSD-2-Clause" ]
null
null
null
Aurora/Aurora/x64/Debug/thread.asm
manaskamal/aurora-xeneva
fe277f7ac155a40465c70f1db3c27046e4d0f7b5
[ "BSD-2-Clause" ]
null
null
null
; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1 include listing.inc INCLUDELIB LIBCMT INCLUDELIB OLDNAMES PUBLIC ?scheduler_enable@@3_NA ; scheduler_enable PUBLIC ?block_mutex@@3PEAUmutex_t@@EA ; block_mutex PUBLIC ?scheduler_mutex@@3PEAUmutex_t@@EA ; scheduler_mutex PUBLIC ?sch...
23.539352
116
0.686179
122ee358c1b903e457cee5d99d22fdf87422ddf9
382
asm
Assembly
programs/oeis/060/A060371.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/060/A060371.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/060/A060371.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A060371: a(n) = (prime(n) - 1)! + 1. ; 2,3,25,721,3628801,479001601,20922789888001,6402373705728001,1124000727777607680001,304888344611713860501504000001,265252859812191058636308480000001 seq $0,6005 ; The odd prime numbers together with 1. sub $0,1 seq $0,142 ; Factorial numbers: n! = 1*2*3*4*...*n (order of symmet...
47.75
150
0.751309
071d6b671bffd8ab05926d11fa363e54fe43ee97
3,898
asm
Assembly
tests/tinsboot-0001.asm
mras0/sasm
342f57570e79b2aa1c42a9064aaea4d198577be2
[ "MIT" ]
26
2019-08-13T19:54:42.000Z
2022-03-11T16:58:31.000Z
tests/tinsboot-0002.asm
mras0/sasm
342f57570e79b2aa1c42a9064aaea4d198577be2
[ "MIT" ]
null
null
null
tests/tinsboot-0002.asm
mras0/sasm
342f57570e79b2aa1c42a9064aaea4d198577be2
[ "MIT" ]
2
2019-08-20T10:23:56.000Z
2020-09-24T20:08:00.000Z
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; INSBOOT.COM - Command line utility to install ;; ;; a bootloader from a raw binary. ;; ;; ;; ;; Copyright 2019 Michael Rasmussen ;; ;; See LICENSE.md for details ;; ;;...
22.274286
76
0.463828
d8db7abf4470a8459ba0882ce57d6573fbc05fd0
1,990
asm
Assembly
python_src/other/export/screen_2_1.asm
fjpena/sword-of-ianna-msx2
f104f46a677e4b21f42fbed478307a0bb1d372f3
[ "Apache-2.0" ]
43
2017-10-21T23:01:25.000Z
2022-02-21T17:45:11.000Z
python_src/other/export/screen_2_1.asm
fjpena/sword-of-ianna-msx2
f104f46a677e4b21f42fbed478307a0bb1d372f3
[ "Apache-2.0" ]
null
null
null
python_src/other/export/screen_2_1.asm
fjpena/sword-of-ianna-msx2
f104f46a677e4b21f42fbed478307a0bb1d372f3
[ "Apache-2.0" ]
6
2017-10-23T05:48:50.000Z
2022-01-06T03:11:49.000Z
org $0000 ; Object types OBJECT_NONE EQU 0 OBJECT_SWITCH EQU 1 OBJECT_DOOR EQU 2 OBJECT_DOOR_DESTROY EQU 3 OBJECT_FLOOR_DESTROY EQU 4 OBJECT_WALL_DESTROY EQU 5 OBJECT_BOX_LEFT EQU 6 OBJECT_BOX_RIGHT EQU 7 OBJECT_JAR EQU 8 OBJECT_TELEPORTER EQU 9 ; Pickable object types OBJECT_KEY_GREEN EQU 11 OBJECT_KEY_BLUE EQU...
29.701493
68
0.670854
aeade7eecc23599ebb2a2f9277f51a4a0360787d
5,145
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_594.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_594.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_594.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 %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1c6d6, %rsi lea addresses_normal_ht+0x16fd6, %rdi dec %r8 mov $118, %rcx rep movsq sub %rbp, %rbp lea addresses_UC_ht+0x3e44, %rsi clflush (%rsi) nop nop nop nop cmp %r13, %r13 mov $0x...
43.974359
2,999
0.660641
54c33a9d18f0039e79cad2e98046e16ec7f0a4b6
49,274
asm
Assembly
foo.asm
OahcYerfdog/oshw
38187299d035465ffae99fa65511acc54cffadb1
[ "MIT-0" ]
null
null
null
foo.asm
OahcYerfdog/oshw
38187299d035465ffae99fa65511acc54cffadb1
[ "MIT-0" ]
null
null
null
foo.asm
OahcYerfdog/oshw
38187299d035465ffae99fa65511acc54cffadb1
[ "MIT-0" ]
null
null
null
_foo: 檔案格式 elf32-i386 Disassembly of section .text: 00000000 <main>: #include"user.h" #include"fcntl.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(%ecx) a: 55 ...
29.121749
60
0.416711
eb0738a3a95dd7387c5b0b55eea584fceb1fc275
774
asm
Assembly
oeis/158/A158494.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/158/A158494.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/158/A158494.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A158494: Boundary area of the T-square fractal. ; Submitted by Christian Krause ; 4,24,80,248,768,2360,7200,21848,66048,199160,599520,1802648,5416128,16264760,48827040,146546648,439771008,1319575160,3959249760,11878797848,35638490688,106919666360,320767387680,962318940248,2886990375168,8661038234360,25983248920800,77...
32.25
494
0.78553
2a5ed2e2838a0942046f90cba17cba026f7f7bfd
3,700
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_7765_953.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_7765_953.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_7765_953.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 %r12 push %r14 push %r8 push %rax push %rbx // Faulty Load lea addresses_WC+0xc0c5, %rax nop nop nop nop nop dec %r12 movntdqa (%rax), %xmm0 vpextrq $0, %xmm0, %r8 lea oracles, %rbx and $0xff, %r8 shlq $12, %r8 mov (%rbx,%r...
84.090909
2,999
0.663514
117bbdb57341cc94d9019f54721255b7450fac85
370
asm
Assembly
programs/oeis/301/A301707.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/301/A301707.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/301/A301707.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A301707: a(n) = n * Sum_{k prime<=n} k. ; 0,4,15,20,50,60,119,136,153,170,308,336,533,574,615,656,986,1044,1463,1540,1617,1694,2300,2400,2500,2600,2700,2800,3741,3870,4960,5120,5280,5440,5600,5760,7289,7486,7683,7880,9758,9996,12083,12364,12645,12926,15416,15744 mov $1,$0 cal $0,34387 ; Sum of primes <= n. add $1,1 ...
30.833333
222
0.683784
ddbac521086c6d2670671fb5e4fc5c5b3ebf5922
18,916
asm
Assembly
keygenned/algo/d2k2_crackme05_hash.asm
mudlord/crackme_solutions
5950d593569bfe04904c84db5b8c74a7cbb301a1
[ "Unlicense" ]
18
2018-11-05T10:16:53.000Z
2021-10-18T11:34:54.000Z
algo/d2k2_crackme05_hash.asm
Estella/crackme_solutions
cc6d8c364ddc57db55321c03d7e38ff527f08744
[ "Unlicense" ]
null
null
null
algo/d2k2_crackme05_hash.asm
Estella/crackme_solutions
cc6d8c364ddc57db55321c03d7e38ff527f08744
[ "Unlicense" ]
9
2019-01-17T20:59:27.000Z
2021-08-17T09:53:25.000Z
.686p .model flat, stdcall option casemap:none .code option prologue:none option epilogue:none ; Start of selected range: 0x00401000 d2k2_crackme05_hash PROC x:DWORD,y:DWORD,z:DWORD push ebp mov ebp,esp add esp,0FFFFFFF0h push eax push ebx push ecx push edx push edi push esi mov edi,dword ptr [ebp+8h] mov eax,dwor...
19.953586
48
0.726422
43ca099f7b1844dcaadb754559e527b5951ddf88
419
asm
Assembly
oeis/145/A145593.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/145/A145593.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/145/A145593.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A145593: Inverse binomial transform of A144472. ; Submitted by Jon Maiga ; -1,3,4,-7,24,-47,104,-207,424,-847,1704,-3407,6824,-13647,27304,-54607,109224,-218447,436904,-873807,1747624,-3495247,6990504,-13981007,27962024,-55924047,111848104,-223696207,447392424,-894784847 mov $1,3 mov $3,-2 lpb $0 sub $0,1 mov $2...
22.052632
198
0.665871
274deafc3557d7268aeaeedf9d8f403a2cd4920c
597
asm
Assembly
oeis/211/A211014.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/211/A211014.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/211/A211014.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A211014: Second 14-gonal numbers: n*(6*n+5). ; 0,11,34,69,116,175,246,329,424,531,650,781,924,1079,1246,1425,1616,1819,2034,2261,2500,2751,3014,3289,3576,3875,4186,4509,4844,5191,5550,5921,6304,6699,7106,7525,7956,8399,8854,9321,9800,10291,10794,11309,11836,12375,12926,13489,14064,14651,15250,15861,16484,17119,17766,...
66.333333
500
0.773869
c858f8ae0b727724a2a6b1a27a4e087230bef799
431
asm
Assembly
3/02.asm
Changlon/x86Assembly
f363aaad6231f27d2e27e05be2c765e7be34099c
[ "MIT" ]
null
null
null
3/02.asm
Changlon/x86Assembly
f363aaad6231f27d2e27e05be2c765e7be34099c
[ "MIT" ]
null
null
null
3/02.asm
Changlon/x86Assembly
f363aaad6231f27d2e27e05be2c765e7be34099c
[ "MIT" ]
null
null
null
mov ax,0xb800 mov es,ax mov ax,12 mov bx,10 cmp ax,bx je equal jl less jmp above equal: mov byte [es:0x00],'e' mov byte [es:0x01],0x07 jmp $ less: mov byte [es:0x00],'l' mov byte [es:0x01],0x07 jmp $ above: mov byte [es:0x00],'a' mov byte [es:0x01],0x07 jmp $ tim...
10.512195
33
0.547564
d84dd3f0a5d9ef3e2e3bd58db08e2e29c1f313fc
924
asm
Assembly
Models/Car System module/CarSystem005/CarSystem005main.asm
fmselab/ABZ2020CaseStudyInAsmeta
12d8f7338ef457ea31022bdd0f13ef77fe19e2f9
[ "CC0-1.0" ]
null
null
null
Models/Car System module/CarSystem005/CarSystem005main.asm
fmselab/ABZ2020CaseStudyInAsmeta
12d8f7338ef457ea31022bdd0f13ef77fe19e2f9
[ "CC0-1.0" ]
null
null
null
Models/Car System module/CarSystem005/CarSystem005main.asm
fmselab/ABZ2020CaseStudyInAsmeta
12d8f7338ef457ea31022bdd0f13ef77fe19e2f9
[ "CC0-1.0" ]
null
null
null
//Fifth refinement of Adaptive Exterior Light and Speed Control System //Setting and modifying desired speed - Cruise control //from SCS-1 to SCS-17 asm CarSystem005main import ../../StandardLibrary import CarSystem005DesiredSpeedCruiseC signature: definitions: // FUNCTION DEFINITIONS // RULE DEFINITIONS ...
18.48
70
0.753247
455eb908f90e6f97c1eb99d0efe7e85dabc41f24
1,655
asm
Assembly
programs/oeis/157/A157366.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/157/A157366.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/157/A157366.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A157366: a(n) = 686*n + 14. ; 700,1386,2072,2758,3444,4130,4816,5502,6188,6874,7560,8246,8932,9618,10304,10990,11676,12362,13048,13734,14420,15106,15792,16478,17164,17850,18536,19222,19908,20594,21280,21966,22652,23338,24024,24710,25396,26082,26768,27454,28140,28826,29512,30198,30884,31570,32256,32942,33628,34314,350...
236.428571
1,591
0.830211
bcc50f8595be9e2de177fcb7c25f0f06c0891e59
440
asm
Assembly
programs/oeis/283/A283149.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/283/A283149.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/283/A283149.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A283149: Largest k such that (p-1)! == -1 (mod p^k), where p = prime(n). ; 1,1,2,1,1,2,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,2,1,1 lpb $0,1 mod $0,100 sub $0,3...
24.444444
211
0.502273
36cd1c45f7927a014446c6d639b4bc2f3650c0cc
2,198
asm
Assembly
cgi-bin/env.asm
Konamiman/NestorWeb
434a23176518c137731f4784046d3c472b845842
[ "MIT" ]
4
2020-01-19T11:53:25.000Z
2021-05-10T21:13:47.000Z
cgi-bin/env.asm
Konamiman/NestorWeb
434a23176518c137731f4784046d3c472b845842
[ "MIT" ]
null
null
null
cgi-bin/env.asm
Konamiman/NestorWeb
434a23176518c137731f4784046d3c472b845842
[ "MIT" ]
1
2020-01-20T05:17:46.000Z
2020-01-20T05:17:46.000Z
;NestorWeb CGI script that returns all the environment items defined in the server ;and the request body, if any, assuming that it's text. ;This can be useful to understand how CGI related environment variables work. _TERM0: equ 0 _CONOUT: equ 2 _STROUT: equ 9 _READ: equ 48h _WRITE: equ 49h _TERM: equ 62h _G...
16.281481
110
0.558235
922a866acc425d8ed66bfc5bdfa68675bfc0e2e2
270
asm
Assembly
programs/oeis/191/A191759.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/191/A191759.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/191/A191759.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A191759: Least significant decimal digit of (2n-1)^2. ; 1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9,5,9,1,1,9 mul $0,2 add $0,1 pow $0,2 mod $0,10
33.75
175
0.551852
d84fcf434ee54fb494c21396b04b1a04c4fcd69c
130
asm
Assembly
libsrc/_DEVELOPMENT/compress/zx1/z80/asm_dzx1_turbo.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/compress/zx1/z80/asm_dzx1_turbo.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/compress/zx1/z80/asm_dzx1_turbo.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
IF !__CPU_INTEL__ && !__CPU_GBZ80__ SECTION smc_compress PUBLIC asm_dzx1_turbo asm_dzx1_turbo: INCLUDE "dzx1_turbo.asm" ENDIF
11.818182
35
0.815385
9ede18d47d7c050b2b5bf82e1f3ab5c0e894d222
577
asm
Assembly
programs/oeis/319/A319526.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/319/A319526.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/319/A319526.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A319526: Square array read by antidiagonals upwards: T(n,k) = sigma(n*k), n >= 1, k >= 1. ; 1,3,3,4,7,4,7,12,12,7,6,15,13,15,6,12,18,28,28,18,12,8,28,24,31,24,28,8,15,24,39,42,42,39,24,15,13,31,32,60,31,60,32,31,13,18,39,60,56,72,72,56,60,39,18,12,42,40,63,48,91,48,63,40,42,12,28,36,72,91,90,96,96,90,91,72,36,28 seq...
96.166667
223
0.639515
966e8914e981212e32f944ca9332165c6b2841a2
442
asm
Assembly
languages/x86-64-assembly/exercises/concept/basics/.meta/example.asm
AlexLeSang/v3
3d35961a961b5a2129b1d42f1d118972d9665357
[ "MIT" ]
200
2019-12-12T13:50:59.000Z
2022-02-20T22:38:42.000Z
languages/x86-64-assembly/exercises/concept/basics/.meta/example.asm
AlexLeSang/v3
3d35961a961b5a2129b1d42f1d118972d9665357
[ "MIT" ]
1,938
2019-12-12T08:07:10.000Z
2021-01-29T12:56:13.000Z
languages/x86-64-assembly/exercises/concept/basics/.meta/example.asm
AlexLeSang/v3
3d35961a961b5a2129b1d42f1d118972d9665357
[ "MIT" ]
239
2019-12-12T14:09:08.000Z
2022-03-18T00:04:07.000Z
section .text global expected_minutes_in_oven expected_minutes_in_oven: mov rax, 40 ret global remaining_minutes_in_oven remaining_minutes_in_oven: call expected_minutes_in_oven sub rax, rdi ret global preparation_time_in_minutes preparation_time_in_minutes: mov rax, rdi imul rax, 2 r...
17.68
36
0.785068
74887b6e31c5ec159c6f1f5422eadc66b423d47b
2,199
asm
Assembly
Versao_05_2013/Exemplos/Hello.asm
joaolucasp/Evil-Square
41992308ad632df8e36b28edcef1bea916ea5339
[ "MIT" ]
1
2021-08-04T18:03:46.000Z
2021-08-04T18:03:46.000Z
Simulador/Versao_05_2013/Exemplos/Hello.asm
GKuabara/tomb-of-the-mask
edef54e11c127560da802176840ad110a7f5999f
[ "MIT" ]
null
null
null
Simulador/Versao_05_2013/Exemplos/Hello.asm
GKuabara/tomb-of-the-mask
edef54e11c127560da802176840ad110a7f5999f
[ "MIT" ]
null
null
null
; Hello World - Escreve mensagem armazenada na memoria na tela ; ------- TABELA DE CORES ------- ; adicione ao caracter para Selecionar a cor correspondente ; 0 branco 0000 ; 255 marrom 0001 ; 512 verde 0010 ; 768 oliva 0011 ; 1024 azul marinho 0100 ; 1280 roxo 0101 ; 1537 teal 0...
25.569767
213
0.644839
34f4f2e91750d92ed084208c1a167cf6e130c589
7,096
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_13889_1100.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_13889_1100.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_13889_1100.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 %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xb67c, %rsi clflush (%rsi) nop nop nop nop nop add %r10, %r10 mov $0x6162636465666768, %rbp movq %rbp, %xmm1 movups %xmm1, (%rsi) nop xor %r10, %r10 lea addresses_WC_ht+0x52bc...
33.471698
2,999
0.658822
835becb77f141b7443b3364c4ba393343bafb9b0
560
asm
Assembly
tests/symbol_label_nested/3.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
414
2016-10-14T22:39:20.000Z
2022-03-30T07:52:44.000Z
tests/symbol_label_nested/3.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
100
2018-03-22T16:12:24.000Z
2022-03-26T09:19:23.000Z
tests/symbol_label_nested/3.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
47
2017-06-29T15:12:13.000Z
2022-03-10T04:50:51.000Z
#ruledef test { ld {x} => 0x55 @ x`8 } ; multiple sections of one level, externally referenced global1: ld global1 ; = 0x5500 .local1: ld .local1 ; = 0x5502 .local2: ld .local2 ; = 0x5504 global2: ld global1 ; = 0x5500 ld global2 ; = 0x5506 .local1: ld global1.local1 ; = 0x5502 ld glob...
20.740741
55
0.616071
2ca68b3c25b6beae409bb45680db24f8a92221be
7,922
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1308.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1308.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1308.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 %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0x6ba2, %rsi lea addresses_D_ht+0xd1c8, %rdi nop nop cmp $19053, %r8 mov $57, %rcx rep movsq add $58831, %r9 lea addresses_WT_ht+0x1e25c, %rsi lea addresses_D_ht+0x1ea0e, %rdi c...
33.285714
2,999
0.655643
f0e3cf700400efbfb08d6ea4afd7bc89377589f5
261
asm
Assembly
libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_fzx_tty_z88dk/zx_01_output_fzx_tty_z88dk_21_foreground_attr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_fzx_tty_z88dk/zx_01_output_fzx_tty_z88dk_21_foreground_attr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_fzx_tty_z88dk/zx_01_output_fzx_tty_z88dk_21_foreground_attr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_driver SECTION code_driver_terminal_output PUBLIC zx_01_output_fzx_tty_z88dk_21_foreground_attr zx_01_output_fzx_tty_z88dk_21_foreground_attr: ; change foreground colour ; de = parameters * ld a,(de) ld (ix+52),a ret
15.352941
52
0.754789
27e0f30e66b834ebd6fb5e108333dee0c50a9650
670
asm
Assembly
45/beef/cw/user/sdmasm.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/beef/cw/user/sdmasm.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/beef/cw/user/sdmasm.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
;* ;* COW : Character Oriented Windows ;* ;* sdmasm.asm : SDM specific hand coded stuff title sdmasm - low level utilities for COW SDM .xlist include user.inc .list sBegin SDM assumes CS,SDM assumes DS,DATA assumes SS,DATA ; FillBuf ; pch: character string ; chFill: fill character ; cch: number of c...
14.888889
78
0.604478
3cbf1c62b513a7a3de7c8b3875a3f30e8c329f92
617
asm
Assembly
oeis/132/A132634.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/132/A132634.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/132/A132634.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A132634: a(n) = Fibonacci(n) mod n^2. ; Submitted by Christian Krause ; 0,1,2,3,5,8,13,21,34,55,89,0,64,181,160,219,152,316,210,365,362,287,91,288,25,389,317,291,378,440,869,261,574,339,765,432,443,533,1285,1355,1641,1504,85,1741,20,551,1832,576,1457,1525,389,803,2066,332,1820,245,2149,2263,296,720,1465,1365,1114,187...
61.7
423
0.705024
dff4929881682e2ac531ca4c0fe613f20380948b
7,563
asm
Assembly
sources/KIM Uno 6502 ROM sources/disassembler for KIM Uno/dis3.asm
BleuLlama/kim_uno_remix
908c9e770a9980a88f0663b3ad67cec507cd8301
[ "MIT" ]
5
2015-04-07T02:20:05.000Z
2021-03-06T09:09:59.000Z
sources/KIM Uno 6502 ROM sources/disassembler for KIM Uno/dis3.asm
BleuLlama/kim_uno_remix
908c9e770a9980a88f0663b3ad67cec507cd8301
[ "MIT" ]
null
null
null
sources/KIM Uno 6502 ROM sources/disassembler for KIM Uno/dis3.asm
BleuLlama/kim_uno_remix
908c9e770a9980a88f0663b3ad67cec507cd8301
[ "MIT" ]
4
2016-03-02T03:07:33.000Z
2021-03-06T09:12:29.000Z
;WRITTEN BY STEVE WOZNIAK & ALLEN BAUM ;AND PUBLISHED IN DOCTOR DOBBS JOURNAL ;SEPT 1976 ; ; *=$0 PCL =$0 PCH =$1 COUNT =$2 FORMAT =$3 LENGTH =$4 LMNEM =$5 RMNEM =$6 YSAVE =$7 ; ;KIM I/O TO FOLLOW PRTBYT =$1E3B OUTCH =$1EA0 CRLF =$1E2F CLEAR =$1C64 OUTSP =$1E9E ...
30.995902
58
0.473754
807032172e7d1e359f441e1e000b1e24e5103e5b
1,767
asm
Assembly
Wk06_MiniBomb2/phase1.asm
jwatson-CO-edu/CSCI2400-201_Demo
166c411c1deac9e76d831146dab5b5b75b9286c7
[ "MIT" ]
1
2020-09-04T21:30:57.000Z
2020-09-04T21:30:57.000Z
Wk06_MiniBomb2/phase1.asm
jwatson-CO-edu/CSCI2400-201_Demo
166c411c1deac9e76d831146dab5b5b75b9286c7
[ "MIT" ]
null
null
null
Wk06_MiniBomb2/phase1.asm
jwatson-CO-edu/CSCI2400-201_Demo
166c411c1deac9e76d831146dab5b5b75b9286c7
[ "MIT" ]
null
null
null
000000000000068a <driver_1>: # Stack Frame Creation 68a: 55 push %rbp # create frame 68b: 48 89 e5 mov %rsp,%rbp # Copy the stack pointer to a callee saved register 68e: 48 83 ec 10 sub $0x10,%rsp # Subtract 16 from the stack pointer # Function logic begins 692: c7...
67.961538
110
0.521222
53c489808fe7dfcf4fd452bd58939a23bc97490f
299
asm
Assembly
programs/oeis/296/A296070.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/296/A296070.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/296/A296070.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A296070: Partial sums of A296069. ; 0,2,3,8,5,12,7,16,9,20,11,24,13,28,15,32,17,36,19,40,21,44,23,48,25,52,27,56,29,60,31,64,33,68,35,72,37,76,39,80,41,84,43,88,45,92,47,96,49,100,51,104,53,108,55,112,57,116,59,120 mov $1,1 add $$1,$0 lpb $0,1 sub $$3,2 add $$0,$$0 lpe add $$3,$1 sub $1,$$0
24.916667
180
0.615385
a3c005ac59f0d1f11175c980a4acf387e36ea9ea
1,202
asm
Assembly
Ficha 7 - Tratamento de dados em VF/9.asm
FEUP-MIEIC/MPCP
63c9eed1a48c704a2034e04824e91fbc79538b3e
[ "MIT" ]
null
null
null
Ficha 7 - Tratamento de dados em VF/9.asm
FEUP-MIEIC/MPCP
63c9eed1a48c704a2034e04824e91fbc79538b3e
[ "MIT" ]
null
null
null
Ficha 7 - Tratamento de dados em VF/9.asm
FEUP-MIEIC/MPCP
63c9eed1a48c704a2034e04824e91fbc79538b3e
[ "MIT" ]
null
null
null
include mpcp.inc .xmm .data PI REAL8 3.14159265 f_x REAL8 ? x REAL8 -5.0 msg BYTE "Resultado: %f",13,10,0 .code ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;; proto ;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; rotF PROTO argX:REAL8, resultado:PTR REAL8 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;...
19.079365
43
0.467554
2f5be7efdb2493ded14f848f988b269e3237b876
22,635
asm
Assembly
Menus/market_prices_menu.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
Menus/market_prices_menu.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
Menus/market_prices_menu.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
market_prices_page_marker DB "MarketPricesPG54" market_boiler_text DW $0250,TextBuffer DW $0220,name_expanded DW $0B80,WordUnit DW $0BB0,WordQuantity DW $1308,WordProduct DW $1360,WordUoM DW $1380,WordPrice DW $13B0,WordStock DW $13E0,WordInv ;char...
45.179641
154
0.290877
1e1e90d9e64d0c89c6b24990c5ddabc863680643
1,439
asm
Assembly
Windows/Visual Studio/MemoryAddressing/MemoryAddressing/MemoryAddressing.asm
leonhad/masm
f5739a8c8c6c461f9e928576ff36f7991541959b
[ "MIT" ]
9
2020-05-29T14:03:07.000Z
2021-06-17T07:56:26.000Z
Windows/Visual Studio/MemoryAddressing/MemoryAddressing/MemoryAddressing.asm
leonhad/masm
f5739a8c8c6c461f9e928576ff36f7991541959b
[ "MIT" ]
null
null
null
Windows/Visual Studio/MemoryAddressing/MemoryAddressing/MemoryAddressing.asm
leonhad/masm
f5739a8c8c6c461f9e928576ff36f7991541959b
[ "MIT" ]
4
2021-04-17T17:41:54.000Z
2022-03-13T16:06:39.000Z
.386 .model flat, c .const ; int FibVals[] = {0,1,1,2,3,5,8,13,21,34,55,89,144,233,377,610}; FibVals dword 0,1,1,2,3,5,8,13,21 dword 34,55,89,144,233,377,610 ; NumbFibVals = sizeof(FibVals)/sizeof dword NumFibVals dword($-FibVals)/sizeof dword ; Makes NumFibVals public public NumFibVals .code MemoryAddre...
20.267606
66
0.640028
3089970fac62183d597d447da061c3e533053f1d
6,077
asm
Assembly
aplib247b.asm
uniabis/z80depacker
a5dc3a0a7d3cb07a814490463b93fa42b3e66c68
[ "MIT" ]
25
2019-08-16T11:03:39.000Z
2022-03-23T23:22:46.000Z
aplib247b.asm
uniabis/z80depacker
a5dc3a0a7d3cb07a814490463b93fa42b3e66c68
[ "MIT" ]
null
null
null
aplib247b.asm
uniabis/z80depacker
a5dc3a0a7d3cb07a814490463b93fa42b3e66c68
[ "MIT" ]
1
2021-04-04T01:07:24.000Z
2021-04-04T01:07:24.000Z
; aPPack decompressor ; original source by dwedit ; very slightly adapted by utopian ; optimized by Metalbrain & Antonio Villena ;247b ;hl = source ;de = dest depack ;di ;push iy or a ex af,af' ;call init ;pop iy ;ei ;ret init ld a,128 apbranch1 ldi aploop2 ...
31.005102
104
0.284022
4a6b5b9d0097e8e0a697e451fdde58fa8f1688aa
1,544
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_7_1069.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_7_1069.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_7_1069.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r13 push %r8 push %r9 push %rcx push %rsi // Store lea addresses_PSE+0x1d0fe, %r9 nop nop nop nop add %r11, %r11 mov $0x5152535455565758, %r8 movq %r8, %xmm1 vmovntdq %ymm1, (%r9) nop nop nop dec %r8 /...
17.348315
125
0.645078
05d5022e2f5af2eba09fbe505bccba548b64e4af
269
asm
Assembly
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_disk_stream_bytes.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_disk_stream_bytes.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_disk_stream_bytes.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *esx_disk_stream_bytes(void *dst,uint16_t len) SECTION code_esxdos PUBLIC _esx_disk_stream_bytes EXTERN asm_esx_disk_stream_bytes _esx_disk_stream_bytes: pop af pop hl pop de push de push hl push af jp asm_esx_disk_stream_bytes
13.45
53
0.750929
1cfd2c688f79990abbf9b00c4f9af5b1b5294201
644
asm
Assembly
data/mapObjects/Museum1F.asm
AmateurPanda92/pokemon-rby-dx
f7ba1cc50b22d93ed176571e074a52d73360da93
[ "MIT" ]
9
2020-07-12T19:44:21.000Z
2022-03-03T23:32:40.000Z
data/mapObjects/Museum1F.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
data/mapObjects/Museum1F.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2021-03-28T18:33:43.000Z
2021-05-06T13:12:09.000Z
Museum1F_Object: db $a ; border block db 5 ; warps warp 10, 7, 0, -1 warp 11, 7, 0, -1 warp 16, 7, 1, -1 warp 17, 7, 1, -1 warp 7, 7, 0, MUSEUM_2F db 0 ; signs db 5 ; objects object SPRITE_OAK_AIDE, 12, 4, STAY, LEFT, 1 ; person object SPRITE_GAMBLER, 1, 4, STAY, NONE, 2 ; person object SPRITE_OAK_AIDE, ...
24.769231
55
0.68323
fe190b47622ae19491dba0a82fd09b1e66d56c8b
487
asm
Assembly
oeis/035/A035612.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/035/A035612.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/035/A035612.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A035612: Horizontal para-Fibonacci sequence: says which column of Wythoff array (starting column count at 1) contains n. ; Submitted by Christian Krause ; 1,2,3,1,4,1,2,5,1,2,3,1,6,1,2,3,1,4,1,2,7,1,2,3,1,4,1,2,5,1,2,3,1,8,1,2,3,1,4,1,2,5,1,2,3,1,6,1,2,3,1,4,1,2,9,1,2,3,1,4,1,2,5,1,2,3,1,6,1,2,3,1,4,1,2,7,1,2,3,1,4,1...
37.461538
202
0.632444
a419e7a5bb4d10915329038f3c6cc792c0e34b8b
822
asm
Assembly
programs/oeis/142/A142039.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/142/A142039.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/142/A142039.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A142039: Primes congruent to 11 mod 32. ; 11,43,107,139,331,491,523,587,619,683,811,907,971,1163,1259,1291,1451,1483,1579,1867,1931,2027,2251,2347,2411,2539,2699,2731,3019,3083,3307,3371,3467,3499,3659,3691,3851,3947,4139,4363,4523,4651,5003,5099,5227,5323,5387,5419,5483,5867,6091,6379,6571,6763,6827,7019,7211,7243,7...
34.25
508
0.716545
f90866007fe2c8b07c0ccd101d6f8c4874d989e8
684
asm
Assembly
oeis/006/A006419.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/006/A006419.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/006/A006419.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A006419: a(n) = 2^(2*n+1) - C(2*n+3,n+1) + C(2*n+1,n). ; Submitted by Christian Krause ; 0,1,7,37,176,794,3473,14893,63004,263950,1097790,4540386,18696432,76717268,313889477,1281220733,5219170052,21224674118,86188320962,349550141078,1416102710912,5731427140268,23177285611082,93655986978002,378195990166136,15262893673...
42.75
484
0.799708
fe6f28c1f60a5869e62190fad673ae647ad2a125
5,991
asm
Assembly
testsuite/ubivm/output/hello_world2.asm
alexgarzao/UOP
12460841ff2b9991d2f7f461635b1f551413823f
[ "MIT" ]
null
null
null
testsuite/ubivm/output/hello_world2.asm
alexgarzao/UOP
12460841ff2b9991d2f7f461635b1f551413823f
[ "MIT" ]
null
null
null
testsuite/ubivm/output/hello_world2.asm
alexgarzao/UOP
12460841ff2b9991d2f7f461635b1f551413823f
[ "MIT" ]
null
null
null
.constant_pool .const 0 string [start] .const 1 string [retorno] .const 2 string [qtd_queue] .const 3 string [i] .const 4 string [qtd_retorno] .const 5 string [constructor] .const 6 string [trail.create_trail] .const 7 int [1] .const 8 string [io.writeln] .const 9 stri...
38.403846
73
0.45318
339268185a296d7c9b06bbcb2c9199056ba7e3ec
48,982
asm
Assembly
P6/data_P6/testpoint/testpoint35.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/testpoint/testpoint35.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
P6/data_P6/testpoint/testpoint35.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
ori $1, $0, 12 ori $2, $0, 15 ori $3, $0, 5 ori $4, $0, 12 sw $4, 0($0) sw $4, 4($0) sw $3, 8($0) sw $2, 12($0) sw $1, 16($0) sw $3, 20($0) sw $2, 24($0) sw $2, 28($0) sw $2, 32($0) sw $4, 36($0) sw $3, 40($0) sw $4, 44($0) sw $1, 48($0) sw $4, 52($0) sw $4, 56($0) sw $2, 60($0) sw $2, 64($0) sw $2...
12.920601
22
0.501797