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
bd88fbe668584a0d1adb29fb98e98493e0bbc9e2
3,003
asm
Assembly
Lab04-05/25_04.asm
Krl1/PTM_L
0f1cb6ecb9966dafd8b1d739b449166744d17633
[ "MIT" ]
null
null
null
Lab04-05/25_04.asm
Krl1/PTM_L
0f1cb6ecb9966dafd8b1d739b449166744d17633
[ "MIT" ]
null
null
null
Lab04-05/25_04.asm
Krl1/PTM_L
0f1cb6ecb9966dafd8b1d739b449166744d17633
[ "MIT" ]
null
null
null
LJMP START LCDstatus equ 0FF2EH LCDcontrol equ 0FF2CH LCDdataWR equ 0FF2DH LCDdataRD equ 0FF2FH #define HOME 0x80 #define INITDISP 0x38 #define HOM2 0xc0 #define LCDON 0x0e #define CLEAR 0x01 P5 EQU 0F8H P7 EQU 0DBH ORG 0100H LCDcntrlWR MACRO x LOCAL loop loop: MOV DPTR, #LCDstatus MOVX A, @DPT...
11.684825
28
0.595072
bf4be1b0f43e2f24229216fce10264b81a38e7c2
2,935
asm
Assembly
libsrc/gfx/narrow/clrarea2.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/gfx/narrow/clrarea2.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/gfx/narrow/clrarea2.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION smc_clib PUBLIC cleararea EXTERN pixeladdress EXTERN leftbitmask, rightbitmask ; ; $Id: clrarea2.asm,v 1.6 2017-01-02 21:51:24 aralbrec Exp $ ; ; *********************************************************************** ; ; Clear specified graphics area in map. ; ; Design & programmin...
27.429907
80
0.526065
a4700c45855794034c925e7ef1fa43f8491f9fa9
7,702
asm
Assembly
Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0x48.log_21829_969.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0x48.log_21829_969.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_ht_zr_/i7-7700_9_0x48.log_21829_969.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 %r14 push %r15 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x578, %r9 nop nop nop xor %rbp, %rbp vmovups (%r9), %ymm6 vextracti128 $0, %ymm6, %xmm6 vpextrq $0, %xmm6, %r12 nop nop nop nop and $28193, %r15 lea addresses_A_ht+0x3...
31.695473
2,999
0.655284
2fa15f7f0fcee8dd9a14e4e4d46eebff54735195
59
asm
Assembly
tests/rule_arg_simple/22.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
414
2016-10-14T22:39:20.000Z
2022-03-30T07:52:44.000Z
tests/rule_arg_simple/22.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
100
2018-03-22T16:12:24.000Z
2022-03-26T09:19:23.000Z
tests/rule_arg_simple/22.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
47
2017-06-29T15:12:13.000Z
2022-03-10T04:50:51.000Z
#ruledef test { ld {x} => x } ld 0x112233 ; = 0x112233
9.833333
24
0.559322
e11cd903cbea1f808eab8b01617f5398121f5e51
870
asm
Assembly
programs/oeis/178/A178732.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/178/A178732.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/178/A178732.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A178732: a(n) = n XOR 6n, where XOR is bitwise XOR. ; Coded manually 2021-03-30 by Simon Strandgaard, https://github.com/neoneye ; 0,7,14,17,28,27,34,45,56,63,54,73,68,67,90,85,112,119,126,97,108,107,146,157,136,143,134,185,180,179,170,165,224,231,238,241,252,251,194,205,216,223,214,297,292,291,314,309,272,279,286,25...
32.222222
206
0.668966
9de1376db911b297e2905dabeb15d9d62e9c70a5
671
asm
Assembly
oeis/157/A157877.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/157/A157877.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/157/A157877.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A157877: Expansion of (1-x)*x/(x^2-30*x+1). ; Submitted by Jamie Morken(s1) ; 1,29,869,26041,780361,23384789,700763309,20999514481,629284671121,18857540619149,565096933903349,16934050476481321,507456417360536281,15206758470339607109,455695297692827676989,13655652172314490702561,409213869871741893399841,12262760443979...
41.9375
481
0.834575
97474e8862a331a0b62a150f6fa01bf927e41fef
495
asm
Assembly
oeis/078/A078034.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/078/A078034.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/078/A078034.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A078034: Expansion of (1-x)/(1+2*x^2-2*x^3). ; Submitted by Simon Strandgaard ; 1,-1,-2,4,2,-12,4,28,-32,-48,120,32,-336,176,736,-1024,-1120,3520,192,-9280,6656,18944,-31872,-24576,101632,-14592,-252416,232448,475648,-969728,-486400,2890752,-966656,-6754304,7714816,11575296,-28938240,-7720960,81027072,-42434560,-1774...
22.5
245
0.642424
875f616aabe7a431c2be4ee4ce0220fa9faab638
416
asm
Assembly
programs/oeis/174/A174634.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/174/A174634.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/174/A174634.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A174634: a(n) = 3^n*F(n+2). ; 1,6,27,135,648,3159,15309,74358,360855,1751787,8503056,41275251,200353257,972537030,4720790403,22915204479,111232727064,539935021503,2620899608085,12722114017782,61754438526111,299762341738371,1455076971950112,7063091991495675 add $0,1 mov $2,2 mov $4,4 lpb $0 sub $0,1 mov $3,$1 m...
20.8
228
0.706731
1aba3803aa044f5979cce565304fcb63eae92806
1,682
asm
Assembly
std/sys/x86_64.asm
mossx-dev/Mycore
eb84409f1a263204d30ef0b9d4254a96a121726f
[ "MIT" ]
null
null
null
std/sys/x86_64.asm
mossx-dev/Mycore
eb84409f1a263204d30ef0b9d4254a96a121726f
[ "MIT" ]
null
null
null
std/sys/x86_64.asm
mossx-dev/Mycore
eb84409f1a263204d30ef0b9d4254a96a121726f
[ "MIT" ]
null
null
null
%ifndef _sys_platform_asm_ %define _sys_platform_asm_ sys~fd~in: equ 0x0 sys~fd~out: equ 0x1 sys~fd~err: equ 0x2 sys~id~read: equ 0x00 sys~id~write: equ 0x01 sys~id~open: equ 0x02 sys~id~close: equ 0x03 sys~id...
22.131579
36
0.520214
15e51a75fbf01c04a704638eebe3a8e8c8774d6a
2,975
asm
Assembly
lib/target/pc88/classic/bootstrap.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
lib/target/pc88/classic/bootstrap.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
lib/target/pc88/classic/bootstrap.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Disk bootstrap for the pc88 ; SECTION BOOTSTRAP EXTERN __DATA_END_tail org $f000 di ld hl,$c000 ld de,$f000 ld bc,512 ldir jp entry console_defn: defb "0,25,0,1",0 entry: xor a ld ($e6a7),a ;Disable cursor call $428b ;Stop cursor blink ld hl,console_defn ; call $7071 ; Console entry call $...
17
107
0.58084
c684a2a36c85b36455a9d5e24008610a8a9feba7
182
a51
Assembly
a51test/(02)LJMP_a16.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
a51test/(02)LJMP_a16.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
a51test/(02)LJMP_a16.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
;LJMP addr16 LJMP 0x10 cseg at 0x10 mov a,#1 LJMP 0xFF00 cseg at 0xF0 mov a,#0xFF LJMP 0x10 cseg at 0xff00 mov a,#0xF LJMP 0xFFFB cseg at 0xFFFB mov a,#0xF0 LJMP 0xF0
9.578947
14
0.692308
380ce2dfda1e915e6d30a9d30682c849c946985d
352
asm
Assembly
programs/oeis/004/A004083.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/004/A004083.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/004/A004083.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A004083: Numbers n such that cos(n-1) <= 0 and cos(n) > 0. ; 5,11,18,24,30,37,43,49,55,62,68,74,81,87,93,99,106,112,118,125,131,137,143,150,156,162,169,175,181,187,194,200,206,213,219,225,231,238,244,250,257,263,269,275,282,288,294,301,307,313,319,326,332,338,345 mov $3,$0 mul $0,2 mov $1,$0 add $1,4 div $1,7 add $1...
27.076923
204
0.653409
bf13e34b5609bc544eec0c26fa2c2862686f3840
195
asm
Assembly
examples/benchmark/fake_program/program.asm
richinseattle/mesos
1da02c808dd2132d9beef20ef5156658e7907075
[ "MIT" ]
375
2019-02-10T12:41:57.000Z
2022-03-30T13:32:46.000Z
examples/benchmark/fake_program/program.asm
richinseattle/mesos
1da02c808dd2132d9beef20ef5156658e7907075
[ "MIT" ]
10
2019-02-10T11:43:32.000Z
2020-04-08T00:28:58.000Z
examples/benchmark/fake_program/program.asm
richinseattle/mesos
1da02c808dd2132d9beef20ef5156658e7907075
[ "MIT" ]
40
2019-02-10T16:56:38.000Z
2022-03-13T10:19:31.000Z
[bits 64] section .code global mainCRTStartup mainCRTStartup: ; This should be at program.exe+0x1000 nop ; This should be at program.exe+0x1001 jmp mainCRTStartup
15
43
0.671795
0c67cd91c7ab36976d446d6e3b9a0921bb98cc30
2,606
nasm
Assembly
BootloaderCorePkg/Library/PagingLib/Ia32/Paging32.nasm
sbl-support/slimbootloader
c6999f497aad12c7004eb61becab1345e5136157
[ "BSD-2-Clause-NetBSD", "BSD-2-Clause", "MIT" ]
1
2019-05-10T16:28:17.000Z
2019-05-10T16:28:17.000Z
BootloaderCorePkg/Library/PagingLib/Ia32/Paging32.nasm
sbl-support/slimbootloader
c6999f497aad12c7004eb61becab1345e5136157
[ "BSD-2-Clause-NetBSD", "BSD-2-Clause", "MIT" ]
null
null
null
BootloaderCorePkg/Library/PagingLib/Ia32/Paging32.nasm
sbl-support/slimbootloader
c6999f497aad12c7004eb61becab1345e5136157
[ "BSD-2-Clause-NetBSD", "BSD-2-Clause", "MIT" ]
null
null
null
;------------------------------------------------------------------------------ ; ; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> ; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD License ; which accompanies this distribution...
25.80198
85
0.43208
e493904b3ad1f3cef5e1349926f5fb9460b2aaf2
36
asm
Assembly
src/main/fragment/mos6502-common/pbuz1_derefidx_(pbuc1_derefidx_vbuxx)=pbuz2_derefidx_vbuyy.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/pbuz1_derefidx_(pbuc1_derefidx_vbuxx)=pbuz2_derefidx_vbuyy.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/pbuz1_derefidx_(pbuc1_derefidx_vbuxx)=pbuz2_derefidx_vbuyy.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
lda ({z2}),y ldy {c1},x sta ({z1}),y
12
12
0.5
b76ad49c1d1cf4a51d0e27cba9fb865c96f37c5b
648
asm
Assembly
src/test/ref/block-error-2.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/block-error-2.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/block-error-2.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Demonstrates error "Sequence does not contain all blocks from the program." // Commodore 64 PRG executable file .file [name="block-error-2.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAf...
19.636364
78
0.623457
4a8dca1f4d1e14147a6ebb2894db04dd5a574a7a
806
asm
Assembly
libsrc/spectrum/opus/opus_testchannel.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/spectrum/opus/opus_testchannel.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/spectrum/opus/opus_testchannel.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; ; ZX Spectrum OPUS DISCOVERY specific routines ; ; Stefano Bodrato - Jun. 2006 ; ; void opus_testchannel (struct X_CHAN channel); ; test channel parameters, return 0 if no errors ; ; $Id: opus_testchannel.asm,v 1.5 2016/06/27 19:16:34 dom Exp $ ; SECTION code_clib PUBLIC opus_testchannel PUBLIC _opus_testch...
19.190476
63
0.69727
8a6b69c3d0fd7d5de605706d04c69b4eb410a89e
237
asm
Assembly
Src/Ant8/Tests/Ant8/basic/02_add_r0.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Src/Ant8/Tests/Ant8/basic/02_add_r0.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Src/Ant8/Tests/Ant8/basic/02_add_r0.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
1
2020-07-15T04:09:05.000Z
2020-07-15T04:09:05.000Z
# $Id: 02_add_r0.asm,v 1.2 2001/03/22 00:39:03 ellard Exp $ # # Copyright 1999-2000 by the President and Fellows of Harvard College. # See LICENSE.txt for license information. # #@ tests add for r0 # OK lc r2, 1 add r0, r2, r2 hlt
16.928571
70
0.687764
5dfc08f4a48bae5af6bfd036bd4ad9fee58cbc3a
3,794
asm
Assembly
Transynther/x86/_processed/US/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_123_516.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_123_516.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_123_516.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0xf29e, %rsi lea addresses_normal_ht+0x6dbe, %rdi nop nop nop nop cmp %r11, %r11 mov $90, %rcx rep movsb nop add %r14, %r14 lea addresses_D_ht+0x1bffe, %r9 nop nop nop nop cmp ...
22.583333
368
0.637586
8ae00d47e217f4594a80136759178b1570ab0fc8
7,880
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_970.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_970.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_970.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 %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xf211, %r8 nop nop nop nop nop and $8122, %rbx movl $0x61626364, (%r8) nop nop nop nop nop and $22702, %rbp lea addresses_WT_ht+0x1acf2, %rax clflush (%rax) nop dec ...
34.41048
2,999
0.658629
5fffcbca999c39e02c4fc1a8de59c40ca3d1adac
83,355
asm
Assembly
non_regression/other_x86_linux_31.o.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
1
2021-02-28T21:31:18.000Z
2021-02-28T21:31:18.000Z
non_regression/other_x86_linux_31.o.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
null
null
null
non_regression/other_x86_linux_31.o.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
null
null
null
.file "(extract)sblat2.f" .data .local snames.1550 .type snames.1550, @object snames.1550: .ascii "SGEMV SGBMV SSYMV SSBMV SSPMV STRMV STBMV STPMV STRSV STBSV STPSV SGER SSYR SSPR SSYR2 SSPR2 " .size snames.1550, 96 # ---------------------- .section .rodata .LC00000000: .long 32 .LC00000004: .string "...
24.09104
313
0.51499
63db5fcdc8bb63fbe51924d7ba0f010ad9f0f10f
18,722
asm
Assembly
start9.asm
RonRud/PlatformerASM
21cf14e310756c351eabf2f84b7df65ee97fae8d
[ "MIT" ]
null
null
null
start9.asm
RonRud/PlatformerASM
21cf14e310756c351eabf2f84b7df65ee97fae8d
[ "MIT" ]
null
null
null
start9.asm
RonRud/PlatformerASM
21cf14e310756c351eabf2f84b7df65ee97fae8d
[ "MIT" ]
null
null
null
;שם בית הספר: דה שליט ;שם התלמיד: רון רודיך ;שם המנחה: איזבלה טבלין ;ת.ז: 326240603 ;שם חלופה: 899283 IDEAL MODEL small STACK 100h DATASEG ;map is 80,50 every map index represents 4/4 map db 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...
29.907348
167
0.591283
9a99fdf281370f3e78b4087f31236a6fd232cf3b
681
asm
Assembly
oeis/155/A155122.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/155/A155122.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/155/A155122.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A155122: a(n) = 4*(3*n+2)*(2*n+1)*(n+2)*(n+1). ; Submitted by Christian Krause ; 0,16,360,1920,6160,15120,31416,58240,99360,159120,242440,354816,502320,691600,929880,1224960,1585216,2019600,2537640,3149440,3865680,4697616,5657080,6756480,8008800,9427600,11027016,12821760,14827120,17058960,19533720,22268416,25280640,2...
42.5625
494
0.784141
875a2b7d79804fb11ec5f3ceb40430d9b2564f43
38,532
asm
Assembly
next_level/demosrc/s_itwasnicetoknowyou.asm
viznut/demoscene
0a9b663a18ce5c31a1243fbdb85794325eeed1d8
[ "CC0-1.0" ]
14
2021-01-06T12:13:48.000Z
2021-02-10T20:39:48.000Z
next_level/demosrc/s_itwasnicetoknowyou.asm
viznut/demoscene
0a9b663a18ce5c31a1243fbdb85794325eeed1d8
[ "CC0-1.0" ]
null
null
null
next_level/demosrc/s_itwasnicetoknowyou.asm
viznut/demoscene
0a9b663a18ce5c31a1243fbdb85794325eeed1d8
[ "CC0-1.0" ]
null
null
null
;,; lyrics_itwasnicetoknowyou .withinpagefrom=lyrics ;,; <- lyrics !byte $31,$19,$1d ; IT !byte $26,$30,$14,$09 ; WAS !byte $22,$2a,$21,$24 ; NICE !byte $29,$1d,$36 ; TO !byte $22,$30,$36 ; KNOW !byte $21,$06 ; YOU !byte $06,$09,$89 !byte $31,$19,$1d ; IT !byte $26,$30,$14 ; WAS !byte $22,$3a,$21,$2...
24.249213
67
0.66716
1f067a259d32bcbf598d706345e8dd266c70cfb2
2,348
asm
Assembly
src/mods/sideindex_improvements_v2.asm
mvdhout1992/ts-patches
a426970abeb6993eea6703d1a756fd74489ffed2
[ "MIT" ]
33
2016-07-30T14:17:28.000Z
2021-12-19T15:45:19.000Z
src/mods/sideindex_improvements_v2.asm
A-Productions/ts-patches
326db731f7226d9e803feab475777c730688634e
[ "MIT" ]
73
2018-08-17T00:25:19.000Z
2021-05-10T08:31:15.000Z
src/mods/sideindex_improvements_v2.asm
A-Productions/ts-patches
326db731f7226d9e803feab475777c730688634e
[ "MIT" ]
18
2017-05-16T11:28:06.000Z
2022-03-20T20:41:03.000Z
; Support for multiple sides for Prerequisites and AITriggerTypes ; This removes some assumptions that there are only two sides, called "GDI" and ; "Nod" with index 0 and 1 respectively, and all other country IDs get -1. After ; applying this hack, only "Neutral" and "Special" will get the invalid side ; index -1 whil...
28.634146
80
0.718058
018f5eafd2d7b48a6b71125f7b09d220f2c60c4f
2,882
asm
Assembly
target/analysis/Func004025E0.asm
katahiromz/DecodersTatami
74df450ff66e28d9c7d185b5b4a064aa74c250b2
[ "MIT" ]
3
2021-06-27T13:11:40.000Z
2021-06-28T13:08:29.000Z
target/analysis/Func004025E0.asm
katahiromz/DecodersTatami
74df450ff66e28d9c7d185b5b4a064aa74c250b2
[ "MIT" ]
1
2021-06-28T13:48:17.000Z
2021-06-28T13:48:17.000Z
target/analysis/Func004025E0.asm
katahiromz/DecodersTatami
74df450ff66e28d9c7d185b5b4a064aa74c250b2
[ "MIT" ]
2
2021-06-27T14:26:41.000Z
2021-10-06T04:51:46.000Z
proc Func004025E0 Label_004025E0 attrs [[cdecl]] # call_from : 00401C20 00401C80 # call_to : 00402490 # jump_to : 00402630 0040263E 00402646 00402648 00402650 Label_004025E0: 004025E0: 31 C9 : xor ecx, ecx 004025E2: 66 81 3D 00 00 40 00 4D 5A : cmp word [0x400000], 0x5a4d 0040...
56.509804
91
0.444483
8bd7a8700c82724f39f23c58ce5471b5101954d8
801
asm
Assembly
programs/oeis/141/A141889.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/141/A141889.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/141/A141889.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A141889: Primes congruent to 4 mod 21. ; 67,109,151,193,277,487,571,613,739,823,907,991,1033,1117,1201,1327,1453,1579,1621,1663,1747,1789,1831,1873,1999,2083,2251,2293,2377,2503,2671,2713,2797,3049,3217,3259,3301,3343,3469,3511,3637,3847,3889,3931,4057,4099,4519,4561,4603,4729,4813,5023,5107,5233,5443,5527,5569,5653,...
33.375
489
0.709114
9b14267c71a430a0e61d099db844bdefd3b14b7c
366
asm
Assembly
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_read.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_read.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/sccz80/esx_f_read.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; uint16_t esx_f_read(unsigned char handle, void *dst, size_t nbytes) SECTION code_esxdos PUBLIC esx_f_read EXTERN asm_esx_f_read esx_f_read: pop af pop bc pop hl pop de push de push hl push bc push af ld a,e jp asm_esx_f_read ; SDCC bridge for Classic IF __CLASSIC PUBLIC _es...
12.2
69
0.713115
ba7932c5f3594c27132a2920b4d3d2e079a8e81e
2,800
asm
Assembly
vintage/context/contextu_msvc_x64.asm
peigongdh/collection
0dec77452309263a1ad062b257e0768d7b86dc5e
[ "MIT" ]
41
2016-11-16T11:21:49.000Z
2022-03-03T14:05:54.000Z
vintage/context/contextu_msvc_x64.asm
peigongdh/collection
0dec77452309263a1ad062b257e0768d7b86dc5e
[ "MIT" ]
2
2018-09-20T08:07:51.000Z
2019-10-16T10:06:39.000Z
vintage/context/contextu_msvc_x64.asm
peigongdh/collection
0dec77452309263a1ad062b257e0768d7b86dc5e
[ "MIT" ]
18
2016-11-18T09:49:25.000Z
2022-03-28T02:40:45.000Z
IFDEF RAX PUBLIC ctx_getcontext, ctx_setcontext, ctx_swapcontext .code ctx_getcontext PROC mov rax,rcx; mov [rax + 24], rdx; mov [rax],rax mov [rax+8],rbx mov [rax+16],rcx mov [rax+32],rsi mov [rax+40],rdi lea rdx,[rsp+8] mov [rax+48],rdx mov [rax+56],rbp mov...
21.374046
55
0.573214
d20f0f3c6b8123f8e25a1d7ddf6e23c6fa937701
338
asm
Assembly
programs/oeis/094/A094921.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/094/A094921.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/094/A094921.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A094921: (6^n-1)/5 mod n. ; 0,1,1,3,0,1,1,3,7,5,1,7,1,7,10,3,1,7,1,15,1,7,1,19,0,7,16,7,1,25,1,19,10,7,15,7,1,7,4,35,1,7,1,39,25,7,1,19,29,25,43,51,1,43,15,35,43,7,1,55,1,7,43,51,60,25,1,55,43,35,1,43,1,7,25,31,8,49,1,35,16,7,1,7,25,7,43,27 add $0,1 mov $2,$0 lpb $0 sub $0,1 add $1,1 mod $1,$2 mul $1,6 lpe d...
24.142857
214
0.553254
d382bb57f0553389250d5d419e71f0bf3e4a94d3
2,858
asm
Assembly
kernel/vector.asm
nelsoncole/sirius-efi
6918a74f1eb42cd17312766db36a65efcb4dda32
[ "BSD-3-Clause" ]
6
2019-11-20T09:19:35.000Z
2022-01-06T17:15:55.000Z
kernel/vector.asm
nelsoncole/sirius-efi
6918a74f1eb42cd17312766db36a65efcb4dda32
[ "BSD-3-Clause" ]
null
null
null
kernel/vector.asm
nelsoncole/sirius-efi
6918a74f1eb42cd17312766db36a65efcb4dda32
[ "BSD-3-Clause" ]
1
2019-11-01T23:31:39.000Z
2019-11-01T23:31:39.000Z
;========================================================================================== ; ; Copyright (c) 2013 Sirius Corporation ; Nelson Sapalo da Siva Cole ; Lubango, 27 de Outubro de 2019 - Hora: 18h03 ; File Name: vector.asm ; ;==============================================================================...
13.41784
96
0.683695
cabef0a9d537aed6a27a0a59796ef16b812625e5
676
asm
Assembly
libsrc/_DEVELOPMENT/math/float/am9511/z80/am32__dtoa_sgnabs.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/am9511/z80/am32__dtoa_sgnabs.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/am9511/z80/am32__dtoa_sgnabs.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Copyright (c) 2020 Phillip Stevens ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can obtain one at http://mozilla.org/MPL/2.0/. ; ; feilipu, August 2020 ; ;-----------------------------------------------...
19.882353
74
0.556213
3af5b0a95e1b7f0080b4a3ef9e362e8868ece759
235
asm
Assembly
smsq/java/ip/version.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/java/ip/version.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/java/ip/version.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; IP Version section version xdef ip_vmess xdef ip_vmend xdef ip_vers ; V1.00 Initial version ; 1.01 adapted for java by wl ip_vers equ '1.02' ip_vmess dc.w 'JAVA IP devices V' dc.l ip_vers dc.b ' ',$a ip_vmend ds.w 0 end
12.368421
29
0.697872
e5d3bd26c31305944b2a457f0aa0cf67902d84fd
211
asm
Assembly
test/hack_programs/fill.asm
mbalestrini/hack_soc
157428ee6856a9e4cee5953b8b3c144b4f57f5ee
[ "Apache-2.0" ]
1
2021-12-18T18:31:53.000Z
2021-12-18T18:31:53.000Z
test/hack_programs/fill.asm
mbalestrini/hack_soc
157428ee6856a9e4cee5953b8b3c144b4f57f5ee
[ "Apache-2.0" ]
null
null
null
test/hack_programs/fill.asm
mbalestrini/hack_soc
157428ee6856a9e4cee5953b8b3c144b4f57f5ee
[ "Apache-2.0" ]
null
null
null
@0 D=A @R3 M=D (LOOP) @SCREEN D=A @R3 D=D+M @R4 M=D @21845 D=0 @R4 A=M M=D @R3 D=M MD=D+1 @8192 D=A-D @FINISH D;JEQ @LOOP 0;JMP (FINISH) @FINISH 0;JMP @0 @0 @0 @0
5.146341
9
0.445498
8444c415ab169f6c09bb29c4ad747983fb4bbb19
17,998
asm
Assembly
libav-12.3/libavcodec/x86/hevc_mc.asm
aldarons-tech/aci
0fc09bea7274737a2aa7a3422d65e2630af64b58
[ "MIT" ]
null
null
null
libav-12.3/libavcodec/x86/hevc_mc.asm
aldarons-tech/aci
0fc09bea7274737a2aa7a3422d65e2630af64b58
[ "MIT" ]
3
2020-07-02T01:33:51.000Z
2020-08-11T14:40:29.000Z
libav-12.3/libavcodec/x86/hevc_mc.asm
aldarons-tech/aci
0fc09bea7274737a2aa7a3422d65e2630af64b58
[ "MIT" ]
null
null
null
;***************************************************************************** ;* x86-optimized HEVC MC ;* Copyright 2015 Anton Khirnov ;* ;* This file is part of Libav. ;* ;* Libav is free software; you can redistribute it and/or ;* modify it under the terms of the GNU Lesser General Public ;* License as published by ...
21.124413
153
0.6009
5a2360125c71e84433eaf8860a6c6b301016d449
147
asm
Assembly
libsrc/target/laser500/graphics/xor_MODE0.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
libsrc/target/laser500/graphics/xor_MODE0.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
libsrc/target/laser500/graphics/xor_MODE0.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1
2019-12-03T23:28:20.000Z
2019-12-03T23:28:20.000Z
SECTION code_clib PUBLIC xor_MODE0 .xor_MODE0 defc NEEDxor = 1 INCLUDE "graphics/generic_console/pixel.asm"
16.333333
52
0.612245
d4aaede29b7cbecc0f00a11f45a6654c97d917f0
14,779
asm
Assembly
player.asm
duduFreire/hellTakerASM
7c4fcf17cb1bbffb74b1046e836afe7120a62fa0
[ "MIT" ]
null
null
null
player.asm
duduFreire/hellTakerASM
7c4fcf17cb1bbffb74b1046e836afe7120a62fa0
[ "MIT" ]
null
null
null
player.asm
duduFreire/hellTakerASM
7c4fcf17cb1bbffb74b1046e836afe7120a62fa0
[ "MIT" ]
null
null
null
# WORD : i 0 # WORD : j 4 # WORD: moves 8 # WORD: gotKey 12 # TOTAL SIZE : 16 BYTES .data .include "resources/heroImage.s" .text # a0 = this # a1 = i # a2 = j # a3 = moves player_initialize: # this.i = i sw a1, 0(a0) # this.j = j sw a2, 4(a0) # this.moves = moves sw a3, 8(a0) # gotKey = false sw zero, ...
15.251806
46
0.606875
027a9984e464afd4ac439d93436a124aaf54bb2a
2,368
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_136_1655.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_136_1655.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_136_1655.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r15 push %rcx push %rdx push %rsi lea addresses_D_ht+0x182b1, %rsi add %rdx, %rdx and $0xffffffffffffffc0, %rsi vmovntdqa (%rsi), %ymm7 vextracti128 $0, %ymm7, %xmm7 vpextrq $0, %xmm7, %rcx nop nop sub %r15, %r15 pop %rsi pop %rdx pop %rcx pop %r15 ret .global s_f...
20.591304
407
0.655405
081ff85624889d4a11423da801f764ab005fe40c
351
asm
Assembly
oeis/052/A052685.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/052/A052685.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/052/A052685.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A052685: E.g.f. (1-x^2)/(1-x-2x^2+x^4). ; Submitted by Christian Krause ; 1,1,4,24,168,1680,18720,252000,3830400,65681280,1251936000,26225337600,599710003200,14851444608000,396138155212800,11320537003776000,345079573622784000,11176410365632512000 mov $2,$0 seq $0,52535 ; Expansion of (1-x)*(1+x)/(1-x-2*x^2+x^4). lpb...
31.909091
174
0.723647
4dba2c965ea49fb6fdcbeef1e70066522ab0490b
887
asm
Assembly
palindrome.asm
ILZM/mips_examples
eddd38d1721756c6aa7b916b434a7980a2b3e2d5
[ "Unlicense" ]
null
null
null
palindrome.asm
ILZM/mips_examples
eddd38d1721756c6aa7b916b434a7980a2b3e2d5
[ "Unlicense" ]
null
null
null
palindrome.asm
ILZM/mips_examples
eddd38d1721756c6aa7b916b434a7980a2b3e2d5
[ "Unlicense" ]
null
null
null
.data string: .asciiz "amipsspima" .text j main find_length: add $sp, $sp, -8 sw $a0, 0($sp) sw $ra, 4($sp) li $v0, 0 while_fl: lbu $t0, 0($a0) beq $t0, 0, found_length add $a0, $a0, 1 add $v0, $v0, 1 j while_fl found_length: lw $a0, 0($sp) lw $ra, 4($sp) add $sp, $sp, 8 jr $ra is_palindrome:...
11.519481
32
0.538895
c1a0d913edaaff8be72adf50338e3e524e505e02
8,301
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_681.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.log_21829_681.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.log_21829_681.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 %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x140d4, %rsi lea addresses_WT_ht+0x1c514, %rdi nop nop nop and $32789, %r14 mov $120, %rcx rep movsq nop nop nop nop cmp $59835, %r12 lea addresses_normal_ht+0x132d4, %rsi nop...
32.681102
2,999
0.654981
5e71fa9df808d0922fe715b2889f08ab749742bb
490
asm
Assembly
programs/oeis/007/A007892.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/007/A007892.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/007/A007892.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A007892: A Kutz sequence. ; 1,4,9,1,4,9,16,4,9,16,25,9,16,25,36,16,25,36,49,25,36,49,64,36,49,64,81,49,64,81,100,64,81,100,121,81,100,121,144,100,121,144,169,121,144,169,196,144,169,196,225,169,196,225,256,196,225,256,289,225,256,289,324,256,289,324,361,289,324,361,400,324,361,400,441,361,400,441,484,400,441,484,529,...
44.545455
359
0.683673
3fdea77dc52e6723a66d3319ec03d91cceada18e
9,117
asm
Assembly
2021/assembly-language-and-microcomputer-interface/exp-3/main.asm
Overloadlightning/BIT
de85cb74523d63b22b0118c26c65f854b7d2df86
[ "MIT" ]
6
2021-10-30T06:07:42.000Z
2022-03-02T15:24:57.000Z
2021/assembly-language-and-microcomputer-interface/exp-3/main.asm
Overloadlightning/BIT
de85cb74523d63b22b0118c26c65f854b7d2df86
[ "MIT" ]
null
null
null
2021/assembly-language-and-microcomputer-interface/exp-3/main.asm
Overloadlightning/BIT
de85cb74523d63b22b0118c26c65f854b7d2df86
[ "MIT" ]
1
2022-02-21T15:37:49.000Z
2022-02-21T15:37:49.000Z
.386 .model flat,stdcall option casemap:none include msvcrt.inc includelib msvcrt.lib include user32.inc includelib user32.lib include kernel32.inc includelib kernel32.lib include windows.inc includelib masm32.lib include masm32.inc includelib gdi32.lib include gdi32.inc MAX_LINE_LENGTH equ 1024...
35.893701
151
0.761873
e09f25096cd0dc128da46b10935c93e23fbcdd98
399
asm
Assembly
oeis/013/A013326.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/013/A013326.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/013/A013326.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A013326: Expansion of -(2*x^3-x^2+x-1)/(x^4-3*x^3+3*x^2-3*x+1). ; Submitted by Jamie Morken(s1) ; 1,2,4,7,14,31,68,146,313,674,1453,3130,6740,14515,31262,67331,145012,312314,672637,1448674,3120041,6719698,14472356,31169423,67130254,144579863,311384740,670635970,1444363025 mov $1,1 lpb $0 sub $0,1 add $2,$1 add...
23.470588
176
0.659148
ec7604f83368ea27297fa85d7db707a2bfa43520
531
asm
Assembly
programs/oeis/122/A122199.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/122/A122199.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/122/A122199.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A122199: Permutation of natural numbers: a recursed variant of A122155. ; 0,1,2,3,4,7,6,5,8,13,14,15,12,11,10,9,16,25,26,27,28,31,30,29,24,21,22,23,20,19,18,17,32,49,50,51,52,55,54,53,56,61,62,63,60,59,58,57,48,41,42,43,44,47,46,45,40,37,38,39,36,35,34,33,64,97,98,99,100,103,102 mov $3,2 mov $5,$0 lpb $3 mov $0,$5...
22.125
207
0.608286
e4653011f450f4edd4dd24d72b15ed22c120291c
7,494
asm
Assembly
s1/music-original/Mus8B - Ending.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
9
2017-10-09T20:28:45.000Z
2021-06-29T21:19:20.000Z
s1/music-original/Mus8B - Ending.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
12
2018-08-01T13:52:20.000Z
2022-02-21T02:19:37.000Z
s1/music-original/Mus8B - Ending.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
2
2018-02-17T19:50:36.000Z
2019-10-30T19:28:06.000Z
Mus8B_Ending_Header: smpsHeaderStartSong 1 smpsHeaderVoice Mus8B_Ending_Voices smpsHeaderChan $06, $03 smpsHeaderTempo $01, $05 smpsHeaderDAC Mus8B_Ending_DAC smpsHeaderFM Mus8B_Ending_FM1, $F4, $0E smpsHeaderFM Mus8B_Ending_FM2, $F4, $09 smpsHeaderFM Mus8B_Ending_FM3, $...
31.095436
86
0.598345
3a4724e2fc13f451be778c8099ce9a8e401e596f
4,791
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1672.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1672.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1672.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 %rdx push %rsi lea addresses_D_ht+0x404e, %rsi nop nop nop nop sub %r10, %r10 mov (%rsi), %edx nop nop sub $62180, %r13 pop %rsi pop %rdx pop %r13 pop %r10 ret .global s_faulty_load s_faulty_load: push %r10 push %r13 push %r14 push %r15 push %rd...
46.067308
2,999
0.6579
d6545ca3acfe95f360bd7a21dae66f88f1427b44
6,967
asm
Assembly
Library/Chart/CBody/cbodyCreate.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Chart/CBody/cbodyCreate.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Chart/CBody/cbodyCreate.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: FILE: cbodyCreate.asm AUTHOR: Chris Boyke REVISION HISTORY: Name Date Description ---- ---- ----------- CDB 12/18/91 Initial Revision ...
21.30581
79
0.592077
af4525c56d4f93a53595267216f9c86fca369b8b
328
asm
Assembly
libsrc/rex/farcall/farcall.asm
andydansby/z88dk-mk2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
1
2020-09-15T08:35:49.000Z
2020-09-15T08:35:49.000Z
libsrc/rex/farcall/farcall.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
libsrc/rex/farcall/farcall.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
; ; Far Call for REX6000 ; ; FarCall function to call code in other mem pages ; Daniel ; ; $Id: farcall.asm,v 1.3 2002/04/10 20:16:25 dom Exp $ ; XLIB farcall .farcall pop hl ;return addr pop bc ;Lib page pop de ;LibMain addr push de push bc push hl in a,(1) ld h,0 ld l,a push hl push de ld a,c jp...
11.714286
54
0.643293
09d2e7787e4e840f11cc679b9e4694f4aa36bf2c
90
asm
Assembly
lab1/example_c_1.asm
0000Blaze/Microprocess
8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330
[ "MIT" ]
null
null
null
lab1/example_c_1.asm
0000Blaze/Microprocess
8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330
[ "MIT" ]
null
null
null
lab1/example_c_1.asm
0000Blaze/Microprocess
8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330
[ "MIT" ]
null
null
null
# ORG 8000 LXI B,8090 LXI D,80A0 LDAX B STAX D HLT # ORG 8090 # DB AA
10
14
0.522222
7c9946725ad48262f283f83cb3618cdbe1084a7a
1,925
asm
Assembly
src/input.asm
RysteQ/SBOS
1927e2ed1f1a70e3329a445ab91360c2af98479b
[ "MIT" ]
null
null
null
src/input.asm
RysteQ/SBOS
1927e2ed1f1a70e3329a445ab91360c2af98479b
[ "MIT" ]
null
null
null
src/input.asm
RysteQ/SBOS
1927e2ed1f1a70e3329a445ab91360c2af98479b
[ "MIT" ]
null
null
null
get_input: pusha ; prepare the registers mov si, input_buffer mov di, previous_command xor dx, dx xor cl, cl mov cl, byte INPUT_BUFFER_SIZE dec cl get_char: ; get the character mov ah, byte 0x00 int 0x16 ; check if the user pressed the enter button ...
21.153846
69
0.588052
44f3bfe6a49f3ab107873b64f135bc72dddf4ae0
608,338
asm
Assembly
dino/lc/1p.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
6
2020-10-14T15:29:10.000Z
2022-02-12T18:58:54.000Z
dino/lc/1p.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
dino/lc/1p.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
1
2020-12-17T08:59:10.000Z
2020-12-17T08:59:10.000Z
copyright zengfr site:http://github.com/zengfr/romhack 00041E movea.l #$ff0000, A0 000424 move.w #$3fff, D0 000428 moveq #$0, D1 00042A move.l D1, (A0)+ 00042C dbra D0, $42a [FFB69E, FFB692, FFB694, FFB690, FFB68E, FFB69A, FFB69C, FFB696, FFB698, FF89CE, FFC9C6, FF89CC, FFC9C8, FF89D2, FFC9C2, FF89D0, ...
193.123175
68,633
0.723989
a5bd040cb1cfc97255d8450cffc3dfdb43eb3dcf
575
asm
Assembly
programs/oeis/098/A098500.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/098/A098500.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/098/A098500.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A098500: Number of squares on infinite quarter chessboard at <=n knight moves from the corner. ; 1,3,12,32,59,91,130,176,229,289,356,430,511,599,694,796,905,1021,1144,1274,1411,1555,1706,1864,2029,2201,2380,2566,2759,2959,3166,3380,3601,3829,4064,4306,4555,4811,5074,5344,5621,5905,6196,6494,6799,7111,7430 mov $1,$0 ...
17.96875
211
0.643478
f4afdb26bd74f8832a698e7538ea9bed4d44c0a1
1,249
asm
Assembly
bootloader/init.asm
davidepianca98/hoho
eec1fc695dd800296ccb09e0455cfecabd3e152d
[ "Apache-2.0" ]
7
2016-09-15T18:33:28.000Z
2021-07-03T13:53:18.000Z
bootloader/init.asm
davidepianca98/hoho
eec1fc695dd800296ccb09e0455cfecabd3e152d
[ "Apache-2.0" ]
2
2016-09-17T17:25:18.000Z
2018-12-17T20:43:19.000Z
bootloader/init.asm
davidepianca98/hoho
eec1fc695dd800296ccb09e0455cfecabd3e152d
[ "Apache-2.0" ]
3
2017-04-21T09:05:36.000Z
2021-07-09T17:05:08.000Z
; ; Copyright 2016 Davide Pianca ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law or agreed to in...
19.515625
75
0.680544
9d76b507e1ffdaf35c3ef078344bbce5be0df0d5
774
asm
Assembly
oeis/023/A023436.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/023/A023436.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/023/A023436.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A023436: Dying rabbits: a(n) = a(n-1) + a(n-2) - a(n-6). ; Submitted by Jon Maiga ; 0,1,1,2,3,5,8,12,19,29,45,69,106,163,250,384,589,904,1387,2128,3265,5009,7685,11790,18088,27750,42573,65314,100202,153726,235840,361816,555083,851585,1306466,2004325,3074951,4717460,7237328,11103203,17034065,26132943,40092057,61507540...
35.181818
501
0.728682
572b6fe3dbe94dd6ab7d2514a2e81476ae7e491e
460
asm
Assembly
programs/oeis/084/A084526.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/084/A084526.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/084/A084526.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A084526: The length of each successively larger, indecomposable, 'prime' 3-ball ground-state site swap given in A084521, i.e., the number of digits in each term of A084522. ; 1,2,3,3,3,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,6,6,6,6,6,6,6,6,6,6,6,6,6...
35.384615
201
0.604348
e255c8b81bd4cdfb1dfe3c98cda723803f4df84a
1,040
asm
Assembly
Codes/Chapter07/P06/P07-06.asm
ar-ekt/Dandamudi-Assembly-Solutions
876097a20420b125b19ec9e71cc480cc08b47997
[ "MIT" ]
8
2021-03-04T18:31:42.000Z
2021-11-03T04:41:25.000Z
Codes/Chapter07/P06/P07-06.asm
ar-ekt/Dandamudi-Assembly-Solutions
876097a20420b125b19ec9e71cc480cc08b47997
[ "MIT" ]
null
null
null
Codes/Chapter07/P06/P07-06.asm
ar-ekt/Dandamudi-Assembly-Solutions
876097a20420b125b19ec9e71cc480cc08b47997
[ "MIT" ]
1
2021-11-09T09:49:00.000Z
2021-11-09T09:49:00.000Z
global _start extern ExitProcess %include "lib.h" section .data inMSG db "N (0 < N < 53105): ", 0 outMSG1 db "lhs: ", 0 outMSG2 db "rhs: ", 0 outMSG3 db "equal", 0 nwln db 10, 0 section .bss inBuffer resb 20 tempBuffer resw 1 leftHandSide resd 1 rightHandSide resd 1 outBuffer r...
17.333333
37
0.625962
fb09118e6b478927a9c70c4344d92d50894a0fbf
148
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/sfc/ys_dorobo.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/sfc/ys_dorobo.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/sfc/ys_dorobo.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: ys_dorobo.asm Type: file Size: 156175 Last-Modified: '2016-05-13T04:51:42Z' SHA-1: EE811F7CF94947A651B52FAF8768C768AB07C9D8 Description: null
21.142857
47
0.817568
98304381fd59d7075944fe056b3cd5edec72ccb1
1,009
asm
Assembly
constant.asm
tor4z/nasm_training
0d7be19c9ff66ca7972e6270388a385c85829814
[ "Unlicense" ]
null
null
null
constant.asm
tor4z/nasm_training
0d7be19c9ff66ca7972e6270388a385c85829814
[ "Unlicense" ]
null
null
null
constant.asm
tor4z/nasm_training
0d7be19c9ff66ca7972e6270388a385c85829814
[ "Unlicense" ]
null
null
null
global _start STDOUT equ 1 STDIN equ 0 SYS_EXIT equ 1 SYS_WRITE equ 4 section .data msg1 db 'Hello programmer!', 0xA, 0xD msg1Len equ $ - msg1 msg2 db 'Welcome to the world of,', 0xA, 0xD msg2Len equ $ - msg2 msg3 db 'Linux assembly programming! ', 0xA msg3Len equ $ - msg3 section .text _start: mov eax,...
18.017857
107
0.722498
dfc20f614fb8ea0a1d156bbcf8f582eb2fadd153
724
asm
Assembly
oeis/190/A190140.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/190/A190140.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/190/A190140.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A190140: a(n) = 2*a(n-1) + a(n-2) + 3*a(n-3), a(0)=1. ; Submitted by Jamie Morken(s3) ; 1,2,5,15,41,112,310,855,2356,6497,17915,49395,136196,375532,1035445,2855010,7872061,21705467,59848025,165017700,454999826,1254561427,3459175780,9537912465,26298684991,72512809787,199938041960,551284948680,1520046368681,41911918119...
40.222222
499
0.776243
8815a7da695e717ba0e6b8820ca3bc77f87392f6
424
asm
Assembly
data/pokemon/base_stats/tangtrip.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
data/pokemon/base_stats/tangtrip.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
data/pokemon/base_stats/tangtrip.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
2
2021-08-11T19:47:07.000Z
2022-01-01T07:07:56.000Z
db 0 ; species ID placeholder db 40, 40, 70, 40, 70, 45 ; hp atk def spd sat sdf db GRASS, GRASS ; type db 140 ; catch rate db 85 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/tangtrip/front.dimensions" db GROWTH_MEDIUM_FAS...
21.2
47
0.679245
9e7afa3454551267bf33ab39f6868d2f527fcfc0
6,778
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_18.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_notsx.log_21829_18.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_notsx.log_21829_18.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 %r14 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x196e1, %rsi lea addresses_D_ht+0x1020a, %rdi nop nop cmp %r9, %r9 mov $59, %rcx rep movsb nop nop nop nop dec %rdx lea addresses_normal_ht+0xc8e7, %r14 nop nop nop nop and %rc...
38.954023
2,999
0.658011
3de22c12c66dc7ec60e1a140228927f671938a57
2,187
asm
Assembly
examples/list_typed_elements.asm
mossx-dev/Mycore
eb84409f1a263204d30ef0b9d4254a96a121726f
[ "MIT" ]
null
null
null
examples/list_typed_elements.asm
mossx-dev/Mycore
eb84409f1a263204d30ef0b9d4254a96a121726f
[ "MIT" ]
null
null
null
examples/list_typed_elements.asm
mossx-dev/Mycore
eb84409f1a263204d30ef0b9d4254a96a121726f
[ "MIT" ]
null
null
null
;; Author: Moss Gallagher ;; Date: 12-Oct-21 %include "std/list.asm" %include "std/arr.asm" %include "std/str.asm" %include "std/int.asm" %include "std/type.asm" global _start section .data create_success: db "Created list with size ", 0 inner_str: db "String", 0 first_size: equ 8 ...
24.852273
98
0.550526
43a0954280b41e064f29c7ac5b217f15daae6567
363
asm
Assembly
oeis/021/A021216.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/021/A021216.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/021/A021216.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A021216: Decimal expansion of 1/212. ; Submitted by Jamie Morken(m2) ; 0,0,4,7,1,6,9,8,1,1,3,2,0,7,5,4,7,1,6,9,8,1,1,3,2,0,7,5,4,7,1,6,9,8,1,1,3,2,0,7,5,4,7,1,6,9,8,1,1,3,2,0,7,5,4,7,1,6,9,8,1,1,3,2,0,7,5,4,7,1,6,9,8,1,1,3,2,0,7,5,4,7,1,6,9,8,1,1,3,2,0,7,5,4,7,1,6,9,8 seq $0,83811 ; Numbers n such that 2n+1 is the d...
45.375
199
0.592287
988f726c7c0b5d60fa62bd09b1fe36d5ff7e429e
401
asm
Assembly
oeis/046/A046877.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/046/A046877.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/046/A046877.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A046877: a(n) = a(n-2) + a(n-3). ; Submitted by Jamie Morken(s4) ; 3,2,6,5,8,11,13,19,24,32,43,56,75,99,131,174,230,305,404,535,709,939,1244,1648,2183,2892,3831,5075,6723,8906,11798,15629,20704,27427,36333,48131,63760,84464,111891,148224,196355,260115,344579 add $0,2 mov $2,3 mov $4,7 lpb $0 sub $0,1 sub $3,$1 ...
21.105263
193
0.63591
b6a1a7c8b50348558dae668e928220cb5e502def
7,222
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_665.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_665.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_665.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 %r14 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1028f, %r10 nop nop nop nop mfence movups (%r10), %xmm1 vpextrq $0, %xmm1, %rsi nop nop nop add $38119, %rsi lea addresses_WC_ht+0x61e8, %r11 nop add %r14, %r14 movw $0x6162,...
35.058252
2,999
0.656466
0d61cfc888440a1d58db869a16ae90472daff3fd
451
asm
Assembly
programs/oeis/315/A315610.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/315/A315610.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/315/A315610.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A315610: Coordination sequence Gal.5.256.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,6,12,14,20,26,32,38,40,46,52,58,64,66,72,78,84,90,92,98,104,110,116,118,124,130,136,142,144,150,156,162,168,170,176,182,188,194,196,202,20...
32.214286
179
0.700665
5881b90ad6cd214531239cd9dfc66805f084c45d
221
asm
Assembly
libsrc/_DEVELOPMENT/sound/bit/c/sccz80/bit_beep_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/sound/bit/c/sccz80/bit_beep_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/sound/bit/c/sccz80/bit_beep_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void bit_beep_callee(uint16_t duration_ms, uint16_t frequency_hz) SECTION code_sound_bit PUBLIC bit_beep_callee EXTERN asm_bit_beep bit_beep_callee: pop af pop hl pop de push af jp asm_bit_beep
12.277778
67
0.760181
1343c3b2738b59c7e512dacdd03684d7daa65fb9
138
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/islessequal.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/islessequal.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/islessequal.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_fp_math48 PUBLIC islessequal EXTERN cm48_sccz80_islessequal defc islessequal = cm48_sccz80_islessequal
13.8
42
0.876812
01180ab58d5b5048e7159ba3ec81a350655d7f3c
833
asm
Assembly
programs/oeis/256/A256716.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/256/A256716.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/256/A256716.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A256716: a(n) = n*(n+1)*(22*n-19)/6. ; 0,1,25,94,230,455,791,1260,1884,2685,3685,4906,6370,8099,10115,12440,15096,18105,21489,25270,29470,34111,39215,44804,50900,57525,64701,72450,80794,89755,99355,109616,120560,132209,144585,157710,171606,186295,201799,218140,235340,253421,272405,292314,313170,334995,357811,381640,4...
55.533333
678
0.776711
7422e96964ac4ba916f4c431001e22a916d04e38
6,230
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i9-9900K_12_0xa0.log_21829_1580.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i9-9900K_12_0xa0.log_21829_1580.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i9-9900K_12_0xa0.log_21829_1580.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 %r14 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x8d14, %rbx nop cmp %rbp, %rbp movl $0x61626364, (%rbx) nop nop nop nop add %r14, %r14 lea addresses_D_ht+0x1bf64, %rbx nop nop nop nop sub %r12, %r12 and $0xff...
36.863905
2,999
0.652167
ee1b0154442a9938545b79fe5d54f3d1fb2f5d59
1,182
asm
Assembly
moves/mvlname.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
28
2015-02-03T01:38:24.000Z
2022-03-23T05:48:24.000Z
moves/mvlname.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
20
2015-01-02T14:51:20.000Z
2021-01-09T21:37:19.000Z
moves/mvlname.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
9
2015-02-11T17:43:56.000Z
2019-09-05T11:07:02.000Z
TITLE MVLNAME - Copyright (c) SLR Systems 1994 INCLUDE MACROS PUBLIC MOVE_ASCIZ_ESI_EDI,MOVE_ASCIZ_ECX_EAX .CODE ROOT_TEXT MOVE_ASCIZ_ECX_EAX PROC ; ;ECX IS SOURCE, EAX IS DESTINATION ; TEST AL,3 JNZ L8$ MOV EDX,EAX L4$: MOV EAX,[ECX] ADD ECX,4 MOV [EDX],EAX ADD EDX,4 TEST AL,AL ...
8.887218
48
0.601523
ba362567cdb544cf0fee752206e650a29fe5852d
795
asm
Assembly
oeis/102/A102080.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/102/A102080.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/102/A102080.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A102080: Number of matchings in the C_n X P_2 (n-prism) graph. ; Submitted by Jon Maiga ; 2,12,32,108,342,1104,3544,11396,36626,117732,378424,1216380,3909830,12567448,40395792,129844996,417363330,1341539196,4312135920,13860583628,44552347606,143205490528,460308235560,1479577849604,4755836293842,15286778495572,4913659...
30.576923
481
0.76478
00010f5f7be1d5ec11d5daa684ee1d8b905387d1
365
asm
Assembly
os/src/entry.asm
riscv-ripper/ripper-os
38ff2d918dc33d80b32118d06f04ca0eacf2a92c
[ "MIT" ]
null
null
null
os/src/entry.asm
riscv-ripper/ripper-os
38ff2d918dc33d80b32118d06f04ca0eacf2a92c
[ "MIT" ]
null
null
null
os/src/entry.asm
riscv-ripper/ripper-os
38ff2d918dc33d80b32118d06f04ca0eacf2a92c
[ "MIT" ]
null
null
null
.section .text.entry .globl _start # 目前 _start 的功能:将预留的栈空间写入 $sp,然后跳转至 rust_main _start: la sp, boot_stack_top call rust_main # 回忆:bss 段是 ELF 文件中只记录长度,而全部初始化为 0 的一段内存空间 # 这里声明字段 .bss.stack 作为操作系统启动时的栈 .section .bss.stack .global boot_stack boot_stack: # 16K 启动栈大小 .space 4096 * 1...
21.470588
46
0.690411
f587aa3c96dbbf773fdefad8adc7aa127800011d
794
asm
Assembly
oeis/340/A340051.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/340/A340051.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/340/A340051.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A340051: Mixed-radix representation of n where the least significant digit is in base 3 and other digits are in base 2. ; Submitted by Jamie Morken(w1) ; 0,1,2,10,11,12,100,101,102,110,111,112,1000,1001,1002,1010,1011,1012,1100,1101,1102,1110,1111,1112,10000,10001,10002,10010,10011,10012,10100,10101,10102,10110,10111...
41.789474
496
0.754408
add8626b6da64faf0bfb4e4888c407beef39cb89
2,227
asm
Assembly
programs/oeis/010/A010801.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/010/A010801.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/010/A010801.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A010801: 13th powers: a(n) = n^13. ; 0,1,8192,1594323,67108864,1220703125,13060694016,96889010407,549755813888,2541865828329,10000000000000,34522712143931,106993205379072,302875106592253,793714773254144,1946195068359375,4503599627370496,9904578032905937,20822964865671168,42052983462257059,81920000000000000,1544723777...
445.4
2,178
0.945218
77a24d6ed1d1b28b621caa21b5b28e32e18f8fe4
96
asm
Assembly
SourceCode/twoscomplement.asm
Nuthi-Sriram/Assembly-Level-Code-for-8086
616b651c913863d6151ae49f409762fe5d707b74
[ "MIT" ]
null
null
null
SourceCode/twoscomplement.asm
Nuthi-Sriram/Assembly-Level-Code-for-8086
616b651c913863d6151ae49f409762fe5d707b74
[ "MIT" ]
null
null
null
SourceCode/twoscomplement.asm
Nuthi-Sriram/Assembly-Level-Code-for-8086
616b651c913863d6151ae49f409762fe5d707b74
[ "MIT" ]
null
null
null
.MODEL small .STACK .DATA .CODE MOV AX,10H NOT AX ADD AX,1 END
12
27
0.46875
0df5d82d095dd2938eaa7c5e8625aaa23ccd6830
348
asm
Assembly
oeis/191/A191621.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/191/A191621.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/191/A191621.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A191621: a(n) = ((n+1)^n-(n-1)^n)/2+1. ; 2,5,29,273,3377,51013,908609,18640961,432891137,11225320101,321504185345,10079828372881,343360783937537,12627774819845669,498676704524517377,21046391759976988929,945381827279671853057,45032132922921758270917 mov $1,$0 mov $2,$0 add $2,1 pow $0,$2 add $1,2 pow $1,$2 sub $1,$0 ...
24.857143
209
0.738506
58c14fe0958eede88f6f6b68f639c227b12fc9b0
2,038
asm
Assembly
Modules/nettle/x86_64/ecc-25519-modp.asm
blondfrogs/ravenwallet-ios
ebcaf881edb2b3d1588de200c4d2fff217c3061f
[ "MIT" ]
278
2015-11-03T03:01:20.000Z
2022-01-20T18:21:05.000Z
Modules/nettle/x86_64/ecc-25519-modp.asm
blondfrogs/ravenwallet-ios
ebcaf881edb2b3d1588de200c4d2fff217c3061f
[ "MIT" ]
374
2015-11-03T12:37:22.000Z
2021-12-17T14:18:08.000Z
Modules/nettle/x86_64/ecc-25519-modp.asm
blondfrogs/ravenwallet-ios
ebcaf881edb2b3d1588de200c4d2fff217c3061f
[ "MIT" ]
96
2015-11-22T07:47:26.000Z
2022-01-20T19:52:19.000Z
C x86_64/ecc-25519-modp.asm ifelse(< Copyright (C) 2014 Niels Möller This file is part of GNU Nettle. GNU Nettle is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either ...
21.452632
72
0.671737
86522581b72ae2dfb0242d67fec2decf20007e40
795
asm
Assembly
oeis/163/A163609.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/163/A163609.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/163/A163609.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A163609: a(n) = ((5 + 2*sqrt(2))*(3 + sqrt(2))^n + (5 - 2*sqrt(2))*(3 - sqrt(2))^n)/2. ; Submitted by Jamie Morken(s4) ; 5,19,79,341,1493,6571,28975,127853,564293,2490787,10994671,48532517,214232405,945666811,4174374031,18426576509,81338840837,359047009459,1584910170895,6996131959157,30882420558677,136321599637963,60...
34.565217
483
0.748428
f377cc4ff5ca8471a8d40a63fdafed2f23d41b81
9,801
asm
Assembly
displayedge/tilemap_font_8x6.i.asm
ped7g/ZXSpectrumNextMisc
0148cd8f0529bff4451f089fd7106ea06713e766
[ "MIT" ]
15
2019-04-06T20:38:41.000Z
2022-02-27T16:50:31.000Z
displayedge/tilemap_font_8x6.i.asm
ped7g/ZXSpectrumNextMisc
0148cd8f0529bff4451f089fd7106ea06713e766
[ "MIT" ]
7
2020-05-01T08:14:54.000Z
2022-03-30T19:54:34.000Z
displayedge/tilemap_font_8x6.i.asm
ped7g/ZXSpectrumNextMisc
0148cd8f0529bff4451f089fd7106ea06713e766
[ "MIT" ]
1
2020-08-23T17:36:20.000Z
2020-08-23T17:36:20.000Z
; 22 - full invisible (all red/yellow stripes) HEX 55554444 HEX 55444455 HEX 44445555 HEX 44555544 HEX 55554444 HEX 55444455 HEX 44445555 HEX 44555544 ; 23 - top/left corner arrow HEX 33333333 HEX 33000000 HEX 33004440 HEX 33044444 HEX 33044444 HEX 33004440 HEX 00000000 HEX 00000000 ; 24 - bottom/right ...
26.705722
75
0.826956
8048a7b8b0e7f56d6b1720c5e5344eac2ab2a312
2,204
asm
Assembly
programs/oeis/158/A158420.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/158/A158420.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/158/A158420.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A158420: 1024n^2 - 2n. ; 1022,4092,9210,16376,25590,36852,50162,65520,82926,102380,123882,147432,173030,200676,230370,262112,295902,331740,369626,409560,451542,495572,541650,589776,639950,692172,746442,802760,861126,921540,984002,1048512,1115070,1183676,1254330,1327032,1401782,1478580,1557426,1638320,1721262,1806252,...
200.363636
2,110
0.866606
0f8179fa7181a69262460b0d91ff54b0b1909e5d
704
asm
Assembly
oeis/084/A084063.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/084/A084063.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/084/A084063.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A084063: First subdiagonal of number array A084061. ; Submitted by Christian Krause ; 1,1,7,63,761,11525,209539,4440527,107374753,2915352729,87771145551,2900744369039,104369641697881,4060189444664093,169777979925475531,7592652139022106975,361563242499379729537,18263719440778358953457,975297243746681101290583,54893054...
41.411765
493
0.839489
a1540c9ab8e10df9d33cdd27887dcea42f20bdee
5,724
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_21829_1967.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_21829_1967.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_21829_1967.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1e994, %r11 nop nop cmp %r9, %r9 mov (%r11), %ebx nop nop nop inc %r13 lea addresses_A_ht+0x14d4, %rsi nop nop nop nop nop xor %rbx, %rbx and $0xffffffffffffffc0, %rsi mo...
39.205479
2,999
0.657058
7c5e2e0be9c77e861fd18b052e1002da7549af90
6,919
asm
Assembly
patch.asm
jvisser/msu-md-super-hang-on
211ea79a986a1dc11004a576ed375fe49c4ace66
[ "CC0-1.0" ]
1
2022-01-17T16:09:32.000Z
2022-01-17T16:09:32.000Z
patch.asm
jvisser/msu-md-super-hang-on
211ea79a986a1dc11004a576ed375fe49c4ace66
[ "CC0-1.0" ]
null
null
null
patch.asm
jvisser/msu-md-super-hang-on
211ea79a986a1dc11004a576ed375fe49c4ace66
[ "CC0-1.0" ]
null
null
null
; Mega CD MMIO addresses used for communicating with msu-md driver on the mega cd (mode 1) MSU_COMM_CMD equ $a12010 ; Comm command 0 (high byte) MSU_COMM_ARG equ $a12011 ; Comm command 0 (low byte) MSU_COMM_ARG32 equ $a12012 ; Comm command 1/2 MSU_COMM_...
27.456349
219
0.470299
440c6b706f55846e01e2dee28a3f9a222c6c84d2
1,086
asm
Assembly
TP3/Final.asm
DiegoAnfuso/compilador-lyc2015
6ebc89ba75a3ac99c190e9e872aa3d776d431246
[ "Apache-2.0" ]
null
null
null
TP3/Final.asm
DiegoAnfuso/compilador-lyc2015
6ebc89ba75a3ac99c190e9e872aa3d776d431246
[ "Apache-2.0" ]
null
null
null
TP3/Final.asm
DiegoAnfuso/compilador-lyc2015
6ebc89ba75a3ac99c190e9e872aa3d776d431246
[ "Apache-2.0" ]
null
null
null
include macros2.asm ;incluye macros include number.asm ;incluye el asm para impresion de numeros .MODEL LARGE ; tipo del modelo de memoria usado. .386 .STACK 200h ; bytes en el stack .DATA ; comienzo de la zona de datos MAXTEXTSIZE equ 50 __aux1__ dd (?) ; Variable auxiliar para calculos __aux2__ dd (?) ; Variab...
24.133333
62
0.669429
66997105509507bb1a63331c2928e83b8bf99d14
696
asm
Assembly
oeis/041/A041218.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/041/A041218.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/041/A041218.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A041218: Numerators of continued fraction convergents to sqrt(120). ; Submitted by Christian Krause ; 10,11,230,241,5050,5291,110870,116161,2434090,2550251,53439110,55989361,1173226330,1229215691,25757540150,26986755841,565492656970,592479412811,12415080913190,13007560326001,272566287433210,285573847759211,5984043242...
69.6
480
0.866379
6092001836a4d251bd4b4d39a711d8e0a30ac5fc
336
asm
Assembly
programs/oeis/120/A120164.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/120/A120164.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/120/A120164.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A120164: a(1)=6; a(n)=floor((24+sum(a(1) to a(n-1)))/4). ; 6,7,9,11,14,17,22,27,34,42,53,66,83,103,129,161,202,252,315,394,492,615,769,961,1202,1502,1878,2347,2934,3667,4584,5730,7163,8953,11192,13990,17487,21859,27324,34155 mov $2,-2 lpb $0 sub $0,1 add $2,$1 mov $1,8 add $1,$2 div $1,4 add $2,6 lpe add...
22.4
167
0.619048
07362c63215c59b101d2959f16ed5be5f5ff5815
3,830
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_94_4.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_0xca_notsx.log_94_4.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_0xca_notsx.log_94_4.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 %r15 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x8556, %rbp clflush (%rbp) nop cmp %rdx, %rdx mov $0x6162636465666768, %rcx movq %rcx, %xmm7 vmovups %ymm7, (%rbp) nop nop nop xor %r11, %r11 lea addresses_WC_ht+0x...
21.885714
281
0.649086
dde4fb4f30c680f97b217a31ee556575d5ed8167
698
asm
Assembly
oeis/013/A013970.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/013/A013970.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/013/A013970.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A013970: a(n) = sum of 22nd powers of divisors of n. ; 1,4194305,31381059610,17592190238721,2384185791015626,131621735227521050,3909821048582988050,73786993887028445185,984770902214992292491,10000002384185795209930,81402749386839761113322,552061570551763831158810,3211838877954855105157370,16398981973176869693055250,7...
38.777778
498
0.830946
539318691bd47857187bc01ba27c7002c5f24833
147
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/NES_Ver2/us_asm/zel_mpd0.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/NES_Ver2/us_asm/zel_mpd0.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/NES_Ver2/us_asm/zel_mpd0.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: zel_mpd0.asm Type: file Size: 194710 Last-Modified: '2016-05-13T04:27:09Z' SHA-1: 74D2C52D627A1DA7B2BE2FC4A40B3899F0B2A10A Description: null
21
47
0.816327
7d8aaeb0462032826ba2ef5d4cddac500c9e24dd
443
asm
Assembly
programs/oeis/133/A133462.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/133/A133462.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/133/A133462.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A133462: a(n+1)-10a(n)=3(-3, -2, -1, 0, 1, 2, 3, 4, 5 ...). ; 1,1,4,37,370,3703,37036,370369,3703702,37037035,370370368,3703703701,37037037034,370370370367,3703703703700,37037037037033,370370370370366,3703703703703699 lpb $0,1 add $4,$2 add $2,3 add $2,$1 add $3,$4 add $3,$4 mov $1,1 sub $0,1 add $2,...
17.72
157
0.600451
82a89abb42c78ec3df0444c12e19c020ca9f8487
373
asm
Assembly
engine.asm
ISSOtm/Aevilia-GB
9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275
[ "Apache-2.0" ]
53
2017-08-25T01:27:33.000Z
2021-08-30T19:55:57.000Z
engine.asm
ISSOtm/Aevilia-GB
9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275
[ "Apache-2.0" ]
6
2017-08-24T19:40:33.000Z
2018-05-14T19:37:34.000Z
engine.asm
ISSOtm/Aevilia-GB
9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275
[ "Apache-2.0" ]
10
2017-08-24T18:37:35.000Z
2019-10-02T04:35:39.000Z
INCLUDE "macros.asm" INCLUDE "constants.asm" INCLUDE "engine/animations.asm" INCLUDE "engine/debug_menus.asm" INCLUDE "engine/credits.asm" INCLUDE "engine/error_handler.asm" INCLUDE "engine/intro_cutscene.asm" INCLUDE "engine/save.asm" INCLUDE "engine/start_menu.asm" INCLUDE "engine/text.asm" INCLUDE "eng...
24.866667
36
0.769437
fa1808c389c7f708106957ff2e2e0f0267e8facd
172
asm
Assembly
audio/sfx/poisoned_3.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
audio/sfx/poisoned_3.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
audio/sfx/poisoned_3.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
SFX_Poisoned_3_Ch5: duty_cycle 0 pitch_sweep 1, 4 square_note 4, 15, 2, 1536 sound_loop 4, SFX_Poisoned_3_Ch5 square_note 15, 15, 3, 1536 pitch_sweep 0, 8 sound_ret
19.111111
33
0.767442
e1ac3d5f1dd8d69b61d27daade9034d3641f1016
840
asm
Assembly
oeis/198/A198710.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/198/A198710.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/198/A198710.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A198710: Number of n X 3 0..3 arrays with values 0..3 introduced in row major order and no element equal to any horizontal or vertical neighbor. ; Submitted by Christian Krause ; 2,25,401,6548,107042,1749965,28609241,467717288,7646461682,125007943505,2043688517681,33411178843628,546221629207922,8929887496964645,14598...
36.521739
473
0.80119
0b9689e3fcdac52b2a807b1a7e07e56bdc657a86
406,252
asm
Assembly
win32/VC10/Win32/libxml2_Release/xmlreader.asm
txwizard/libxml2_x64_and_ARM
bc19a931370a09ee379d641a7c9a862fecebff3b
[ "MIT" ]
null
null
null
win32/VC10/Win32/libxml2_Release/xmlreader.asm
txwizard/libxml2_x64_and_ARM
bc19a931370a09ee379d641a7c9a862fecebff3b
[ "MIT" ]
null
null
null
win32/VC10/Win32/libxml2_Release/xmlreader.asm
txwizard/libxml2_x64_and_ARM
bc19a931370a09ee379d641a7c9a862fecebff3b
[ "MIT" ]
null
null
null
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1 TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\xmlreader.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRT INCLUDELIB OLDNAMES _DATA SEGMENT COMM _xmlMalloc:DWORD CO...
20.983007
126
0.650793
9b4ee679242b5f8cabdffeb4eb9afc9dab790410
176
asm
Assembly
libsrc/_DEVELOPMENT/adt/b_array/c/sdcc_iy/b_array_back_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/b_array/c/sdcc_iy/b_array_back_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/b_array/c/sdcc_iy/b_array_back_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; int b_array_back_fastcall(b_array_t *a) SECTION code_adt_b_array PUBLIC _b_array_back_fastcall _b_array_back_fastcall: INCLUDE "adt/b_array/z80/asm_b_array_back.asm"
16
49
0.829545
5538a2f587d2030080277acaa020f515b10a9127
478
asm
Assembly
oeis/103/A103932.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/103/A103932.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/103/A103932.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A103932: Numerators of first difference of squares of harmonic numbers. ; Submitted by Christian Krause ; 1,5,10,47,131,71,353,1487,6989,1451,82451,42433,1132133,1158863,236749,4828073,41781863,42482563,273253759,277235737,56204647,18975625,441730115,670193263,33874048171,34224132367,311048966203,313970420453 mov $1...
22.761905
206
0.711297
f321a2105ff1cfdfe20fc8c3030a3afd28501fd7
1,379
asm
Assembly
secure/lib/libcrypto/Makefile.asm
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
4
2017-04-06T21:39:15.000Z
2019-10-09T17:34:14.000Z
secure/lib/libcrypto/Makefile.asm
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
secure/lib/libcrypto/Makefile.asm
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
1
2020-01-04T06:36:39.000Z
2020-01-04T06:36:39.000Z
# $FreeBSD: src/secure/lib/libcrypto/Makefile.asm,v 1.5 2005/02/25 06:04:09 nectar Exp $ # Use this to help generate the asm *.s files after an import. It is not # perfect by any means, but does what is needed. # Do a 'make -f Makefile.asm all' and it will generate *.s. Move them # to the i386 subdir, and correct any...
22.241935
88
0.645395
631447fb3c393808562bb9a96e13bd39229c98f1
490
asm
Assembly
oeis/338/A338280.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/338/A338280.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/338/A338280.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A338280: Triangle T read by rows: T(n, k) = k*n^(n-k-1) with 0 < k < n. ; Submitted by Christian Krause ; 1,3,2,16,8,3,125,50,15,4,1296,432,108,24,5,16807,4802,1029,196,35,6,262144,65536,12288,2048,320,48,7,4782969,1062882,177147,26244,3645,486,63,8,100000000,20000000,3000000,400000,50000,6000,700,80,9,2357947691,428...
28.823529
265
0.679592