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
7007c8fe2b51d5b20bc80040af1d638d7f14b1ab
9,046
asm
Assembly
src/lzd.asm
wernsey/zoo
6264a99f9aea7afb4deb3089bd6d4d036e94f9ab
[ "Unlicense" ]
5
2020-12-20T21:07:41.000Z
2022-01-25T16:43:42.000Z
src/lzd.asm
wernsey/zoo
6264a99f9aea7afb4deb3089bd6d4d036e94f9ab
[ "Unlicense" ]
1
2020-12-20T20:27:19.000Z
2020-12-21T12:34:12.000Z
src/lzd.asm
wernsey/zoo
6264a99f9aea7afb4deb3089bd6d4d036e94f9ab
[ "Unlicense" ]
2
2020-09-24T15:25:26.000Z
2020-12-20T21:08:01.000Z
; Derived from Tom Pfau's public domain assembly code. ; ; The contents of this file are hereby released to the public domain. ; -- Rahul Dhesi 1988/08/24 title Lempel-Ziv Decompressor UNBUF_IO equ 1 ;use unbuffered I/O public _lzd,memflag,docrc include asmconst.ai include macros.ai...
20.102222
74
0.714017
4a8a6272ac8c1f6f3c1a425db2932a518a823f28
752
asm
Assembly
programs/oeis/053/A053191.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/053/A053191.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/053/A053191.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A053191: a(n) = n^2 * phi(n). ; 1,4,18,32,100,72,294,256,486,400,1210,576,2028,1176,1800,2048,4624,1944,6498,3200,5292,4840,11638,4608,12500,8112,13122,9408,23548,7200,28830,16384,21780,18496,29400,15552,49284,25992,36504,25600,67240,21168,77658,38720,48600,46552,101614,36864,100842,50000,83232,64896,146068,52488,121...
83.555556
602
0.784574
b34608772cc87df2eb756b45e947269d840dd97d
51
asm
Assembly
Sem-4/COA LAB Programs/Lab4Obj1.asm
rituraj-iter/ASSIGNMENTS
f317a2990bac43202314320d6d97356498c44603
[ "MIT" ]
10
2021-04-24T11:46:48.000Z
2022-01-17T05:14:37.000Z
Sem-4/COA LAB Programs/Lab4Obj1.asm
rituraj-iter/ASSIGNMENTS
f317a2990bac43202314320d6d97356498c44603
[ "MIT" ]
2
2021-06-28T11:51:50.000Z
2021-11-01T08:21:53.000Z
Sem-4/COA LAB Programs/Lab4Obj1.asm
rituraj-iter/ASSIGNMENTS
f317a2990bac43202314320d6d97356498c44603
[ "MIT" ]
16
2021-04-24T11:46:58.000Z
2022-03-02T05:08:19.000Z
org 100h mov ax, 20h mov cl, 03h sal ax, cl hlt
10.2
12
0.647059
ef35c86ab655c6702c05f2b091088a5b1743a6ab
14,544
asm
Assembly
smsq/sbas/parse.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/sbas/parse.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/sbas/parse.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; SBAS_PARSE - SuperBASIC Parser  1992 Tony Tebby section sbas xdef sb_palin ; parse a line xdef sb_paini ; init xdef sb_parse ; parse xdef sb_strip ; strip spare spaces xdef sb_paerr ; error! xdef sb_parcl xref sb_graph ; syntax graphs xref sb_pastr ; parse string item ...
21.707463
79
0.66646
d5f3834ad4431b149c6eaa84bc2c409302beb777
1,103
asm
Assembly
programs/oeis/274/A274406.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/274/A274406.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/274/A274406.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A274406: Numbers m such that 9 divides m*(m + 1). ; 0,8,9,17,18,26,27,35,36,44,45,53,54,62,63,71,72,80,81,89,90,98,99,107,108,116,117,125,126,134,135,143,144,152,153,161,162,170,171,179,180,188,189,197,198,206,207,215,216,224,225,233,234,242,243,251,252,260,261,269,270,278,279,287,288,296,297,305,306,314,315,323,324,...
122.555556
1,002
0.734361
ac3622069895fd5bd1b0c5b3d09c136eb82561e7
837
asm
Assembly
programs/oeis/055/A055364.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/055/A055364.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/055/A055364.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A055364: Number of asymmetric mobiles (circular rooted trees) with n nodes and 3 leaves. ; 1,4,10,22,42,73,119,184,272,389,540,731,969,1261,1614,2037,2538,3126,3811,4603,5512,6550,7728,9058,10553,12226,14090,16160,18450,20975,23751,26794,30120,33747,37692,41973,46609,51619,57022,62839,69090,75796,82979 mov $15,$0 mo...
19.022727
214
0.548387
93cb5c2d8ae5ebe0d37619917d4c4d5fc8fb32a3
1,020
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_9_497.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_0x48_notsx.log_9_497.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_0x48_notsx.log_9_497.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r13 push %r8 push %rbp push %rcx push %rdx // Load mov $0x2df93e000000087b, %r10 clflush (%r10) nop add $21755, %rdx mov (%r10), %rcx nop nop nop nop nop dec %r10 // Faulty Load lea addresses_normal+0x1d882, %rc...
16.721311
126
0.647059
00b9bf61b427444f22f6c0554c0277eedbf9f2ab
605
asm
Assembly
oeis/328/A328621.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/328/A328621.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/328/A328621.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A328621: Multiplicative with a(p^e) = p^(2e mod p). ; Submitted by Jon Maiga ; 1,1,9,1,25,9,49,1,3,25,121,9,169,49,225,1,289,3,361,25,441,121,529,9,625,169,1,49,841,225,961,1,1089,289,1225,3,1369,361,1521,25,1681,441,1849,121,75,529,2209,9,2401,625,2601,169,2809,1,3025,49,3249,841,3481,225,3721,961,147,1,4225,1089,44...
43.214286
388
0.692562
63c4375ef63313b1328d98cc8362d4eb674af636
1,672
asm
Assembly
programs/oeis/129/A129143.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/129/A129143.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/129/A129143.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A129143: Start with the empty sequence and append in step k the consecutive numbers 2^(k-1) to 2^(k-1)+k-1. ; 1,2,3,4,5,6,8,9,10,11,16,17,18,19,20,32,33,34,35,36,37,64,65,66,67,68,69,70,128,129,130,131,132,133,134,135,256,257,258,259,260,261,262,263,264,512,513,514,515,516,517,518,519,520,521,1024,1025,1026,1027,1028...
104.5
1,442
0.794258
2b13dcfbd132c028b4f4bc1c4eaf2c6179a1eb59
869
asm
Assembly
cwiczenia3/kwadrat.asm
adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow
0b1d41c6903632dd9ab2b7d624288eb2f5f80240
[ "MIT" ]
1
2019-02-28T15:40:21.000Z
2019-02-28T15:40:21.000Z
cwiczenia3/kwadrat.asm
adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow
0b1d41c6903632dd9ab2b7d624288eb2f5f80240
[ "MIT" ]
null
null
null
cwiczenia3/kwadrat.asm
adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow
0b1d41c6903632dd9ab2b7d624288eb2f5f80240
[ "MIT" ]
1
2019-03-03T17:52:08.000Z
2019-03-03T17:52:08.000Z
extern printf extern scanf section .data wiersz dd 0 kolumna dd 0 format db "%d",0 napis db "Podaj rozmiar kwadratu: ",0 znak db "* ",0 endl db 10,0 section .text global main main: xor rax, rax mov rdi, napis call printf xor rax, rax mov...
15.517857
44
0.544304
5d2bd2a3b9d673da8024f81947f89de55da56894
10,323
a51
Assembly
Timers.a51
Chapmip/8051-assembly-c-i2c-timers-serial
5799fac37069e7bdeab2ba18dcafa9c4c68b9d61
[ "MIT" ]
null
null
null
Timers.a51
Chapmip/8051-assembly-c-i2c-timers-serial
5799fac37069e7bdeab2ba18dcafa9c4c68b9d61
[ "MIT" ]
null
null
null
Timers.a51
Chapmip/8051-assembly-c-i2c-timers-serial
5799fac37069e7bdeab2ba18dcafa9c4c68b9d61
[ "MIT" ]
null
null
null
NAME TIMERS $INCLUDE (PORTS.INC) ; ; Timer 2 Based Routines for 87C52, AT89S53 and AT89S8253 ; ======================================================= ; ; Copyright (c) 2002-2020, Ian Chapman (Chapmip Consultancy) ; ; This software is licensed under the MIT license (see LICENSE.TXT) ; ; Harnesses Timer ...
24.696172
72
0.642352
a2f3fe028797db9eae6d6a570244f87a09136082
395
asm
Assembly
programs/oeis/229/A229232.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/229/A229232.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/229/A229232.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A229232: Number of undirected circular permutations pi(1), ..., pi(n) of 1, ..., n with the n numbers pi(1)*pi(2)-1, pi(2)*pi(3)-1, ..., pi(n-1)*pi(n)-1, pi(n)*pi(1)-1 all prime. ; 0,0,0,1,0,2,1,2,2,8 lpb $0 mov $2,$0 add $0,11 cmp $3,0 add $1,$3 div $2,$1 mov $1,$0 div $0,10 mul $0,2 dif $2,2 su...
17.173913
180
0.531646
753b3f49aac8cf76ceee4ccd3cafa3383673dfd1
30,873
asm
Assembly
Library/Kernel/Graphics/graphicsRegionRaster.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Kernel/Graphics/graphicsRegionRaster.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Kernel/Graphics/graphicsRegionRaster.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: KLib/Graphics/RegionPath FILE: graphicsRegionRaster.asm AUTHOR: Gene Anderson, Apr 2, 1990 ROUTINES: Name Description ---- ----------- IN...
24.619617
79
0.610372
25b1fbcdd2e71ab9854d7d044a748998aeb20148
4,688
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_991.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_991.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_991.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 %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x114f6, %rsi lea addresses_A_ht+0x15a76, %rdi clflush (%rdi) nop nop nop nop nop inc %rbx mov $19, %rcx rep movsb nop nop nop add %rcx, %rcx lea addresses_WT_ht+0x1a486, %rbx nop nop n...
47.836735
2,999
0.664462
ed07548f030c0c7f72897ab606d422b039d5eb83
124,525
asm
Assembly
docs/gvb+_editor.asm
arucil/wqxtools
f0498d5eb4f956d0f0571b19500e396f82978f69
[ "MIT" ]
3
2021-12-07T03:38:14.000Z
2022-03-17T01:37:57.000Z
docs/gvb+_editor.asm
arucil/wqxtools
f0498d5eb4f956d0f0571b19500e396f82978f69
[ "MIT" ]
null
null
null
docs/gvb+_editor.asm
arucil/wqxtools
f0498d5eb4f956d0f0571b19500e396f82978f69
[ "MIT" ]
null
null
null
; nc3000 GVBASIC+.bin disassembled ; entry = $4060 4010: 00 17 05 INT $0517 4013: A2 39 LDX #$39 4015: BD 37 40 LDA $4037,X 4018: 9D 8C 08 STA $088C,X 401B: CA DEX 401C: D0 F7 BNE $4015 401E: A9 00 LDA #$00 4020: 8D CC 08 STA $08CC 4023: A9 25 LDA #$25 4025: 85 E0 STA $E0 4027: A9 06 LDA #$06 40...
22.848624
77
0.573837
6bd51ae81affb258c4b9381864cf45a2c9160eeb
6,353
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_420_2071.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_420_2071.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_420_2071.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1603a, %rsi lea addresses_UC_ht+0x805a, %rdi nop xor %r13, %r13 mov $114, %rcx rep movsl nop nop nop nop nop xor %rdx, %rdx lea addresses_normal_ht+0x1b82, %rsi lea addresses...
27.149573
1,259
0.653707
83d4f1f3db419c6665611d59387fea83e474e38d
31,523
asm
Assembly
data/evos_moves.asm
etdv-thevoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
1
2022-01-09T05:28:52.000Z
2022-01-09T05:28:52.000Z
data/evos_moves.asm
ETDV-TheVoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
null
null
null
data/evos_moves.asm
ETDV-TheVoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
null
null
null
EvosMovesPointerTable: dw Mon001_EvosMoves dw Mon002_EvosMoves dw Mon003_EvosMoves dw Mon004_EvosMoves dw Mon005_EvosMoves dw Mon006_EvosMoves dw Mon007_EvosMoves dw Mon008_EvosMoves dw Mon009_EvosMoves dw Mon010_EvosMoves dw Mon011_EvosMoves dw Mon012_EvosMoves dw Mon013_EvosMoves dw Mon014_EvosMoves dw...
13.616847
35
0.7715
ebe305e8285dae7faa10be09c7cfb52c148bfaa3
91,209
asm
Assembly
Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/disptbn2.asm
lborgav/Historical-Source-Codes
c0aeaae1d482718e3b469d9eb7a6d0002faa1ff5
[ "MIT" ]
7
2017-01-12T17:48:48.000Z
2021-11-28T04:37:34.000Z
Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/disptbn2.asm
lborgav/Historical-Source-Codes
c0aeaae1d482718e3b469d9eb7a6d0002faa1ff5
[ "MIT" ]
null
null
null
Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/disptbn2.asm
lborgav/Historical-Source-Codes
c0aeaae1d482718e3b469d9eb7a6d0002faa1ff5
[ "MIT" ]
5
2017-03-28T08:04:30.000Z
2020-03-25T14:25:29.000Z
include w2.inc include noxport.inc include consts.inc include structs.inc createSeg disptbl_PCODE,disptbn2,byte,public,CODE ; DEBUGGING DECLARATIONS ifdef DEBUG midDisptbn2 equ 31 ; module ID, for native asserts NatPause equ 1 endif ifdef NatPause PAUSE MACRO int 3 ENDM else PAUSE M...
21.763064
126
0.669177
23208845344c6a2792c2e15069ac5afd6c6a1832
66,048
asm
Assembly
Library/Parse/parseDepend.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Parse/parseDepend.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Parse/parseDepend.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: parseDepend.asm AUTHOR: John Wedgwood, Feb 4, 1991 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date D...
26.366467
79
0.603864
5bf7d492c17ae2c66967f9788592f40ae5b00379
448
asm
Assembly
oeis/344/A344057.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/344/A344057.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/344/A344057.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A344057: a(n) = (2*n)! / CatalanNumber(n - 1) for n >= 1 and a(0) = 1. ; Submitted by Jon Maiga ; 1,2,24,360,8064,259200,11404800,660441600,48771072000,4477184409600,500391198720000,66920738734080000,10554356508917760000,1938789402181632000000,410402940653807861760000,99180710658003566592000000,2714131447523849325772...
26.352941
229
0.723214
4aeab02d25e9a656cc6960f7becf0b916968082e
11,652
asm
Assembly
lib/misc_micro/PIC/ibw26.asm
terrillmoore/maxim-onewire-pd
c32bd4ed1b2d0e54fdf496639ed399d147d41809
[ "MIT" ]
null
null
null
lib/misc_micro/PIC/ibw26.asm
terrillmoore/maxim-onewire-pd
c32bd4ed1b2d0e54fdf496639ed399d147d41809
[ "MIT" ]
null
null
null
lib/misc_micro/PIC/ibw26.asm
terrillmoore/maxim-onewire-pd
c32bd4ed1b2d0e54fdf496639ed399d147d41809
[ "MIT" ]
1
2021-09-01T06:29:42.000Z
2021-09-01T06:29:42.000Z
; File: IBW26.ASM ; iButton reader with 26 bit Wiegand output - ; This code reads an arriving iButton and then presents the compromised ; iButton ID out as Wiegand formatted pulses. Output pulses are low-going, ; 100us wide with 2ms minimum between pulses. ; The clock/crystal frequency is assumed to be nominally 4 M...
22.537718
99
0.637401
aa4f2c8ffafea5442b62ef2aac815506e75da2e6
1,217
asm
Assembly
programs/oeis/127/A127934.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/127/A127934.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/127/A127934.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A127934: a(8n)=8n+1, a(8n+1)=a(8n+2)=a(8n+3)=8n+5, a(8n+4)=8n+6, a(8n+5)=a(8n+6)=a(8n+7)=8n+8. ; 1,5,5,5,6,8,8,8,9,13,13,13,14,16,16,16,17,21,21,21,22,24,24,24,25,29,29,29,30,32,32,32,33,37,37,37,38,40,40,40,41,45,45,45,46,48,48,48,49,53,53,53,54,56,56,56,57,61,61,61,62,64,64,64,65,69,69,69,70,72,72,72,73,77,77,77,78...
46.807692
895
0.657354
21abf16202e119bfe852bd506011921208111741
668
asm
Assembly
oeis/163/A163114.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/163/A163114.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/163/A163114.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A163114: a(n) = 5*a(n-2) for n > 2; a(1) = 3, a(2) = 5. ; Submitted by Jon Maiga ; 3,5,15,25,75,125,375,625,1875,3125,9375,15625,46875,78125,234375,390625,1171875,1953125,5859375,9765625,29296875,48828125,146484375,244140625,732421875,1220703125,3662109375,6103515625,18310546875,30517578125,91552734375,152587890625,4...
44.533333
486
0.788922
bf5364b3ae00cc245c6e0615f028c72eb5409783
2,874
asm
Assembly
Assembly/Examples/primes.asm
p-rivero/CESCA
7772671e36ef137bdb468bc09f50e53f0371ce20
[ "MIT" ]
7
2020-05-18T15:33:30.000Z
2021-02-07T09:24:05.000Z
Assembly/Examples/primes.asm
p-rivero/CESCA
7772671e36ef137bdb468bc09f50e53f0371ce20
[ "MIT" ]
null
null
null
Assembly/Examples/primes.asm
p-rivero/CESCA
7772671e36ef137bdb468bc09f50e53f0371ce20
[ "MIT" ]
1
2021-01-30T22:56:36.000Z
2021-01-30T22:56:36.000Z
#include "CESCA.cpu" #include "startup.asm" ; This program finds all primes that fit in 16 bits #bank data str_start: #d "Starting...\0" str_found: #d "found: \0" str_end: #d "Found all primes below 2^16\0" temp_n: #res 2 temp_i: #res 1 #bank program PRINT_PRIMES: mov R0, str_start call PRINT.string m...
20.097902
67
0.549756
8ecca9b647e4042c4473d539ba0c04bdd667cb8d
800
asm
Assembly
src/game/over.asm
danielg0/yatzy-gb
510bb007f4f830750d146894f58868ab5c82b558
[ "MIT" ]
null
null
null
src/game/over.asm
danielg0/yatzy-gb
510bb007f4f830750d146894f58868ab5c82b558
[ "MIT" ]
null
null
null
src/game/over.asm
danielg0/yatzy-gb
510bb007f4f830750d146894f58868ab5c82b558
[ "MIT" ]
null
null
null
INCLUDE "hardware.inc" INCLUDE "macros.inc" SECTION "Over", ROM0 ; draw game over message ; draw's over the game roll and held columns, whilst preserving the scored ; categories, their values as well as the score and highscore columns DrawGameOver:: ; copying of string to screen is inlined to save cycles AT _SCRN0...
15.686275
74
0.67
5dbe578ec348a771c3469f65f001f140d5908779
2,868
asm
Assembly
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_48_987.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_48_987.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_48_987.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x147c9, %r13 nop nop nop nop sub %r10, %r10 mov (%r13), %rbx dec %rsi lea addresses_A_ht+0x1ce09, %r15 nop and %rax, %rax mov (%r15), %r13d nop cmp %rsi, %rsi lea addresses_W...
20.197183
147
0.650976
b8e6440573ad95e751fa0b5400dad6783d300d55
167
asm
Assembly
src/subtraction.asm
MrPivato/mips_files
f0782d70a810b9fdb8923fc1f3d8882b021d079b
[ "MIT" ]
null
null
null
src/subtraction.asm
MrPivato/mips_files
f0782d70a810b9fdb8923fc1f3d8882b021d079b
[ "MIT" ]
null
null
null
src/subtraction.asm
MrPivato/mips_files
f0782d70a810b9fdb8923fc1f3d8882b021d079b
[ "MIT" ]
null
null
null
.data x: .word 180 y: .word 120 .text lw $s0, x lw $s1, y sub $t0, $s0, $s1 # t0 = s0 - s1 li $v0, 1 move $a0, $t0 # pseudo instruction, a0 = t03 syscall
12.846154
45
0.54491
92022e896411700a26a0d6bef1852f541f045250
869
asm
Assembly
programs/oeis/023/A023537.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/023/A023537.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/023/A023537.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A023537: a(n) = Lucas(n+4) - (3*n+7). ; 1,5,13,28,54,98,171,291,487,806,1324,2164,3525,5729,9297,15072,24418,39542,64015,103615,167691,271370,439128,710568,1149769,1860413,3010261,4870756,7881102,12751946,20633139,33385179,54018415,87403694,141422212,228826012,370248333,599074457,969322905,1568397480,2537720506,41061...
57.933333
716
0.821634
7df0e9a80211d7626ce3b787acbf178b79669a42
412
asm
Assembly
programs/oeis/016/A016789.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/016/A016789.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
69
2021-08-28T10:34:30.000Z
2022-03-20T19:16:19.000Z
programs/oeis/016/A016789.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A016789: a(n) = 3*n + 2. ; 2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59,62,65,68,71,74,77,80,83,86,89,92,95,98,101,104,107,110,113,116,119,122,125,128,131,134,137,140,143,146,149,152,155,158,161,164,167,170,173,176,179,182,185,188,191,194,197,200,203,206,209,212,215,218,221,224,227,230,233,236,239,242,245...
68.666667
365
0.694175
32ce9d6de986168357df1e1c6803af976b45e278
442
nasm
Assembly
winxp_sp3/trun/pop_calc/winexec/calc_winexec.nasm
danf42/vulnserver
1b01aaa0f0b5706b5bc24c5f64d99dddcdcfe913
[ "MIT" ]
null
null
null
winxp_sp3/trun/pop_calc/winexec/calc_winexec.nasm
danf42/vulnserver
1b01aaa0f0b5706b5bc24c5f64d99dddcdcfe913
[ "MIT" ]
null
null
null
winxp_sp3/trun/pop_calc/winexec/calc_winexec.nasm
danf42/vulnserver
1b01aaa0f0b5706b5bc24c5f64d99dddcdcfe913
[ "MIT" ]
null
null
null
[BITS 32] global _start section .text _start: xor edx, edx ; zero out edx push edx ; push null byte onto stack push 0x6578652e ; push '.exe' onto stack push 0x636c6163 ; push 'calc' onto stack mov ebx, esp ; save stack pointer inc edx ; add 1 for SW_SHOWNORMAL push edx ; push SW_SH...
23.263158
47
0.669683
ae9881efa97edb43fcd3dda71b47bd46570c197e
4,898
asm
Assembly
audio/Venus.asm
AleffCorrea/BrickBreaker
625eec4e6c7c0053720a378c91f530f6ce58bcbe
[ "MIT" ]
4
2017-07-20T07:27:21.000Z
2021-04-18T03:59:44.000Z
audio/Venus.asm
AleffCorrea/BrickBreaker
625eec4e6c7c0053720a378c91f530f6ce58bcbe
[ "MIT" ]
null
null
null
audio/Venus.asm
AleffCorrea/BrickBreaker
625eec4e6c7c0053720a378c91f530f6ce58bcbe
[ "MIT" ]
1
2021-04-18T04:00:08.000Z
2021-04-18T04:00:08.000Z
;this file for FamiTone2 library generated by text2data tool Venus_music_data: .db 1 .dw .instruments .dw .samples-3 .dw .song0ch0,.song0ch1,.song0ch2,.song0ch3,.song0ch4,409,341 .instruments: .db $30 ;instrument $00 .dw .env3,.env0,.env0 .db $00 .db $30 ;instrument $02 .dw .env1,.env0,.env0 .db $00 .db $3...
21.768889
68
0.587383
823407885d5594fda34eff7c0177fe752e388ce4
733
asm
Assembly
data/pokemon/base_stats/pikachu.asm
Karkino/KarkCrystal16
945dde0354016f9357e9d3798312cc6efa52ff7a
[ "blessing" ]
null
null
null
data/pokemon/base_stats/pikachu.asm
Karkino/KarkCrystal16
945dde0354016f9357e9d3798312cc6efa52ff7a
[ "blessing" ]
null
null
null
data/pokemon/base_stats/pikachu.asm
Karkino/KarkCrystal16
945dde0354016f9357e9d3798312cc6efa52ff7a
[ "blessing" ]
null
null
null
db 0 ; species ID placeholder db 45, 60, 45, 90, 60, 50 ; hp atk def spd sat sdf db ELECTRIC, FAIRY ; type db 190 ; catch rate db 82 ; base exp db NO_ITEM, BERRY ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 10 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/pikachu/f...
33.318182
268
0.716235
9a0417920bed42b71226f85c368137103d28ea23
675
asm
Assembly
oeis/311/A311481.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/311/A311481.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/311/A311481.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A311481: Coordination sequence Gal.6.219.2 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. ; Submitted by Christian Krause ; 1,4,8,12,17,21,27,31,36,40,44,48,52,56,60,65,69,75,79,84,88,92,96,100,104,108,113,117,123,127,132,136,140,14...
39.705882
182
0.722963
a29e29c2fbe35263b2a0170dc7916ae1c6d1c47d
191
asm
Assembly
u7si/eop-selectAndUseKey.asm
JohnGlassmyer/UltimaHacks
f9a114e00c4a1edf1ac7792b465feff2c9b88ced
[ "MIT" ]
68
2018-03-04T22:34:22.000Z
2022-03-10T15:18:32.000Z
u7si/eop-selectAndUseKey.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
19
2018-11-20T04:06:49.000Z
2021-11-08T16:37:10.000Z
u7si/eop-selectAndUseKey.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
4
2020-09-01T17:57:36.000Z
2022-01-04T20:51:11.000Z
%include "include/u7si-all-includes.asm" %assign USE_KEY_SOUND 94 ; sound of dialog opening %assign NO_KEY_SOUND 43 ; "can not" sound %include "../u7-common/patch-eop-selectAndUseKey.asm"
27.285714
53
0.759162
659015d3f0d700c9cf955f5e28d516d43fe6bdaa
381
asm
Assembly
programs/oeis/193/A193348.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/193/A193348.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/193/A193348.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A193348: Number of odd divisors of tau(n). ; 1,1,1,2,1,1,1,1,2,1,1,2,1,1,1,2,1,2,1,2,1,1,1,1,2,1,1,2,1,1,1,2,1,1,1,3,1,1,1,1,1,1,1,2,2,1,1,2,2,2,1,2,1,1,1,1,1,1,1,2,1,1,2,2,1,1,1,2,1,1,1,2,1,1,2,2,1,1,1,2,2,1,1,2,1,1,1,1,1,2,1,2,1,1,1,2,1,2,2,3 seq $0,5 ; d(n) (also called tau(n) or sigma_0(n)), the number of diviso...
54.428571
201
0.577428
42fcf738e7cb0e8a187a4f805b733c67954b065d
6,195
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1050.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1050.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1050.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r15 push %rcx push %rdi push %rsi lea addresses_WC_ht+0xb38e, %rsi lea addresses_normal_ht+0x7df7, %rdi nop nop nop nop nop add %r15, %r15 mov $55, %rcx rep movsl nop nop sub %r11, %r11 lea addresses_WT_ht+0x3437, %rsi lea addresses_WT_ht+...
38.478261
2,999
0.659241
321ef7fad6bd9d86affc716d138dee77a196a891
16,622
asm
Assembly
Appl/Games/Pyramid/pyramidDeck.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Appl/Games/Pyramid/pyramidDeck.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Appl/Games/Pyramid/pyramidDeck.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% (c) Copyright GeoWorks 1991-1995. All Rights Reserved. GEOWORKS CONFIDENTIAL PROJECT: GEOS MODULE: Pyramid FILE: pyramidDeck.asm AUTHOR: Jon Witort, Jan 7, 1991 ROUTINES: Name Description ---- ----------- MT...
24.735119
79
0.597521
2b9a1762ddf2413671755253d0cbe94d6ca91963
964
asm
Assembly
programs/oeis/017/A017199.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017199.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017199.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017199: a(n) = (9*n + 3)^3. ; 27,1728,9261,27000,59319,110592,185193,287496,421875,592704,804357,1061208,1367631,1728000,2146689,2628072,3176523,3796416,4492125,5268024,6128487,7077888,8120601,9261000,10503459,11852352,13312053,14886936,16581375,18399744,20346417,22425768,24642171,27000000,29503629,32157432,34965783...
137.714286
904
0.862033
a6720595e148454f5ef31f83a98d954dd2052e84
453
asm
Assembly
oeis/160/A160445.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/160/A160445.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/160/A160445.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A160445: Numerator of Hermite(n, 20/21). ; Submitted by Jon Maiga ; 1,40,718,-41840,-3573428,4674400,15945793480,613094814400,-73925536369520,-7283018465187200,295500169093761760,76056229626701574400,175306544520386380480,-797966872588194008230400,-33928739742998510567799680,8496145352999079190916992000 add $0,1 mov...
23.842105
238
0.735099
7913113a78d7aa4d2bc3affe35e0be722b517868
547
asm
Assembly
data/baseStats/marill.asm
longlostsoul/EvoYellow
fe5d0d372c4e90d384c4005a93f19d7968f2ff13
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
data/baseStats/marill.asm
longlostsoul/EvoYellow
fe5d0d372c4e90d384c4005a93f19d7968f2ff13
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
data/baseStats/marill.asm
longlostsoul/EvoYellow
fe5d0d372c4e90d384c4005a93f19d7968f2ff13
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
db DEX_MARILL ; pokedex id db 70 ; base hp db 20 ; base attack db 50 ; base defense db 50 ; base speed db 50 ; base special db WATER ; species type 1 db FAIRY ; species type 2 db 83 ; catch rate db 66 ; base exp yield INCBIN "pic/ymon/marill.pic",0,1 ; 55, sprite dimensions dw MarillPicFront dw MarillPicBack ; attacks ...
18.862069
56
0.729433
7c5d9e2c1e9cf87aa83c589a870239411192190c
425
asm
Assembly
libsrc/_DEVELOPMENT/string/c/sccz80/strnlen_callee.asm
UnivEngineer/z88dk
9047beba62595b1d88991bc934da75c0e2030d07
[ "ClArtistic" ]
1
2022-03-08T11:55:58.000Z
2022-03-08T11:55:58.000Z
libsrc/_DEVELOPMENT/string/c/sccz80/strnlen_callee.asm
UnivEngineer/z88dk
9047beba62595b1d88991bc934da75c0e2030d07
[ "ClArtistic" ]
2
2022-03-20T22:17:35.000Z
2022-03-24T16:10:00.000Z
libsrc/_DEVELOPMENT/string/c/sccz80/strnlen_callee.asm
jorgegv/z88dk
127130cf11f9ff268ba53e308138b12d2b9be90a
[ "ClArtistic" ]
null
null
null
; size_t strnlen(const char *s, size_t maxlen) SECTION code_clib SECTION code_string PUBLIC strnlen_callee EXTERN asm_strnlen strnlen_callee: IF __CPU_GBZ80__ pop de pop bc pop hl push de call asm_strnlen ld d,h ld e,l ret ELSE pop hl pop bc ex (sp),hl jp asm_strnlen ENDIF ; ...
11.805556
46
0.729412
543e897c29ded5f5e133d74e943e7d6412d1793b
423
asm
Assembly
arch/lib/string/right_string.asm
Mosseridan/Compiler-Principles
6c72a462b90ca6c6db380976c2aa60471fa65325
[ "MIT" ]
null
null
null
arch/lib/string/right_string.asm
Mosseridan/Compiler-Principles
6c72a462b90ca6c6db380976c2aa60471fa65325
[ "MIT" ]
null
null
null
arch/lib/string/right_string.asm
Mosseridan/Compiler-Principles
6c72a462b90ca6c6db380976c2aa60471fa65325
[ "MIT" ]
null
null
null
/* right_string.asm * Copy the right N chars in a string: * R0 = dest <- right_string(dest, src, N)) * * Programmer: Mayer Goldberg, 2010 */ RIGHT_STRING: MOV(R1, STARG(1)); PUSH(R1); CALL(STRLEN); POP(R1); MOV(R3, STARG(2)); SUB(R0, R3); MOV(R2, STARG(1)); MOV(R1, STARG(0)); PUSH(R3); PUSH(...
15.666667
43
0.574468
82ea810012e0b2796e53f1765bd9b5192000f15d
3,587
asm
Assembly
src/spread/fpars/itemscn.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/spread/fpars/itemscn.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/spread/fpars/itemscn.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
* Formular Parser 18/12-91 * - item scanning include win1_spread_fpars_keys include win1_mac_oli include win1_keys_err xdef prs_item section pars *+++ * Get Item from formular string * * Entry Exit * A0 pointer to formular string preserved * A1 item buffer preserved *...
22.006135
63
0.607471
8d6127f591d00c2183a98cdd8fe8de15f8da3a01
2,385
asm
Assembly
programs/oeis/016/A016846.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/016/A016846.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/016/A016846.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A016846: a(n) = (4*n + 3)^10. ; 59049,282475249,25937424601,576650390625,6131066257801,41426511213649,205891132094649,819628286980801,2758547353515625,8140406085191601,21611482313284249,52599132235830049,119042423827613001,253295162119140625,511116753300641401,984930291881790849,1822837804551761449,325524355100988120...
340.714286
2,323
0.944235
9363a68a1281633d8d5e661faeb28c91299c926b
208
asm
Assembly
libsrc/stdio/abc80/getk.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/stdio/abc80/getk.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/stdio/abc80/getk.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; ; ABC80 Routines ; ; getk() Read key status ; ; Maj 2000 - Stefano Bodrato ; ; ; $Id: getk.asm,v 1.4 2015/01/19 01:33:17 pauloscustodio Exp $ ; PUBLIC getk .getk in a,(56) and 127 ld l,a ld h,0 ret
10.4
62
0.625
5401d809b85597b03684be08cf5a729194a8bc49
4,959
asm
Assembly
kernel/arch/x86/kernel/_start.asm
GhostBirdOperatingSystemProject/GhostBirdOS
15d3499208029d1a811cccda435f0cfbbf08b482
[ "BSD-2-Clause" ]
10
2017-06-08T07:38:37.000Z
2022-01-27T20:15:52.000Z
kernel/arch/x86/kernel/_start.asm
GhostBirdOperatingSystemProject/GhostBirdOS
15d3499208029d1a811cccda435f0cfbbf08b482
[ "BSD-2-Clause" ]
1
2018-07-07T15:47:33.000Z
2018-07-07T15:47:33.000Z
kernel/arch/x86/kernel/_start.asm
MakeOS/GhostBirdOS
15d3499208029d1a811cccda435f0cfbbf08b482
[ "BSD-2-Clause" ]
13
2017-06-06T05:26:04.000Z
2022-01-28T22:18:00.000Z
;Copyright 2013-2015 by Explorer Developers. ;made by Lab Explorer Developers<1@GhostBirdOS.org> ;Explorer function _start ;Explorer/arch/kernel/_start.asm ;version:Alpha ;7/9/2014 8:25 AM:created ;1/3/2015 3:23 PM:cancel function kernel_start ;1/18/2015 12:18 PM:add init for arch code from fun_c.c ;Explorer在x86平台地址管理...
16.64094
70
0.727364
3c3820d2e3a4a7cc752a627cf7591b353af7ad8d
678
asm
Assembly
oeis/281/A281593.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/281/A281593.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/281/A281593.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A281593: a(n) = b(n) - Sum_{j=0..n-1} b(n) with b(n) = binomial(2*n, n). ; 1,1,3,11,41,153,573,2157,8163,31043,118559,454479,1747771,6740059,26055459,100939779,391785129,1523230569,5931153429,23126146629,90282147849,352846964649,1380430179489,5405662979649,21186405207549,83101804279101,326199124351701,128130148410360...
45.2
492
0.797935
6ceb7541756559ffd537915067c6ba2a3699dadb
6,528
asm
Assembly
waifu.asm
hwreverse/PC-G850V
53a4dca7b31f940412e0ebddba395f2b8deda895
[ "MIT" ]
7
2020-09-30T19:56:39.000Z
2021-09-30T12:05:18.000Z
waifu.asm
hwreverse/PC-G850V
53a4dca7b31f940412e0ebddba395f2b8deda895
[ "MIT" ]
1
2021-09-04T02:52:33.000Z
2021-09-04T02:52:33.000Z
waifu.asm
hwreverse/PC-G850V
53a4dca7b31f940412e0ebddba395f2b8deda895
[ "MIT" ]
2
2021-09-03T12:28:16.000Z
2021-09-30T13:47:01.000Z
10 ORG 100H 20 JP MAIN 30GPF EQU 0BFD0H 40WAITK EQU 0BFCDH 50RPTCHR EQU 0BFEEH 60MAIN: CALL CLS 60 LD HL, L0 70 LD B, 144 80 LD DE, 0000H 90 CALL GPF 100 LD HL, L1 110 LD B, 144 120 LD DE, 0100H 130 CALL GPF 140 LD HL, L2 150 LD B, 144 160 LD DE, 0200H 170 CALL GPF 180 LD HL, L3 190 LD B, 144 200 LD DE, 0300H 210 CALL ...
43.52
57
0.692402
a8ed2bef71de1a746416f22c5b023ecf071111a2
712
asm
Assembly
oeis/166/A166588.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/166/A166588.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/166/A166588.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A166588: Partial sums of A097331; binomial transform of A166587. ; 1,2,2,3,3,5,5,10,10,24,24,66,66,198,198,627,627,2057,2057,6919,6919,23715,23715,82501,82501,290513,290513,1033413,1033413,3707853,3707853,13402698,13402698,48760368,48760368,178405158,178405158,656043858,656043858,2423307048,2423307048,8987427468,8987...
54.769231
500
0.811798
86a745887274dc7d6ee6401557c6aee800b4109e
335
asm
Assembly
text/maps/cerulean_mart.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
text/maps/CeruleanMart.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
text/maps/CeruleanMart.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
_CeruleanMartText2:: text "Use REPEL to keep" line "bugs and weak" cont "#MON away." para "Put your strongest" line "#MON at the" cont "top of the list" cont "for best results!" done _CeruleanMartText3:: text "Have you seen any" line "RARE CANDY?" para "It's supposed to" line "make #MON go" cont "up one...
16.75
26
0.683582
d4982b4d41eb68e2abaeb55108611423fe5d5915
368
asm
Assembly
CLICK_DRUMS/pwm/test/hh1.asm
bushy555/ZX-Spectrum-1-Bit-Routines
4d336dec9d7abc979a97af76d515104a9263f127
[ "BSD-3-Clause" ]
59
2015-02-28T14:15:56.000Z
2022-03-26T12:06:01.000Z
CLICK_DRUMS/pwm/test/hh1.asm
bushy555/ZX-Spectrum-1-Bit-Routines
4d336dec9d7abc979a97af76d515104a9263f127
[ "BSD-3-Clause" ]
1
2016-08-22T05:32:43.000Z
2016-08-22T09:33:28.000Z
CLICK_DRUMS/pwm/test/hh1.asm
bushy555/ZX-Spectrum-1-Bit-Routines
4d336dec9d7abc979a97af76d515104a9263f127
[ "BSD-3-Clause" ]
9
2015-02-28T14:16:31.000Z
2022-01-18T17:52:48.000Z
; The format is 0 ; High value is 224 ; Low value is 15 db $02,$0A,$0D,$0C,$0E,$06,$0D,$06,$0E,$07,$09,$06,$43,$04,$42,$0B db $1A,$0B,$34,$08,$0E,$09,$2E,$04,$0B,$0C,$0B,$06,$21,$04,$55,$2A db $30,$05,$12,$15,$02,$1C,$01,$04,$0A,$07,$0A,$04,$19,$1C,$05,$1C db $19,$02,$18,$02,$08,$13,$19,$0B,$0B,$06,$6E...
36.8
70
0.505435
e730b2dd1fcccf055724a4f7049e8c03a573fe4e
317
asm
Assembly
src/intel/tools/tests/gen5/pln.asm
SoftReaper/Mesa-Renoir-deb
8d1de1f66058d62b41fe55d36522efea2bdf996d
[ "MIT" ]
null
null
null
src/intel/tools/tests/gen5/pln.asm
SoftReaper/Mesa-Renoir-deb
8d1de1f66058d62b41fe55d36522efea2bdf996d
[ "MIT" ]
null
null
null
src/intel/tools/tests/gen5/pln.asm
SoftReaper/Mesa-Renoir-deb
8d1de1f66058d62b41fe55d36522efea2bdf996d
[ "MIT" ]
null
null
null
pln(8) g2<1>F g3.4<0,1,0>F g8<8,8,1>F { align1 }; pln(16) g10<1>F g3.4<0,1,0>F g6<8,8,1>F { align1 compr }; pln(8) m4<1>F g5.4<0,1,0>F g6<8,8,1>F { align1 }; pln(16) m4<1>F g5.4<0,1,0>F g6<8,8,1>F { align1 compr4 };
63.4
82
0.384858
c3151ffdcc395ce75e85552fffc6e5393c2004a9
1,296
asm
Assembly
programs/oeis/115/A115113.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/115/A115113.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/115/A115113.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A115113: a(n) = 3*a(n-1) + 4*a(n-2), with a(0) = 2, a(1) = 6. ; 2,6,10,54,202,822,3274,13110,52426,209718,838858,3355446,13421770,53687094,214748362,858993462,3435973834,13743895350,54975581386,219902325558,879609302218,3518437208886,14073748835530,56294995342134,225179981368522,900719925474102,3602879701896394,14411...
162
1,150
0.890432
9f484f18202093bbf72c613af24a9e2c6a0dabf8
710
asm
Assembly
oeis/123/A123025.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/123/A123025.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/123/A123025.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A123025: a(n) = n!*b(n), where b(n) = (1 + n - n^2)*b(n-2)/(n*(n-1)), b(0) = b(1) = 1. ; Submitted by Jon Maiga ; 1,1,-1,-5,11,95,-319,-3895,17545,276545,-1561505,-30143405,204557155,4672227775,-37024845055,-976495604975,8848937968145,264630308948225,-2698926080284225,-90238935351344725,1022892984427721275,3781011391...
41.764706
473
0.75493
f6e020c7304547baed9a3e666f33ba3efae4e7e6
6,160
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_979.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_979.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_979.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0xc32b, %r8 nop nop nop nop nop add %rcx, %rcx mov (%r8), %rdx nop xor %rdx, %rdx lea addresses_UC_ht+0x6873, %r15 nop nop nop nop nop add %rdx, %rdx movl $0x61626364, (%r15) n...
40
2,999
0.659903
664c395726c13853931ad78d855e3de31d2f121e
378
asm
Assembly
programs/oeis/202/A202304.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/202/A202304.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/202/A202304.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A202304: a(n) = floor(sqrt(3*n)). ; 0,1,2,3,3,3,4,4,4,5,5,5,6,6,6,6,6,7,7,7,7,7,8,8,8,8,8,9,9,9,9,9,9,9,10,10,10,10,10,10,10,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,14,14,14,14,14,14,14,14,14,15,15,15,15,15,15,15,15,15,15,15,16,16,16,16,16,16,16,16,16,16,16,17,17,17 mul $0,3 lpb $0...
31.5
267
0.589947
86483a7c25ebf644587729d4838df4cc7715c287
316
asm
Assembly
programs/oeis/306/A306007.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/306/A306007.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/306/A306007.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A306007: Number of non-isomorphic intersecting antichains of weight n. ; 1,1,1,1,2,2,6,6,14,22 pow $0,2 mov $2,$0 mov $4,4 lpb $0 mov $0,$2 add $1,1 div $1,2 mov $3,$4 add $3,1 div $0,$3 sub $0,$3 add $1,$0 sub $4,1 mul $4,2 lpe lpb $2 mul $1,2 add $1,1 mod $2,10 lpe mov $0,$1 add $0,1
12.153846
72
0.556962
270df59fd5767ca7e2b46eaa3a5d296772baba56
5,508
asm
Assembly
Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0.log_21829_1318.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0.log_21829_1318.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0.log_21829_1318.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 %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x83e0, %rsi lea addresses_WC_ht+0x12fe0, %rdi inc %r12 mov $95, %rcx rep movsl nop sub $19148, %r14 lea addresses_A_ht+0x7a88, %rsi lea addresses_WC_ht+0x1e720, %rdi xor $414...
41.413534
2,999
0.660131
df575b8c2a7231ca553e3e807317f51f9161c2fc
407
asm
Assembly
libsrc/osca/get_file_size.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/osca/get_file_size.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/osca/get_file_size.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; ; Old School Computer Architecture - interfacing FLOS ; Stefano Bodrato, 2011 ; ; Get the size for the given file ; ; $Id: get_file_size.asm,v 1.4 2015/01/19 01:33:00 pauloscustodio Exp $ ; INCLUDE "flos.def" PUBLIC get_file_size get_file_size: ; __FASTCALL__, HL points to filename push iy call kjt_find_f...
14.034483
71
0.700246
143a1c9b4b417ddb84f566e895b88af458b66b96
786
asm
Assembly
programs/oeis/312/A312684.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/312/A312684.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/312/A312684.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A312684: Coordination sequence Gal.6.252.1 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,4,8,14,20,26,32,38,44,48,52,56,60,66,72,78,84,90,96,100,104,108,112,118,124,130,136,142,148,152,156,160,164,170,176,182,188,194,200,204,20...
24.5625
179
0.613232
d4e70f2c952d3c93761c4d74b318b88fa0a59f20
104,397
asm
Assembly
Appl/Startup/CommonStartup/CMain/cmainProcess.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Appl/Startup/CommonStartup/CMain/cmainProcess.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Appl/Startup/CommonStartup/CMain/cmainProcess.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: Startup FILE: cmainProcess.asm REVISION HISTORY: Name Date Description ---- ---- ----------- atw 2/89 Initial version DESCRIPTION: This ...
24.004829
109
0.611723
badd7c6a5ee3c2449798a288da26c0d98645d8c9
288
asm
Assembly
libsrc/games/ticalc/bit_close.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/games/ticalc/bit_close.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/games/ticalc/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.4 2016/06/16 20:23:52 dom Exp $ ; ; TI calculator "Infrared port" 1 bit sound functions stub ; ; void bit_close(); ; ; Stefano Bodrato - 24/10/2001 ; SECTION code_clib PUBLIC bit_close PUBLIC _bit_close .bit_close ._bit_close ret
16
58
0.649306
facd022098c8549ce7e1f568736e9f9c69951dad
474
asm
Assembly
oeis/320/A320327.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/320/A320327.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/320/A320327.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A320327: Triangle T(n,m) = C(2*n,m)*C(2*n-1,n), 0 <= m <= 2*n, n >= 0. ; Submitted by Jon Maiga ; 1,1,2,1,3,12,18,12,3,10,60,150,200,150,60,10,35,280,980,1960,2450,1960,980,280,35,126,1260,5670,15120,26460,31752,26460,15120,5670,1260,126,462,5544,30492,101640,228690,365904,426888,365904,228690,101640,30492,5544,462 ...
22.571429
220
0.635021
a821befbffa6f3fa8714c73ba76f7e84b3870770
3,501
asm
Assembly
_maps/Flamethrower.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
9
2021-01-15T13:47:53.000Z
2022-01-17T15:33:55.000Z
_maps/Flamethrower.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
7
2021-01-14T02:18:48.000Z
2021-03-24T15:44:30.000Z
_maps/Flamethrower.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
2
2021-01-14T13:14:26.000Z
2021-01-29T17:46:04.000Z
; --------------------------------------------------------------------------- ; Sprite mappings - flame thrower (SBZ) ; --------------------------------------------------------------------------- Map_Flame_internal: dc.w @pipe1-Map_Flame_internal dc.w @pipe2-Map_Flame_internal dc.w @pipe3-Map_Flame_internal dc....
26.725191
77
0.499857
ebcda554416f673658e3134cc26759cf487e04bf
1,830
asm
Assembly
bootsector/08-32bit/gdt.asm
wpmed92/os-adventures
dd0ad399ab0cb914560ae7562a71dcfd2d893e67
[ "MIT" ]
1
2022-03-21T19:10:33.000Z
2022-03-21T19:10:33.000Z
bootsector/08-32bit/gdt.asm
wpmed92/os-adventures
dd0ad399ab0cb914560ae7562a71dcfd2d893e67
[ "MIT" ]
null
null
null
bootsector/08-32bit/gdt.asm
wpmed92/os-adventures
dd0ad399ab0cb914560ae7562a71dcfd2d893e67
[ "MIT" ]
null
null
null
;Setting up the Global Descriptor Table (GDT) to enable segmentation in 32-bit mode ;Instead of the 16-bit style segmentation, where the segment register is shifted left 4 and then the address is added to that, ;we will load an index to this GDT into the segment register, and the segment selector will load the proper ;...
34.528302
152
0.730601
705a7e56552468742fd0bad34cdbeffba03fe765
705
asm
Assembly
programs/oeis/158/A158742.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/158/A158742.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/158/A158742.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A158742: a(n) = 74*n^2 + 1. ; 1,75,297,667,1185,1851,2665,3627,4737,5995,7401,8955,10657,12507,14505,16651,18945,21387,23977,26715,29601,32635,35817,39147,42625,46251,50025,53947,58017,62235,66601,71115,75777,80587,85545,90651,95905,101307,106857,112555,118401,124395,130537,136827,143265,149851,156585,163467,170497,1...
100.714286
645
0.814184
80b1840e75825910b8b6b89b8cca0181de5dd845
3,655
asm
Assembly
source/projx32VS2008.asm
lyubov888L/RecView
fcb1f8f715f9ddbe917b51b9a0c114405303645c
[ "BSD-2-Clause" ]
8
2018-01-01T02:59:54.000Z
2021-09-28T16:19:55.000Z
source/projx32VS2008.asm
lyubov888L/RecView
fcb1f8f715f9ddbe917b51b9a0c114405303645c
[ "BSD-2-Clause" ]
null
null
null
source/projx32VS2008.asm
lyubov888L/RecView
fcb1f8f715f9ddbe917b51b9a0c114405303645c
[ "BSD-2-Clause" ]
3
2018-10-11T02:37:23.000Z
2021-09-28T14:57:06.000Z
.686 .xmm .model flat, c DATA segment align(32) F76543210 real4 0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0 F88888888 real4 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 F00000000 real4 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 F3210 real4 0.0, 1.0, 2.0, 3.0 DATA ends .code projx32 PROC param:dword ; for (int iy=iy0; iy<iy1; iy+...
21.627219
55
0.626265
e34205e0f533282ba5ba71d7ce37a9eb7ce3e627
573
asm
Assembly
delay.asm
sperly/rc2014_20x4_lcd
21000862c95558041464611204cf39554d739c3f
[ "MIT" ]
1
2021-09-30T08:45:00.000Z
2021-09-30T08:45:00.000Z
delay.asm
sperly/rc2014_20x4_lcd
21000862c95558041464611204cf39554d739c3f
[ "MIT" ]
null
null
null
delay.asm
sperly/rc2014_20x4_lcd
21000862c95558041464611204cf39554d739c3f
[ "MIT" ]
null
null
null
;X ms wait; B is number of ms milli_delay: PUSH AF PUSH BC CALL m_delay POP BC POP AF DJNZ long_wait RET ;Delay routine m_delay: LD BC, 27 ;10 outer: LD DE, 27 ;10 inner: DEC DE ;6 LD A,D ;4/9 OR E ;4/7 JP ...
17.90625
31
0.420593
2b8f53ebcdda31feae02c74e2ee40f1ef90c6b27
668
asm
Assembly
oeis/047/A047924.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/047/A047924.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/047/A047924.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A047924: a(n) = B_{A_n+1}+1, where A_n = floor(n*phi) = A000201(n), B_n = floor(n*phi^2) = A001950(n) and phi is the golden ratio. ; Submitted by Jon Maiga ; 3,6,11,14,19,24,27,32,35,40,45,48,53,58,61,66,69,74,79,82,87,90,95,100,103,108,113,116,121,124,129,134,137,142,147,150,155,158,163,168,171,176,179,184,189,192,1...
51.384615
376
0.673653
a186c3a4a0fd334e6f26a97bf6b798f0457a9dd5
312
asm
Assembly
oeis/127/A127954.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/127/A127954.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/127/A127954.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A127954: Triangle, A097805 * A127648. ; Submitted by Christian Krause ; 1,0,2,0,2,3,0,2,6,4,0,2,9,12,5,0,2,12,24,20,6,0,2,15,40,50,30,7,0,2,18,60,100,90,42,8,0,2,21,84,175,210,147,56,9,0,2,24,112,280,420,392,224,72,10 lpb $0 add $1,1 sub $0,$1 lpe sub $0,1 sub $1,1 bin $1,$0 add $0,2 mul $1,$0 mov $0,$1
20.8
147
0.61859
9970029c2305780fb85524a7897c4aa4dddc6128
941
asm
Assembly
Kernel/asm/scheduler.asm
salCas276/OS-pure64
e7ccb8ba1fc4fa5c93e580cdeeb4bb0d9dca9b0c
[ "BSD-3-Clause" ]
null
null
null
Kernel/asm/scheduler.asm
salCas276/OS-pure64
e7ccb8ba1fc4fa5c93e580cdeeb4bb0d9dca9b0c
[ "BSD-3-Clause" ]
null
null
null
Kernel/asm/scheduler.asm
salCas276/OS-pure64
e7ccb8ba1fc4fa5c93e580cdeeb4bb0d9dca9b0c
[ "BSD-3-Clause" ]
null
null
null
GLOBAL _buildContext , InitFirstProcess EXTERN irqDispatcher , getCurrentRSP %macro pushState 0 push rax push rbx push rcx push rdx push rbp push rdi push rsi push r8 push r9 push r10 push r11 push r12 push r13 push r14 push r15 %endmacro %macro popState 0 pop r15 pop r14 pop r13 pop r12 pop r11 ...
12.546667
69
0.674814
f6abe3744a6fee639d1d66d017f9612fca7e1a16
2,203
asm
Assembly
lib/tgbl_common.asm
trexxet/tgbl
75d5cfb8a6ffcff527e3edfbb7ab180edf9118f6
[ "MIT" ]
14
2017-05-08T16:26:19.000Z
2020-11-02T14:10:06.000Z
lib/tgbl_common.asm
trexxet/tgbl
75d5cfb8a6ffcff527e3edfbb7ab180edf9118f6
[ "MIT" ]
1
2017-05-08T16:25:29.000Z
2017-05-08T16:33:57.000Z
lib/tgbl_common.asm
trexxet/tgbl
75d5cfb8a6ffcff527e3edfbb7ab180edf9118f6
[ "MIT" ]
3
2017-03-24T20:28:09.000Z
2020-11-02T14:11:10.000Z
; TGBL common functions and macros ; Width and height of screen scrHeight equ 25 scrWidth equ 80 scrHMid equ 12 scrWMid equ 40 vramWidth equ 160 ; Background colors BG_BLACK equ 0x00 BG_BLUE equ 0x10 BG_GREEN equ 0x20 BG_CYAN equ 0x30 BG_RED equ 0x40 BG_MAGENTA equ 0x50 BG_BROWN ...
17.484127
58
0.682705
c07779bc26661e793592d0ce8ded4b47f329f648
168
nasm
Assembly
Chapter03/stack.nasm
firebitsbr/Penetration-Testing-with-Shellcode
2d756bccace6b727e050b2010ebf23e08d221fdc
[ "MIT" ]
30
2018-05-15T21:45:09.000Z
2022-03-23T20:04:25.000Z
Chapter03/stack.nasm
naveenselvan/Penetration-Testing-with-Shellcode
2d756bccace6b727e050b2010ebf23e08d221fdc
[ "MIT" ]
1
2020-10-19T13:03:32.000Z
2020-11-24T05:50:17.000Z
Chapter03/stack.nasm
naveenselvan/Penetration-Testing-with-Shellcode
2d756bccace6b727e050b2010ebf23e08d221fdc
[ "MIT" ]
18
2018-02-20T21:21:23.000Z
2022-01-26T04:19:28.000Z
global _start section .text _start: mov rdx,0x1234 push rdx push 0x5678 pop rdi pop rsi mov rax, 60 mov rdi, 0 syscall section .data
10.5
18
0.613095
be49c3e68ab3aec390dcaf6a0e605b45434691fe
1,347
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_1_1811.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_1_1811.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_1_1811.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %rax push %rbx push %rsi lea addresses_A_ht+0x1cf5f, %r14 nop nop xor %rax, %rax mov (%r14), %rsi nop nop nop nop nop and $44025, %rbx pop %rsi pop %rbx pop %rax pop %r14 ret .global s_faulty_load s_faulty_load: push %r10 push %r13 push %r14 push %rbp pus...
17.050633
126
0.649592
8108a71ba254885c286847b35244824faee24339
607
asm
Assembly
tests/deref.asm
notaz/ia32rtools
75b4a70dafd7faf3c27b963fa8e67462538f91d4
[ "BSD-3-Clause" ]
55
2015-01-27T01:10:27.000Z
2022-03-27T05:35:08.000Z
tests/deref.asm
notaz/ia32rtools
75b4a70dafd7faf3c27b963fa8e67462538f91d4
[ "BSD-3-Clause" ]
null
null
null
tests/deref.asm
notaz/ia32rtools
75b4a70dafd7faf3c27b963fa8e67462538f91d4
[ "BSD-3-Clause" ]
9
2015-08-16T03:27:24.000Z
2020-10-28T05:14:52.000Z
_text segment para public 'CODE' use32 sub_test proc near push ebp mov ebp, esp push esi mov esi, ptr_struct1 push 1 call dword ptr [esi] mov eax, [esi+4] ...
23.346154
48
0.400329
fa99c9c541b4b1ceefdae9fe8beb544c7d136af1
94
asm
Assembly
a/Asm2bf.asm
conorpreid/hello-world
10bc2b31f406c766bbb58b4bd2f5054c3124a4c5
[ "MIT" ]
8,076
2015-01-02T04:55:03.000Z
2022-03-31T16:09:18.000Z
a/Asm2bf.asm
conorpreid/hello-world
10bc2b31f406c766bbb58b4bd2f5054c3124a4c5
[ "MIT" ]
514
2015-01-08T21:48:21.000Z
2022-03-31T11:55:07.000Z
a/Asm2bf.asm
conorpreid/hello-world
10bc2b31f406c766bbb58b4bd2f5054c3124a4c5
[ "MIT" ]
1,978
2015-01-01T14:24:01.000Z
2022-03-31T11:38:08.000Z
STK 2 ORG 0 TXT "Hello World" DB_ 0 @LOOP RCL R2, R1 JZ_ R2, 0 OUT R2 INC R1 JMP %LOOPs
7.833333
17
0.638298
f86a76e5fa568afec0f9bde12d1ba26a33a306f4
671
asm
Assembly
programs/oeis/068/A068344.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/068/A068344.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/068/A068344.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A068344: Square array read by antidiagonals of T(n,k) = sign(n-k). ; 0,-1,1,-1,0,1,-1,-1,1,1,-1,-1,0,1,1,-1,-1,-1,1,1,1,-1,-1,-1,0,1,1,1,-1,-1,-1,-1,1,1,1,1,-1,-1,-1,-1,0,1,1,1,1,-1,-1,-1,-1,-1,1,1,1,1,1,-1,-1,-1,-1,-1,0,1,1,1,1,1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,0,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,1,1,...
27.958333
254
0.546945
c829f839e45e597c38e8ae9b9901df714656d535
2,335
asm
Assembly
src/test/ref/sizeof-types.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/sizeof-types.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/sizeof-types.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Tests the sizeof() operator on types // Commodore 64 PRG executable file .file [name="sizeof-types.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic :BasicUpstart...
28.82716
63
0.605996
df7b283368233c4e3bc2385f0807a1b67a675831
783
asm
Assembly
oeis/286/A286985.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/286/A286985.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/286/A286985.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A286985: Number of connected dominating sets in the n-prism graph. ; Submitted by Christian Krause ; 7,7,39,115,343,967,2663,7203,19239,50887,133543,348179,902775,2329607,5986535,15327555,39115847,99532423,252601127,639548595,1615746455,4073951559,10253517671,25763632995,64635943783,161928486727,405134009511,10123716...
34.043478
493
0.785441
428ec9037b3647edfaf0b1aee1723d26c93b9c88
232
asm
Assembly
oeis/085/A085904.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/085/A085904.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/085/A085904.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A085904: Numbers n such that n, n+1 and n+2 are highly composite numbers (2), i.e., all prime divisors <= 7 (A002473). ; 1,2,3,4,5,6,7,8,14,48 mov $2,$0 lpb $0 sub $2,1 bin $2,5 sub $2,$0 div $0,$2 lpe mov $0,$2 add $0,1
17.846154
120
0.590517
a315da7c53a6b5de355bc1a8edd11908d0ae75a6
528
asm
Assembly
programs/oeis/314/A314848.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/314/A314848.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/314/A314848.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A314848: Coordination sequence Gal.5.110.3 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,18,24,28,33,37,42,47,51,56,60,66,70,75,79,84,89,93,98,102,108,112,117,121,126,131,135,140,144,150,154,159,163,168,173,177,182,186,1...
24
177
0.664773
889e9b9e3377f80351f2dfee6474805d89aa7ad1
3,840
asm
Assembly
target/cos_117/disasm/iop_overlay1/MULTIPLY.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/MULTIPLY.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/MULTIPLY.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) 0x291D- f:00024 d: 285 | OR[285] = A 0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0003 (0x000006) 0x291E- f:00024 d: 286 | OR[286] = A ...
78.367347
79
0.451823
e13c820f885c2ac9e9a3f014bc802d71881a77ba
672
asm
Assembly
programs/oeis/071/A071721.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/071/A071721.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/071/A071721.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A071721: Expansion of (1+x^2*C^2)*C^2, where C = (1-(1-4*x)^(1/2))/(2*x) is g.f. for Catalan numbers, A000108. ; 1,2,6,18,56,180,594,2002,6864,23868,83980,298452,1069776,3863080,14040810,51325650,188574240,695987820,2579248980,9593714460,35804293200,134032593240,503154100020,1893689067348,7144084508256,27010813341400...
24.888889
273
0.68006
dde9e5dbd650f62db02971aad7947de4aceb5fcf
1,454
asm
Assembly
programs/oeis/053/A053650.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/053/A053650.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/053/A053650.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A053650: Cototient function of n^2. ; 0,2,3,8,5,24,7,32,27,60,11,96,13,112,105,128,17,216,19,240,189,264,23,384,125,364,243,448,29,660,31,512,429,612,385,864,37,760,585,960,41,1260,43,1056,945,1104,47,1536,343,1500,969,1456,53,1944,825,1792,1197,1740,59,2640,61,1984,1701,2048,1105,3036,67,2448,1725,3220,71,3456,73,28...
85.529412
1,207
0.753783
6344e2e4eb040a4e469d2c2272751dd56cfc7793
444
asm
Assembly
programs/oeis/295/A295556.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/295/A295556.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/295/A295556.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A295556: a(n) = 0 for n <= 1; thereafter a(n) = a(floor(n/2)) + a(ceiling(n/2)) + floor(n/2) if n not congruent to 0 mod 4, a(n) = a(n/2-1) + a(n/2+1) + n/2 if n == 0 (mod 4). ; 0,0,1,2,4,5,7,9,11,13,15,17,20,22,25,27,30,32,35,37,40,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99,102,105,108,112,115,119,1...
55.5
196
0.614865
0765e7b650d2a2d9d335a461e19943d0f6d7b6fb
604
asm
Assembly
oeis/078/A078430.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/078/A078430.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/078/A078430.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A078430: Sum of gcd(k^2,n) for 1 <= k <= n. ; Submitted by Christian Krause ; 1,3,5,10,9,15,13,28,33,27,21,50,25,39,45,88,33,99,37,90,65,63,45,140,145,75,153,130,57,135,61,240,105,99,117,330,73,111,125,252,81,195,85,210,297,135,93,440,385,435,165,250,105,459,189,364,185,171,117,450,121,183,429,736,225,315,133,330,225...
30.2
369
0.645695
3c36b95cf861f55ab21c19eb81ded3e5377b8279
411
asm
Assembly
tvm/test/data/simple.asm
psyomn/sprawl
c330e51efdaec3f4e73d3fb8d44fe88533b04f3b
[ "Apache-2.0" ]
null
null
null
tvm/test/data/simple.asm
psyomn/sprawl
c330e51efdaec3f4e73d3fb8d44fe88533b04f3b
[ "Apache-2.0" ]
null
null
null
tvm/test/data/simple.asm
psyomn/sprawl
c330e51efdaec3f4e73d3fb8d44fe88533b04f3b
[ "Apache-2.0" ]
null
null
null
; Example from book, Figure 7.1, page 179 ; Program to multiply an integer by the constant 6. ; Before execution, an integer must be stored in ; NUMBER. .ORIG x3050 LD R1, SIX LD R2, NUMBER AND R3, R3, #0 ;; clear R3; will contain product ;; Loop AGAIN ADD R3, R3, R2 ADD R1, ...
18.681818
56
0.576642
0b369f9ea0a708f64814bbf3440c4c30e56b429d
585
asm
Assembly
programs/oeis/298/A298011.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/298/A298011.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/298/A298011.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A298011: If n = Sum_{i=1..h} 2^b_i with 0 <= b_1 < ... < b_h, then a(n) = Sum_{i=1..h} i * 2^b_i. ; 0,1,2,5,4,9,10,17,8,17,18,29,20,33,34,49,16,33,34,53,36,57,58,81,40,65,66,93,68,97,98,129,32,65,66,101,68,105,106,145,72,113,114,157,116,161,162,209,80,129,130,181,132,185,186,241,136,193,194,253,196,257,258,321,64,129...
34.411765
356
0.622222
066d1ff2a4153c62c6a95cc28b1a50d393a031ba
171
asm
Assembly
libsrc/target/smc777/graphics/w_xorpixl_MODE4.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/smc777/graphics/w_xorpixl_MODE4.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/smc777/graphics/w_xorpixl_MODE4.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; XorPlot pixel at (x,y) coordinate. SECTION code_clib PUBLIC w_xorpixel_MODE4 defc NEEDxor = 1 .w_xorpixel_MODE4 INCLUDE "pixel_MODE4.inc"
11.4
38
0.660819
43755a2fd91387da6e3acfaf88b84e04ff7ff916
6,023
asm
Assembly
Esercizio 3/esercizio3.asm
eliamercatanti/Progetto-MIPS
244df26f80a3f734bdeceff4461afc1ddd6c9b58
[ "MIT" ]
1
2019-11-21T01:18:17.000Z
2019-11-21T01:18:17.000Z
Esercizio 3/esercizio3.asm
eliamercatanti/Progetto-MIPS
244df26f80a3f734bdeceff4461afc1ddd6c9b58
[ "MIT" ]
null
null
null
Esercizio 3/esercizio3.asm
eliamercatanti/Progetto-MIPS
244df26f80a3f734bdeceff4461afc1ddd6c9b58
[ "MIT" ]
null
null
null
# Title: Esercizio 3 - Conversione da Binario a Naturale # Authors: Bucciero Samuele, Mercatanti Elia, Pinto Andrea # E-mails: samuele.bucciero@gmail.com, eliamercatanti@yahoo.it, andrea.pinto1@stud.unifi.it # Date: 31/08/2014 ################################## Data segment ############################################...
41.826389
165
0.663623
4e766cbae65055a97b85e51c36ab80ea25b080ff
91
asm
Assembly
tests/symbol_label_nested/14.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
414
2016-10-14T22:39:20.000Z
2022-03-30T07:52:44.000Z
tests/symbol_label_nested/14.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
100
2018-03-22T16:12:24.000Z
2022-03-26T09:19:23.000Z
tests/symbol_label_nested/14.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
47
2017-06-29T15:12:13.000Z
2022-03-10T04:50:51.000Z
#ruledef test { ld {x} => 0x55 @ x`8 } .local1: ; error: nesting level ld .local1
11.375
31
0.56044
8246176402c4ca7da9583cad31ef89f229710f74
263
asm
Assembly
base/boot/lib/i386/lnkconst.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/boot/lib/i386/lnkconst.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/boot/lib/i386/lnkconst.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
.386p _DATA segment dword use32 public 'DATA' extrn osloader_EXPORTS:DWORD extrn header:DWORD public _osloader_EXPORTS public _header _osloader_EXPORTS DD osloader_EXPORTS _header DD header _DATA ends end
13.842105
40
0.669202
e7ef9ea7d247d3577a4108bf22c4ce1bcdb0efb2
8,103
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_556.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_556.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_556.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 %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x11e84, %r13 nop add $61056, %rbx movl $0x61626364, (%r13) nop nop nop nop sub %rbp, %rbp lea addresses_A_ht+0x17b04, %rsi lea addresses_normal_ht+0xa324, %rdi nop nop nop...
32.027668
2,999
0.65667
0b8e32c31f4d07c98134984c0d055fd32a27998f
417
asm
Assembly
programs/oeis/267/A267691.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/267/A267691.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/267/A267691.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A267691: a(n) = (n + 1)*(6*n^4 - 21*n^3 + 31*n^2 - 31*n + 30)/30. ; 1,1,2,18,99,355,980,2276,4677,8773,15334,25334,39975,60711,89272,127688,178313,243849,327370,432346,562667,722667,917148,1151404,1431245,1763021,2153646,2610622,3142063,3756719,4464000,5274000,6197521,7246097,8432018,9768354 mov $2,$0 mov $4,$0 add ...
26.0625
226
0.659472
2cec7941c4f4c56170cded0c5c6fe7384da4a830
32,770
asm
Assembly
p2/xv6/ln.asm
szhu0513/-xv6-New-System-Call---Screenshot
f04654f9bba36da1e9ba14b4f740588689d81cb0
[ "Xnet", "Linux-OpenIB", "X11" ]
null
null
null
p2/xv6/ln.asm
szhu0513/-xv6-New-System-Call---Screenshot
f04654f9bba36da1e9ba14b4f740588689d81cb0
[ "Xnet", "Linux-OpenIB", "X11" ]
null
null
null
p2/xv6/ln.asm
szhu0513/-xv6-New-System-Call---Screenshot
f04654f9bba36da1e9ba14b4f740588689d81cb0
[ "Xnet", "Linux-OpenIB", "X11" ]
null
null
null
_ln: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: 55 ...
32.509921
60
0.412847
7d36baeeed8e3dbb648ddea097b6b5fa8587ec2c
1,058
asm
Assembly
library/common/string.asm
paulscottrobson/rpl-32
7bd0c6dc9edc7f5ca4e9e9dac24a75cb32a29acc
[ "MIT" ]
null
null
null
library/common/string.asm
paulscottrobson/rpl-32
7bd0c6dc9edc7f5ca4e9e9dac24a75cb32a29acc
[ "MIT" ]
null
null
null
library/common/string.asm
paulscottrobson/rpl-32
7bd0c6dc9edc7f5ca4e9e9dac24a75cb32a29acc
[ "MIT" ]
null
null
null
; ****************************************************************************** ; ****************************************************************************** ; ; Name : string.asm ; Purpose : String Library ; Author : Paul Robson (paul@robsons.org.uk) ; Created : 9th October 2019 ; ; **********************...
24.604651
80
0.323251
60935c5c6c27eb598322621b2908584525e6eaf6
4,858
asm
Assembly
BIOS/kernel/interrupt.asm
zadewg/MalOS
61ddaa6611349bb8ce7ecff16fb8fa2c8b9a96a8
[ "MIT" ]
3
2021-03-03T17:53:16.000Z
2021-09-09T17:16:04.000Z
BIOS/kernel/interrupt.asm
zadewg/MalOS
61ddaa6611349bb8ce7ecff16fb8fa2c8b9a96a8
[ "MIT" ]
1
2021-03-03T01:28:21.000Z
2021-03-04T16:53:05.000Z
BIOS/kernel/interrupt.asm
zadewg/MalOS
61ddaa6611349bb8ce7ecff16fb8fa2c8b9a96a8
[ "MIT" ]
null
null
null
[extern isr_handler] ; isr.c [EXTERN irq_handler] ; isr.c (make an irq.c for this one) ; Common ISR, IRQ stubs. Saves processor state, sets ; up for kernel mode segments, calls C-level fault handler, ; and restores the stack frame. ; ; Note that this context segment switching will only be relevant ; when different pr...
30.553459
90
0.629477
f5dbfb546ff32cb9dfb0d96eef2da51e4d702953
374
asm
Assembly
libsrc/graphics/attache/w_undraw.asm
Toysoft/z88dk
f930bef9ac4feeec91a07303b79ddd9071131a24
[ "ClArtistic" ]
null
null
null
libsrc/graphics/attache/w_undraw.asm
Toysoft/z88dk
f930bef9ac4feeec91a07303b79ddd9071131a24
[ "ClArtistic" ]
null
null
null
libsrc/graphics/attache/w_undraw.asm
Toysoft/z88dk
f930bef9ac4feeec91a07303b79ddd9071131a24
[ "ClArtistic" ]
1
2019-12-03T23:28:20.000Z
2019-12-03T23:28:20.000Z
; ; Otrona Attachè graphics routines ; console driven video HW access ; ; Stefano Bodrato 2018 ; ; ; ; $Id: w_undraw.asm $ ; INCLUDE "graphics/grafix.inc" SECTION code_clib PUBLIC undraw PUBLIC _undraw EXTERN draw EXTERN setres...
13.357143
40
0.540107
3d2aac8f80fb3463b3f7e8ef764470f273554c69
252
asm
Assembly
Looper/Looper.asm
HSU-S21-CS243/CH4-examples
aff78d964f87bb0c119483539b32a4cbd38c8c08
[ "Apache-2.0" ]
null
null
null
Looper/Looper.asm
HSU-S21-CS243/CH4-examples
aff78d964f87bb0c119483539b32a4cbd38c8c08
[ "Apache-2.0" ]
null
null
null
Looper/Looper.asm
HSU-S21-CS243/CH4-examples
aff78d964f87bb0c119483539b32a4cbd38c8c08
[ "Apache-2.0" ]
null
null
null
//Loop R0 times @R0 D=M //store current loop value in variable @loop_counter M=D //only loop when loop counter is positive @:loop_end D;JLT (:loop_start) @loop_counter MD=M-1 //sub 1 from loop counter @:loop_start D;JGT (:loop_end) @:loop_end 0;JMP
12
41
0.730159
3c672922f1a663c1c692b9302e91d10ac305dc9e
573
asm
Assembly
programs/oeis/124/A124797.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/124/A124797.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/124/A124797.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A124797: Sum of cyclic permutations of 123...n seen as number written in base n+1: ((n+1)^n-1)*(n+1)/2. ; 1,12,126,1560,23325,411768,8388604,193710240,4999999995,142655835300,4458050224122,151437553296120,5556003412779001,218946945190429680,9223372036854775800,413620130943168382080,19673204037648268787703,98920982783...
63.666667
417
0.849913