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
164281e04f0983c78eac731df0cb6cf22be75296
614
asm
Assembly
oeis/027/A027776.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/027/A027776.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/027/A027776.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A027776: (n+1)*C(n+1,16). ; 16,289,2754,18411,96900,427329,1641486,5638611,17651304,51074375,138105110,352023165,851809140,1968053535,4362680250,9316746045,19234572480,38504502630,74934688620,142097513250,263083395960,476403662790,845119028340,1470739178610,2514084066000,4226175314946,6993408307284,11402832416374,183...
47.230769
495
0.835505
f951b68279fe0b10ba170c494397565be433bbac
2,550
asm
Assembly
testsuite/ubivm/output/data_list_1.asm
alexgarzao/UOP
12460841ff2b9991d2f7f461635b1f551413823f
[ "MIT" ]
null
null
null
testsuite/ubivm/output/data_list_1.asm
alexgarzao/UOP
12460841ff2b9991d2f7f461635b1f551413823f
[ "MIT" ]
null
null
null
testsuite/ubivm/output/data_list_1.asm
alexgarzao/UOP
12460841ff2b9991d2f7f461635b1f551413823f
[ "MIT" ]
null
null
null
.constant_pool .const 0 string [start] .const 1 string [constructor] .const 2 string [number_list] .const 3 string [number] .const 4 string [count] .const 5 string [MeuContexto] .const 6 string [Numero 1] .const 7 int [100] .const 8 int [1] .const 9 string [Numero...
30.357143
41
0.414118
fcc82cc9212229559986ac00752318c871f18b57
1,520
asm
Assembly
cromemcosim/kscope.asm
qoelet/z80pack
c8845396636e7316d449b4107c5c7ab98fffbc1a
[ "MIT" ]
85
2018-02-26T02:45:55.000Z
2022-03-27T00:04:54.000Z
cromemcosim/kscope.asm
lawrencewoodman/z80pack
d57e3b50cd796e3f562c569a8270b4586999b12a
[ "MIT" ]
76
2018-03-02T12:38:11.000Z
2022-01-28T11:46:02.000Z
cromemcosim/kscope.asm
lawrencewoodman/z80pack
d57e3b50cd796e3f562c569a8270b4586999b12a
[ "MIT" ]
25
2018-02-24T15:50:23.000Z
2022-03-07T11:23:10.000Z
; ; CROMEMCO DAZZLER KALEIDOSCOPE ; WRITTEN BY LI-CHEN WANG ; ORG 0 LXI SP,0100H MVI A,081H OUT 14 MVI A,030H OUT 15 MOV A,B RRC RRC ANA D ADD C MOV C,A RRC RRC ANA D MOV L,A ...
15.353535
31
0.3375
759e6fa0f6e6717a276ccdebe7fb4b88c9a550c7
708
asm
Assembly
examples/example1.asm
Calysto/calysto_littlecomputer
12f3913eca6e03c9d979c6ae54f4e3d4df4bce82
[ "BSD-2-Clause" ]
4
2015-08-20T16:07:08.000Z
2018-03-01T13:16:16.000Z
examples/example1.asm
Calysto/calysto_lc3
12f3913eca6e03c9d979c6ae54f4e3d4df4bce82
[ "BSD-2-Clause" ]
null
null
null
examples/example1.asm
Calysto/calysto_lc3
12f3913eca6e03c9d979c6ae54f4e3d4df4bce82
[ "BSD-2-Clause" ]
null
null
null
;; Guide to Using the Unix version of the LC-3 Simulator ;; by Kathy Buchheit, The University of Texas at Austin ;; January 2001, October 2003 ;; Example .ORIG x3000 AND R1,R1,x0 ;clear R1, to be used for the running sum AND R4,R4,x0 ;clear R4, to be used as a counter ADD R4,R4,xA ;load R4 wi...
26.222222
65
0.653955
d37288cded0fb530fd66d29f83e552dadf50db97
1,155
asm
Assembly
programs/oeis/047/A047576.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/047/A047576.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/047/A047576.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A047576: Numbers that are congruent to {1, 5, 6, 7} mod 8. ; 1,5,6,7,9,13,14,15,17,21,22,23,25,29,30,31,33,37,38,39,41,45,46,47,49,53,54,55,57,61,62,63,65,69,70,71,73,77,78,79,81,85,86,87,89,93,94,95,97,101,102,103,105,109,110,111,113,117,118,119,121,125,126,127,129,133,134,135,137,141,142,143,145,149,150,151,153,157...
60.789474
947
0.698701
f9792e56a90df8975639f386eb42a3bdebd6011a
2,060
asm
Assembly
third-party/gmp/gmp-src/mpn/powerpc64/mode64/gcd_11.asm
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
1,602
2015-01-06T11:26:31.000Z
2022-03-30T06:17:21.000Z
third-party/gmp/gmp-src/mpn/powerpc64/mode64/gcd_11.asm
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
11,789
2015-01-05T04:50:15.000Z
2022-03-31T23:39:19.000Z
third-party/gmp/gmp-src/mpn/powerpc64/mode64/gcd_11.asm
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
498
2015-01-08T18:58:18.000Z
2022-03-20T15:37:45.000Z
dnl PowerPC-64 mpn_gcd_11. dnl Copyright 2000-2002, 2005, 2009, 2011-2013 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of either: dnl dnl * the GNU Lesser General Public Lic...
26.410256
79
0.686408
2567c6bb33bd62823458395502dcff821f6ce801
439
asm
Assembly
programs/oeis/140/A140234.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/140/A140234.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/140/A140234.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A140234: Sum of the semiprimes <= n. ; 0,0,0,0,4,4,10,10,10,19,29,29,29,29,43,58,58,58,58,58,58,79,101,101,101,126,152,152,152,152,152,152,152,185,219,254,254,254,292,331,331,331,331,331,331,331,377,377,377,426,426,477,477,477,477,532,532,589 mov $2,$0 mov $4,$0 lpb $4 mov $0,$2 sub $4,1 sub $0,$4 mov $3,$0 ...
25.823529
205
0.628702
65e000e695604723f9d698c19b6a2e45d1804952
1,442
asm
Assembly
programs/oeis/211/A211546.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/211/A211546.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/211/A211546.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A211546: Number of ordered triples (w,x,y) with all terms in {1,...,n} and w=3x-3y. ; 0,0,0,2,3,4,9,11,13,21,24,27,38,42,46,60,65,70,87,93,99,119,126,133,156,164,172,198,207,216,245,255,265,297,308,319,354,366,378,416,429,442,483,497,511,555,570,585,632,648,664,714,731,748,801,819,837,893,912,931,990,1010,1030,1092,1...
80.111111
1,221
0.760055
354dd3e3e4678ed2c22b4daad2ebb39f2d2645fd
643
asm
Assembly
programs/oeis/186/A186328.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/186/A186328.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/186/A186328.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A186328: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) before g(j) when f(i)=g(j), where f and g are the pentagonal numbers and the hexagonal numbers. Complement of A186329. ; 1,3,5,7,9,11,13,15,16,18,20,22,24,26,28,29,31,33,35,37,39,41,43,44,46,48,50,52,54,56,57,59,61,63,65,67,69,71,72,74,76,78,80,82,...
42.866667
343
0.674961
d53be6604a7caaff932c7da8437cb92bb6ef7a34
213
asm
Assembly
data/pokemon/dex_entries/weepinbell.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
data/pokemon/dex_entries/weepinbell.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
data/pokemon/dex_entries/weepinbell.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
db "FLYCATCHER@" ; species name dw 303, 140 ; height, weight db "When it's hungry," next "it swings its" next "razor-sharp" page "leaves, slicing up" next "any unlucky object" next "nearby for food.@"
19.363636
32
0.671362
d6beb168625a24d0e11b5e86f00f698ee552e98e
278
asm
Assembly
programs/oeis/131/A131735.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/131/A131735.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/131/A131735.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A131735: Period 6: repeat [0, 0, 1, 1, 1, 1]. ; 0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,1 div $0,2 pow $0,2 mod $0,3
39.714286
201
0.507194
29f79ccbe16c3d118ff9e01bb2bb7e7d918b8b5b
1,041
asm
Assembly
programs/oeis/140/A140807.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/140/A140807.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/140/A140807.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A140807: a(n) is the largest integer such that n^k is palindromic in binary for all nonnegative integers k that are <= a(n). ; 0,3,0,1,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0...
32.53125
501
0.545629
954f2c6d0e73abadc3382012614777f85392df62
676
asm
Assembly
oeis/078/A078364.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/078/A078364.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/078/A078364.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A078364: A Chebyshev S-sequence with Diophantine property. ; Submitted by Jon Maiga ; 1,15,224,3345,49951,745920,11138849,166336815,2483913376,37092363825,553901543999,8271430796160,123517560398401,1844491975179855,27543862067299424,411313439034311505,6142157723447373151,91721052412676285760,1369673628466696913249,20...
45.066667
488
0.850592
ed71ba0b5c0753e44f23e74976d04258c54f33a1
708
asm
Assembly
exampl04/altbuild/topxy.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
exampl04/altbuild/topxy.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
exampl04/altbuild/topxy.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
; ######################################################################### .486 ; create 32 bit code .model flat, stdcall ; 32 bit memory model option casemap :none ; case sensitive .code ; ######################################################################### To...
28.32
75
0.40678
16657115831c3380b37c2bf16f07f69774065012
315
asm
Assembly
programs/oeis/120/A120173.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/120/A120173.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/120/A120173.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A120173: a(1)=4; a(n)=floor((23+sum(a(1) to a(n-1)))/5). ; 4,5,6,7,9,10,12,15,18,21,26,31,37,44,53,64,77,92,110,132,159,191,229,275,330,396,475,570,684,821,985,1182,1418,1702,2042,2451,2941,3529,4235,5082 mov $2,1 lpb $0 sub $0,1 add $2,$1 mov $1,6 add $1,$2 div $1,5 add $2,4 lpe add $1,4 mov $0,$1
21
147
0.596825
e9aad529820001907540eb1cfb62989e838a093f
5,572
asm
Assembly
audio/music/wildbattle.asm
etdv-thevoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
9
2020-07-12T19:44:21.000Z
2022-03-03T23:32:40.000Z
audio/music/wildbattle.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
audio/music/wildbattle.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2021-03-28T18:33:43.000Z
2021-05-06T13:12:09.000Z
Music_WildBattle_Ch0:: tempo 104 volume 7, 7 duty 3 vibrato 6, 3, 4 toggleperfectpitch notetype 12, 11, 3 octave 4 C_ 1 octave 3 B_ 1 A# 1 A_ 1 A# 1 A_ 1 G# 1 G_ 1 G# 1 G_ 1 F# 1 F_ 1 F# 1 F_ 1 E_ 1 D# 1 E_ 1 D# 1 D_ 1 C# 1 D_ 1 C# 1 C_ 1 octave 2 B_ 1 octave 3 C_ 1 octave 2 B_ 1 A...
7.539919
45
0.541637
7b73d3ae748318b916b24fe9f1326d634627d2dd
97,999
asm
Assembly
RpnCalculator.asm
igormiktor/RPN-Calculator
597da5afd0c79403c65a6976425d703d3cff77a0
[ "MIT" ]
null
null
null
RpnCalculator.asm
igormiktor/RPN-Calculator
597da5afd0c79403c65a6976425d703d3cff77a0
[ "MIT" ]
null
null
null
RpnCalculator.asm
igormiktor/RPN-Calculator
597da5afd0c79403c65a6976425d703d3cff77a0
[ "MIT" ]
null
null
null
; *********************************************************************************** ; ; An RPN calculator made with a 4x4 KeyPad and an LCD display ; ; The MIT License (MIT) ; ; Copyright (c) 2022 Igor Mikolic-Torreira ; ; Permission is hereby granted, free of charge, to any person obtaining a copy ; o...
29.850442
126
0.496505
71318ba506e39be4382fdce0cb53db2b82bc16b4
761
asm
Assembly
MySource/lab6-loop-strlen.asm
mdabdullahibnaharun/Assembly-Language
a56500622b961c7ecf9690ad9d2136c3e05ea1f7
[ "MIT" ]
null
null
null
MySource/lab6-loop-strlen.asm
mdabdullahibnaharun/Assembly-Language
a56500622b961c7ecf9690ad9d2136c3e05ea1f7
[ "MIT" ]
null
null
null
MySource/lab6-loop-strlen.asm
mdabdullahibnaharun/Assembly-Language
a56500622b961c7ecf9690ad9d2136c3e05ea1f7
[ "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 include 'emu8086.inc' .model small .stack 100h .data .code main proc mov dx,0 mov ah,1 int 21h while_: cmp al,0Dh je end_while inc dx ...
13.350877
69
0.516426
35460def486585dbfa26c54b908a963092a8fed8
6,462
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_248.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_248.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_248.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0xd191, %r15 add %r13, %r13 movb (%r15), %r10b xor $49996, %rcx lea addresses_D_ht+0x1e671, %rbp nop nop nop nop nop sub %rdi, %rdi mov (%rbp), %r11w nop nop sub $23744, %r15 ...
38.011765
2,999
0.660167
0e70cb58458f5a7e016e7365466a9d0ec1cb9c13
663
asm
Assembly
programs/oeis/314/A314886.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/314/A314886.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/314/A314886.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A314886: Coordination sequence Gal.5.114.4 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,5,9,14,19,23,27,32,37,41,46,51,55,60,65,69,73,78,83,87,92,97,101,106,111,115,119,124,129,133,138,143,147,152,157,161,165,170,175,179,184,1...
21.387097
177
0.594268
51618ed9570a918612975a55b5ab8856bceec8dd
668
asm
Assembly
AssemblyLanguage/CS/exp3-1-loop.asm
luocr7/NCEPU-CS-COURSES
355698601f247a2031c8b8afeb661c4cb951a135
[ "Apache-2.0" ]
30
2019-06-22T01:25:14.000Z
2021-12-16T07:24:50.000Z
AssemblyLanguage/CS/exp3-1-loop.asm
luocr7/NCEPU-CS-COURSES
355698601f247a2031c8b8afeb661c4cb951a135
[ "Apache-2.0" ]
4
2020-09-18T04:39:03.000Z
2022-03-25T02:14:33.000Z
AssemblyLanguage/CS/exp3-1-loop.asm
luocr7/NCEPU-CS-COURSES
355698601f247a2031c8b8afeb661c4cb951a135
[ "Apache-2.0" ]
14
2019-06-29T07:06:59.000Z
2020-12-21T14:41:03.000Z
;exp3-1 loop实现方法 DATAS SEGMENT ;此处输入数据段代码 DATAS ENDS STACKS SEGMENT ;此处输入堆栈段代码 STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: mov AX,DATAS mov DS,AX ;此处输入代码段代码 mov DL, 10 mov CX, 15 process1: ;外层循环 push CX mov CX, 16 process2: ;内层循环 mov AH, 02H ...
13.916667
38
0.624251
d6fd264c55362755cc759a6593e4f0b98f536d74
340
asm
Assembly
programs/oeis/327/A327253.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/327/A327253.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/327/A327253.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A327253: a(n) = floor(2*n*r) - 2*floor(n*r), where r = sqrt(6). ; 0,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0 mul $0,2 trn $0,1 seq $0,22840 ; Beatty sequence fo...
42.5
201
0.535294
054cec4bd403637056e205ab9e08d8fc3d51da03
24,720
asm
Assembly
target/cos_117/disasm/iop_overlay1/TTYOUT.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
49
2020-10-09T12:29:16.000Z
2022-03-12T02:33:35.000Z
target/cos_117/disasm/iop_overlay1/TTYOUT.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
1
2021-12-29T15:59:25.000Z
2021-12-29T15:59:25.000Z
target/cos_117/disasm/iop_overlay1/TTYOUT.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
6
2021-04-12T06:10:32.000Z
2022-02-08T23:11:19.000Z
0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0001 (0x000002) 0x2922- f:00024 d: 290 | OR[290] = A 0x0002 (0x000004) 0x0400- f:00002 d: 0 | I = 0 0x0003 (0x000006) 0x0000- f:00000 d: 0 | PASS ...
79.741935
79
0.458819
b6a89511c7dad95fe448f52cebcc9d41dbfba0b4
620
asm
Assembly
programs/oeis/195/A195147.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/195/A195147.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/195/A195147.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A195147: Concentric 18-gonal numbers. ; 0,1,18,37,72,109,162,217,288,361,450,541,648,757,882,1009,1152,1297,1458,1621,1800,1981,2178,2377,2592,2809,3042,3277,3528,3781,4050,4321,4608,4897,5202,5509,5832,6157,6498,6841,7200,7561,7938,8317,8712,9109,9522,9937,10368,10801,11250,11701,12168,12637,13122,13609,14112,14617,...
68.888889
531
0.783871
6ef9cc9d5e21adf6b0085421aad6bdfa3a408721
194
asm
Assembly
mc-sema/validator/x86_64/tests/ST_Frr.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/ST_Frr.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
mc-sema/validator/x86_64/tests/ST_Frr.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
BITS 64 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS=FLAG_FPU_IE ;TEST_FILE_META_END ; ST_Frr fldpi fldpi ;TEST_BEGIN_RECORDING fst st2 ;TEST_END_RECORDING
14.923077
29
0.752577
8fa4e9c391f9436c398f419ec58503b3acf79349
419
asm
Assembly
imports/threadlast.asm
Idorobots/asm
37ebdef318ef7fc01b8e55a50baac57f74ddbe38
[ "MIT" ]
2
2017-03-02T20:24:31.000Z
2020-03-26T03:20:12.000Z
imports/threadlast.asm
Idorobots/asm
37ebdef318ef7fc01b8e55a50baac57f74ddbe38
[ "MIT" ]
null
null
null
imports/threadlast.asm
Idorobots/asm
37ebdef318ef7fc01b8e55a50baac57f74ddbe38
[ "MIT" ]
null
null
null
# ASM implementation of the thread last macro. (function append* (a b) (if (fnord? a) (tuple b) (join (first a) (append* (rest a) b)))) (function ->>-prepend (a b) (if (tuple? b) (append* b a) (tuple b a))) (macro ->> (@tuple exprs) (reduce prepend exprs)) # Example usage: #(import 'i...
19.045455
46
0.556086
c464d5ebad4e95ef521e9d0c311fcd0ea8bed68b
146
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/ccp_main.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/ccp_main.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/ccp_main.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: ccp_main.asm Type: file Size: 29115 Last-Modified: '1991-10-30T08:40:03Z' SHA-1: 3F50A61F8A57582B34C15464C8D5CBFE2FA1498E Description: null
20.857143
47
0.815068
8405d9d93d7f73a4e0d88078eacd59c1225618f7
1,170
asm
Assembly
programs/oeis/190/A190336.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/190/A190336.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/190/A190336.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A190336: a(n) = n + [n*r/s] + [n*t/s]; r=2, s=sqrt(2), t=1/s. ; 2,5,8,11,14,17,19,23,25,29,31,34,37,40,43,46,49,52,54,58,60,64,66,69,72,75,78,81,84,87,89,93,95,99,101,104,107,110,113,116,118,122,124,128,130,134,136,139,142,145,148,151,153,157,159,163,165,169,171,174,177,180,183,186,188,192,194,198,200,203,206,209,21...
167.142857
964
0.708547
48308e8eb95c1272ba6633648b6fcdde714756ce
564
asm
Assembly
Homework 5/Hw5-2.asm
tomy0000000/NCHU-Assembly-Language-and-System-Programming
2289532456107ca45c8012072c64ad11afd88400
[ "MIT" ]
null
null
null
Homework 5/Hw5-2.asm
tomy0000000/NCHU-Assembly-Language-and-System-Programming
2289532456107ca45c8012072c64ad11afd88400
[ "MIT" ]
null
null
null
Homework 5/Hw5-2.asm
tomy0000000/NCHU-Assembly-Language-and-System-Programming
2289532456107ca45c8012072c64ad11afd88400
[ "MIT" ]
null
null
null
INCLUDE Irvine32.inc .data myArray BYTE 13,2,4,11,5,8 .code main PROC mov ecx, LENGTHOF myArray xor eax, eax xor ebx, ebx xor edx, edx xor esi, esi L1: movzx eax, myArray[esi] test eax, 1 ; Check if the last bit of eax is 1 jnz L2 ; If the last bit of eax is equals to 1, jump to L2 a...
20.888889
66
0.654255
acc92ef0d3a785de3ebfadbf9d691b7968133541
1,310
asm
Assembly
source/Cosmos.Debug.DebugStub/Screen.asm
ERamaM/Cosmos
ae199a8e20ec5d3a0356dbe4ac55954be05f86c9
[ "BSD-3-Clause" ]
null
null
null
source/Cosmos.Debug.DebugStub/Screen.asm
ERamaM/Cosmos
ae199a8e20ec5d3a0356dbe4ac55954be05f86c9
[ "BSD-3-Clause" ]
null
null
null
source/Cosmos.Debug.DebugStub/Screen.asm
ERamaM/Cosmos
ae199a8e20ec5d3a0356dbe4ac55954be05f86c9
[ "BSD-3-Clause" ]
null
null
null
; Generated at 14-6-2016 12:37:38 DebugWaitMsg db 87, 97, 105, 116, 105, 110, 103, 32, 102, 111, 114, 32, 100, 101, 98, 117, 103, 103, 101, 114, 32, 99, 111, 110, 110, 101, 99, 116, 105, 111, 110, 46, 46, 46, 0 %ifndef Exclude_Memory_Based_Console DebugStub_Const_VidBase equ 753664 DebugStub_Cls: ...
26.2
178
0.725191
b6dc82dab8ed5c7b5d51f88dd08eb5d31392c588
1,002
asm
Assembly
programs/oeis/017/A017535.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017535.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017535.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017535: a(n) = (12*n+1)^3. ; 1,2197,15625,50653,117649,226981,389017,614125,912673,1295029,1771561,2352637,3048625,3869893,4826809,5929741,7189057,8615125,10218313,12008989,13997521,16194277,18609625,21253933,24137569,27270901,30664297,34328125,38272753,42508549,47045881,51895117,57066625,62570773,68417929,74618461,...
143.142857
942
0.869261
68032d3f41c43f2fc3d3abf156118bb07268e670
2,878
asm
Assembly
programs/oeis/001/A001520.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/001/A001520.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/001/A001520.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A001520: a(n) = (6*n+1)*(6*n+3)*(6*n+5). ; 15,693,3315,9177,19575,35805,59163,90945,132447,184965,249795,328233,421575,531117,658155,803985,969903,1157205,1367187,1601145,1860375,2146173,2459835,2802657,3175935,3580965,4019043,4491465,4999527,5544525,6127755,6750513,7414095,8119797,8868915,9662745,10502583,11389725,1...
61.234043
2,439
0.838082
51baa8f4c10e7689389c6fc507511242c7635ce9
1,716
asm
Assembly
nes-test-roms/mmc3_irq_tests/source/ppu_util.asm
joebentley/ones
d2c7d21bd94dda9d312c56a197cddec164035d4f
[ "BSD-2-Clause" ]
1,461
2022-02-25T17:44:34.000Z
2022-03-30T06:18:29.000Z
rustnes-dev/test_roms/mmc3_irq_tests/source/ppu_util.asm
w1n5t0n99/rustnes
2d03cc0c5dcc33d6f4ca35a009b2aee9c0d096d4
[ "MIT" ]
17
2016-10-30T12:46:35.000Z
2020-01-31T11:34:38.000Z
rustnes-dev/test_roms/mmc3_irq_tests/source/ppu_util.asm
w1n5t0n99/rustnes
2d03cc0c5dcc33d6f4ca35a009b2aee9c0d096d4
[ "MIT" ]
47
2016-10-24T00:30:56.000Z
2022-02-10T15:19:41.000Z
; Clear VBL flag then wait for it to be set ; Preserved: A, X, Y wait_vbl: bit $2002 : bit $2002 bpl - rts .code ; Set VRAM address to A * $100 ; Preserved: X, Y set_vpage: bit $2002 sta $2006 lda #0 sta $2006 rts .code ; Set VRAM ad...
15.185841
57
0.466783
a671e181261a27fa4ed14056ae1b44297927b887
227
asm
Assembly
llvm/test/tools/llvm-ml/command_line_defines_errors.asm
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
2,338
2018-06-19T17:34:51.000Z
2022-03-31T11:00:37.000Z
llvm/test/tools/llvm-ml/command_line_defines_errors.asm
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
3,740
2019-01-23T15:36:48.000Z
2022-03-31T22:01:13.000Z
llvm/test/tools/llvm-ml/command_line_defines_errors.asm
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
500
2019-01-23T07:49:22.000Z
2022-03-30T02:59:37.000Z
; RUN: llvm-ml -filetype=s %s /Fo - /Dtest1=def 2>&1 | FileCheck %s --implicit-check-not=warning: .code ; CHECK: :[[# @LINE + 1]]:1: warning: redefining 'test1', already defined on the command line test1 textequ <redef> end
25.222222
97
0.669604
414f1243044b4e90da3f9f27b3acdf5a955ee596
7,295
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca.log_21829_838.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca.log_21829_838.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca.log_21829_838.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 %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x130c, %r11 nop nop nop nop sub %r14, %r14 movups (%r11), %xmm7 vpextrq $1, %xmm7, %rcx nop nop sub %rax, %rax lea addresses_A_ht+0x4994, %r11 clflush (%r11) nop sub %rsi, %rsi mov $0x6...
33.310502
2,999
0.654284
aaf38135598fdce5be390a0a62c0b46cc0dd179a
585
asm
Assembly
oeis/006/A006236.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/006/A006236.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/006/A006236.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A006236: n^(n-2)*(n+2)^(n-1). ; Submitted by Jon Maiga ; 1,4,75,3456,300125,42467328,8931928887,2621440000000,1025271882697689,515978035200000000,325063112540091870659,250738401558910243700736,232526248038920243408203125,255326682647558617373989666816,327696095670976278474202880859375,48614669066192856336169019685155...
45
448
0.854701
13e37bdf5882e1cd52bcd8230ee898565c19c4ee
2,051
asm
Assembly
text/maps/route_11_1.asm
etdv-thevoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
9
2020-07-12T19:44:21.000Z
2022-03-03T23:32:40.000Z
text/maps/Route11.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
text/maps/Route11.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2021-03-28T18:33:43.000Z
2021-05-06T13:12:09.000Z
_Route11BattleText1:: text "Win, lose or draw!" done _Route11EndBattleText1:: text "Atcha!" line "Didn't go my way!" prompt _Route11AfterBattleText1:: text "#MON is life!" line "And to live is to" cont "gamble!" done _Route11BattleText2:: text "Competition! I" line "can't get enough!" done _Route11EndBa...
15.30597
26
0.70746
c8e2c2c76d77a6e331588422a2d5ca946283b0bd
768
asm
Assembly
oeis/045/A045437.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/045/A045437.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/045/A045437.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A045437: Primes congruent to 3 mod 7. ; Submitted by Jamie Morken(s4) ; 3,17,31,59,73,101,157,199,227,241,269,283,311,353,367,409,479,521,563,577,619,647,661,773,787,829,857,941,983,997,1039,1109,1123,1151,1193,1249,1277,1291,1319,1361,1459,1487,1543,1571,1613,1627,1669,1697,1753,1823,1879,1907,1949,2089,2131,2243,23...
36.571429
465
0.709635
0fa1eb32ec7e8a60a8cdb733a022f1f28d71b4a0
2,736
asm
Assembly
README.asm
WA6YDQ/nano80
17de2a6c13a3161f4702589f08ba53aadae3e84b
[ "MIT" ]
2
2021-01-19T13:56:06.000Z
2022-03-04T10:37:13.000Z
README.asm
WA6YDQ/nano80
17de2a6c13a3161f4702589f08ba53aadae3e84b
[ "MIT" ]
null
null
null
README.asm
WA6YDQ/nano80
17de2a6c13a3161f4702589f08ba53aadae3e84b
[ "MIT" ]
null
null
null
Using the asm80 assembler: -------------------------- asm80 [source.asm] Will assmeble the 8080 source code and create 2 files: source.prn Suitable for printing source.com Typical CP/M object code -------------------------- Nmenomics are standard Intel (from the MCS-85 book) ie: mov a,b jmp rz nop lxi sp ...
20.571429
75
0.646564
bc53b61ef49b0e46c1cb3d50874b9237b7fd628e
1,450
asm
Assembly
labexam/stringloop.asm
zaoad/assembly-
09b282351ae46efe746bf647ccf2834433f9b177
[ "MIT" ]
null
null
null
labexam/stringloop.asm
zaoad/assembly-
09b282351ae46efe746bf647ccf2834433f9b177
[ "MIT" ]
null
null
null
labexam/stringloop.asm
zaoad/assembly-
09b282351ae46efe746bf647ccf2834433f9b177
[ "MIT" ]
null
null
null
segment .data scfmt : dq "%lld" ,0 stringfmt: dq "%s" ,0 newline : dq "" ,10, 0 prfmt: dq "%lld" ,10, 0 printbalanced: dq "balanced", 10, 0 printnotbalanced: dq "notbalanced" ,10 ,0 segment .bss s: resq 100 l: resq 1 r: resq 1 b: resq 1 g: resq 1 y: resq 1 segment .text global main extern scanf extern p...
13.181818
43
0.648276
906b9e5faa11f2694bddcf70b176405aa1dc495e
153
asm
Assembly
alphabet.asm
AmiteshBadkul/microprocessor-interfacing
b1e87f310e59973e22a13861acae1a6f06c6e6cd
[ "MIT" ]
null
null
null
alphabet.asm
AmiteshBadkul/microprocessor-interfacing
b1e87f310e59973e22a13861acae1a6f06c6e6cd
[ "MIT" ]
null
null
null
alphabet.asm
AmiteshBadkul/microprocessor-interfacing
b1e87f310e59973e22a13861acae1a6f06c6e6cd
[ "MIT" ]
null
null
null
org 100h ; 8.2.1 MOV AH,02H MOV DL,'b' INT 21H ; 8.2.2 MOV CX,02H MOV AH,01H INT 21H HERE: INC AL MOV AH,02H MOV DL,AL INT 21H LOOP HERE ret
5.666667
11
0.627451
c0dee1c33d3a17339ae86d9395306ec20ffc00a0
784
asm
Assembly
oeis/216/A216702.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/216/A216702.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/216/A216702.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A216702: a(n) = Product_{k=1..n} (16 - 4/k). ; Submitted by Jon Maiga ; 1,12,168,2464,36960,561792,8614144,132903936,2060011008,32044615680,499896004608,7816555708416,122459372765184,1921670157238272,30197673899458560,475110069351481344,7482983592285831168,117967035454858985472,1861257670509997326336,2938827900805258...
30.153846
490
0.772959
4f770d5cd80204bbb57f15f6361ae1f48e220503
646
asm
Assembly
Examples/ch06/Regist.asm
satadriver/LiunuxOS_t
c6222f04b6e734002cbf1aa366eb62e51f0ebbe5
[ "Apache-2.0" ]
null
null
null
Examples/ch06/Regist.asm
satadriver/LiunuxOS_t
c6222f04b6e734002cbf1aa366eb62e51f0ebbe5
[ "Apache-2.0" ]
null
null
null
Examples/ch06/Regist.asm
satadriver/LiunuxOS_t
c6222f04b6e734002cbf1aa366eb62e51f0ebbe5
[ "Apache-2.0" ]
null
null
null
TITLE Compound IF Statements (Regist.asm) ; Simple college registration example that uses ; the .IF, .ENDIF, and .ELSEIF directives. ; Last update: 1/28/02 INCLUDE Irvine32.inc .data TRUE = 1 FALSE = 0 gradeAverage WORD ? credits WORD ? OkToRegister BYTE ? .code main PROC mov gradeAverage,300 mo...
15.756098
50
0.719814
db3be4b93e558f347ced0669d1c7ee601d5c6031
732
asm
Assembly
oeis/015/A015181.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/015/A015181.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/015/A015181.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A015181: Sum of (Gaussian) q-binomial coefficients for q=-15. ; Submitted by Christian Krause ; 1,2,-12,424,41360,21547296,-31364696768,245374417559168,5359443267044815104,628878513018386722071040,-206033745813261327767100673024,362642628119601346053904604076582912,1782142325362698817380076800981825253838848,47051556...
34.857143
471
0.819672
c8b58ca8d59bdb68b7bd91890ac92ab6b54e2a26
319
asm
Assembly
programs/oeis/097/A097063.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/097/A097063.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/097/A097063.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A097063: Expansion of (1-2*x+3*x^2)/((1+x)*(1-x)^3). ; 1,0,3,4,9,12,19,24,33,40,51,60,73,84,99,112,129,144,163,180,201,220,243,264,289,312,339,364,393,420,451,480,513,544,579,612,649,684,723,760,801,840,883,924,969,1012,1059,1104,1153,1200,1251,1300,1353,1404 pow $0,2 mov $1,$0 gcd $1,4 add $1,$0 sub $1,2 div $1,2
31.9
206
0.658307
7f6859c3b44a398d6a5fd87049c06d1f46e73ccb
32,263
asm
Assembly
gingerbread.asm
azurda/gingerbread
4e71a411224324a8d17b2b5baaab08074df1e68e
[ "Unlicense" ]
null
null
null
gingerbread.asm
azurda/gingerbread
4e71a411224324a8d17b2b5baaab08074df1e68e
[ "Unlicense" ]
null
null
null
gingerbread.asm
azurda/gingerbread
4e71a411224324a8d17b2b5baaab08074df1e68e
[ "Unlicense" ]
null
null
null
; GingerBread is a kind of standard library for Game Boy games written in assembly ; using the RGBDS system. It intends to provide basic functionality that almost ; every game will need in one form or another. It is meant to be used alongside the ; book "Game Boy Assembly Programming for the Modern Game Developer", ava...
23.792773
181
0.678982
f66f0b8cc4d7bb14db5699657240b05f381e6e82
2,056
asm
Assembly
src/state.asm
mdsteele/gbfxr
401e9e15e20c10a702c60a4358bc49176219331f
[ "MIT" ]
2
2020-11-04T14:47:14.000Z
2020-11-04T19:03:00.000Z
src/state.asm
mdsteele/gbfxr
401e9e15e20c10a702c60a4358bc49176219331f
[ "MIT" ]
null
null
null
src/state.asm
mdsteele/gbfxr
401e9e15e20c10a702c60a4358bc49176219331f
[ "MIT" ]
null
null
null
INCLUDE "src/consts.inc" INCLUDE "src/hardware.inc" ;;;=========================================================================;;; SECTION "State", WRAM0 Ram_MenuStateZero_start:: Ram_HoldingDpad:: DB Ram_HoldingStart:: DB Ram_ChangedChannel:: DB Ram_ChangedCh1Duty:: DB Ram_ChangedCh1EnvStart:: ...
17.133333
79
0.572471
82d9fe25af0bac9ec687e6127750a4c479e85cb2
1,203
asm
Assembly
tests/devices/nex_file/bmp/savenexBmpL.asm
fengjixuchui/sjasmplus
df0fabd2411bf89e23637fce46d273f52dafbe16
[ "BSD-3-Clause" ]
220
2016-10-22T19:44:39.000Z
2022-03-29T20:57:04.000Z
tests/devices/nex_file/bmp/savenexBmpL.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
153
2018-05-07T10:31:23.000Z
2022-03-30T04:35:59.000Z
tests/devices/nex_file/bmp/savenexBmpL.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
51
2016-05-12T21:27:36.000Z
2022-03-27T15:16:16.000Z
; coverage: old V1.2 BMP files (with palOffset defined => warning about V1.3) DEVICE ZXSPECTRUMNEXT SAVENEX OPEN "savenexBmpL.nex" ; warning about using paletteOffset with BMP 256x192 SAVENEX SCREEN BMP "savenexBmpL2/savenexBmpL2.bmp", 1, 10 SAVENEX CLOSE ; coverage: palette bmp valid S...
34.371429
86
0.720698
4700d543ed7900b8a3f83d72a15da8d32ee24b27
378
asm
Assembly
maps/JubilifeApartmentSW1F.asm
AtmaBuster/pokecrystal16-493-plus
0c8cd4d187c246fe1debc07f89e278fd702595d7
[ "blessing" ]
1
2021-01-19T04:15:45.000Z
2021-01-19T04:15:45.000Z
maps/JubilifeApartmentSW1F.asm
AtmaBuster/pokecrystal16-493-plus
0c8cd4d187c246fe1debc07f89e278fd702595d7
[ "blessing" ]
null
null
null
maps/JubilifeApartmentSW1F.asm
AtmaBuster/pokecrystal16-493-plus
0c8cd4d187c246fe1debc07f89e278fd702595d7
[ "blessing" ]
1
2021-01-16T00:12:08.000Z
2021-01-16T00:12:08.000Z
object_const_def ; object_event constants JubilifeApartmentSW1F_MapScripts: db 0 ; scene scripts db 0 ; callbacks JubilifeApartmentSW1F_MapEvents: db 0, 0 ; filler db 3 ; warp events warp_event 6, 7, JUBILIFE_CITY, 3 warp_event 7, 7, JUBILIFE_CITY, 3 warp_event 8, 1, JUBILIFE_APARTMENT_SW_2F, 1 db 0...
18
47
0.738095
2d13fdc03f6221429b6ad4527c0b12ba67cec887
463
asm
Assembly
Chapter_9/Program 9.3/x86/Program_9.3_MASM.asm
chen150182055/Assembly
e5e76bea438a3752b59775098205a77aa7087110
[ "MIT" ]
272
2016-12-28T02:24:21.000Z
2022-03-30T21:05:37.000Z
Chapter_9/Program 9.3/x86/Program_9.3_MASM.asm
chen150182055/Assembly
e5e76bea438a3752b59775098205a77aa7087110
[ "MIT" ]
1
2018-04-17T19:47:52.000Z
2018-04-17T19:47:52.000Z
Chapter_9/Program 9.3/x86/Program_9.3_MASM.asm
chen150182055/Assembly
e5e76bea438a3752b59775098205a77aa7087110
[ "MIT" ]
62
2017-02-02T14:39:37.000Z
2022-01-04T09:02:07.000Z
; Program 9.3 ; Addition Macro - MASM (32-bit) ; Copyright (c) 2017 Hall & Slonka .386 .MODEL FLAT, stdcall .STACK 4096 ExitProcess PROTO, dwExitCode:DWORD intAdd MACRO dest, source1, source2 mov eax, source1 add eax, source2 mov dest, eax ENDM .DATA intA DWORD 2 intB DWORD 4 intC DWORD 3 intD DW...
14.030303
36
0.695464
44d0c0daefbcf37d7cc818b22d401c295e2bc729
392
asm
Assembly
programs/oeis/106/A106565.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/106/A106565.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/106/A106565.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A106565: Let M={{0, 5}, {1, 5}}, v[n]=M.v[n-1]; then a(n) =v[n][[1]]. ; 0,5,25,150,875,5125,30000,175625,1028125,6018750,35234375,206265625,1207500000,7068828125,41381640625,242252343750,1418169921875,8302111328125,48601406250000,284517587890625,1665594970703125 mov $1,1 lpb $0 sub $0,1 mov $2,$3 add $3,$1 m...
23.058824
192
0.668367
c7388f41b16d3d96aec3d9b7ad6430d48051a291
533
asm
Assembly
ConsoleHelloWorld.asm
defini7/lab
557b6137eee5593d4a8b3fa54cb1ff55678ee51d
[ "RSA-MD" ]
1
2021-08-14T10:54:27.000Z
2021-08-14T10:54:27.000Z
ConsoleHelloWorld.asm
defini7/lab
557b6137eee5593d4a8b3fa54cb1ff55678ee51d
[ "RSA-MD" ]
null
null
null
ConsoleHelloWorld.asm
defini7/lab
557b6137eee5593d4a8b3fa54cb1ff55678ee51d
[ "RSA-MD" ]
null
null
null
;; only for windows null EQU 0 std_output_handle EQU -11 extern _GetStdHandle@4 extern _WriteFile@20 extern _ExitProcess@4 global Start section .data Message db "Hello, World!", 0Dh, 0Ah MessageLength EQU $-Message section .bss StandardHandle resd 1 Written resd 1 section .text: Start: push std_output_h...
14.405405
37
0.756098
36aeefb12aa15e4deb381dca239c4b762dfa189f
9,218
asm
Assembly
MSDOS/Virus.MSDOS.Unknown.burger.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
MSDOS/Virus.MSDOS.Unknown.burger.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
MSDOS/Virus.MSDOS.Unknown.burger.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
; Program Virus Ver.: 1.1 ; Copyright by R. Burger 1986 ; This is a demonstration program for computer ; viruses. It has the ability to replicate itself, ; and thereby modify other programs ; ; Added A86 v3.22 compatibility 15 Dec 1991 ; command line: a86 burger.asm burger.com +D ; Copyright (C) 1991 ==...
27.032258
69
0.522782
2a55290a334d76a7aaba95b71f334c2dbc588998
4,905
asm
Assembly
x86/RootMoves.asm
lantonov/asm
b9ddd4ed9a8c73cbd3600608847769f4690c293c
[ "BSD-3-Clause" ]
150
2016-11-26T05:41:31.000Z
2022-02-09T20:54:53.000Z
x86/RootMoves.asm
lantonov/asm
b9ddd4ed9a8c73cbd3600608847769f4690c293c
[ "BSD-3-Clause" ]
199
2016-12-07T22:13:00.000Z
2022-03-22T15:42:18.000Z
x86/RootMoves.asm
lantonov/asm
b9ddd4ed9a8c73cbd3600608847769f4690c293c
[ "BSD-3-Clause" ]
95
2016-11-24T22:57:13.000Z
2022-01-24T19:42:10.000Z
RootMovesVec_Create: ; in: rcx address of RootMovesVec struct ; edx numa node push rbx mov rbx, rcx mov ecx, sizeof.RootMove*MAX_MOVES call Os_VirtualAllocNuma mov qword[rbx+RootMovesVec.table], rax mov qword[rbx+RootMovesVec.ender], rax pop rbx ret RootMovesVec_Destro...
27.55618
78
0.58736
36256c673891533299a705eefe36fd8c99d2fe30
6,717
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1201.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_0xa0_notsx.log_21829_1201.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_0xa0_notsx.log_21829_1201.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 %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xa378, %rsi lea addresses_A_ht+0x1e9a0, %rdi clflush (%rsi) xor %rdx, %rdx mov $34, %rcx rep movsw nop inc %rbp lea addresses_D_ht+0x1aa1c, %rsi lea addresses_normal_ht+0...
39.511765
2,999
0.657734
48f4b34582d23f8ccebb428f328189112490647a
470
asm
Assembly
programs/oeis/176/A176126.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/176/A176126.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/176/A176126.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A176126: Numerator of -A127276(n)/A001788(n). ; -1,-1,1,2,4,13,19,13,17,43,53,32,38,89,103,59,67,151,169,94,104,229,251,137,149,323,349,188,202,433,463,247,263,559,593,314,332,701,739,389,409,859,901,472,494,1033,1079,563,587,1223,1273,662,688,1429,1483,769,797,1651,1709,884,914,1889,1951,1007,1039,2143,2209,1138,117...
33.571429
328
0.7
75927a76ff97aa8da572db258542c659c0409c6e
5,005
asm
Assembly
CS61/cs61_labs/lab-9-Kuzame/lab09_ex1.asm
Kuzame/CS61
d384dd8170e86464d15c7c02745e33113537c832
[ "Apache-2.0" ]
1
2018-10-12T20:39:46.000Z
2018-10-12T20:39:46.000Z
CS61/cs61_labs/lab-9-Kuzame/lab09_ex1.asm
Kuzame/CS61
d384dd8170e86464d15c7c02745e33113537c832
[ "Apache-2.0" ]
null
null
null
CS61/cs61_labs/lab-9-Kuzame/lab09_ex1.asm
Kuzame/CS61
d384dd8170e86464d15c7c02745e33113537c832
[ "Apache-2.0" ]
null
null
null
;================================================= ; Name: Adrian Harminto ; Email: aharm002@ucr.edu ; ; Lab: lab 9 ; Lab section: 24 ; TA: Bryan Marsh ;================================================= .ORIG x3000 LD R3, CONVERT ; R3 = for conversion LD R4, STACK_ADDRESS ;address of the stack LD R5,...
23.947368
177
0.599401
1d324c2b772212ae02d9f9543b2350166fe86ec4
145
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/FZERO/FZERO/Game/set_bg1.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
46
2020-08-02T08:00:14.000Z
2022-03-07T02:25:47.000Z
other.7z/SFC.7z/SFC/ソースデータ/FZERO/FZERO/Game/set_bg1.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/FZERO/FZERO/Game/set_bg1.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
12
2020-07-29T05:00:28.000Z
2021-12-11T20:30:28.000Z
Name: set_bg1.asm Type: file Size: 37962 Last-Modified: '2000-11-08T02:03:12Z' SHA-1: 39E1B84B0470FD65D49F5552549B1E271CE91D8B Description: null
20.714286
47
0.813793
9074955816aeeeb8f9d4cb3bea9fd5e22ec81ae9
274
asm
Assembly
programs/oeis/011/A011865.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/011/A011865.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/011/A011865.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A011865: a(n) = floor( n*(n - 1)/12 ). ; 0,0,0,0,1,1,2,3,4,6,7,9,11,13,15,17,20,22,25,28,31,35,38,42,46,50,54,58,63,67,72,77,82,88,93,99,105,111,117,123,130,136,143,150,157,165,172,180,188,196,204,212,221,229,238,247,256,266,275,285,295,305,315,325,336 bin $0,2 div $0,6
45.666667
213
0.642336
b655d3a9aa2ed82d965eed9750d99e3eb63a28d9
1,593
asm
Assembly
WS4_ASM/Task_5.asm
OlegMalchenko/ACOS_WS_3
a0a6d02b6dcd54b1a103a3da24de17251d934605
[ "MIT" ]
null
null
null
WS4_ASM/Task_5.asm
OlegMalchenko/ACOS_WS_3
a0a6d02b6dcd54b1a103a3da24de17251d934605
[ "MIT" ]
null
null
null
WS4_ASM/Task_5.asm
OlegMalchenko/ACOS_WS_3
a0a6d02b6dcd54b1a103a3da24de17251d934605
[ "MIT" ]
null
null
null
# # Write a program that inputs two integer values x and y # and prints first the smallest of them and then the largest of them. # .data pleaser_x: .string "Please, input an integer x: " pleaser_y: .string "Please, input an integer y: " caller_min: .string " is the smallest integer among x and y" caller_max: .st...
22.125
82
0.605148
245dea7dea7adc3df8dbeb8fedc6fe6cef4fb08d
7,656
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_zr_un_sm_/i9-9900K_12_0xca.log_21829_947.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_sm_/i9-9900K_12_0xca.log_21829_947.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_sm_/i9-9900K_12_0xca.log_21829_947.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x100fd, %rsi lea addresses_A_ht+0x1c61d, %rdi nop nop nop nop sub $35708, %r13 mov $21, %rcx rep movsw nop nop cmp %r10, %r10 lea addresses_WC_ht+0xac4d, %rbx nop sub %r8, %r8...
32.858369
2,999
0.657132
a7ed1ca7bc67cf9aa922f22fb033d37ecd6cba1c
2,209
asm
Assembly
programs/oeis/305/A305071.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/305/A305071.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/305/A305071.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A305071: a(n) = 972*n^2 - 270*n (n>=1). ; 702,3348,7938,14472,22950,33372,45738,60048,76302,94500,114642,136728,160758,186732,214650,244512,276318,310068,345762,383400,422982,464508,507978,553392,600750,650052,701298,754488,809622,866700,925722,986688,1049598,1114452,1181250,1249992,1320678,1393308,1467882,1544400,16...
220.9
2,104
0.863739
15ea43e88c17b3079a67d8f4bacedb0d5ea9e955
671
nasm
Assembly
x86_64/src/01-open-print_hex.nasm
karng87/nasm_game
a97fdb09459efffc561d2122058c348c93f1dc87
[ "MIT" ]
null
null
null
x86_64/src/01-open-print_hex.nasm
karng87/nasm_game
a97fdb09459efffc561d2122058c348c93f1dc87
[ "MIT" ]
null
null
null
x86_64/src/01-open-print_hex.nasm
karng87/nasm_game
a97fdb09459efffc561d2122058c348c93f1dc87
[ "MIT" ]
null
null
null
;; /usr/include/asm-generic/fcntl.h %include "inc/x64_io.inc" section .data fname: db "tmp.txt", 0 msg: dq 0x48, 0x45, 0x4c, 0x4c,0xA msg_len: equ $-msg section .bss sign: resb 1 fd: resq 1 section .text global main main: mov rax, 2 mov rdi, fname ...
19.735294
82
0.529061
512a7aa0dad4e8a5ccd616b2054e977195f2a985
362
asm
Assembly
programs/oeis/224/A224534.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/224/A224534.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/224/A224534.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A224534: Primes numbers that are the sum of three distinct prime numbers. ; 19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307 add $0,6 seq $0,98090 ; Numbers k s...
45.25
207
0.718232
e508ed091aad52c373f8be504c51750562784879
254
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_isless_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_isless_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_isless_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; int isless(float x, float y) __z88dk_callee SECTION code_fp_math48 PUBLIC cm48_sdccix_isless_callee EXTERN am48_isless, cm48_sdccixp_dcallee2 cm48_sdccix_isless_callee: call cm48_sdccixp_dcallee2 ; AC'= y ; AC = x jp am48_isless
14.111111
45
0.76378
843c7192acf384bef8dc379af56956bedd413354
1,988
asm
Assembly
roms/tests/ppu/sprite_hit_tests_2005.10.05/source/09.timing_basics.asm
MrKOSMOS/ANESE
8ae814d615479b1496c98033a1f5bc4da5921c6f
[ "MIT" ]
1,461
2022-02-25T17:44:34.000Z
2022-03-30T06:18:29.000Z
nes/tests/sprite_hit_tests_2005.10.05/source/09.timing_basics.asm
nickmass/mass-nes
9f8652aca403f4338346ad5a27667aa0989f6305
[ "MIT" ]
17
2016-10-30T12:46:35.000Z
2020-01-31T11:34:38.000Z
nes/tests/sprite_hit_tests_2005.10.05/source/09.timing_basics.asm
nickmass/mass-nes
9f8652aca403f4338346ad5a27667aa0989f6305
[ "MIT" ]
47
2016-10-24T00:30:56.000Z
2022-02-10T15:19:41.000Z
; Tests sprite 0 hit timing to within 12 or so PPU clocks. ; Tests flag timing for upper-left corner, upper-right corner, ; lower-right corner, and time flag is cleared (at end of VBL). ; Depends on proper PPU frame length (less than 29781 CPU clocks). .include "prefix_sprite_hit.a" test_name: .db "SPRI...
23.666667
66
0.512575
9d3c7684f55bc3eff6a51b0cc0288e739fbbe39f
657
asm
Assembly
oeis/000/A000128.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/000/A000128.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/000/A000128.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A000128: A nonlinear binomial sum. ; 1,2,4,8,16,31,58,105,185,319,541,906,1503,2476,4058,6626,10790,17537,28464,46155,74791,121137,196139,317508,513901,831686,1345888,2177900,3524140,5702419,9226966,14929821,24157253,39087571,63245353,102333486,165579435,267913552,433493654,701407910,1134902306,1836310997,2971214124,...
65.7
500
0.834094
e800cc2356f889970581061791d7b03ea69283a7
13,320
asm
Assembly
coverage/IN_CTS/0535-COVERAGE-function-lowering-info-h-259/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
null
null
null
coverage/IN_CTS/0535-COVERAGE-function-lowering-info-h-259/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
47
2021-03-11T07:42:51.000Z
2022-03-14T06:30:14.000Z
coverage/IN_CTS/0535-COVERAGE-function-lowering-info-h-259/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
4
2021-03-09T13:37:19.000Z
2022-02-25T07:32:11.000Z
; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 239 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %4 "main" %33 %89 OpExecutionMode %4 Ori...
34.241645
61
0.478904
fcab9995b12f39def3f5805102d02bd1198e7c73
86
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_fdim.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_fdim.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_fdim.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
SECTION code_fp_math48 PUBLIC asm_fdim EXTERN am48_fdim defc asm_fdim = am48_fdim
9.555556
25
0.825581
221fc42a8b9dde215aa66f71abb43a6ad765cd93
329
asm
Assembly
programs/oeis/324/A324269.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/324/A324269.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/324/A324269.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A324269: a(n) = 3*11^(2*n). ; 3,363,43923,5314683,643076643,77812273803,9415285130163,1139249500749723,137849189590716483,16679751940476694443,2018249984797680027603,244208248160519283339963,29549198027422833284135523,3575452961318162827380398283,432629808319497702113028192243 mul $0,2 mov $1,11 pow $1,$0 mul $1,3 m...
36.555556
249
0.829787
c4acbb37a9def814cb24aedd935e829a9e0760a0
3,351
asm
Assembly
src/asmdemos/dubldabl.asm
helvm/fungus
3d17c9590eea1053173a7fb975b27b9dad89d6a3
[ "MIT" ]
1
2019-11-24T21:41:23.000Z
2019-11-24T21:41:23.000Z
src/asmdemos/dubldabl.asm
helvm/fungus
3d17c9590eea1053173a7fb975b27b9dad89d6a3
[ "MIT" ]
null
null
null
src/asmdemos/dubldabl.asm
helvm/fungus
3d17c9590eea1053173a7fb975b27b9dad89d6a3
[ "MIT" ]
2
2019-11-24T21:43:20.000Z
2020-08-07T15:19:40.000Z
(* This is an implementation of the "double-dabble" algorithm for * converting from base 2 to base 10 (binary-coded decimal). By * an amazing coincidence, 18 bits is just enough space to convert * a nine-bit binary number into a three-digit decimal number: the * input comes in on bits 0-8, and we produce the ...
41.37037
94
0.521635
18f3fdaaa087e0c06cfee4ee5d0dc938afcfe603
3,943
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1268.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_1268.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_1268.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r14 push %rax push %rbp push %rbx push %rdx // Load lea addresses_UC+0x5f34, %r11 nop nop nop xor $37660, %rbx mov (%r11), %rdx nop nop nop cmp %rdx, %rdx // Faulty Load lea addresses_D+0x4034, %rax add %rbx, %r...
73.018519
2,999
0.660411
0e2cbbb850a61d9f9ea645d3429f0c9f246fc735
59
asm
Assembly
Arquitetura de Computadores/Atividade 02/ex01.asm
antuniooh/ExercisesFEI
fea8855178e098713173aceee0f0616a69c438e4
[ "MIT" ]
1
2021-05-05T22:55:03.000Z
2021-05-05T22:55:03.000Z
Arquitetura de Computadores/Atividade 02/ex01.asm
antuniooh/ExercisesFEI
fea8855178e098713173aceee0f0616a69c438e4
[ "MIT" ]
null
null
null
Arquitetura de Computadores/Atividade 02/ex01.asm
antuniooh/ExercisesFEI
fea8855178e098713173aceee0f0616a69c438e4
[ "MIT" ]
1
2021-11-24T06:55:09.000Z
2021-11-24T06:55:09.000Z
ORG 0050h DB 10 MOV DPTR, #0050h MOVC A, @A+DPTR MOV R2, A
9.833333
16
0.677966
7a20443a85ee8f3e5646dac9d6a7aeea8a13443c
230
asm
Assembly
mc-sema/validator/x86/tests/AAD8i8.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/AAD8i8.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
mc-sema/validator/x86/tests/AAD8i8.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
BITS 32 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS=FLAG_AF|FLAG_OF|FLAG_CF ;TEST_FILE_META_END ; AAD8i8 mov ax, 0x70 ;TEST_BEGIN_RECORDING aad 0xa ;TEST_END_RECORDING mov bl, 0x3 div bl
16.428571
41
0.730435
aecaf1057b2699d7171b2831fd1bc3ad8ed80dbb
255
asm
Assembly
Benchmarks/vectoradd.asm
tim-roderick/simple-cpu-simulator
334baf1934751527b7e5ffa0ad85d5e53e7215a1
[ "MIT" ]
2
2019-12-09T12:02:50.000Z
2019-12-09T22:40:01.000Z
Benchmarks/vectoradd.asm
tim-roderick/simple-cpu-simulator
334baf1934751527b7e5ffa0ad85d5e53e7215a1
[ "MIT" ]
null
null
null
Benchmarks/vectoradd.asm
tim-roderick/simple-cpu-simulator
334baf1934751527b7e5ffa0ad85d5e53e7215a1
[ "MIT" ]
1
2020-05-04T09:13:50.000Z
2020-05-04T09:13:50.000Z
;r1 is base of Array 1, r3 is base of array 2, r3, r4 LDC r4 1000 LDC r15 0 LDC r1 0 LDC r2 1000 LDC r3 2000 -while CMP r5 r15 r4 BEQZ -end r5 LD r10 r1 r15 LD r11 r2 r15 ADD r6 r10 r11 ST r3 r6 r15 ADDI r14 r15 1 MOV r15 r14 J -while -end LDC r31 1337
12.142857
53
0.701961
603dc0178c8d5beeaa4378212d6169fa4862a8f5
15,276
asm
Assembly
test.asm
BillySpelchan/VM2600
d80a5bfcb21520c77659a4426289b6e1e7840826
[ "MIT" ]
null
null
null
test.asm
BillySpelchan/VM2600
d80a5bfcb21520c77659a4426289b6e1e7840826
[ "MIT" ]
null
null
null
test.asm
BillySpelchan/VM2600
d80a5bfcb21520c77659a4426289b6e1e7840826
[ "MIT" ]
null
null
null
; Bank directive test .BANK 0 $1000 1024 JSR bank1 JSR bank2 BRK .bank 1 1024 $2000 bank1: LDA #1 RTS .BANK 2 1024 $2000 bank2: LDA #2 RTS ; org test .BANK 0 $1000 JMP ten .ORG 4106 ten: LDA #10 BRK ; equ directive tests .EQU ONE 1 .EQU TWO $2 .EQU THREE %11 LDA #ONE LDA #TWO STA THREE BRK ...
12.583196
60
0.56795
5ca244f6b0c10d0cb01edd428127c7a67d31358a
3,339
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_50_279.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_50_279.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_50_279.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 %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1c94, %rsi lea addresses_UC_ht+0x19c94, %rdi nop add %rbx, %rbx mov $8, %rcx rep movsq nop nop nop cmp $34643, %r15 lea addresses_A_ht+0x594b, %rsi nop sub $31628, %r11 mov $0x6162636...
19.300578
149
0.643905
cb9cb2e3a75de7e5500f1c8fa2f9fcfe278b0eec
298
asm
Assembly
libsrc/games/trs80/bit_close.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/games/trs80/bit_close.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/games/trs80/bit_close.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; $Id: bit_close.asm,v 1.3 2016/06/16 20:23:52 dom Exp $ ; ; TRS-80 1 bit sound functions ; ; void bit_click(); ; ; Stefano Bodrato - 8/4/2008 ; SECTION code_clib PUBLIC bit_close PUBLIC _bit_close .bit_close ._bit_close xor a out ($ff),a ret
14.9
56
0.577181
7facf1daec4a862ce90e8f5fe7b4c9d906d7dabb
418
asm
Assembly
oeis/104/A104005.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/104/A104005.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/104/A104005.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A104005: a(n+3) = a(n+2) + 3a(n+1) - 2a(n); a(0) = 1, a(1) = -1, a(2)= 3. ; Submitted by Jon Maiga ; 1,-1,3,-2,9,-3,28,1,91,38,309,241,1092,1197,3991,5398,14977,23189,57324,96937,222531,398694,872413,1623433,3443284,6568757,13651743,26471446,54289161,106400013,216324604,426946321,863120107,1711309862 mov $1,1 lpb $0...
26.125
202
0.631579
ac3d2705b61cef1fcc69aede78e7849ddbf7b0a6
601
asm
Assembly
libsrc/stdio/spectrum/generic_console_ioctl.asm
Toysoft/z88dk
f930bef9ac4feeec91a07303b79ddd9071131a24
[ "ClArtistic" ]
null
null
null
libsrc/stdio/spectrum/generic_console_ioctl.asm
Toysoft/z88dk
f930bef9ac4feeec91a07303b79ddd9071131a24
[ "ClArtistic" ]
null
null
null
libsrc/stdio/spectrum/generic_console_ioctl.asm
Toysoft/z88dk
f930bef9ac4feeec91a07303b79ddd9071131a24
[ "ClArtistic" ]
1
2019-12-03T23:28:20.000Z
2019-12-03T23:28:20.000Z
MODULE generic_console_ioctl PUBLIC generic_console_ioctl SECTION code_clib INCLUDE "ioctl.def" EXTERN __zx_32col_font EXTERN __zx_64col_font EXTERN __zx_32col_udgs ; a = ioctl ; de = arg generic_console_ioctl: ex de,hl ld c,(hl) ;bc = where we point to inc hl ld b,(hl) cp IOCTL_GENCON_SET_FONT32 jr n...
15.410256
34
0.780366
0f2e42eaea22567a01bb1b5db4e9fb649f672e73
595
asm
Assembly
hw3/load_moves_test.asm
Cyfurion/CSE220
81dba7e7557e4812104f4b605819732e321bd58a
[ "Unlicense" ]
null
null
null
hw3/load_moves_test.asm
Cyfurion/CSE220
81dba7e7557e4812104f4b605819732e321bd58a
[ "Unlicense" ]
null
null
null
hw3/load_moves_test.asm
Cyfurion/CSE220
81dba7e7557e4812104f4b605819732e321bd58a
[ "Unlicense" ]
null
null
null
.data filename: .asciiz "moves02.txt" .align 0 moves: .byte 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...
28.333333
311
0.529412
53b7701e1c918f2dc75709896f871a9d84980fc7
1,787
asm
Assembly
programs/oeis/017/A017514.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017514.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017514.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017514: a(n) = (11*n + 10)^6. ; 1000000,85766121,1073741824,6321363049,24794911296,75418890625,192699928576,433626201009,885842380864,1677100110841,2985984000000,5053913144281,8198418170944,12827693806929,19456426971136,28722900390625,41407371740736,58451728309129,80980417183744,110322650964681,148035889000000,19593...
255.285714
1,723
0.925574
b9b1f5420b75e446489656ea6fc6e451a144e243
11,704
asm
Assembly
Appl/Games/Sokoban/sokobanSounds.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Appl/Games/Sokoban/sokobanSounds.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Appl/Games/Sokoban/sokobanSounds.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-1995. All rights reserved. GEOWORKS CONFIDENTIAL PROJECT: GEOS MODULE: FILE: sound.asm AUTHOR: Jennifer Wu, Feb 3, 1993 ROUTINES: Name Description ---- ----------- GLB SoundSetu...
26.660592
79
0.656357
eb111c304c1c2952ffa0d25c4399bbbca46b6ceb
351
asm
Assembly
libsrc/games/sc3000/keys_joystick.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/games/sc3000/keys_joystick.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/games/sc3000/keys_joystick.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION rodata_clib PUBLIC keys_cursor PUBLIC keys_qaop PUBLIC keys_vi PUBLIC keys_8246 keys_cursor: defw $2006, $2005, $2004, $4006, $1001, $0000 keys_qaop: defw $8002, $8001, $0400, $0200, $0806, $0805, $0000 keys_vi: defw $4001, $0405, $0406, $4000, $0401, $0402, $0000 keys_8246: defw $0105, $0103, $01...
18.473684
53
0.678063
86de08cc8c5337b73834cd2a833b339ec6aad924
4,605
asm
Assembly
third-party/gmp/gmp-src/mpn/x86_64/k8/div_qr_1n_pi1.asm
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
1,602
2015-01-06T11:26:31.000Z
2022-03-30T06:17:21.000Z
third-party/gmp/gmp-src/mpn/x86_64/k8/div_qr_1n_pi1.asm
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
11,789
2015-01-05T04:50:15.000Z
2022-03-31T23:39:19.000Z
third-party/gmp/gmp-src/mpn/x86_64/k8/div_qr_1n_pi1.asm
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
498
2015-01-08T18:58:18.000Z
2022-03-20T15:37:45.000Z
dnl x86-64 mpn_div_qr_1n_pi1 dnl -- Divide an mpn number by a normalized single-limb number, dnl using a single-limb inverse. dnl Contributed to the GNU project by Niels Möller dnl Copyright 2013 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free ...
18.42
79
0.649729
127d8592d27736b85f5afe0bf1985535ce6849fa
497
asm
Assembly
libsrc/stdio/ansi/cpc/f_ansi_scrollup.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/stdio/ansi/cpc/f_ansi_scrollup.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/stdio/ansi/cpc/f_ansi_scrollup.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; ANSI Video handling for ZX Spectrum ; ; Handles colors referring to current PAPER/INK/etc. settings ; ; Scrollup ; ; ; $Id: f_ansi_scrollup.asm,v 1.5 2016-06-12 16:06:42 dom Exp $ ; SECTION code_clib PUBLIC ansi_SCROLLUP INCLUDE "target/cpc/def/cpcfirm.def" EXTERN __console_h ....
17.137931
62
0.585513
d87c8e90e390d66aef6be658bb3fc67b7f6ef0bf
479
asm
Assembly
programs/oeis/184/A184063.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/184/A184063.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/184/A184063.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A184063: Number of (n+1) X 2 binary arrays with rows and columns in nondecreasing order and with no 2 X 2 subblock sum differing from a horizontal or vertical neighbor subblock sum by more than one. ; 7,11,20,34,54,81,116,160,214,279,356,446,550,669,804,956,1126,1315,1524,1754,2006,2281,2580,2904,3254,3631,4036,4470,...
43.545455
211
0.74739
3d86cccc969bc023da856df48ce6b468f0dbd33a
726
asm
Assembly
oeis/042/A042749.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/042/A042749.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/042/A042749.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A042749: Denominators of continued fraction convergents to sqrt(905). ; Submitted by Jamie Morken(s1.) ; 1,12,721,8664,520561,6255396,375844321,4516387248,271359079201,3260825337660,195920879338801,2354311377403272,141454603523535121,1699809553659824724,102130027823113018561,1227260143431016047456,7373773863368407586...
42.705882
500
0.84573
0df9acdb95be45e07e02d3b37bf131e38a91a1be
631
asm
Assembly
oeis/169/A169650.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/169/A169650.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/169/A169650.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A169650: a(1) = 3; thereafter a(n) = 3*a(n-1)+2^n-6. ; 3,7,23,79,263,847,2663,8239,25223,76687,232103,700399,2109383,6344527,19066343,57264559,171924743,516036367,1548633383,4646948719,13942943303,41833024207,125507461223,376539160879,1129651037063,3389020220047,10167194877863,30501853069039,91506096078023,2745193619...
52.583333
498
0.830428
7e70000d62b8f5a090ecea51d0a24dbc393e9d6f
382
asm
Assembly
libsrc/_DEVELOPMENT/drivers/tty/state/asm_tty_param_bbbb_absorb.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/drivers/tty/state/asm_tty_param_bbbb_absorb.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/drivers/tty/state/asm_tty_param_bbbb_absorb.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_driver SECTION code_driver_tty PUBLIC asm_tty_param_bbbb_absorb EXTERN asm_tty_state_get_4 EXTERN asm_tty_state_param_store asm_tty_param_bbbb_absorb: ; c = action code ; stack = & tty.action ; command code has one parameter and tty absorbs set 7,c ; indicate absorb ...
18.190476
51
0.746073
2e62cc31523c33516841059dde4903c4238edda2
149
asm
Assembly
libsrc/_DEVELOPMENT/font/fzx/fonts/dkud2/Belegost/_ff_dkud2_Belegost2.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/font/fzx/fonts/dkud2/Belegost/_ff_dkud2_Belegost2.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/font/fzx/fonts/dkud2/Belegost/_ff_dkud2_Belegost2.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION rodata_font SECTION rodata_font_fzx PUBLIC _ff_dkud2_Belegost2 _ff_dkud2_Belegost2: BINARY "font/fzx/fonts/dkud2/Belegost/belegost2.fzx"
14.9
52
0.852349
2ef6b02af7e78965036749f5ca09e8cf21c9b15b
1,811
asm
Assembly
text/maps/route_16.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
text/maps/route_16.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
text/maps/route_16.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
_Route16BattleText1:: text "What do you want?" done _Route16EndBattleText1:: text "Don't you" line "dare laugh!" prompt _Route16AfterBattleText1:: text "We like just" line "hanging here," cont "what's it to you?" done _Route16BattleText2:: text "Nice BIKE!" line "Hand it over!" done _Route16EndBattleTex...
14.966942
26
0.71397
53237e32b83f819839e449b039b424e728bcc924
7,579
asm
Assembly
cmd/command/copypr1.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
cmd/command/copypr1.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
cmd/command/copypr1.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
page ,132 ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ .xlist .xcref include comsw.asm include dossym.inc include syscall.inc include sf.inc include comseg.asm include comequ.asm .lis...
21.968116
79
0.723051
933f5c5a78dacc86df1cc165917e633d68d681e5
674
asm
Assembly
oeis/185/A185080.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/185/A185080.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/185/A185080.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A185080: 6 * binomial(2*n,n-1) + binomial(2*n-1,n). ; Submitted by Jon Maiga ; 7,27,100,371,1386,5214,19734,75075,286858,1100138,4232592,16328942,63146500,244711260,950094810,3694876515,14390571690,56122547250,219140635560,856617714810,3351878581740,13127747882340,51458942047500,201869999056206,792497263436676,311326...
39.647059
478
0.820475
5515a6d1bbbe60189ef4896e9f9ceee2244b949b
416
asm
Assembly
assembly/player/coordinate_2_load.asm
aBARICHELLO/minininjas-noclip
d7f75601042797f7af2db2dda2f0c019abb8f2d2
[ "0BSD" ]
null
null
null
assembly/player/coordinate_2_load.asm
aBARICHELLO/minininjas-noclip
d7f75601042797f7af2db2dda2f0c019abb8f2d2
[ "0BSD" ]
null
null
null
assembly/player/coordinate_2_load.asm
aBARICHELLO/minininjas-noclip
d7f75601042797f7af2db2dda2f0c019abb8f2d2
[ "0BSD" ]
null
null
null
[ENABLE] aobscanmodule(INJECT,ninja.exe,D9 5F 2C 81 4F 3C 00 00 10 00) // should be unique alloc(newmem,$1000) label(code) label(return) newmem: code: fstp st(0) or [edi+3C],00100000 jmp return INJECT: jmp newmem nop nop nop nop nop return: registersymbol(INJECT) [DISABL...
12.606061
82
0.646635
be596551ed1d7962bb445a862b8c184863a46610
974
asm
Assembly
libsrc/graphics/tiki100/swapgfxbk.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
libsrc/graphics/tiki100/swapgfxbk.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
libsrc/graphics/tiki100/swapgfxbk.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
; ; Z88 Graphics Functions - Small C+ stubs ; ; Written around the Interlogic Standard Library ; ; Stubs Written by D Morris - 15/10/98 ; ; ; Page the graphics bank in/out - used by all gfx functions ; Simply does a swap... ; ; ; $Id: swapgfxbk.asm,v 1.2 2017-01-02 22:57:59 aralbrec Exp $ ...
16.508475
65
0.699179
4efc79c656c56b55992934d3ce9f128789dc7c6a
384
asm
Assembly
programs/oeis/339/A339765.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/339/A339765.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/339/A339765.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A339765: a(n) = 2*floor(n*phi) - 3*n, where phi = (1+sqrt(5))/2. ; -1,0,-1,0,1,0,1,0,1,2,1,2,3,2,3,2,3,4,3,4,3,4,5,4,5,6,5,6,5,6,7,6,7,8,7,8,7,8,9,8,9,8,9,10,9,10,11,10,11,10,11,12,11,12,11,12,13,12,13,14,13,14,13,14,15,14,15,16,15,16,15,16,17,16,17,16 mov $1,$0 cal $0,286751 ; Positions of 1 in A286749; complement ...
32
187
0.588542
e3ce8e8d604fde3f49e276a77bf6f510b1e832dd
4,415
asm
Assembly
engine/overworld/cable_club_npc.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
engine/overworld/cable_club_npc.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
engine/overworld/cable_club_npc.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
CableClubNPC: ld hl, CableClubNPCWelcomeText call PrintText call CheckPikachuFollowingPlayer jr nz, .asm_7048 CheckEvent EVENT_GOT_POKEDEX jp nz, .receivedPokedex ; if the player hasn't received the pokedex .asm_7048 ld c, 60 call DelayFrames ld hl, CableClubNPCMakingPreparationsText call PrintText jp .didNo...
21.225962
61
0.795696
73a85430ab6e5b9757d1b4a632d08c4ff985a0a0
3,019
asm
Assembly
decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/powerpc32/lshift.asm
problem-frames/openpf
55100bd9cca61a182fc00cd3818bd59a6343ae6e
[ "BSD-3-Clause" ]
1
2019-05-03T20:03:11.000Z
2019-05-03T20:03:11.000Z
decreasoner.x86/software/relsat-dist/gmp-3.1/mpn/powerpc32/lshift.asm
problem-frames/openpf
55100bd9cca61a182fc00cd3818bd59a6343ae6e
[ "BSD-3-Clause" ]
null
null
null
decreasoner.x86/software/relsat-dist/gmp-3.1/mpn/powerpc32/lshift.asm
problem-frames/openpf
55100bd9cca61a182fc00cd3818bd59a6343ae6e
[ "BSD-3-Clause" ]
null
null
null
dnl PowerPC-32 mpn_lshift -- Shift a number left. dnl Copyright (C) 1995, 1998, 2000 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of the GNU Lesser General Public License as published...
20.678082
80
0.703544
866bba9ad290e7dcc5e16df41c2c9ccb415824af
1,129
asm
Assembly
03-bootsector-disk/bl_disk_load.asm
sreejithnt/os
44885e2b75feb817e8461b762d76119cd24b8dcb
[ "MIT" ]
null
null
null
03-bootsector-disk/bl_disk_load.asm
sreejithnt/os
44885e2b75feb817e8461b762d76119cd24b8dcb
[ "MIT" ]
null
null
null
03-bootsector-disk/bl_disk_load.asm
sreejithnt/os
44885e2b75feb817e8461b762d76119cd24b8dcb
[ "MIT" ]
null
null
null
; ; A simple boot sector that reads from disk ; using BIOS ; [org 0x7c00] ; tell the assembler where this code ; should be loaded to mov [BOOT_DRIVE], dl ; BIOS stores boot drive in dl, ; so store it later for retrieval mov dx, es ; trying to see what is in es call print_hex call print_nl mov bp...
17.369231
98
0.711249