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
b308668221a92e77346a077571d1b532e4651827
1,986
asm
Assembly
common/supports_avx512.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
374
2021-06-08T10:42:01.000Z
2022-03-29T14:21:45.000Z
common/supports_avx512.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
1
2021-06-11T20:24:02.000Z
2021-06-11T20:24:02.000Z
common/supports_avx512.asm
JamesType/optimization-manual
61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a
[ "0BSD" ]
39
2021-06-08T11:25:29.000Z
2022-03-05T05:14:17.000Z
; ; Copyright (C) 2021 by Intel Corporation ; ; Permission to use, copy, modify, and/or distribute this software for any ; purpose with or without fee is hereby granted. ; ; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH ; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA...
27.971831
91
0.733635
9ada45b5b3b437e53369ca234af8ef99ab74bf05
759
asm
Assembly
oeis/078/A078535.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/078/A078535.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/078/A078535.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A078535: Coefficients of power series that satisfies A(x)^6 - 36x*A(x)^7 = 1, A(0)=1. ; Submitted by Christian Krause ; 1,6,162,5760,232254,10077696,458960580,21634449408,1046465787510,51644846702592,2590092194793948,131621703842267136,6762649550214036780,350714987252652441600,18334388441036020419720,9651480075536987...
36.142857
474
0.803689
c6c992d6701dc993e893832784bcd0cde04522b2
364
asm
Assembly
libsrc/_DEVELOPMENT/math/integer/l_mulu_16_8x8.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/integer/l_mulu_16_8x8.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/integer/l_mulu_16_8x8.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
INCLUDE "clib_cfg.asm" SECTION code_clib SECTION code_math PUBLIC l_mulu_16_8x8 ; compute: hl = l * e ; alters : af, bc, de, hl IF __CLIB_OPT_IMATH <= 50 EXTERN l_small_mul_16_16x8 l_mulu_16_8x8: ld d,0 jp l_small_mul_16_16x8 ENDIF IF __CLIB_OPT_IMATH > 50 EXTERN l_fast_mulu_16_8x8 def...
12.551724
42
0.730769
721674978d09f37f233b8c06dccb64583a1db2e0
9,607
asm
Assembly
OS/initial.asm
a1393323447/x86-Assambely
1daf3041fe6f44948925ceb7bb6668950dcbab25
[ "MIT" ]
3
2021-05-04T13:59:36.000Z
2021-08-23T16:03:13.000Z
OS/initial.asm
a1393323447/x86-Assambely
1daf3041fe6f44948925ceb7bb6668950dcbab25
[ "MIT" ]
null
null
null
OS/initial.asm
a1393323447/x86-Assambely
1daf3041fe6f44948925ceb7bb6668950dcbab25
[ "MIT" ]
null
null
null
section Initial align=16 vstart=0x9000 EnterProtectMode: ;禁用中断先 DisableInterrupt: cli SetupGDTDesc: mov ax, GDTEnd sub ax, GDTStart sub ax, 1 ;GDT Limits mov [GDTStart], ax ;GDT Base mov ax, GDTStart mov [GDTStart+2], ax ;加载临时GDT LoadGDT: lgdt [GDTStart] %de...
18.404215
74
0.656917
b29a077df75c4d141196f307665b797ac3450469
2,928
asm
Assembly
programs/oeis/271/A271040.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/271/A271040.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/271/A271040.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A271040: Number of different 3 against 3 matches given n players. ; 0,0,0,0,0,0,10,70,280,840,2100,4620,9240,17160,30030,50050,80080,123760,185640,271320,387600,542640,746130,1009470,1345960,1771000,2302300,2960100,3767400,4750200,5937750,7362810,9061920,11075680,13449040,16231600,19477920,23247840,27606810,32626230,...
418.285714
2,829
0.90403
9e13566fa577dbb528b52abcf11334af0c16ec17
312
asm
Assembly
programs/oeis/047/A047467.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/047/A047467.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/047/A047467.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A047467: Numbers that are congruent to {0, 2} mod 8. ; 0,2,8,10,16,18,24,26,32,34,40,42,48,50,56,58,64,66,72,74,80,82,88,90,96,98,104,106,112,114,120,122,128,130,136,138,144,146,152,154,160,162,168,170,176,178,184,186,192,194,200,202,208,210,216,218,224,226,232 mov $1,$0 mul $0,2 mod $1,2 sub $0,$1 mul $0,2
34.666667
208
0.676282
f2441e4e6706f3471b794acdb7003110ed7e92de
61
asm
Assembly
gfx/pokemon/nidoking/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
gfx/pokemon/nidoking/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
gfx/pokemon/nidoking/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
frame 0, 06 frame 1, 12 frame 2, 36 frame 1, 12 endanim
10.166667
12
0.639344
eefa31aca9c07bb1c93064c85ca196db63c21ddc
325
asm
Assembly
src/firmware-tests/Platform/Buttons/Initialisation/ButtonFlagsTest.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
1
2019-12-12T09:07:08.000Z
2019-12-12T09:07:08.000Z
src/firmware-tests/Platform/Buttons/Initialisation/ButtonFlagsTest.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
null
null
null
src/firmware-tests/Platform/Buttons/Initialisation/ButtonFlagsTest.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
null
null
null
#include "Platform.inc" #include "FarCalls.inc" #include "Buttons.inc" #include "TestFixture.inc" radix decimal ButtonFlagsTest code global testArrange testArrange: testAct: fcall initialiseButtons testAssert: banksel buttonFlags .assert "buttonFlags == 0, 'Expected buttonFlags to be cleared.'" return ...
14.130435
66
0.76
1a3b8e4cb0fbdeeb4108c6ae0669e1ceb2e85a89
355
asm
Assembly
programs/oeis/082/A082910.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/082/A082910.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/082/A082910.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A082910: a(n) = prime(prime(n+1)-prime(n)). ; 2,3,3,7,3,7,3,7,13,3,13,7,3,7,13,13,3,13,7,3,13,7,13,19,7,3,7,3,7,43,7,13,3,29,3,13,13,7,13,13,3,29,3,7,3,37,37,7,3,7,13,3,29,13,13,13,3,13,7,3,29,43,7,3,7,43,13,29,3,7,13,19,13,13,7,13,19,7,19,29,3,29,3,13,7,13 seq $0,46933 ; Number of composites between successive prim...
59.166667
213
0.630986
30079a00ce0d2c1b669a9ab103cb3b01dc6d2322
2,008
asm
Assembly
ubb/asc/lab07/RusuCosmin_7_15.asm
AlexanderChristian/private_courses
c80f3526af539e35f93b460f3909f669aaef573c
[ "MIT" ]
null
null
null
ubb/asc/lab07/RusuCosmin_7_15.asm
AlexanderChristian/private_courses
c80f3526af539e35f93b460f3909f669aaef573c
[ "MIT" ]
6
2020-03-04T20:52:39.000Z
2022-03-31T00:33:07.000Z
ubb/asc/lab07/RusuCosmin_7_15.asm
AlexanderChristian/private_courses
c80f3526af539e35f93b460f3909f669aaef573c
[ "MIT" ]
null
null
null
;Rusu Cosmin, gr. 917, 23.11.2015, homework for lab07, problem 15 ;15. A string of words is given. Build two strings of bytes, s1 and s2, in the following way: for each word, ;- if the number of bits 1 from the high byte of the word is larger than the number of bits 1 from its low byte, ;then s1 will contain the hig...
19.12381
115
0.63496
efde47f9368b9758cfb70e0c2eec7688f91dfdf6
385
asm
Assembly
programs/oeis/143/A143431.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/143/A143431.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/143/A143431.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A143431: Periodic length 8 sequence [1, -1, 1, -1, -1, 1, -1, 1, ...]. ; 1,-1,1,-1,-1,1,-1,1,1,-1,1,-1,-1,1,-1,1,1,-1,1,-1,-1,1,-1,1,1,-1,1,-1,-1,1,-1,1,1,-1,1,-1,-1,1,-1,1,1,-1,1,-1,-1,1,-1,1,1,-1,1,-1,-1,1,-1,1,1,-1,1,-1,-1,1,-1,1,1,-1,1,-1,-1,1,-1,1,1,-1,1,-1,-1,1,-1,1,1,-1,1,-1,-1,1,-1,1,1,-1,1,-1,-1,1,-1,1,1,-1,...
38.5
251
0.436364
c4ad64e03bd41ce34832c43c0655720ed0f53a22
3,501
asm
Assembly
tp/libs/asmlib/popcount64.asm
pg83/zm
ef9027bd9ee260118fdf80e8b53361da1b7892f3
[ "MIT" ]
null
null
null
tp/libs/asmlib/popcount64.asm
pg83/zm
ef9027bd9ee260118fdf80e8b53361da1b7892f3
[ "MIT" ]
null
null
null
tp/libs/asmlib/popcount64.asm
pg83/zm
ef9027bd9ee260118fdf80e8b53361da1b7892f3
[ "MIT" ]
null
null
null
%include "defs.asm" ;************************* popcount64.asm ************************************ ; Author: Agner Fog ; Date created: 2011-07-20 ; Last modified: 2011-07-20 ; Description: ; Population count function. Counts the number of 1-bits in a 32-bit integer ; unsigned int A_popcount ...
30.982301
98
0.467581
1acd84af225f25123356de0d3b93c51a4ba96f6a
651
asm
Assembly
src/test/resources/references/completion/basic_completion.asm
chrisly42/mc68000-asm-plugin
85b2596c644ab495941e68b4f30b3c86fcf45834
[ "Apache-2.0" ]
7
2021-07-22T23:31:31.000Z
2021-12-15T11:37:35.000Z
src/test/resources/references/completion/basic_completion.asm
chrisly42/mc68000-asm-plugin
85b2596c644ab495941e68b4f30b3c86fcf45834
[ "Apache-2.0" ]
null
null
null
src/test/resources/references/completion/basic_completion.asm
chrisly42/mc68000-asm-plugin
85b2596c644ab495941e68b4f30b3c86fcf45834
[ "Apache-2.0" ]
null
null
null
PIC_WIDTH = 320 PIC_HEIGHT equ 256 DEBUG_LEVEL set 10 DOUBLE_BUFFER_1 = 1 AUTO_COMPLETE_2 = 1 dood2 = 1 entry: bsr init bsr main bsr exit rts init move.w #PIC_HEIGHT,d1 .looph move.w #PIC_WIDTH,d0 .loopw clr.b (a0)+ subq.w #1,d0 bne.s .loopw...
18.083333
30
0.50384
f183be212c2c8c5452ece82788849fff28cacb11
7,870
asm
Assembly
src/isa/avx/masm/exp10.asm
jepler/aocl-libm-ose
4033e022da428125747e118ccd6fdd9cee21c470
[ "BSD-3-Clause" ]
66
2020-11-04T17:06:10.000Z
2022-03-10T08:03:12.000Z
src/isa/avx/masm/exp10.asm
HollowMan6/aocl-libm-ose
4033e022da428125747e118ccd6fdd9cee21c470
[ "BSD-3-Clause" ]
8
2021-04-18T18:37:53.000Z
2022-03-11T12:49:31.000Z
src/isa/avx/masm/exp10.asm
HollowMan6/aocl-libm-ose
4033e022da428125747e118ccd6fdd9cee21c470
[ "BSD-3-Clause" ]
8
2020-11-09T03:45:01.000Z
2021-11-08T02:25:31.000Z
; ; Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved. ; ; Redistribution and use in source and binary forms, with or without modification, ; are permitted provided that the following conditions are met: ; 1. Redistributions of source code must retain the above copyright notice, ; this list...
37.655502
129
0.51906
65c2a66a69c1a031cd675e320a36ddc017ceb78d
14,067
asm
Assembly
vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm
mrchapp/libvpx
c2a8d8b54c7ebefd1cd9c55f53b9e8378f088e8b
[ "BSD-3-Clause" ]
1
2015-05-03T19:25:39.000Z
2015-05-03T19:25:39.000Z
vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm
mrchapp/libvpx
c2a8d8b54c7ebefd1cd9c55f53b9e8378f088e8b
[ "BSD-3-Clause" ]
null
null
null
vp8/encoder/arm/neon/vp8_subpixelvariance16x16_neon.asm
mrchapp/libvpx
c2a8d8b54c7ebefd1cd9c55f53b9e8378f088e8b
[ "BSD-3-Clause" ]
null
null
null
; ; Copyright (c) 2010 The VP8 project authors. All Rights Reserved. ; ; Use of this source code is governed by a BSD-style license ; that can be found in the LICENSE file in the root of the source ; tree. An additional intellectual property rights grant can be found ; in the file PATENTS. All contributing projec...
32.79021
93
0.47025
a01b2f49775b78ba562c6baeb4dcf3937719a4fc
528
asm
Assembly
programs/oeis/190/A190037.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/190/A190037.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/190/A190037.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A190037: Number of nondecreasing arrangements of n+2 numbers in 0..5 with the last equal to 5 and each after the second equal to the sum of one or two of the preceding three. ; 8,12,16,23,33,45,57,69,81,93,105,117,129,141,153,165,177,189,201,213,225,237,249,261,273,285,297,309,321,333,345,357,369,381,393,405,417,429,...
29.333333
214
0.689394
48e37017c7532fb30c902ba92e2c4c7be073450f
201
asm
Assembly
mc-sema/validator/x86/tests/XOR32ri.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
2
2021-08-07T16:21:29.000Z
2021-11-17T10:58:37.000Z
mc-sema/validator/x86/tests/XOR32ri.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
mc-sema/validator/x86/tests/XOR32ri.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
BITS 32 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS=FLAG_AF ;TEST_FILE_META_END ; Xor32RI mov ebx, 0x12345 ;TEST_BEGIN_RECORDING xor ebx, 0x12345 ;TEST_END_RECORDING
16.75
25
0.761194
c11d6767f242318ad24b532672608c3cf89f41ac
6,523
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_18184_1327.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_18184_1327.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_18184_1327.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_UC_ht+0xc164, %rsi lea addresses_normal_ht+0xeb3d, %rdi nop sub %r15, %r15 mov $54, %rcx rep movsb dec %r11 lea addresses_normal_ht+0x17021, %rsi lea addresses_D_ht+0x187bd, %rdi dec...
36.038674
2,999
0.660279
0518b3f5b129bd85a7e3a7a57b3652dbca39dd98
2,038
asm
Assembly
bank_test.asm
davervw/simple-emu-c64
9b7f8144485f75e1390b080969e6d14a96bc3567
[ "MIT" ]
11
2020-03-29T07:19:57.000Z
2022-01-17T01:25:06.000Z
Emu6502Cbm/Emu6502Cbm/Dependencies/c-simple-emu6502-cbm/bank_test.asm
choas/C64-BASIC-iOS-emu6502-cbm
d356fc885625d19f50414a99e23528ecdd6d6add
[ "MIT" ]
2
2020-03-30T15:55:43.000Z
2020-04-05T05:18:02.000Z
Emu6502Cbm/Emu6502Cbm/Dependencies/c-simple-emu6502-cbm/bank_test.asm
choas/C64-BASIC-iOS-emu6502-cbm
d356fc885625d19f50414a99e23528ecdd6d6add
[ "MIT" ]
2
2020-05-22T14:27:04.000Z
2020-11-19T19:11:04.000Z
; bank_test.asm ; start=$c000 ; machine language org chrout=$ffd2 ; "hires ml" * = start sei jsr disp_header jsr bank_norm lda #$A0 sta $A000 lda #$C8 sta $C800 lda #$0E sta $D800 lda #$E0 sta $E000 jsr bank_ram ...
14.661871
40
0.416585
7a7e48ead6b5c03d43226b22fb70737948f37159
333
asm
Assembly
programs/oeis/050/A050506.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/050/A050506.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/050/A050506.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A050506: Nearest integer to log(Fibonacci(n)). ; 1,1,2,2,3,3,4,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30,30,31,31,32,32,33,33 mov $2,1 mul $2,$0 mov $0,3 mov $1,3 lpb $0,1 sub $0,1 add $1,$2 div $1,3 ...
23.785714
189
0.60961
a5a50109f077a7df8a27c511c9f231451546d37d
598
asm
Assembly
oeis/191/A191901.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/191/A191901.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/191/A191901.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A191901: Number of compositions of odd natural numbers into 6 parts <= n. ; 0,32,364,2048,7812,23328,58824,131072,265720,500000,885780,1492992,2413404,3764768,5695312,8388608,12068784,17006112,23522940,32000000,42883060,56689952,74017944,95551488,122070312,154457888,193710244,240945152,297411660,364500000,443751840,5...
85.428571
493
0.852843
2055acef3a96cb93057148b9e0b2228343630201
336
asm
Assembly
programs/oeis/329/A329848.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/329/A329848.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/329/A329848.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A329848: Beatty sequence for (13+sqrt(89))/8. ; 2,5,8,11,14,16,19,22,25,28,30,33,36,39,42,44,47,50,53,56,58,61,64,67,70,72,75,78,81,84,86,89,92,95,98,100,103,106,109,112,114,117,120,123,126,128,131,134,137,140,143,145,148,151,154,157,159,162,165 mov $3,$0 add $3,1 mul $3,41 mov $1,$3 div $1,51 add $1,2 mov $2,$0 mul...
25.846154
199
0.651786
4754e553235c984cc46c841770a2ab51aad3ca2a
9,435
asm
Assembly
asm/65816/decompress_v1.asm
krinor/lzsa
c03a135d5a2d9a68ddcb30e6660b3e2844495ba4
[ "Zlib", "CC0-1.0" ]
197
2019-04-08T11:28:12.000Z
2022-03-29T05:09:56.000Z
Libs/LZSA/asm/65816/decompress_v1.asm
drunkfly/retrotoolkit
38fc08ce931339948d697a4dcf6f2441bccef7d6
[ "MIT", "Unlicense" ]
25
2019-06-12T13:08:22.000Z
2022-03-23T13:33:08.000Z
Libs/LZSA/asm/65816/decompress_v1.asm
drunkfly/retrotoolkit
38fc08ce931339948d697a4dcf6f2441bccef7d6
[ "MIT", "Unlicense" ]
30
2019-04-20T21:44:29.000Z
2021-11-22T21:55:57.000Z
; ----------------------------------------------------------------------------- ; Decompress raw LZSA1 block. Create one with lzsa -r <original_file> <compressed_file> ; ; in: ; * LZSA_SRC_LO/LZSA_SRC_HI/LZSA_SRC_BANK contain the compressed raw block address ; * LZSA_DST_LO/LZSA_DST_HI/LZSA_DST_BANK contain the destina...
33.457447
109
0.54372
d7c4b33e401ef63a7c2047b65b9da4f1429310e6
1,930
asm
Assembly
loaders/MBR.asm
lodvaer/YHBT
f0c998d05c40b0ad8c35d7873fbdf5847a927b25
[ "BSD-3-Clause" ]
2
2020-10-16T18:57:46.000Z
2021-06-19T20:40:31.000Z
loaders/MBR.asm
lodvaer/YHBT
f0c998d05c40b0ad8c35d7873fbdf5847a927b25
[ "BSD-3-Clause" ]
null
null
null
loaders/MBR.asm
lodvaer/YHBT
f0c998d05c40b0ad8c35d7873fbdf5847a927b25
[ "BSD-3-Clause" ]
1
2019-07-19T09:00:58.000Z
2019-07-19T09:00:58.000Z
;; For loading directly from an MBR. org 07C00h ; We are safe here until the kernel reaches 27 KiB jmp 0:start msg: .start: db 10, 10, 10, "=> Blind and stupid bootloader.", 13, 10,10, 0 .fail: db "1: NOES!", 0 .no32: db "Lacking 32-bit.", 0 .nolong:db "Lacking longmode.", 0 b: .drv: db 0 start: mov byte [b.drv], ...
12.781457
70
0.632124
a7cd6a4e2421bd5fd578644b9fdfd4fc5e1a34e8
693
asm
Assembly
programs/oeis/304/A304836.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/304/A304836.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/304/A304836.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A304836: a(n) = 27*n^2 - 51*n + 24, n>=1. ; 0,30,114,252,444,690,990,1344,1752,2214,2730,3300,3924,4602,5334,6120,6960,7854,8802,9804,10860,11970,13134,14352,15624,16950,18330,19764,21252,22794,24390,26040,27744,29502,31314,33180,35100,37074,39102,41184,43320,45510,47754,50052,52404,54810,57270,59784,62352,64974,6765...
86.625
610
0.792208
2294086b60d16c2dfdda05c6c461bc9a8bcf9621
2,442
asm
Assembly
programs/oeis/126/A126423.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/126/A126423.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/126/A126423.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A126423: a(n) = n^4 - n - 1. ; -1,13,77,251,619,1289,2393,4087,6551,9989,14629,20723,28547,38401,50609,65519,83503,104957,130301,159979,194459,234233,279817,331751,390599,456949,531413,614627,707251,809969,923489,1048543,1185887,1336301,1500589,1679579,1874123,2085097,2313401,2559959,2825719,3111653,3418757,3748051,4...
244.2
2,352
0.877559
18a11c980411bf6feff564311fadc89aa83ed6af
1,028
asm
Assembly
data/pokemon/base_stats/miltank.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
data/pokemon/base_stats/miltank.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
data/pokemon/base_stats/miltank.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 95, 80, 105, 100, 40, 70 ; hp atk def spd sat sdf db NORMAL, NORMAL ; type db 45 ; catch rate db 200 ; base exp db MOOMOO_MILK, MOOMOO_MILK ; items db GENDER_F100 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/miltank/front.dimensions" db GROWTH_...
51.4
603
0.765564
56cd8c879b6cbb0be999f9339be496f0e40c2ec0
1,542
asm
Assembly
data/trainers/genders.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
data/trainers/genders.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
data/trainers/genders.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
; Used by BattleTowerText BTTrainerClassGenders: ; entries correspond to trainer classes db MALE ; FALKNER db FEMALE ; WHITNEY db FEMALE ; BUGSY db MALE ; MORTY db MALE ; PRYCE db FEMALE ; JASMINE db MALE ; CHUCK db FEMALE ; CLAIR db MALE ; RIVAL1 db MALE ; POKEMON_PROF db FEMALE ; WILL db MALE...
20.837838
39
0.66537
9c2c9ff5a282eb979a301812a703d50263a0774d
563
asm
Assembly
Chip16 Program Pack/Tests/AdsrTest/AdsrTest.asm
faouellet/CHIP-16
f85aed30d849052ac057092b124321953de80db6
[ "BSD-3-Clause" ]
2
2015-02-23T08:45:16.000Z
2015-06-28T22:05:17.000Z
Chip16 Program Pack/Tests/AdsrTest/AdsrTest.asm
faouellet/CHIP-16
f85aed30d849052ac057092b124321953de80db6
[ "BSD-3-Clause" ]
null
null
null
Chip16 Program Pack/Tests/AdsrTest/AdsrTest.asm
faouellet/CHIP-16
f85aed30d849052ac057092b124321953de80db6
[ "BSD-3-Clause" ]
null
null
null
start: sng 168, 61688 ;triangle a = 10 d = 8 v = 15 s = 15 r = 8 800ms + release = 1550 ms ldi r1, 1000 ;1000hz call playnote sng 168, 61944 ;sawtooth a = 10 d = 8 v = 15 s = 15 r = 8 800ms + release = 1550 ms call playnote sng 168, 62200 ;pulse a = 10 d = 8 v = 15 s = 15 r = 8 800ms + release = 1550 ms call playno...
24.478261
84
0.655417
9c3add20732d1e01e81ca5111d514c0098d00be9
298
asm
Assembly
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_setBGPaletteColor_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_setBGPaletteColor_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_setBGPaletteColor_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void SMS_setBGPaletteColor(unsigned char entry,unsigned char color) SECTION code_clib SECTION code_SMSlib PUBLIC SMS_setBGPaletteColor_callee EXTERN asm_SMSlib_setBGPaletteColor SMS_setBGPaletteColor_callee: pop hl pop bc ex (sp),hl ld a,c jp asm_SMSlib_setBGPaletteColor
16.555556
69
0.802013
f84fa547821b451df6ad3e68a697efbf53879188
266
asm
Assembly
libsrc/sos/print_error.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/sos/print_error.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/sos/print_error.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; ; S-OS specific routines ; by Stefano Bodrato, 2013 ; ; int print_error(code) ; ; $Id: print_error.asm,v 1.4 2016/06/19 20:58:00 dom Exp $ ; SECTION code_clib PUBLIC print_error PUBLIC _print_error print_error: _print_error: ld a,l jp $2033
14.777778
64
0.676692
e5a7326cb660bfe36a31a30b50de1ebbb5cffbce
1,454
asm
Assembly
AOC/Meus Exercicios/Aula12/exercicio2.asm
joao-frohlich/BCC
9ed74eb6d921d1280f48680677a2140c5383368d
[ "Apache-2.0" ]
10
2020-12-08T20:18:15.000Z
2021-06-07T20:00:07.000Z
AOC/Meus Exercicios/Aula12/exercicio2.asm
joao-frohlich/BCC
9ed74eb6d921d1280f48680677a2140c5383368d
[ "Apache-2.0" ]
2
2021-06-28T03:42:13.000Z
2021-06-28T16:53:13.000Z
AOC/Meus Exercicios/Aula12/exercicio2.asm
joao-frohlich/BCC
9ed74eb6d921d1280f48680677a2140c5383368d
[ "Apache-2.0" ]
2
2021-01-14T19:59:20.000Z
2021-06-15T11:53:21.000Z
.data n_text: .asciiz "\nInsira valor de n: " ans_text: .asciiz "Fib(n): " .text # Vinicius Gasparini .globl main main: ori $v0, $zero, 4 # call code para print_str la $a0, n_text # carregando str para arg da syscall syscall li $v0, 5 # call code para read_int syscall move $a0, $v0 # carregando ...
22.030303
70
0.618294
ce9af18012f74b003fcfc0583d16511c201fba4a
188
asm
Assembly
Assembly Practice/BCD addition/Sources/main.asm
asheemchhetri/ECE362
f144be836356edd0feed18ee542afd9895e1081f
[ "MIT" ]
null
null
null
Assembly Practice/BCD addition/Sources/main.asm
asheemchhetri/ECE362
f144be836356edd0feed18ee542afd9895e1081f
[ "MIT" ]
null
null
null
Assembly Practice/BCD addition/Sources/main.asm
asheemchhetri/ECE362
f144be836356edd0feed18ee542afd9895e1081f
[ "MIT" ]
null
null
null
;Write an instruction sequence to add the BCD numbers stored at memory locations $1000 ;and $1001 and store the sum at $1010. org $800 ldaa $1000 adda $1001 daa staa $1010 end
20.888889
86
0.712766
e44b4549d038c44e0096a4276d568927cf4f76c3
1,153
asm
Assembly
programs/oeis/033/A033134.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/033/A033134.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/033/A033134.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A033134: Base-7 digits are, in order, the first n terms of the periodic sequence with initial period 1,1,0. ; 1,8,56,393,2752,19264,134849,943944,6607608,46253257,323772800,2266409600,15864867201,111054070408,777378492856,5441649449993,38091546149952,266640823049664,1866485761347649,13065400329433544,9145780230603480...
88.692308
831
0.869037
3ef215a6ac82972afa4d6eab93673c52d3304ccc
268
asm
Assembly
PRG/objects/W5Tower1.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
PRG/objects/W5Tower1.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
PRG/objects/W5Tower1.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
.byte $00 ; Unknown purpose .byte OBJ_THWOMP, $0C, $04 .byte OBJ_ROTODISCCCLOCKWISE, $14, $15 .byte OBJ_ROTODISCCLOCKWISE, $1C, $15 .byte OBJ_ROTODISCCCLOCKWISE, $23, $15 .byte OBJ_THWOMP, $24, $04 .byte OBJ_ROTODISCCLOCKWISE, $28, $15 .byte $FF ; Terminator
26.8
39
0.708955
7905ad085d1f50bc269790a7a2b7a4f545dfedc1
408
asm
Assembly
programs/oeis/085/A085697.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/085/A085697.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/085/A085697.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A085697: a(n) = T(n+2)^2, where T(n) = tribonacci numbers (A000073). ; 0,0,1,1,4,16,49,169,576,1936,6561,22201,75076,254016,859329,2907025,9834496,33269824,112550881,380757169,1288092100,4357584144,14741602225,49870482489,168710633536,570743986576,1930813074369,6531893843049 cal $0,73 ; Tribonacci numbers: a(n) = a(...
58.285714
206
0.698529
79d2716a6622b2fbee8624c5d229e55dfa09f6c3
668
asm
Assembly
oeis/079/A079949.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/079/A079949.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/079/A079949.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A079949: Special values of Hermite polynomials. ; Submitted by Jamie Morken(s1) ; 1,6,38,252,1740,12456,92136,702288,5503632,44258400,364615776,3072862656,26458723008,232501041792,2082933048960,19007627463936,176533756252416,1667446616360448,16006827410744832,156069042653445120,1544673697528974336,1551080389131165081...
41.75
473
0.833832
3b2dc67a4493220a9430fa9d7b200de8aa1ceeb6
619
asm
Assembly
a/Assembler MASM Win32.asm
rojenzaman/hello-world
30b20861a6cdb77a9cb4a7c61a3241a51b71a5dc
[ "MIT" ]
8,076
2015-01-02T04:55:03.000Z
2022-03-31T16:09:18.000Z
a/Assembler MASM Win32.asm
rojenzaman/hello-world
30b20861a6cdb77a9cb4a7c61a3241a51b71a5dc
[ "MIT" ]
514
2015-01-08T21:48:21.000Z
2022-03-31T11:55:07.000Z
a/Assembler MASM Win32.asm
rojenzaman/hello-world
30b20861a6cdb77a9cb4a7c61a3241a51b71a5dc
[ "MIT" ]
1,978
2015-01-01T14:24:01.000Z
2022-03-31T11:38:08.000Z
; --------------------------------------------- ; Hello World for Win32 Intel x86 Assembly ; ; by fruel (https://github.com/fruel) ; 13 June 2016 ; --------------------------------------------- .386 .model flat,stdcall .stack 4096 EXTRN ExitProcess@4 : PROC EXTRN GetStdHandle@4 : PROC EXTRN WriteConsoleA@20 : PROC ....
17.194444
47
0.576737
7a2d88837a25e6b7233c3fe1e38ea3c4f045ad10
7,301
asm
Assembly
maps/BillsHouse.asm
genterz/pokecross
5e62ab6c23e624ea82d599af306f9c52d768a8b4
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
maps/BillsHouse.asm
genterz/pokecross
5e62ab6c23e624ea82d599af306f9c52d768a8b4
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
maps/BillsHouse.asm
genterz/pokecross
5e62ab6c23e624ea82d599af306f9c52d768a8b4
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
object_const_def ; object_event constants const BILLSHOUSE_GRAMPS BillsHouse_MapScripts: db 0 ; scene scripts db 0 ; callbacks BillsGrandpa: faceplayer opentext checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1 iftrue .JustShowedSomething checkevent EVENT_GOT_THUNDERSTONE_FROM_BILLS_GRANDPA iftrue .GotThunders...
19.893733
131
0.805369
01f4dae038098861fe0280ae77838dc7d84d81c9
5,730
asm
Assembly
lib.asm
berkona/MathLib-SCM
84aa77cc1ad73722532eadf24ac95e1e2aa80340
[ "MIT" ]
null
null
null
lib.asm
berkona/MathLib-SCM
84aa77cc1ad73722532eadf24ac95e1e2aa80340
[ "MIT" ]
null
null
null
lib.asm
berkona/MathLib-SCM
84aa77cc1ad73722532eadf24ac95e1e2aa80340
[ "MIT" ]
null
null
null
# A small math and PRNG library for single-cycle MIPS # Usage: copy full text of this file into your project file and use 'jal' to access functions # I have attempted to outline the edge cases of the functions below that I know of, # but I make no guarantee that I have described all edge cases or that the code will wor...
22.29572
104
0.645375
85ff6896d473ef9ca9c45e96ff753efb1346dc38
4,674
asm
Assembly
lib/bas_crt0.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
1
2018-09-04T23:07:24.000Z
2018-09-04T23:07:24.000Z
lib/bas_crt0.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
lib/bas_crt0.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
; Startup stub for z88 BBC BASIC programs ; ; Created 1/4/99 djm ; ; $Id: bas_crt0.asm,v 1.5 2007/06/27 20:49:27 dom Exp $ ;----------- ; The .def files that we need here ;----------- INCLUDE "#bastoken.def" INCLUDE "#ctrlchar.def" INCLUDE "#error.def" INCLUDE "#stdio.def" org $2300 ;------...
22.471154
80
0.587719
1dcbe3095c93d31e157496fe57ad34368410087f
1,404
asm
Assembly
libsrc/_DEVELOPMENT/stdio/z80/asm_scanf_unlocked.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/stdio/z80/asm_scanf_unlocked.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/stdio/z80/asm_scanf_unlocked.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; =============================================================== ; Jan 2014 ; =============================================================== ; ; int scanf_unlocked(const char *format, ...) ; ; See C11 specification. ; ; =============================================================== SECTION code_clib SECTION code_...
25.071429
65
0.465812
da7b90a7ad6bd1f321e90d555202e07fc92b4f72
216
asm
Assembly
mc-sema/validator/x86_64/tests/SETEr.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
2
2021-08-07T16:21:29.000Z
2021-11-17T10:58:37.000Z
mc-sema/validator/x86_64/tests/SETEr.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
mc-sema/validator/x86_64/tests/SETEr.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
BITS 64 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ; SETE mov ecx, 0x010 mov ebx, 0x010 cmp ecx, ebx ;TEST_BEGIN_RECORDING sete al ;TEST_END_RECORDING
16.615385
25
0.712963
c4c97553dc33e7d5f0f4375bf9c183f2a256a4a1
339
asm
Assembly
kernel/source/kernel.asm
iSagarDhungel/RadiOS
1ebb88d56f8bc99aaa1f625ebc2609a1d105bcd0
[ "MIT" ]
2
2016-12-15T07:21:58.000Z
2019-05-03T01:00:20.000Z
kernel/source/kernel.asm
iSagarDhungel/RadiOS
1ebb88d56f8bc99aaa1f625ebc2609a1d105bcd0
[ "MIT" ]
null
null
null
kernel/source/kernel.asm
iSagarDhungel/RadiOS
1ebb88d56f8bc99aaa1f625ebc2609a1d105bcd0
[ "MIT" ]
null
null
null
bits 32 section .text align 4 dd 0x1BADB002 dd 0x00 dd - (0x1BADB002+0x00) global start extern kernel start: cli ;clears the interrupts call kernel hlt ; halt the cpu(pause it from executing...
24.214286
80
0.486726
5e74f8acf0f77a2358533b6b1b829b2408bd0142
7,479
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_45.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_45.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_45.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r15 push %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x190fc, %r8 mfence mov (%r8), %ebp nop nop nop nop and $11236, %rbx lea addresses_WC_ht+0xdd14, %rsi lea addresses_UC_ht+0x1b642, %rdi clflush (%rdi) nop sub $282, %r15 mov $57...
33.689189
2,999
0.655836
76db0dbdb77a04f404cd38ea9334a0d6be819367
3,110
asm
Assembly
Kernel/asm/interrupts.asm
rlajous/Simple-SO
d5710d44ef908e0a51ef82ee1658c025345d8fa3
[ "BSD-3-Clause" ]
null
null
null
Kernel/asm/interrupts.asm
rlajous/Simple-SO
d5710d44ef908e0a51ef82ee1658c025345d8fa3
[ "BSD-3-Clause" ]
null
null
null
Kernel/asm/interrupts.asm
rlajous/Simple-SO
d5710d44ef908e0a51ef82ee1658c025345d8fa3
[ "BSD-3-Clause" ]
null
null
null
GLOBAL _cli GLOBAL _sti GLOBAL picMasterMask GLOBAL picSlaveMask GLOBAL haltcpu GLOBAL _hlt GLOBAL printRegisters GLOBAL _int80Handler GLOBAL _irq00Handler GLOBAL _irq01Handler GLOBAL _irq02Handler GLOBAL _irq03Handler GLOBAL _irq04Handler GLOBAL _irq05Handler ;GLOBAL _int80Handler GLOBAL _exception6Handler GLOBAL _e...
12.904564
97
0.719293
0a99095c8bdfbf058e681a955b2d1b52da1576d2
255
asm
Assembly
programs/oeis/112/A112132.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/112/A112132.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/112/A112132.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A112132: Period 4: repeat [1, 3, 1, 7]. ; 1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1,7,1,3,1 add $0,5 gcd $0,4 mul $0,2 sub $0,1
31.875
175
0.513725
7bf5ed03866bf9ad0502d5967d25814d7c084db0
8,299
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21713_1460.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21713_1460.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21713_1460.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 %r14 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0x714f, %rsi lea addresses_WT_ht+0xd3d7, %rdi cmp $42592, %r13 mov $28, %rcx rep movsw nop nop nop add %r12, %r12 lea addresses_normal_ht+0x2a7d, %rsi lea addresses_normal_ht+...
31.316981
2,999
0.660321
af8f81acf3b53f064594656e8bb33bc162e5842e
139
asm
Assembly
Evm.Assembler.Console/HelloWorldOriginal.asm
rquackenbush/EVM
6304fb0aebc4bea191085d1b487699ad73b39712
[ "BSD-2-Clause" ]
1
2020-05-09T11:10:13.000Z
2020-05-09T11:10:13.000Z
Evm.Assembler.Console/HelloWorldOriginal.asm
rquackenbush/EVM
6304fb0aebc4bea191085d1b487699ad73b39712
[ "BSD-2-Clause" ]
null
null
null
Evm.Assembler.Console/HelloWorldOriginal.asm
rquackenbush/EVM
6304fb0aebc4bea191085d1b487699ad73b39712
[ "BSD-2-Clause" ]
null
null
null
#entrance point push_1, 2 push_1, 7 add_u1 write_u1 call, :Everything return #function :Everything push_1, 42 write_u1 return
8.6875
18
0.726619
192934f96bc113a0583bf7bb4b284e97b6021cda
390
asm
Assembly
oeis/006/A006635.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/006/A006635.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/006/A006635.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A006635: From generalized Catalan numbers. ; Submitted by Jamie Morken(s4) ; 1,12,114,1012,8775,75516,649264,5593068,48336171,419276660,3650774820,31907617560,279871768995,2463161027292,21747225841440,192575673551584,1710009515037060,15223466050169520,135853465827080970,1215067013768834100 mov $2,3 add $2,$0 mul $2,...
26
215
0.782051
97510e20decc28da98ab702f9508ff9349761a05
147
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/kart-main.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/kart-main.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/kart-main.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: kart-main.asm Type: file Size: 18794 Last-Modified: '1992-08-06T07:17:15Z' SHA-1: 3245C308906FE40A2D7C3F9492D79C83D95A4678 Description: null
21
47
0.809524
ef10590debd214c3d21de7a7fd5ae851d8b24efa
93
asm
Assembly
flame32-libs/unit-tests/test-jpr-1.asm
drako0812/flame32
cf79e5fc14838cc3ca0dbe702bbdb8f157a587ab
[ "MIT" ]
2
2019-08-21T09:16:32.000Z
2020-08-12T12:56:08.000Z
flame32-libs/unit-tests/test-jpr-1.asm
drako0812/flame32
cf79e5fc14838cc3ca0dbe702bbdb8f157a587ab
[ "MIT" ]
null
null
null
flame32-libs/unit-tests/test-jpr-1.asm
drako0812/flame32
cf79e5fc14838cc3ca0dbe702bbdb8f157a587ab
[ "MIT" ]
null
null
null
#include "../../flame32.asm" ; Tests JPR TEST_DEST = 0x000FFF jpr TEST_DEST ; P = 0x000FFF
11.625
28
0.677419
19fd8b048cedc8b28e1102a8bcc0e490ae603908
443
asm
Assembly
programs/oeis/142/A142954.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/142/A142954.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/142/A142954.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A142954: a(n) = 2*n+3+3*(-1)^n. ; 2,10,6,14,10,18,14,22,18,26,22,30,26,34,30,38,34,42,38,46,42,50,46,54,50,58,54,62,58,66,62,70,66,74,70,78,74,82,78,86,82,90,86,94,90,98,94,102,98,106,102,110,106,114,110,118,114,122,118,126,122,130,126,134,130,138,134,142,138,146,142,150,146,154,150,158,154,162,158,166,162,170,166,17...
44.3
351
0.665914
972a7e1b5a00d3ab2ea98eee14c9469e0b36a3c2
978
asm
Assembly
programs/oeis/008/A008413.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/008/A008413.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/008/A008413.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A008413: Coordination sequence for 5-dimensional cubic lattice. ; 1,10,50,170,450,1002,1970,3530,5890,9290,14002,20330,28610,39210,52530,69002,89090,113290,142130,176170,216002,262250,315570,376650,446210,525002,613810,713450,824770,948650,1086002,1237770,1404930,1588490,1789490,2009002,2248130,2508010,2789810,309473...
57.529412
788
0.824131
bb490ed271356a63dba8159d5ed8eeffcee3d218
974
asm
Assembly
cpm2/RomWBW/Source/HBIOS/Config/RC_tst.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
cpm2/RomWBW/Source/HBIOS/Config/RC_tst.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
cpm2/RomWBW/Source/HBIOS/Config/RC_tst.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; ;================================================================================================== ; RC2014 STANDARD CONFIGURATION ;================================================================================================== ; #include "cfg_rc.asm" ; CPUOSC .SET 7372800 ; CPU OSC FREQ DEFSERCFG .SE...
40.583333
100
0.583162
3ee116c7adb62b8591680db2892b24172ad5b593
375
asm
Assembly
programs/oeis/337/A337957.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/337/A337957.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/337/A337957.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A337957: Number of unoriented colorings of the 8 cubic facets of a tesseract or of the 8 vertices of a hyperoctahedron. ; 1,15,126,715,3060,10626,31465,82251,194580,424270,864501,1663740,3049501,5359095,9078630,14891626,23738715,36890001,56031760,83369265,121747626,174792640,247073751,344291325,473490550,643304376 a...
37.5
195
0.786667
7a7f62e41281dad6fde5b1c95c631f63359f71bc
601
asm
Assembly
oeis/177/A177090.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/177/A177090.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/177/A177090.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A177090: a(n) = a(n-1) + 12*100^(n-1), with a(0)=0. ; 0,12,1212,121212,12121212,1212121212,121212121212,12121212121212,1212121212121212,121212121212121212,12121212121212121212,1212121212121212121212,121212121212121212121212,12121212121212121212121212,1212121212121212121212121212,121212121212121212121212121212,1212121...
60.1
486
0.868552
e0f5fd75fbd96437c9e12c0235cf01bab04d5450
374
asm
Assembly
programs/oeis/005/A005811.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/005/A005811.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/005/A005811.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A005811: Number of runs in binary expansion of n (n>0); number of 1's in Gray code for n. ; 0,1,2,1,2,3,2,1,2,3,4,3,2,3,2,1,2,3,4,3,4,5,4,3,2,3,4,3,2,3,2,1,2,3,4,3,4,5,4,3,4,5,6,5,4,5,4,3,2,3,4,3,4,5,4,3,2,3,4,3,2,3,2,1,2,3,4,3,4,5,4,3,4,5,6,5,4,5,4,3,4,5,6,5,6,7,6,5,4,5,6,5,4,5,4,3,2,3,4,3 lpb $0 mov $2,$0 div ...
31.166667
201
0.540107
f45059e6fac1adf46807430b3222f6ec67f182d0
7,633
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1581.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_1581.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_1581.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 %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0xb059, %r13 nop nop nop nop and %rax, %rax mov (%r13), %di nop add $43195, %rax lea addresses_normal_ht+0x13659, %rbp dec %rax movl $0x61626364, (%rbp) nop nop nop sub $15133,...
33.625551
2,999
0.652561
6f09169e2e6f3a6312c5b1a5c3bebeb9853a4505
928
asm
Assembly
data/pokemon/base_stats/kyogre.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
data/pokemon/base_stats/kyogre.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
data/pokemon/base_stats/kyogre.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 100, 100, 90, 90, 150, 140 ; hp atk def spd sat sdf db WATER, WATER ; type db 5 ; catch rate db 218 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_UNKNOWN ; gender ratio db 120 ; step cycles to hatch INCBIN "gfx/pokemon/kyogre/front.dimensions" db GROWTH_SLOW ; g...
46.4
516
0.753233
51b10c5887d022bd748e054120ae953635a7280a
6,815
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1122.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_0xca.log_21829_1122.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_0xca.log_21829_1122.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1e038, %rsi lea addresses_A_ht+0x4a68, %rdi nop nop nop nop xor %r10, %r10 mov $87, %rcx rep movsb nop nop nop xor $22354, %r14 lea addresses_A_ht+0xca08, %rsi lea addresses...
38.502825
2,999
0.661775
b67c15abfc03868a99132d9c64d3d16cbdbeb291
4,748
asm
Assembly
Source/HBIOS/uf.asm
vipoo/RomWBW
e463959fee431da2de3da962bd70cb0c556ffaed
[ "DOC", "MIT" ]
null
null
null
Source/HBIOS/uf.asm
vipoo/RomWBW
e463959fee431da2de3da962bd70cb0c556ffaed
[ "DOC", "MIT" ]
null
null
null
Source/HBIOS/uf.asm
vipoo/RomWBW
e463959fee431da2de3da962bd70cb0c556ffaed
[ "DOC", "MIT" ]
null
null
null
;================================================================================================== ; ECB USB-FIFO DRIVER FOR WILL SOWERBUTTS ADAFRUIT BASED FT232H ECB-FIFO BOARD ; REFER https://www.retrobrewcomputers.org/doku.php?id=boards:ecb:usb-fifo:start ; PHIL SUMMERS (b1ackmai1er) ;==========================...
25.664865
100
0.632687
092bd9add40e579e3d5328416852485a0e586088
1,188
asm
Assembly
programs/oeis/273/A273187.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/273/A273187.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/273/A273187.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A273187: a(n) is the third number in a triple consisting of 3 numbers, which when squared are part of a right diagonal of magic square of squares. ; 99,449,2499,14449,84099,490049,2856099,16646449,97022499,565488449,3295908099,19209960049,111963852099,652573152449,3803475062499,22168277222449,129206188272099,75306885...
69.882353
910
0.877946
cc75e1a825bc1ebbf7eef1560a5cdf9a922fcf3a
1,830
asm
Assembly
_inc/PauseGame.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
9
2021-01-15T13:47:53.000Z
2022-01-17T15:33:55.000Z
_inc/PauseGame.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
7
2021-01-14T02:18:48.000Z
2021-03-24T15:44:30.000Z
_inc/PauseGame.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
2
2021-01-14T13:14:26.000Z
2021-01-29T17:46:04.000Z
; --------------------------------------------------------------------------- ; Subroutine to pause the game ; --------------------------------------------------------------------------- ; ||||||||||||||| S U B R O U T I N E ||||||||||||||||||||||||||||||||||||||| PauseGame: nop tst.b (v_lives).w ; do you have ...
30.5
77
0.560109
17d2ed14c91675c560a165983ebb28d1d8274f69
2,845
asm
Assembly
libsrc/graphics/px8/w_bksave.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/graphics/px8/w_bksave.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/graphics/px8/w_bksave.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Fast background save for the PX8 ; ; Space for background data needs to be 8 bytes bigger than on the TS2068 ; ; $Id: w_bksave.asm $ ; SECTION code_graphics PUBLIC bksave PUBLIC _bksave EXTERN subcpu_call ;EXTERN __graphics_end .bksave ._bksave ;push ix ld hl,2 add hl,sp ld ...
15.546448
107
0.601757
72e57be42d0dc89c9c24eac69f060c799b0bfc5f
1,635
asm
Assembly
pin-3.22-98547-g7a303a835-gcc-linux/source/tools/ToolUnitTests/inline_opt_test_df_app_ia32.asm
ArthasZhang007/15418FinalProject
a71f698ea48ebbc446111734c198f16a55633669
[ "MIT" ]
null
null
null
pin-3.22-98547-g7a303a835-gcc-linux/source/tools/ToolUnitTests/inline_opt_test_df_app_ia32.asm
ArthasZhang007/15418FinalProject
a71f698ea48ebbc446111734c198f16a55633669
[ "MIT" ]
null
null
null
pin-3.22-98547-g7a303a835-gcc-linux/source/tools/ToolUnitTests/inline_opt_test_df_app_ia32.asm
ArthasZhang007/15418FinalProject
a71f698ea48ebbc446111734c198f16a55633669
[ "MIT" ]
null
null
null
; ; Copyright (C) 2010-2010 Intel Corporation. ; SPDX-License-Identifier: MIT ; PUBLIC MyMemCpy .686 .XMM .model flat, c .code MyMemCpy PROC push ebp mov ebp, esp push esi push edi mov esi, DWORD PTR [ebp+8h] mov edi, DWORD PTR [ebp+0ch] mov ecx, DWORD PTR [ebp+10h] movsb movsb movsb ...
10.092593
44
0.536391
05915913396d02171d0e60d6d03dd30deff27ab1
62
asm
Assembly
src/main/fragment/mos6502-common/vwum1=vwum2_bor_vwuc1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/vwum1=vwum2_bor_vwuc1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/vwum1=vwum2_bor_vwuc1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
lda {m2} ora #<{c1} sta {m1} lda {m2}+1 ora #>{c1} sta {m1}+1
8.857143
10
0.516129
e2a974b60c31754d6e497257b76b58ed8cb472bf
204
asm
Assembly
libsrc/_DEVELOPMENT/string/c/sdcc_iy/strcspn_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/string/c/sdcc_iy/strcspn_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/string/c/sdcc_iy/strcspn_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; size_t strcspn_callee(const char *s1, const char *s2) SECTION code_string PUBLIC _strcspn_callee EXTERN asm_strcspn _strcspn_callee: pop af pop hl pop de push af jp asm_strcspn
11.333333
55
0.720588
c916ca978b96e31dc0ce7b0f8ca5ecf0983c517c
115
asm
Assembly
libpal/intel_64bit_systemv_nasm/vmwrite.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
26
2020-01-06T23:53:17.000Z
2022-02-01T08:58:21.000Z
libpal/intel_64bit_systemv_nasm/vmwrite.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
30
2019-11-13T00:55:22.000Z
2022-01-06T08:09:35.000Z
libpal/intel_64bit_systemv_nasm/vmwrite.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
14
2019-11-15T16:56:22.000Z
2021-12-22T10:14:17.000Z
bits 64 default rel section .text global pal_execute_vmwrite pal_execute_vmwrite : vmwrite rdi, rsi ret
11.5
27
0.756522
2f7c683754f4643ca958f99729f14b6b6763bbd6
1,227
asm
Assembly
Library/Trans/Database/DBase4/Export/exportManager.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Trans/Database/DBase4/Export/exportManager.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Trans/Database/DBase4/Export/exportManager.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: dBase IV MODULE: Export FILE: exportManger.asm REVISION HISTORY: Name Date Description ---- ---- ----------- ted 9/14/92 Initial version DESCRIPTION: This is t...
27.886364
79
0.358598
727633ed61c2d122564536f6e407853a7c98119b
387
asm
Assembly
session_07/02-maxmmin/main.asm
DigiOhhh/LabArchitettura2-2017-2018
da34b9a75ab2945ac70d5cbf69395d0db5172f6f
[ "MIT" ]
1
2019-03-06T13:26:10.000Z
2019-03-06T13:26:10.000Z
session_07/02-maxmmin/main.asm
DigiOhhh/LabArchitettura2-2017-2018
da34b9a75ab2945ac70d5cbf69395d0db5172f6f
[ "MIT" ]
null
null
null
session_07/02-maxmmin/main.asm
DigiOhhh/LabArchitettura2-2017-2018
da34b9a75ab2945ac70d5cbf69395d0db5172f6f
[ "MIT" ]
1
2019-03-06T13:25:28.000Z
2019-03-06T13:25:28.000Z
.data A: .word 2234,227,224,226,14,17,112,16 # matrice A dimA: .word 2,4 # dimensione di A (righe, colonne) .text .globl main main: la $t0, dimA la $a0, A # base address matrice lw $a1, 0($t0) # num. righe lw $a2, 4($t0) # num. colonne #li $a3, 1 #maxmin li $a3, 0 #minmax jal maxmin_minmax # print int...
14.884615
51
0.612403
cc7fa8ec3420ec7b7644eaf2046ceb26c2972380
714
asm
Assembly
hello_world/hello_world.asm
fushinori/nasm
9b78f812e93c8cc3cddc9fe148310a0ca94968fe
[ "MIT" ]
1
2022-02-08T06:27:21.000Z
2022-02-08T06:27:21.000Z
hello_world/hello_world.asm
fushinori/nasm
9b78f812e93c8cc3cddc9fe148310a0ca94968fe
[ "MIT" ]
null
null
null
hello_world/hello_world.asm
fushinori/nasm
9b78f812e93c8cc3cddc9fe148310a0ca94968fe
[ "MIT" ]
null
null
null
global _start ; for linker section .data ; to store constant data ; `db` declares initialised bytes msg db "Hello, World!", 0xa ; 0xa = `\n` ; `equ` sets constants, can't be changed later ; `$` refers to current address ; `msg` refers to the address and not the value since square ; brackets are used for "dereferenci...
26.444444
60
0.67507
c43f93f0e3a87e935d8b6b718221f5150b2b10ff
4,709
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_3_1227.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_3_1227.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_3_1227.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 %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x141f0, %rsi lea addresses_WC_ht+0x1266c, %rdi nop nop xor $27636, %r14 mov $39, %rcx rep movsw nop nop nop nop nop sub %rbp, %rbp lea addresses_UC_ht+0x9798, %rbp nop cmp $413...
20.473913
152
0.650244
1e58b21b7f28232ac56a91f75617e4646c61fb0a
863
asm
Assembly
programs/oeis/166/A166132.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/166/A166132.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/166/A166132.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A166132: a(n) = 1 + (4*9^n - 9*4^n) / 5. ; 1,37,469,4789,45397,417781,3796885,34319413,309464533,2787540085,25097297941,225913430197,2033371866709,18300950780149,164710972940437,1482408420140341,13341714435968725,120075584542541173,1080680879358161173,9726130388124613045,87535183388726167381,787816690080954106357,709...
61.642857
723
0.872538
aff462dc02d90ec76745a353b5b05f4e0c28c449
310
asm
Assembly
programs/oeis/021/A021940.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/021/A021940.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/021/A021940.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A021940: Decimal expansion of 1/936. ; 0,0,1,0,6,8,3,7,6,0,6,8,3,7,6,0,6,8,3,7,6,0,6,8,3,7,6,0,6,8,3,7,6,0,6,8,3,7,6,0,6,8,3,7,6,0,6,8,3,7,6,0,6,8,3,7,6,0,6,8,3,7,6,0,6,8,3,7,6,0,6,8,3,7,6,0,6,8,3,7,6,0,6,8,3,7,6,0,6,8,3,7,6,0,6,8,3,7,6 add $0,1 mov $1,10 pow $1,$0 mul $1,2 div $1,1872 mod $1,10 mov $0,$1
28.181818
199
0.541935
b6de55869a91bd67f1b13e94bb6debf4ffd2e69b
439
asm
Assembly
oeis/300/A300622.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/300/A300622.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/300/A300622.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A300622: Denominators of sequence whose exponential self-convolution yields sequence 1, 2, 3, 5, 7, 11, 13, ... (1 with primes). ; 1,1,2,1,4,4,8,4,16,16,32,16,64,64,128,64,256,256,512,256,1024,1024,2048,1024,4096,4096,8192,4096,16384,16384,32768,16384,65536,65536,131072,65536,262144,262144,524288,262144,1048576,10485...
39.909091
239
0.726651
8ef2638e3fae1d360407b21fc166e0bb8b68d11f
2,043
asm
Assembly
MP/Assignment_1/Assignment1.asm
pratt3000/PICT_SE-Labs
e720414549fe07351055f2075d45755ba181876a
[ "MIT" ]
3
2019-10-15T08:18:52.000Z
2020-02-16T09:34:45.000Z
MP/Assignment_1/Assignment1.asm
pratt3000/PICT_SE-Labs
e720414549fe07351055f2075d45755ba181876a
[ "MIT" ]
null
null
null
MP/Assignment_1/Assignment1.asm
pratt3000/PICT_SE-Labs
e720414549fe07351055f2075d45755ba181876a
[ "MIT" ]
2
2019-10-18T15:06:46.000Z
2020-01-16T06:29:26.000Z
section .bss pos_count resb 1 neg_count resb 1 %macro display 2 mov rax,1 mov rdi,1 mov rsi,%1 mov rdx,%2 syscall %endmacro section .data array: dq 1,-2,3,-4,5,-6,7,8,-9,10 count: equ 10 Msg1 db 'No. of positive elements : ' ;Ask t...
30.044118
110
0.461576
62933e1abfdb0e9f5aec1b10fead37869bf4aed9
2,832
asm
Assembly
Library/Text/TextRegion/trSmallGState.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Text/TextRegion/trSmallGState.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Text/TextRegion/trSmallGState.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: trSmallGState.asm AUTHOR: John Wedgwood, Feb 25, 1992 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date ...
22.47619
79
0.570621
8a780c7e53c69d447640acfca2811d10ffda08e4
321
asm
Assembly
Lab Assessment Submission/Lab Assessment 2/1.asm
1813355042-Kamal/CSE331L-Section-1-Fall20-NSU
0d6ce50d466ef5cc2f8a1ee35eea1b5be673bcb6
[ "MIT" ]
null
null
null
Lab Assessment Submission/Lab Assessment 2/1.asm
1813355042-Kamal/CSE331L-Section-1-Fall20-NSU
0d6ce50d466ef5cc2f8a1ee35eea1b5be673bcb6
[ "MIT" ]
null
null
null
Lab Assessment Submission/Lab Assessment 2/1.asm
1813355042-Kamal/CSE331L-Section-1-Fall20-NSU
0d6ce50d466ef5cc2f8a1ee35eea1b5be673bcb6
[ "MIT" ]
null
null
null
; You may customize this and other start-up templates; ; The location of this template is c:\emu8086\inc\0_com_template.txt org 100h A DB 5 dup(?); mov BX, OFFSET A mov [BX], 1; mov [BX+1],2; mov [BX+2],3; mov [BX+3],4; mov [BX+4],5; ret ...
13.956522
68
0.501558
3ffa6997472b5e748b15b83b0b454dadbca09fa8
1,434
asm
Assembly
env/zx/plus3dos/atexit.asm
pjshumphreys/querycsv
48453d8c81fb5fc6db495881c99046f7a7656cbc
[ "MIT" ]
18
2017-04-17T23:19:51.000Z
2022-02-09T00:26:21.000Z
env/zx/plus3dos/atexit.asm
pjshumphreys/querycsv
48453d8c81fb5fc6db495881c99046f7a7656cbc
[ "MIT" ]
null
null
null
env/zx/plus3dos/atexit.asm
pjshumphreys/querycsv
48453d8c81fb5fc6db495881c99046f7a7656cbc
[ "MIT" ]
null
null
null
include "pager.map" ERR_NR equ 0x5c3a RESI_DEALLOC equ 0x0328 org 0xe60e dec l push hl ld hl, 10 push hl call fputc_cons call fputc_cons pop hl pop hl ld (hlBackup), hl ; restore stack pointer ld sp, (spBackup) ; copy page 7 screen ram to screen 5 ld hl, 0xc000 ; Pointer to the source ...
15.933333
86
0.654812
bf5c2aceba05da7c0e1f6c0dd5d2d8e329e33448
8,382
asm
Assembly
base/ntos/ex/amd64/hifreqlk.asm
987432340/wrk-v1.2
423d4c22b892bcc97778385bc0a646ed7a3cfbde
[ "Intel" ]
1
2022-03-12T13:57:18.000Z
2022-03-12T13:57:18.000Z
base/ntos/ex/amd64/hifreqlk.asm
987432340/wrk-v1.2
423d4c22b892bcc97778385bc0a646ed7a3cfbde
[ "Intel" ]
null
null
null
base/ntos/ex/amd64/hifreqlk.asm
987432340/wrk-v1.2
423d4c22b892bcc97778385bc0a646ed7a3cfbde
[ "Intel" ]
1
2021-11-25T08:18:04.000Z
2021-11-25T08:18:04.000Z
title "Global SpinLock declerations" ;++ ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt). ; If you do not agree to the terms, do not use the code. ; ; ;...
24.366279
135
0.681102
bc0a7acf528680e0fce6a8ab6b1147710b23e9c2
929
asm
Assembly
oeis/192/A192962.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/192/A192962.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/192/A192962.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A192962: Constant term of the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments. ; 1,2,7,15,30,55,97,166,279,463,762,1247,2033,3306,5367,8703,14102,22839,36977,59854,96871,156767,253682,410495,664225,1074770,1739047,2813871,4552974,7366903,11919937,19286902,31206903,50493871,81700842,132194783,2138...
28.151515
492
0.694295
4c7be88ded6d57d9d538d392731eeb7d2e24258b
42,054
asm
Assembly
zombie.asm
ansumanpalo/xv6-the_project
9d9a30bb6ce558b75ed2f81a4ad8635bf53ceff8
[ "MIT-0" ]
null
null
null
zombie.asm
ansumanpalo/xv6-the_project
9d9a30bb6ce558b75ed2f81a4ad8635bf53ceff8
[ "MIT-0" ]
null
null
null
zombie.asm
ansumanpalo/xv6-the_project
9d9a30bb6ce558b75ed2f81a4ad8635bf53ceff8
[ "MIT-0" ]
null
null
null
_zombie: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(void) { 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 pus...
33.887188
60
0.420887
fa52c296d02bf60bd918b9560956b29f94a92534
587
asm
Assembly
oeis/243/A243499.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/243/A243499.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/243/A243499.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A243499: Product of parts of integer partitions as enumerated in the table A125106. ; Submitted by Jon Maiga ; 1,1,2,1,3,2,4,1,4,3,6,2,9,4,8,1,5,4,8,3,12,6,12,2,16,9,18,4,27,8,16,1,6,5,10,4,15,8,16,3,20,12,24,6,36,12,24,2,25,16,32,9,48,18,36,4,64,27,54,8,81,16,32,1,7,6,12,5,18,10,20,4,24,15,30,8,45,16,32,3,30,20,40,1...
23.48
257
0.570698
8b6750ff3d59dc2e671b0bfa3e2d91d75a6cfbfe
32,530
asm
Assembly
1-source-files/original-sources/converted_source_files/a.icode_3.asm
markmoxon/elite-a-beebasm
027c18885959ba6fe4a4c47829c903d6245db1da
[ "Unlicense" ]
16
2021-05-14T19:46:55.000Z
2022-03-20T20:11:19.000Z
1-source-files/original-sources/converted_source_files/a.icode_3.asm
markmoxon/elite-a-beebasm
027c18885959ba6fe4a4c47829c903d6245db1da
[ "Unlicense" ]
null
null
null
1-source-files/original-sources/converted_source_files/a.icode_3.asm
markmoxon/elite-a-beebasm
027c18885959ba6fe4a4c47829c903d6245db1da
[ "Unlicense" ]
1
2021-11-08T12:09:35.000Z
2021-11-08T12:09:35.000Z
.msg_1 EQUB &00 EQUB &00 EQUB &00 EQUB &00 EQUS &96, &97, " ", &10, &98, &D7 EQUB &00 EQUS &B0, "m", &CA, "n", &B1 EQUB &00 EQUB &00 EQUB &00 EQUS &9A, "'S", &C8 EQUB &00 EQUB &00 EQUS &16 EQUB &00 EQUB &00 EQUB &00 EQUB &00 EQUS &15, &91, &C8, &1A EQUB &00 \ EQUA "|Y|I|W|N|B C|!_G|!xTU|!y|!{|!_...
21.51455
129
0.46554
a4271fc96744b8876ed98dc864ac19190a8e8a56
245
asm
Assembly
libsrc/target/zx/display/zx_aaddr2cy.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
libsrc/target/zx/display/zx_aaddr2cy.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
libsrc/target/zx/display/zx_aaddr2cy.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
; uint __FASTCALL__ zx_aaddr2cy(void *attraddr) ; aralbrec 06.2007 SECTION code_clib PUBLIC zx_aaddr2cy PUBLIC _zx_aaddr2cy .zx_aaddr2cy ._zx_aaddr2cy add hl,hl add hl,hl add hl,hl ld a,h and $1f ld l,a ld h,0 ret
12.25
47
0.685714
3f2cc6d506c89e2ae8c81cf65a26a8da83438836
395
asm
Assembly
programs/oeis/135/A135387.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/135/A135387.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/135/A135387.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A135387: Triangle read by rows, with (2, 1, 0, 0, 0, ...) in every column. ; 2,1,2,0,1,2,0,0,1,2,0,0,0,1,2,0,0,0,0,1,2,0,0,0,0,0,1,2,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,1,2 seq $0,212012 ; Triangle read by rows in which row n lists the number of states of the subshells of the n-th shell of the nuclear shell model ordered ...
43.888889
186
0.655696
b698dc545302b928f8e92d686bffccb971374ef4
3,609
asm
Assembly
main.asm
nartmobile/MindReaderGame
7099b5b6432179cbc5ebdaf5bd9e0237051a1cb4
[ "MIT" ]
null
null
null
main.asm
nartmobile/MindReaderGame
7099b5b6432179cbc5ebdaf5bd9e0237051a1cb4
[ "MIT" ]
6
2021-10-31T00:52:23.000Z
2021-12-08T17:41:11.000Z
main.asm
nartmobile/MindReaderGame
7099b5b6432179cbc5ebdaf5bd9e0237051a1cb4
[ "MIT" ]
null
null
null
.data cardInitialValues: .word 1, 2, 4, 8, 16, 32 cardVisiblePrompt: .asciiz "Is your number shown on the card? (y for yes, n for no)" redoInputMessage: .asciiz "You entered an invalid input, enter again (y/n)" playAgainMessage: .asciiz "Do you want to play again? (y for yes, anything else for no)" guessMessage: ....
21.610778
96
0.6578
c26649bebe7fe8e1f8fe367ff9231270b9c79cfe
802
asm
Assembly
oeis/269/A269732.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/269/A269732.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/269/A269732.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A269732: Dimensions of the 4-polytridendriform operad TDendr_4. ; Submitted by Christian Krause ; 1,9,101,1269,17081,240849,3511741,52515549,801029681,12414177369,194922521301,3094216933509,49575333021801,800645021406369,13020241953611181,213025792632813549,3504075376813414241,57914491106005287849,9612978128446966405...
29.703704
482
0.798005
0861c6f1fca3ec90823cf56c926e0ec665f253e9
8,823
asm
Assembly
c51/example/test.asm
damo-wang/book
be0d438e32b7e07e5dc6f2e3df80bb64e7a6193d
[ "ISC" ]
null
null
null
c51/example/test.asm
damo-wang/book
be0d438e32b7e07e5dc6f2e3df80bb64e7a6193d
[ "ISC" ]
null
null
null
c51/example/test.asm
damo-wang/book
be0d438e32b7e07e5dc6f2e3df80bb64e7a6193d
[ "ISC" ]
null
null
null
;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 3.3.0 #8604 (Dec 30 2013) (Linux) ; This file was generated Wed Dec 13 19:28:30 2017 ;-------------------------------------------------------- .module test .optsdcc -mmcs51 --model-small ;--...
22.0575
76
0.465941
d01528512f0049bac81b7f728b452eedd5cc3b45
701
asm
Assembly
programs/oeis/212/A212251.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/212/A212251.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/212/A212251.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A212251: Number of (w,x,y,z) with all terms in {1,...,n} and 3w = x + y + z + n + 1. ; 0,0,1,6,15,30,54,87,131,189,261,349,456,582,729,900,1095,1316,1566,1845,2155,2499,2877,3291,3744,4236,4769,5346,5967,6634,7350,8115,8931,9801,10725,11705,12744,13842,15001,16224,17511,18864,20286,21777,23339,24975,26685,28471,30336...
116.833333
567
0.758916
c818ac0757a5683264e25809d366f72ba4d5b861
2,107
asm
Assembly
data/credits_order.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
data/credits_order.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
data/credits_order.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
CreditsOrder: ; subsequent credits elements will be displayed on separate lines. ; $FF, $FE, $FD, $FC, $FB, and $FA are commands that are used ; to go to the next set of credits texts. db CRED_POKEMON, CRED_VERSION, CRED_TEXT_FADE_MON db CRED_DIRECTOR, CRED_TAJIRI, CRED_TEXT_FADE_MON db CRED_PROGRAMMERS, CRED_OOTA, ...
54.025641
86
0.851448
2dfa7052f1bcfb88ceaf00a6227e0b58ec81183b
308
asm
Assembly
programs/oeis/031/A031954.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/031/A031954.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/031/A031954.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A031954: n-th number in which the number of distinct base 9 digits is 2. ; 9,11,12,13,14,15,16,17,18,19,21,22,23,24,25,26,27,28,29,31,32,33,34,35,36,37,38,39,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,71,72,73,74,75,76 add $0,8 mov $1,20 mul $1,$0 div $1,18 add $1,1
34.222222
183
0.662338
e0904c29b1a8011b7e71417b70a94ea2ee80aeb8
2,017
asm
Assembly
libsrc/spectrum/zxmmc/mmc_send_command.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/spectrum/zxmmc/mmc_send_command.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/spectrum/zxmmc/mmc_send_command.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; ; ZX Spectrum ZXMMC specific routines ; code by Alessandro Poppi ; ported to z88dk by Stefano Bodrato - Feb 2010 ; ; $Id: mmc_send_command.asm,v 1.2 2015/01/19 01:33:11 pauloscustodio Exp $ ; ;----------------------------------------------------------------------------------------- ; SEND COMMAND TO MMC subroutine...
17.387931
90
0.578582
66b5505cc6c67bd17d93ce1f2d452c97b6f0fd51
482
asm
Assembly
scripts/PokemonTower1F.asm
AmateurPanda92/pokemon-rby-dx
f7ba1cc50b22d93ed176571e074a52d73360da93
[ "MIT" ]
9
2020-07-12T19:44:21.000Z
2022-03-03T23:32:40.000Z
scripts/PokemonTower1F.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
scripts/PokemonTower1F.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2021-03-28T18:33:43.000Z
2021-05-06T13:12:09.000Z
PokemonTower1F_Script: jp EnableAutoTextBoxDrawing PokemonTower1F_TextPointers: dw PokemonTower1Text1 dw PokemonTower1Text2 dw PokemonTower1Text3 dw PokemonTower1Text4 dw PokemonTower1Text5 PokemonTower1Text1: TX_FAR _PokemonTower1Text1 db "@" PokemonTower1Text2: TX_FAR _PokemonTower1Text2 db "@" PokemonT...
16.066667
28
0.827801
aec32001fc7f6936ead0d9ecfa6e8842ef4a0374
7,043
asm
Assembly
Transynther/x86/_processed/NONE/_un_/i9-9900K_12_0xa0.log_1_1269.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_un_/i9-9900K_12_0xa0.log_1_1269.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_un_/i9-9900K_12_0xa0.log_1_1269.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 %rax push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x180fa, %r12 nop nop nop nop add %rdx, %rdx movl $0x61626364, (%r12) nop nop nop and %r10, %r10 lea addresses_WC_ht+0x188ac, %rsi lea addresses_WT_ht+0x3fac, %rdi nop cmp...
20.122857
152
0.645606
ea1acdcbbeef666184f3e0b0414f5d02e64ecb7d
581
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciyp_dload.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciyp_dload.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciyp_dload.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 cm48_sdcciyp_dload EXTERN cm48_sdcciyp_d2m48 cm48_sdcciyp_dload: ; sdcc float primitive ; Load float pointed to by HL into AC' ; ; Convert from sdcc float format to math48 format. ; ; enter : HL = float * (sdcc format) ; ; exit : AC'= double ...
17.606061
53
0.586919
9432d67846bff97a1536cd548d13093d7e0ffa1c
491
asm
Assembly
04/mult/mult.asm
ChaitanyaPramod/nand2tetris
ab29c57b880bdb269b0055cf9777ec5fd8cfd28d
[ "MIT" ]
null
null
null
04/mult/mult.asm
ChaitanyaPramod/nand2tetris
ab29c57b880bdb269b0055cf9777ec5fd8cfd28d
[ "MIT" ]
null
null
null
04/mult/mult.asm
ChaitanyaPramod/nand2tetris
ab29c57b880bdb269b0055cf9777ec5fd8cfd28d
[ "MIT" ]
null
null
null
// This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by Nisan and Schocken, MIT Press. // File name: projects/04/Mult.asm // Multiplies R0 and R1 and stores the result in R2. // (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.) // Put your code here....
10.911111
67
0.570265
863a63310d73f1225079cbfe5c8c6527e2db12fc
439
asm
Assembly
libsrc/_DEVELOPMENT/arch/ts2068/display/z80/asm_tshr_px2bitmask.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/ts2068/display/z80/asm_tshr_px2bitmask.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/ts2068/display/z80/asm_tshr_px2bitmask.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; =============================================================== ; May 2017 ; =============================================================== ; ; uchar tshr_px2bitmask(uchar x) ; ; Return bitmask corresponding to pixel x coordinate. ; ; =============================================================== SECTION code_clib...
23.105263
65
0.448747
327510879d066b85e60a6e74b361264c6fb57f36
1,004
asm
Assembly
programs/oeis/173/A173209.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/173/A173209.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/173/A173209.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A173209: Partial sums of A000069. ; 1,3,7,14,22,33,46,60,76,95,116,138,163,189,217,248,280,315,352,390,431,473,517,564,613,663,715,770,826,885,946,1008,1072,1139,1208,1278,1351,1425,1501,1580,1661,1743,1827,1914,2002,2093,2186,2280,2377,2475,2575 mov $14,$0 mov $16,$0 add $16,1 lpb $16 clr $0,14 mov $0,$14 sub...
16.733333
212
0.47012