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
a1dadd6a65e32bad8ba533d07bb3135a241d8eb6
516
asm
Assembly
programs/oeis/326/A326399.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/326/A326399.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/326/A326399.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A326399: Expansion of Sum_{k>=1} k * x^k / (1 - x^(3*k)). ; 1,2,3,5,5,6,8,10,9,11,11,15,14,16,15,21,17,18,20,27,24,23,23,30,26,28,27,40,29,33,32,42,33,35,40,45,38,40,42,55,41,48,44,57,45,47,47,63,57,57,51,70,53,54,56,80,60,59,59,81,62,64,72,85,70,69,68,87,69,88 add $0,1 mov $2,4 mov $3,$0 mov $4,$0 lpb $3 add $1,1...
19.111111
203
0.527132
4552db1a4eced296a440150f0b35be1398557c8d
787
asm
Assembly
Assembly/Lab6/six2.asm
chaohu/Daily-Learning
0e8d14a3497ad319eda20bc4682cec08d5d6fb08
[ "MIT" ]
12
2016-04-09T15:43:02.000Z
2022-03-22T01:58:25.000Z
Assembly/Lab6/six2.asm
chaohu/Daily-Learning
0e8d14a3497ad319eda20bc4682cec08d5d6fb08
[ "MIT" ]
null
null
null
Assembly/Lab6/six2.asm
chaohu/Daily-Learning
0e8d14a3497ad319eda20bc4682cec08d5d6fb08
[ "MIT" ]
2
2018-08-23T07:34:59.000Z
2019-06-20T10:17:31.000Z
;程序名:six2 ;作者:胡超 ;功能:编写一个接管键盘中断的中断服务程序并驻留内存 .386 STACK SEGMENT USE16 DB 200 DUP(0) STACK ENDS DATA SEGMENT USE16 DATA ENDS CODE SEGMENT USE16 ASSUME CS:CODE,DS:DATA,SS:STACK OLD_INT DW ?,? NEW16H: PUSHF CALL DWORD PTR OLD_INT CMP AL,'a' JE INPUT_a CMP AL,'b' JE INPUT_b CMP AL,'A' JE INPUTA...
13.807018
39
0.634053
693924cb706e7bd9c1c6f845a7e9ccc30a9ae023
441
asm
Assembly
oeis/237/A237452.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/237/A237452.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/237/A237452.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A237452: Zero-based row index to irregular tables organized as successively larger square matrices. ; Submitted by Jamie Morken(s4) ; 0,0,0,1,1,0,0,0,1,1,1,2,2,2,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,0,0,0,0,0,1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,4,4,4,4,4,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,4,4,4,4,4,4,5,5,5,5,5,5,0,...
29.4
201
0.578231
1d271f7a3f30da5f0bb33003a5f516a9c565ab58
2,441
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_1_1368.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_0xa0_notsx.log_1_1368.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_0xa0_notsx.log_1_1368.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 %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x6e36, %rsi lea addresses_normal_ht+0x6236, %rdi sub $765, %r8 mov $126, %rcx rep movsl nop nop dec %rcx lea addresses_A_ht+0x12636, %rdx and %r13, %r13 movl $0x61626364, (%rdx) nop and...
18.922481
153
0.647685
e0caa17bef35a3557583d0b8ac248870bcfdff03
6,379
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_14_1062.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_14_1062.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_14_1062.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 %r8 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0xc9c0, %rsi sub %r8, %r8 mov (%rsi), %r9d and $34876, %r8 lea addresses_normal_ht+0xd5c0, %rsi lea addresses_WC_ht+0x140c0, %rdi clflush (%rdi) nop nop nop dec %rbx mov $5, %rc...
21.263333
152
0.645085
178725e61294ed452dfc9e02036c74cb1fd33825
1,426
asm
Assembly
libsrc/_DEVELOPMENT/math/float/am9511/z80/am32_util.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/am9511/z80/am32_util.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/am9511/z80/am32_util.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Copyright (c) 2020 Phillip Stevens ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can obtain one at http://mozilla.org/MPL/2.0/. ; ; feilipu, August 2020 ; ;-----------------------------------------------...
19.805556
74
0.622721
21dc886f54a5ec7da72b9c5f0ae14b7fef0df459
1,820
asm
Assembly
programs/oeis/111/A111297.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/111/A111297.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/111/A111297.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A111297: First differences of A109975. ; 1,2,5,11,24,52,112,240,512,1088,2304,4864,10240,21504,45056,94208,196608,409600,851968,1769472,3670016,7602176,15728640,32505856,67108864,138412032,285212672,587202560,1207959552,2483027968,5100273664,10468982784,21474836480,44023414784,90194313216,184683593728,377957122048,77...
182
1,720
0.923626
de388a4606915155f7527da2a9327cb52b991f8a
1,313
asm
Assembly
programs/oeis/002/A002140.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/002/A002140.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/002/A002140.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A002140: 7th powers written backwards. ; 0,1,821,7812,48361,52187,639972,345328,2517902,9692874,1,17178491,80813853,71584726,405314501,573958071,654534862,376833014,230022216,937178398,821,1458801081,8887534942,7445284043,4241746854,5265153016,6710181308,30235306401,21582929431,90367894271,7812,11141621572,8638379534...
101
1,180
0.880427
fb8542b061d222e723ff6b770c5c49490fb4763e
13,200
asm
Assembly
growing.asm
juhovh/spectrum
417e60164e63902ae221c449f5a645c18e01d9c5
[ "Unlicense" ]
26
2015-03-08T13:51:48.000Z
2021-11-16T22:14:46.000Z
growing.asm
juhovh/spectrum
417e60164e63902ae221c449f5a645c18e01d9c5
[ "Unlicense" ]
null
null
null
growing.asm
juhovh/spectrum
417e60164e63902ae221c449f5a645c18e01d9c5
[ "Unlicense" ]
4
2015-06-13T15:55:09.000Z
2019-12-25T07:32:22.000Z
;; Copyright (c) 2014 Teemu Turunen ;; ;; Permission is hereby granted, free of charge, to any person obtaining a copy ;; of this software and associated documentation files (the "Software"), to deal ;; in the Software without restriction, including without limitation the rights ;; to use, copy, modify, merge, publish,...
9.065934
80
0.659167
4d7cf92c38a19ea3aadca32958bd2d1e22bddf91
625
asm
Assembly
oeis/189/A189911.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/189/A189911.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/189/A189911.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A189911: Row sums of the extended Catalan triangle A189231. ; 1,2,4,9,18,40,80,175,350,756,1512,3234,6468,13728,27456,57915,115830,243100,486200,1016158,2032316,4232592,8465184,17577014,35154028,72804200,145608400,300874500,601749000,1240940160,2481880320,5109183315,10218366630,21002455980,42004911960,86213785350,172...
56.818182
494
0.84
76207630bf07724b8ee3a333ca0f8e542c762e73
2,339
asm
Assembly
src/log.asm
pwk4m1/TinyBIOS
f9f0ec8b725717cac1756836cf68267e0ed77114
[ "BSD-3-Clause" ]
23
2019-09-28T17:33:32.000Z
2022-03-26T20:30:22.000Z
src/log.asm
pwk4m1/TinyBIOS
f9f0ec8b725717cac1756836cf68267e0ed77114
[ "BSD-3-Clause" ]
null
null
null
src/log.asm
pwk4m1/TinyBIOS
f9f0ec8b725717cac1756836cf68267e0ed77114
[ "BSD-3-Clause" ]
1
2022-03-24T13:12:04.000Z
2022-03-24T13:12:04.000Z
; BSD 3-Clause License ; ; Copyright (c) 2021, k4m1 <k4m1@protonmail.com> ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; ; * Redistributions of source code must retain the above copyright no...
30.776316
77
0.761437
ae062cb1baa29a25111ae03623d53c8925b4573b
447
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/nirvanap/c/sdcc/NIRVANAP_wides_fastcall.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/nirvanap/c/sdcc/NIRVANAP_wides_fastcall.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/nirvanap/c/sdcc/NIRVANAP_wides_fastcall.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; ---------------------------------------------------------------- ; Z88DK INTERFACE LIBRARY FOR NIRVANA+ ENGINE - by Einar Saukas ; ; See "nirvana+.h" for further details ; ---------------------------------------------------------------- ; void NIRVANAP_wides(unsigned char *addr) ; fastcall SECTION code_clib SECTION...
24.833333
66
0.572707
1bcb2fc53ff1bd337055b0fba18fc9effbab4e57
534
asm
Assembly
oeis/009/A009983.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/009/A009983.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/009/A009983.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A009983: Powers of 39. ; 1,39,1521,59319,2313441,90224199,3518743761,137231006679,5352009260481,208728361158759,8140406085191601,317475837322472439,12381557655576425121,482880748567480579719,18832349194131742609041,734461618571137961752599,28644003124274380508351361,1117116121846700839825703079,4356752875202133275320...
76.285714
477
0.90824
2c024a3f5bc7b814eed6c1881c7a854c5dc5c339
489
asm
Assembly
oeis/088/A088852.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/088/A088852.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/088/A088852.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A088852: Number of n X n matrices over GF(4) with characteristic polynomial x^(n-1) * (x-1). ; Submitted by Christian Krause ; 1,20,5376,22282240,1464583847936,1536853372840181760,25788843362951132511993856,6922956840496417818923870380359680,29734213503918523875893136571995338085236736,2043325439152335369940571764620...
25.736842
217
0.746421
45f330693b1bafba0e9e91377730c4704625affc
589
asm
Assembly
programs/oeis/093/A093907.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/093/A093907.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/093/A093907.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A093907: Number of elements in the n-th period of the periodic table as predicted by the Aufbau principle. ; 2,8,8,18,18,32,32,50,50,72,72,98,98,128,128,162,162,200,200,242,242,288,288,338,338,392,392,450,450,512,512,578,578,648,648,722,722,800,800,882,882,968,968,1058,1058,1152,1152,1250,1250,1352,1352,1458,1458,156...
73.625
442
0.758913
f78e2c94df7fa25689af74dd095d9bdd8a41fc03
7,284
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_582.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_582.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_582.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 %r8 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0xa67e, %r14 nop nop add $50821, %rcx mov (%r14), %ax cmp $18592, %r9 lea addresses_WT_ht+0x18132, %rcx dec %r11 movw $0x6162, (%rcx) nop and $51815, %rbp lea addresses...
37.353846
2,999
0.654585
c4a061e9681e890da23d69c005d9e13b6dabf79d
3,819
asm
Assembly
src/sprobjs_lib.asm
IamRifki/break-invaders-out
e0d0c48a286e9bfab3f8a5e4880c96a4f8e78e1d
[ "MIT" ]
null
null
null
src/sprobjs_lib.asm
IamRifki/break-invaders-out
e0d0c48a286e9bfab3f8a5e4880c96a4f8e78e1d
[ "MIT" ]
null
null
null
src/sprobjs_lib.asm
IamRifki/break-invaders-out
e0d0c48a286e9bfab3f8a5e4880c96a4f8e78e1d
[ "MIT" ]
null
null
null
; Sprite Objects Library - by Eievui ; ; This is a small, lightweight library meant to facilitate the rendering of ; sprite objects, including Shadow OAM and OAM DMA, single-entry "simple" sprite ; objects, and Q12.4 fixed-point position metasprite rendering. ; ; The library is only 127 bytes of ROM0, 160 bytes of WRAM...
24.170886
82
0.681854
aaec8eefcf13b3be549589bac3811f8814720416
1,237
asm
Assembly
programs/oeis/056/A056117.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/056/A056117.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/056/A056117.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A056117: Expansion of (1+8*x)/(1-x)^9. ; 1,17,117,525,1815,5247,13299,30459,64350,127270,238238,425646,730626,1211250,1947690,3048474,4657983,6965343,10214875,14718275,20868705,29156985,40190085,54712125,73628100,98030556,129229452,168785452,218546900,280690740,357767652,452751684,569094669,710785725,882416145,108924...
103.083333
1,087
0.865804
e8612be4599dcbb91fdd1477e247b24d359357c3
49
asm
Assembly
Assembly/Heap/version.asm
detlefgrohs/C256-Foenix-FMX
35c767746aec09089727dc9a23c36d7f0e714d97
[ "MIT" ]
null
null
null
Assembly/Heap/version.asm
detlefgrohs/C256-Foenix-FMX
35c767746aec09089727dc9a23c36d7f0e714d97
[ "MIT" ]
null
null
null
Assembly/Heap/version.asm
detlefgrohs/C256-Foenix-FMX
35c767746aec09089727dc9a23c36d7f0e714d97
[ "MIT" ]
null
null
null
Version .NULL "HeapManager 20210306-031109", 13
24.5
48
0.77551
fc4b32685d18e5daef8713d3f77a9b754c0cd566
5,675
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_117_1493.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_notsx.log_117_1493.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_notsx.log_117_1493.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x15119, %rcx nop nop nop nop nop sub $23902, %rdi mov (%rcx), %r12d cmp %rdx, %rdx lea addresses_UC_ht+0x16eb9, %r14 nop nop nop cmp $33090, %rbp movb (%r14), %cl nop cmp %rdx...
22.167969
350
0.651101
154e04a3ee23478d7bad9700b6a18d0d23b8d89d
6,990
asm
Assembly
binary16/fsubp.asm
DW0RKiN/Floating-point-Library-for-Z80
494add6bc20922f4a634fbbacb32d8bd4dd185a7
[ "MIT" ]
12
2020-02-17T09:07:02.000Z
2022-02-09T22:15:34.000Z
binary16/fsubp.asm
DW0RKiN/Floating-point-Library-for-Z80
494add6bc20922f4a634fbbacb32d8bd4dd185a7
[ "MIT" ]
null
null
null
binary16/fsubp.asm
DW0RKiN/Floating-point-Library-for-Z80
494add6bc20922f4a634fbbacb32d8bd4dd185a7
[ "MIT" ]
1
2021-06-21T23:30:28.000Z
2021-06-21T23:30:28.000Z
if not defined @FSUBP include "color_flow_warning.asm" ; Subtraction two floating-point numbers with the same signs ; In: HL,DE numbers to add, no restrictions ; Out: HL = HL + DE, if ( carry_flow_warning && underflow ) set carry ; Pollutes: AF, B, DE ; -------------- HL - DE --------------- ; HL = (+HL) - (+DE) = (...
43.148148
145
0.350072
ba748447ab04813dc722e1e1633cbfebba0b5e65
269
asm
Assembly
day27/harib24f/api/api008.asm
itiB/hariboteOS_30days
f04fccc0f394f3f1687c547e65658af429898f48
[ "MIT" ]
1
2020-02-16T05:07:34.000Z
2020-02-16T05:07:34.000Z
day30/apilib/api008.asm
itiB/hariboteOS_30days
f04fccc0f394f3f1687c547e65658af429898f48
[ "MIT" ]
null
null
null
day30/apilib/api008.asm
itiB/hariboteOS_30days
f04fccc0f394f3f1687c547e65658af429898f48
[ "MIT" ]
null
null
null
[CPU 486] [BITS 32] GLOBAL api_malloc section .text api_malloc: ; char *api_malloc(int size); PUSH EBX MOV EDX, 9 MOV EBX, [CS:0x0020] MOV ECX, [ESP + 8] ; size INT 0x40 POP EBX RET
16.8125
46
0.475836
f39c9eae15ba989b91b6351988481db649434801
10,003
asm
Assembly
Tests/IO/Template.e.asm
lehtojo/Evie
f41b3872f6a1a7da1778c241c7b01823b36ac78d
[ "MIT" ]
12
2020-07-12T06:22:11.000Z
2022-02-27T13:19:19.000Z
Tests/IO/Template.e.asm
lehtojo/Evie
f41b3872f6a1a7da1778c241c7b01823b36ac78d
[ "MIT" ]
2
2020-07-12T06:22:48.000Z
2021-11-28T01:23:25.000Z
Tests/IO/Template.e.asm
lehtojo/Evie
f41b3872f6a1a7da1778c241c7b01823b36ac78d
[ "MIT" ]
3
2021-09-16T19:02:19.000Z
2021-11-28T00:50:15.000Z
.intel_syntax noprefix .global _Z4mainv .global _Z10Start_Testv .section .text #.text _Z10Start_Testv: push r15 #r15 push r14 #r14 push r13 #r13 push r12 #r12 push rbp #rbp push rsi #rsi push rdi #rdi push rbx #rbx sub rsp, 32 #.STACK, 32 lea rcx, qword ptr [rsp + 0 ] #a_REG0, .STACK_0 mov rcx, rcx #a_TMP_1...
34.256849
67
0.762271
366127a1b37866456e41f8a736f2b41061fed1fd
2,745
asm
Assembly
externals/mpir-3.0.0/mpn/x86_64/sandybridge/mul_1.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
12
2021-09-29T14:50:06.000Z
2022-03-31T15:01:21.000Z
externals/mpir-3.0.0/mpn/x86_64/sandybridge/mul_1.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
15
2021-12-24T22:53:49.000Z
2021-12-25T10:03:13.000Z
LibSource/mpir/mpn/x86_64/sandybridge/mul_1.asm
ekzyis/CrypTool-2
1af234b4f74486fbfeb3b3c49228cc36533a8c89
[ "Apache-2.0" ]
10
2021-10-17T19:46:51.000Z
2022-03-18T02:57:57.000Z
dnl mpn_mul_1 dnl Copyright 2011 The Code Cavern dnl This file is part of the MPIR Library. dnl The MPIR 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 dnl by the Free Software Foundation; either version 2.1 of the Li...
18.80137
79
0.653552
d2e2bd4f5145d863d57483151c4cd643e8243777
776
asm
Assembly
programs/oeis/007/A007899.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/007/A007899.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/007/A007899.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A007899: Coordination sequence for hexagonal close-packing. ; 1,12,44,96,170,264,380,516,674,852,1052,1272,1514,1776,2060,2364,2690,3036,3404,3792,4202,4632,5084,5556,6050,6564,7100,7656,8234,8832,9452,10092,10754,11436,12140,12864,13610,14376,15164,15972,16802,17652,18524,19416,20330,21264,22220,23196,24194,25212,26...
38.8
557
0.753866
5c16b574ec7853354a03e336b544f7634469d274
2,434
asm
Assembly
Trash/exceptionHandling.asm
IvillanuevaItba/SO-TPO2
364b959276d057029ea53558e11161957cef02cc
[ "BSD-3-Clause" ]
null
null
null
Trash/exceptionHandling.asm
IvillanuevaItba/SO-TPO2
364b959276d057029ea53558e11161957cef02cc
[ "BSD-3-Clause" ]
null
null
null
Trash/exceptionHandling.asm
IvillanuevaItba/SO-TPO2
364b959276d057029ea53558e11161957cef02cc
[ "BSD-3-Clause" ]
null
null
null
GLOBAL printRegisters extern goToUserland ;extern ncNewline extern printInteger extern printError extern print extern sleep section .text %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 %...
13.228261
65
0.685292
985f3f42579e9df434891799f51f8c7cf0e461a3
287
asm
Assembly
libsrc/ctype/isascii.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/ctype/isascii.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/ctype/isascii.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; ; Small C+ Library ; ; ctype/isascii(char c) ; ; djm 1/3/99 ; ; $Id: isascii.asm,v 1.8 2016-03-06 21:41:15 dom Exp $ ; SECTION code_clib PUBLIC _isascii PUBLIC isascii ; FASTCALL ._isascii .isascii ld a,l ld hl,1 cp 128 ret c dec l ret
10.62963
54
0.567944
6e4008c854b07b9497e8cfaa85ae0efc7d8c24ff
451
asm
Assembly
programs/oeis/287/A287327.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/287/A287327.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/287/A287327.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A287327: Number of independent vertex sets (and vertex covers) in the 2n-crossed prism graph. ; 2,7,35,196,1127,6517,37730,218491,1265327,7327852,42437675,245768761,1423317602,8242841887,47736669995,276456796756,1601040887327,9272088633997,53697334226690,310976719148851,1800955694455127,10429852827143932,604022799288...
26.529412
229
0.760532
834128d5fc4e26e6d990c9491a5a98d3e1a966a5
1,716
asm
Assembly
programs/oeis/144/A144459.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/144/A144459.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/144/A144459.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A144459: a(n) = (3*n+1)*(5*n+1). ; 1,24,77,160,273,416,589,792,1025,1288,1581,1904,2257,2640,3053,3496,3969,4472,5005,5568,6161,6784,7437,8120,8833,9576,10349,11152,11985,12848,13741,14664,15617,16600,17613,18656,19729,20832,21965,23128,24321,25544,26797,28080,29393,30736,32109,33512,34945,36408,37901,39424,40977,425...
190.666667
1,631
0.828089
2b20ec36b06e2e844ca8702ec8e6b1df8fe73b41
1,037
asm
Assembly
_build/dispatcher/jmp_ippsHashMessage_4f5fdb6a.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
1
2021-10-04T10:21:54.000Z
2021-10-04T10:21:54.000Z
_build/dispatcher/jmp_ippsHashMessage_4f5fdb6a.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
null
null
null
_build/dispatcher/jmp_ippsHashMessage_4f5fdb6a.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
null
null
null
extern m7_ippsHashMessage:function extern n8_ippsHashMessage:function extern y8_ippsHashMessage:function extern e9_ippsHashMessage:function extern l9_ippsHashMessage:function extern n0_ippsHashMessage:function extern k0_ippsHashMessage:function extern ippcpJumpIndexForMergedLibs extern ippcpSafeInit:function segment ...
26.589744
87
0.78785
c12231f267af2788d961318caef66e17b375176a
5,323
asm
Assembly
Opus/asm/prln.asm
Computer-history-Museum/MS-Word-for-Windows-v1.1
549a2a32e930694df7b91e3273b886d735fa9151
[ "MIT" ]
2
2018-01-22T14:38:52.000Z
2019-02-25T02:16:30.000Z
Microsoft DOS/Word 1.1a CHM Distribution/Opus/asm/prln.asm
mindcont/Open-Source
416917cbe3d4469cc036d05e7c858b05b8081ded
[ "CC0-1.0" ]
null
null
null
Microsoft DOS/Word 1.1a CHM Distribution/Opus/asm/prln.asm
mindcont/Open-Source
416917cbe3d4469cc036d05e7c858b05b8081ded
[ "CC0-1.0" ]
1
2021-06-25T17:34:43.000Z
2021-06-25T17:34:43.000Z
include w2.inc include noxport.inc include consts.inc include structs.inc createSeg fetch1_PCODE,prln,byte,public,CODE ; DEBUGGING DECLARATIONS ifdef DEBUG midPrln equ 30 ; module ID, for native asserts endif ; EXTERNAL FUNCTIONS ifdef DEBUG externFP <AssertProcForNative> endif ;...
17.226537
74
0.660906
279f463093847367933b333e1dc9e7292d98cc80
1,142
asm
Assembly
programs/oeis/181/A181208.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/181/A181208.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/181/A181208.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A181208: Number of n X 4 binary matrices with no two 1's adjacent diagonally or antidiagonally. ; 16,64,484,2704,17424,104976,652864,4000000,24681024,151782400,934891776,5754132736,35428274176,218096472064,1342706197504,8266039005184,50888705511424,313286601609216,1928696564957184,11873676328960000,73098232497455104,...
87.846154
899
0.873905
7d702608a051125e9917835dd9d0b96b75d7a15e
141
asm
Assembly
os/os.asm
SimonFJ20/jdh-8
33fb336858f3253bca3a3e5e7ce2970c402fbbee
[ "MIT" ]
911
2021-06-13T15:11:54.000Z
2022-03-31T16:43:01.000Z
os/os.asm
SimonFJ20/jdh-8
33fb336858f3253bca3a3e5e7ce2970c402fbbee
[ "MIT" ]
33
2021-06-13T16:40:47.000Z
2022-01-31T15:33:17.000Z
os/os.asm
SimonFJ20/jdh-8
33fb336858f3253bca3a3e5e7ce2970c402fbbee
[ "MIT" ]
88
2021-06-13T17:34:49.000Z
2022-03-29T14:04:40.000Z
; JDH-8 OPERATING SYSTEM ; INCLUDED IN OSTEXT.ASM osmain: sw [ADDR_MB], 1 sw16 [ADDR_SP], 0xFEFF call [ADDR_RAM] .loop: jmp [.loop]
14.1
24
0.666667
07aaf37c87c115e63d7e3cbc1af1cc31e099d102
382
asm
Assembly
CS/计算机系统概论/Lab02/doubled再改/PB18111697_王章瀚_Lab02.asm
RabbitWhite1/USTC-CS-Resources
8dae043524f236e894c3e81f51f7701f0de23968
[ "MIT" ]
7
2020-09-10T05:18:26.000Z
2021-01-03T02:07:40.000Z
CS/计算机系统概论/Lab02/doubled再改/PB18111697_王章瀚_Lab02.asm
Pengxiang-Hua/USTC-CS-Resources
8dae043524f236e894c3e81f51f7701f0de23968
[ "MIT" ]
null
null
null
CS/计算机系统概论/Lab02/doubled再改/PB18111697_王章瀚_Lab02.asm
Pengxiang-Hua/USTC-CS-Resources
8dae043524f236e894c3e81f51f7701f0de23968
[ "MIT" ]
2
2021-01-03T07:10:37.000Z
2021-01-06T11:20:56.000Z
.ORIG x3000 LD R0, Nx8A9C LD R1, Nx0001 LD R2, Nx0002 AND R4, R4, #0 LOOP AND R3, R0, R2 BRz ZERO1 ADD R4, R4, R1 ZERO1 ADD R1, R2, R2 BRz FINAL AND R3, R0, R1 BRz ZERO2 ADD R4, R4, R2 ZERO2 ADD R2, R1, R1 BRnp LOOP FINAL AND R2, R0, R2 ADD R0, R4, R2 HALT Nx8A9C ...
14.148148
22
0.581152
224337072c479e351026c682953881509be608d9
341
asm
Assembly
audio/sfx/turn_on_pc_1.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
audio/sfx/turn_on_pc_1.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
audio/sfx/turn_on_pc_1.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
SFX_Turn_On_PC_1_Ch1: duty 2 unknownsfx0x20 15, 242, 192, 7 unknownsfx0x20 15, 0, 0, 0 unknownsfx0x20 3, 161, 128, 7 unknownsfx0x20 3, 161, 0, 7 unknownsfx0x20 3, 161, 64, 7 unknownsfx0x20 3, 161, 0, 7 unknownsfx0x20 3, 161, 128, 7 unknownsfx0x20 3, 161, 0, 7 unknownsfx0x20 3, 161, 192, 7 unknownsfx0x20 8, 1...
24.357143
31
0.715543
6cff4d075193081bee559abc5ff9db6b77522675
420
asm
Assembly
oeis/028/A028023.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/028/A028023.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/028/A028023.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A028023: Expansion of 1/((1-2x)(1-9x)(1-11x)(1-12x)). ; Submitted by Jon Maiga ; 1,34,753,13766,225653,3448818,50219881,705962782,9663465405,129570729002,1709032341809,22244754709398,286400212885957,3654165387941986,46270388840585337,582133829294947214 mov $1,1 mov $2,$0 mov $3,$0 lpb $2 mov $0,$3 sub $2,1 sub...
24.705882
173
0.695238
239d152b711234ed007279753e8f041d6d1ec049
108
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/copysign.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/copysign.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/copysign.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
SECTION code_fp_math48 PUBLIC copysign EXTERN cm48_sccz80_copysign defc copysign = cm48_sccz80_copysign
12
36
0.861111
ae1c3d6373dc0f50e4209c716d6bd362c5128052
1,301
asm
Assembly
src/boot/boot_sec.asm
mikefeneley/chaosOS
61078f680baf9a57dffef6a84fb770a944a2883a
[ "MIT" ]
null
null
null
src/boot/boot_sec.asm
mikefeneley/chaosOS
61078f680baf9a57dffef6a84fb770a944a2883a
[ "MIT" ]
null
null
null
src/boot/boot_sec.asm
mikefeneley/chaosOS
61078f680baf9a57dffef6a84fb770a944a2883a
[ "MIT" ]
null
null
null
[org 0x7c00] KERNEL_OFFSET equ 0x1000 mov [BOOT_DRIVE], dl mov bp, 0x9000 mov sp, bp mov bx, MSG_REAL_MODE call print_string call load_kernel call switch_to_pm ; Note that we never return from here. jmp $ ;%include "test.asm" ;%include "print_reg.asm" ;%include "print_...
21.683333
78
0.687932
10727f55a22d0e7868bbe1ce46f6d5aebced0987
378
asm
Assembly
oeis/046/A046729.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/046/A046729.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/046/A046729.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A046729: Expansion of 4x/((1+x)(1-6x+x^2)). ; Submitted by Jamie Morken(s3) ; 0,4,20,120,696,4060,23660,137904,803760,4684660,27304196,159140520,927538920,5406093004,31509019100,183648021600,1070379110496,6238626641380,36361380737780,211929657785304,1235216565974040 mov $3,1 lpb $0 sub $0,1 add $1,$3 mov $2,$3...
23.625
190
0.716931
cb4c39df7701a6c8baf3917fbd0c38be06b7196f
279
asm
Assembly
programs/oeis/069/A069229.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/069/A069229.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/069/A069229.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A069229: a(n) = n*(2^n + 1). ; 0,3,10,27,68,165,390,903,2056,4617,10250,22539,49164,106509,229390,491535,1048592,2228241,4718610,9961491,20971540,44040213,92274710,192938007,402653208,838860825,1744830490,3623878683,7516192796 mov $1,2 pow $1,$0 mul $1,$0 add $1,$0 mov $0,$1
31
197
0.734767
7e8d47d7d3eb12bd1dd44af3efd903e03ea796be
4,827
asm
Assembly
lib/src/dma_a.asm
Faselei/SeniorProject68k
45cf46d5ad2795f00a5fa2398bc3a3947e75941d
[ "MIT" ]
null
null
null
lib/src/dma_a.asm
Faselei/SeniorProject68k
45cf46d5ad2795f00a5fa2398bc3a3947e75941d
[ "MIT" ]
null
null
null
lib/src/dma_a.asm
Faselei/SeniorProject68k
45cf46d5ad2795f00a5fa2398bc3a3947e75941d
[ "MIT" ]
null
null
null
;=============================================================================== ;dma_a.asm ;=============================================================================== ;this is the assembly based queue processor for DMA, ;things that polulate that array are defined in DMA.c ;----------------------------------...
23.546341
81
0.519992
9347f0d00dc215e5b2e9f4725f0aa38835fd6b16
1,948
asm
Assembly
programs/oeis/002/A002621.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/002/A002621.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/002/A002621.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A002621: Expansion of 1 / ((1-x)^2*(1-x^2)*(1-x^3)*(1-x^4)). ; 1,2,4,7,12,18,27,38,53,71,94,121,155,194,241,295,359,431,515,609,717,837,973,1123,1292,1477,1683,1908,2157,2427,2724,3045,3396,3774,4185,4626,5104,5615,6166,6754,7386,8058,8778,9542,10358,11222,12142,13114,14147,15236,16390,17605,18890,20240,21665,23160,2...
114.588235
1,687
0.811088
93f8d235556568919d04a850f3eeef7c7dfcee0f
12,869
asm
Assembly
Altair101/asm/programs/opCmp.asm
tigerfarm/arduino
e51f111a092fe6737646b146a825f4eecbd05d44
[ "OLDAP-2.4", "OLDAP-2.7" ]
2
2021-12-12T23:27:10.000Z
2022-02-17T14:01:21.000Z
Altair101/asm/programs/opCmp.asm
tigerfarm/arduino
e51f111a092fe6737646b146a825f4eecbd05d44
[ "OLDAP-2.4", "OLDAP-2.7" ]
null
null
null
Altair101/asm/programs/opCmp.asm
tigerfarm/arduino
e51f111a092fe6737646b146a825f4eecbd05d44
[ "OLDAP-2.4", "OLDAP-2.7" ]
4
2021-08-29T19:55:49.000Z
2022-02-15T08:30:15.000Z
; -------------------------------------- ; Test CMP and conditional jumps. ; Compare register A to another register, and then set Carry bit and Zero bit flags. ; ; If Register data...
34.50134
118
0.356205
3d81e8fc2c8f9419fb27f1a3108822046c950e74
2,406
asm
Assembly
programs/oeis/272/A272297.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/272/A272297.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/272/A272297.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A272297: a(n) = n^4 + 64. ; 64,65,80,145,320,689,1360,2465,4160,6625,10064,14705,20800,28625,38480,50689,65600,83585,105040,130385,160064,194545,234320,279905,331840,390689,457040,531505,614720,707345,810064,923585,1048640,1185985,1336400,1500689,1679680,1874225,2085200,2313505,2560064,2825825,3111760,3418865,3748160...
343.714286
2,347
0.883209
fa512177da563ef3bf1ffc8e402649176f9f6225
301
asm
Assembly
oeis/021/A021098.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/021/A021098.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/021/A021098.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A021098: Decimal expansion of 1/94. ; 0,1,0,6,3,8,2,9,7,8,7,2,3,4,0,4,2,5,5,3,1,9,1,4,8,9,3,6,1,7,0,2,1,2,7,6,5,9,5,7,4,4,6,8,0,8,5,1,0,6,3,8,2,9,7,8,7,2,3,4,0,4,2,5,5,3,1,9,1,4,8,9,3,6,1,7,0,2,1,2,7,6,5,9,5,7,4,4,6,8,0,8,5,1,0,6,3,8,2 seq $0,199685 ; a(n) = 5*10^n+1. sub $0,1 div $0,47 mod $0,10
37.625
199
0.534884
c7c17fcf187ba9e5c87d0eec5d0d6865b1766908
237
asm
Assembly
libsrc/_DEVELOPMENT/adt/bv_priority_queue/c/sccz80/bv_priority_queue_empty.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/_DEVELOPMENT/adt/bv_priority_queue/c/sccz80/bv_priority_queue_empty.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/_DEVELOPMENT/adt/bv_priority_queue/c/sccz80/bv_priority_queue_empty.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; int bv_priority_queue_empty(bv_priority_queue_t *q) SECTION code_clib SECTION code_adt_bv_priority_queue PUBLIC bv_priority_queue_empty EXTERN asm_bv_priority_queue_empty defc bv_priority_queue_empty = asm_bv_priority_queue_empty
19.75
58
0.890295
881e462747cdeb9faf02c1e248b7216e701372a3
356
asm
Assembly
programs/oeis/290/A290256.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/290/A290256.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/290/A290256.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A290256: a(n) is the number of parts equal to 1 in the integer partition having viabin number n. ; 1,2,0,3,1,0,0,4,2,1,1,0,0,0,0,5,3,2,2,1,1,1,1,0,0,0,0,0,0,0,0,6,4,3,3,2,2,2,2,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,5,4,4,3,3,3,3,2,2,2,2,2,2,2 mov $1,1 lpb $0 mov $2,$0 sub $0,1 div $0,2 add $1,1 ...
25.428571
157
0.561798
53accca65f2abe015ebadddaafb909f4b81a71be
571
asm
Assembly
oeis/055/A055460.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/055/A055460.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/055/A055460.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A055460: Number of primes with odd exponents in the prime power factorization of n!. ; Submitted by Christian Krause ; 0,1,2,2,3,1,2,3,3,1,2,3,4,4,4,4,5,4,5,4,6,6,7,5,5,5,6,5,6,5,6,7,9,7,7,7,8,8,8,8,9,10,11,10,9,7,8,7,7,8,10,9,10,8,10,12,14,12,13,11,12,12,11,11,13,12,13,12,12,13,14,13,14,14,15,14,14,11,12,13,13,13,14...
71.375
252
0.684764
fd78d4f4cfe53da122737f73b7686a0eb50ecb27
140
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Poo.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Poo.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Poo.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: Poo.asm Type: file Size: 5002 Last-Modified: '1992-07-01T15:00:00Z' SHA-1: A14B1CC03D32D39E2DAA0AACCD3981F83033BFAF Description: null
20
47
0.807143
cd60006ca0f10550669fa12cd7c099bfe0f3e959
679
asm
Assembly
oeis/036/A036698.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/036/A036698.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/036/A036698.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A036698: a(n) is the number of Gaussian integers z=a+bi satisfying |z|<=n, a>0, b>=0. ; Submitted by Jon Maiga ; 0,1,3,7,12,20,28,37,49,63,79,94,110,132,153,177,199,225,252,282,314,343,379,413,448,490,530,572,613,657,705,750,802,852,906,963,1013,1073,1128,1194,1256,1315,1381,1447,1519,1590,1656,1730,1803,1881,1961,20...
84.875
449
0.736377
98a980ad0d3af203b463465d989a754f1c572f1b
5,467
asm
Assembly
src/8088/payload/config.asm
MichalPleban/cbm2-pc-emulator
1ad7fe27e77cf6c25c863d92be75348c104c462c
[ "Apache-2.0" ]
15
2017-11-03T21:50:59.000Z
2021-07-21T10:09:54.000Z
src/8088/payload/config.asm
MichalPleban/cbm2-pc-emulator
1ad7fe27e77cf6c25c863d92be75348c104c462c
[ "Apache-2.0" ]
8
2017-11-04T10:37:41.000Z
2021-05-30T20:35:08.000Z
src/8088/payload/config.asm
MichalPleban/cbm2-pc-emulator
1ad7fe27e77cf6c25c863d92be75348c104c462c
[ "Apache-2.0" ]
5
2017-11-03T22:04:20.000Z
2021-04-18T16:40:20.000Z
; ----------------------------------------------------------------- ; Zero the CMOS configuration ; ----------------------------------------------------------------- Config_Zero: call Config_Segment mov al, 010h stosb mov cx, 54 xor al, al rep s...
24.626126
80
0.39272
967759586e111f4b7b7b007e951c5d0e29ca4424
1,544
asm
Assembly
S-F200VX_20180920_WithFactory/ISR_TIMER0.asm
xcwk/8-Pads-WiFi-Fat-Scale
50023e1c9246398e0d76c6de84307d2be226b826
[ "Unlicense" ]
1
2019-07-23T11:38:41.000Z
2019-07-23T11:38:41.000Z
S-F200VX_20180920_WithFactory/ISR_TIMER0.asm
xcwk/8-Pads-WiFi-Fat-Scale
50023e1c9246398e0d76c6de84307d2be226b826
[ "Unlicense" ]
null
null
null
S-F200VX_20180920_WithFactory/ISR_TIMER0.asm
xcwk/8-Pads-WiFi-Fat-Scale
50023e1c9246398e0d76c6de84307d2be226b826
[ "Unlicense" ]
2
2020-03-25T15:07:37.000Z
2020-04-17T07:33:32.000Z
;=========================================================== ;======== ISR_TIMER0.ASM ;=== 10MS ;=========================================================== ISR_TIMER0_RX_TIMEOUT: BTFSS UartRxFlag,B_UartRxFlag_TRG GOTO ISR_TIMER0_RX_TIMEOUT_END INCF R_UartRXTimer,F MOVLW 3 ...
24.903226
60
0.571244
2a6339e082e0e157136eaaf158a30a2cb2803948
6,116
asm
Assembly
lib/print.asm
simondotm/fast-vgm
3d28c0d4597ddf9fe72087a6c047ac7d5e5646c4
[ "MIT" ]
8
2016-12-26T19:33:13.000Z
2021-02-19T21:01:07.000Z
lib/print.asm
simondotm/fast-vgm
3d28c0d4597ddf9fe72087a6c047ac7d5e5646c4
[ "MIT" ]
9
2016-11-25T00:58:44.000Z
2017-06-26T15:22:10.000Z
lib/print.asm
bitshifters/teletextr
1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615
[ "MIT" ]
1
2020-03-30T14:24:56.000Z
2020-03-30T14:24:56.000Z
.print_temp EQUB 0 ; print given string with one argument value supplied in A ; preserves all registers MACRO MPRINT stringaddr sta print_temp:txa:pha:tya:pha ldx #LO(stringaddr) ldy #HI(stringaddr) lda print_temp jsr print pla:tay:pla:tax:lda print_temp ENDMACRO MACRO MPRINTMEM stringaddr...
17.830904
124
0.65157
a720f31a4e20aa03c9e824f2a797e2463d4b5ab0
285
asm
Assembly
Kernel/asm/mutex.asm
tdorado/so-tp2
a3cee8b454a741815efb60d0c067f368313e31d7
[ "BSD-3-Clause" ]
null
null
null
Kernel/asm/mutex.asm
tdorado/so-tp2
a3cee8b454a741815efb60d0c067f368313e31d7
[ "BSD-3-Clause" ]
null
null
null
Kernel/asm/mutex.asm
tdorado/so-tp2
a3cee8b454a741815efb60d0c067f368313e31d7
[ "BSD-3-Clause" ]
null
null
null
GLOBAL _mutexLock GLOBAL _mutexUnlock EXTERN _contextSwitchProcess section .text _mutexLock: mov rax, 1 xchg rax, [rdi] test rax, rax jz ok call _contextSwitchProcess jmp _mutexLock ok: ret _mutexUnlock: mov rax, 0 xchg rax, [rdi] ret
10.178571
30
0.659649
077ff16f9c4481891baf27149abadfa754ead7a8
390
asm
Assembly
oeis/164/A164080.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/164/A164080.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/164/A164080.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A164080: Perfect squares one less than a triangular number. ; Submitted by Jamie Morken(m4) ; 0,9,324,11025,374544,12723489,432224100,14682895929,498786237504,16944049179225,575598885856164,19553418069930369,664240615491776400,22564627508650467249,766533094678624110084,26039560591564569275625 seq $0,3499 ; a(n) = 6*...
43.333333
201
0.769231
83ea1299727e887726a5035723952a13392c92ce
605
asm
Assembly
oeis/138/A138998.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/138/A138998.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/138/A138998.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A138998: 9^n mod 2^n. ; 0,1,1,1,1,9,49,121,65,329,913,25,2273,8169,16177,30905,16001,12937,116433,523609,1042465,2042153,1602161,6030841,12334529,10347465,26018321,32838297,27109217,512418409,316798385,703701817,2038349057,1165272329,10487450961,25667581913,24849807009,17489832873,19969542385,179725881465,51802130540...
46.538462
496
0.821488
859af705f43bc8a7779c9c833ef44508b661952d
369
asm
Assembly
oeis/099/A099918.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/099/A099918.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/099/A099918.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A099918: A Chebyshev transform related to the 7th cyclotomic polynomial. ; Submitted by Christian Krause ; 1,-1,2,-2,1,-1,0,1,-1,2,-2,1,-1,0,1,-1,2,-2,1,-1,0,1,-1,2,-2,1,-1,0,1,-1,2,-2,1,-1,0,1,-1,2,-2,1,-1,0,1,-1,2,-2,1,-1,0,1,-1,2,-2,1,-1,0,1,-1,2,-2,1,-1,0,1,-1,2,-2,1,-1,0,1,-1,2,-2,1 mod $0,7 mov $1,$0 div $1,2 ...
28.384615
183
0.547425
8bd6cf477e15900f769d15927ca1bf1cc9c9a5f1
1,234
asm
Assembly
UPC Summer School 2020/Summer 01 NOT Gate.X/maincode.asm
tocache/picomones
d9fd1e75fbbd964c5f628940a8e1161c5b6791fd
[ "CC0-1.0" ]
5
2019-08-16T14:48:49.000Z
2022-01-11T12:22:02.000Z
UPC Summer School 2020/Summer 01 NOT Gate.X/maincode.asm
tocache/picomones
d9fd1e75fbbd964c5f628940a8e1161c5b6791fd
[ "CC0-1.0" ]
null
null
null
UPC Summer School 2020/Summer 01 NOT Gate.X/maincode.asm
tocache/picomones
d9fd1e75fbbd964c5f628940a8e1161c5b6791fd
[ "CC0-1.0" ]
8
2018-10-30T01:17:19.000Z
2022-01-11T14:35:50.000Z
;My first program ;Coded by Kalun ;This program emulates a NOT gate on a PIC18F4550 microcontroller list p=18f4550 ;Processor model #include<p18f4550.inc> ;Library for register names of the selected processor ;Configuration bit declaration CONFIG FOSC = XT_XT ; Oscillator Selection bit...
36.294118
113
0.636143
7056055a77f2d1f0622cba263bdbee420ec542b1
650
asm
Assembly
programs/oeis/219/A219191.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/219/A219191.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/219/A219191.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A219191: Numbers of the form k*(7*k+1), where k = 0,-1,1,-2,2,-3,3,... ; 0,6,8,26,30,60,66,108,116,170,180,246,258,336,350,440,456,558,576,690,710,836,858,996,1020,1170,1196,1358,1386,1560,1590,1776,1808,2006,2040,2250,2286,2508,2546,2780,2820,3066,3108,3366,3410,3680,3726,4008,4056,4350,4400,4706,4758,5076,5130,5460...
50
492
0.727692
98f7df02317fe0513ff77e6b23caaaab690a551e
4,647
asm
Assembly
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca.log_21829_898.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca.log_21829_898.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca.log_21829_898.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 %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x19730, %rsi lea addresses_A_ht+0x1695e, %rdi nop nop nop dec %r14 mov $1, %rcx rep movsq nop nop dec %r9 lea addresses_normal_ht+0x159b0, %rsi lea addresses_WT_ht+0xa1d0, %rdi nop nop ...
51.065934
2,999
0.663224
802c5e0cbbcf0a91d9257d3c33a3adac612c4022
269
asm
Assembly
libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sdcc_iy/ba_priority_queue_empty.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sdcc_iy/ba_priority_queue_empty.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sdcc_iy/ba_priority_queue_empty.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; int ba_priority_queue_empty(ba_priority_queue_t *q) SECTION code_adt_ba_priority_queue PUBLIC _ba_priority_queue_empty EXTERN asm_ba_priority_queue_empty _ba_priority_queue_empty: pop af pop hl push hl push af jp asm_ba_priority_queue_empty
14.157895
53
0.806691
5301fb7bf6a44d29054e35ac9d56a84d75038dc0
297
asm
Assembly
tests/expr_asm_value/8.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
414
2016-10-14T22:39:20.000Z
2022-03-30T07:52:44.000Z
tests/expr_asm_value/8.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
100
2018-03-22T16:12:24.000Z
2022-03-26T09:19:23.000Z
tests/expr_asm_value/8.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
47
2017-06-29T15:12:13.000Z
2022-03-10T04:50:51.000Z
; assert resolution #ruledef { emit {x: i8} => { assert(x < 0x10) 0x11 @ x } emit {x: i8} => { assert(x >= 0x10) 0x22 @ x } test {x} => asm { emit x } } emit 0x08 ; = 0x1108 emit 0x12 ; = 0x2212 test 0x08 ; = 0x1108 test 0x12 ; = 0x2212
14.85
30
0.464646
6cf96f2b39b5a650e3f1d51e332a1be41d158a10
865
asm
Assembly
programs/oeis/187/A187756.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/187/A187756.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/187/A187756.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A187756: a(n) = n^2 * (4*n^2 - 1) / 3. ; 0,1,20,105,336,825,1716,3185,5440,8721,13300,19481,27600,38025,51156,67425,87296,111265,139860,173641,213200,259161,312180,372945,442176,520625,609076,708345,819280,942761,1079700,1231041,1397760,1580865,1781396,2000425,2239056,2498425,2779700,3084081,3412800,3767121,4148340,4...
108.125
786
0.833526
6d81b7b87e975da66c91aa1311768942779edb9a
5,292
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1720.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1720.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1720.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 %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xe44a, %r8 nop nop nop and %rbx, %rbx movb (%r8), %r10b nop nop xor $1012, %rbx lea addresses_WC_ht+0x1c306, %rsi lea addresses_A_ht+0x22a, %rdi nop inc %r11 mov $29, %rcx rep movsq cmp ...
45.230769
2,999
0.657785
34d3783157ddb97864d319538fefa3e05aba3a5a
597
asm
Assembly
oeis/052/A052569.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/052/A052569.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/052/A052569.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A052569: E.g.f. 1/((1-x)(1-x^3)). ; 1,1,2,12,48,240,2160,15120,120960,1451520,14515200,159667200,2395008000,31135104000,435891456000,7846046208000,125536739328000,2134124568576000,44816615940096000,851515702861824000,17030314057236480000,408727537373675520000,8992005822220861440000,206816133911079813120000,5584035615...
49.75
487
0.850921
27ece863a517f68c2bc59b1afbeeb9eac72788bf
1,902
asm
Assembly
bcd_adder.asm
tz01x/8086_emu.ind
66ff8d3fcc3f80473d8c3d9dc8a0b05fbb7ab9b1
[ "MIT" ]
null
null
null
bcd_adder.asm
tz01x/8086_emu.ind
66ff8d3fcc3f80473d8c3d9dc8a0b05fbb7ab9b1
[ "MIT" ]
null
null
null
bcd_adder.asm
tz01x/8086_emu.ind
66ff8d3fcc3f80473d8c3d9dc8a0b05fbb7ab9b1
[ "MIT" ]
null
null
null
mov ax,900h mov ds,ax mov si,1h; mov [si],01100111b ;67 lowr 8 of fist num mov [si+1h],10011001b;99 higher 8bit mov [si+2h],10010101b;95 lower 8 bit of second num mov [si+3h],10010100b;94 higher bit of secound number mov bp,0h ; mov cl,0b ; inital CL mov ch,0b doItfor_higher_bit: mov al,ds:[si+bp];67 ...
21.862069
83
0.700315
d88f78e5bc6baeaab061877e7faeecc4e0be47db
697
asm
Assembly
oeis/036/A036089.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/036/A036089.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/036/A036089.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A036089: Centered cube numbers: (n+1)^11 + n^11. ; Submitted by Christian Krause ; 1,2049,179195,4371451,53022429,411625181,2340123799,10567261335,39970994201,131381059609,385311670611,1028320041299,2535168764725,5841725563701,12699321029039,26241941903791,51864082352049,98540306386865,180758668977451,321290258898219...
43.5625
500
0.826399
133bff90d48f8240e3d90825aa0bf8dfb402aa9a
3,362
asm
Assembly
_incObj/17 Spiked Pole Helix.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
9
2021-01-15T13:47:53.000Z
2022-01-17T15:33:55.000Z
_incObj/17 Spiked Pole Helix.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
7
2021-01-14T02:18:48.000Z
2021-03-24T15:44:30.000Z
_incObj/17 Spiked Pole Helix.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
2
2021-01-14T13:14:26.000Z
2021-01-29T17:46:04.000Z
; --------------------------------------------------------------------------- ; Object 17 - helix of spikes on a pole (GHZ) ; --------------------------------------------------------------------------- Helix: moveq #0,d0 move.b obRoutine(a0),d0 move.w Hel_Index(pc,d0.w),d1 jmp Hel_Index(pc,d1.w) ; ============...
25.664122
77
0.556811
6b98b838f92b8bec7e0576f51e3d8ddeb7c5e875
5,090
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_222_1053.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_222_1053.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_222_1053.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1a3a9, %rsi lea addresses_A_ht+0x13e61, %rdi nop nop nop and $7903, %r8 mov $62, %rcx rep movsw nop nop nop cmp $49296, %r12 lea addresses_A_ht+0x93a9, %rsi lea addresses_norm...
23.242009
665
0.648134
735a4ee56b65117f8caad97b6f1d1e77196640e1
4,748
asm
Assembly
1541/64tass/lccfmt2.asm
silverdr/assembly
c2851f7033223e089285dce22443b7e219ed4f61
[ "Unlicense" ]
23
2015-03-23T15:16:57.000Z
2022-03-18T12:43:42.000Z
1541/64tass/lccfmt2.asm
silverdr/assembly
c2851f7033223e089285dce22443b7e219ed4f61
[ "Unlicense" ]
null
null
null
1541/64tass/lccfmt2.asm
silverdr/assembly
c2851f7033223e089285dce22443b7e219ed4f61
[ "Unlicense" ]
8
2016-04-13T11:19:35.000Z
2021-12-22T07:39:00.000Z
; ; ; ds08 lda #$66 ; min block size 282*5/4 -256=85 ; sta dtrck ; ldx sectr ; total bytes= min*#secors ldy #0 tya ; ds10 clc ; min*#sectors adc dtrck bcc ds14 ; iny ; ds14 iny dex bne ds10 ; eor #...
15.51634
64
0.421441
7fd2e14618b5d9b2607fe2b1172c079ada2c07d1
707
asm
Assembly
libsrc/target/sam/psg/asm_wyz_hardware_out.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/sam/psg/asm_wyz_hardware_out.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/sam/psg/asm_wyz_hardware_out.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; WYZ player ; ; Hardware output routine for SAM Coupe via emulation ; ; SECTION code_psg PUBLIC asm_wyz_hardware_out EXTERN asm_wyz_PSG_REG EXTERN asm_wyz_PSG_REG_SEC EXTERN asm_wyz_ENVOLVENTE_BACK EXTERN asm_saa_ay_play asm_wyz_hardware_out: LD A,(asm_wyz_PSG_REG+13) AND A ...
21.424242
82
0.680339
f5710e86790ea14e65acd2df3292b4753fa5cbbb
12,509
asm
Assembly
P6/data_P6_2/ALUTest57.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
1
2022-01-23T09:24:47.000Z
2022-01-23T09:24:47.000Z
P6/data_P6_2/ALUTest57.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
P6/data_P6_2/ALUTest57.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
xor $1,$1,$3 xori $5,$3,10017 or $2,$2,$3 sll $0,$5,3 sllv $6,$6,$3 addu $4,$4,$3 or $1,$5,$3 ori $1,$1,30784 ori $5,$0,434 lb $6,10($0) xor $4,$3,$3 addiu $3,$4,5671 lw $3,12($0) addiu $3,$3,-4670 and $3,$4,$3 xor $3,$4,$3 nor $3,$4,$3 nor $1,$0,$3 addiu $4,$3,-5296 srav $4,$5,$3 sll $6,$5,2 addu $4,$4,$3 lbu $5,0($0)...
14.070866
18
0.521465
a9cf1fa26598f2d1b68aafeca7c19c380bfc290d
611
asm
Assembly
programs/oeis/151/A151542.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/151/A151542.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/151/A151542.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A151542: Generalized pentagonal numbers: a(n) = 12*n + 3*n*(n-1)/2. ; 0,12,27,45,66,90,117,147,180,216,255,297,342,390,441,495,552,612,675,741,810,882,957,1035,1116,1200,1287,1377,1470,1566,1665,1767,1872,1980,2091,2205,2322,2442,2565,2691,2820,2952,3087,3225,3366,3510,3657,3807,3960,4116,4275,4437,4602,4770,4941,511...
67.888889
492
0.754501
1b1c43d29b963761e1dfb35c0f9211a83993ce8b
39,106
asm
Assembly
STM8_helloworld/build/stm8s_gpio.asm
hbendalibraham/stm8_started
b96df02e2342e43a3b1e08564a97dafcebcf377a
[ "MIT" ]
57
2018-09-08T13:50:52.000Z
2022-03-20T14:34:27.000Z
STM8_helloworld/build/stm8s_gpio.asm
wmdlr/stm8_started
7ef7cecaed7396aea39ef12b8c2556f1b72c7730
[ "MIT" ]
4
2020-06-05T07:42:04.000Z
2021-09-04T03:14:44.000Z
STM8_helloworld/build/stm8s_gpio.asm
wmdlr/stm8_started
7ef7cecaed7396aea39ef12b8c2556f1b72c7730
[ "MIT" ]
14
2019-10-09T11:43:44.000Z
2021-03-02T21:01:32.000Z
;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 3.7.0 #10231 (Linux) ;-------------------------------------------------------- .module stm8s_gpio .optsdcc -mstm8 ;-------------------------------------------------------- ; Public variables...
20.126608
154
0.678847
83fcb798053945d9fccdd7fea6b568ac9a7eab7a
37,960
asm
Assembly
sources/ippcp/asm_ia32/pcpp521r1arith_mont_slm.asm
ymarkovitch/ipp-crypto
ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8
[ "Apache-2.0" ]
null
null
null
sources/ippcp/asm_ia32/pcpp521r1arith_mont_slm.asm
ymarkovitch/ipp-crypto
ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8
[ "Apache-2.0" ]
null
null
null
sources/ippcp/asm_ia32/pcpp521r1arith_mont_slm.asm
ymarkovitch/ipp-crypto
ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8
[ "Apache-2.0" ]
null
null
null
;=============================================================================== ; Copyright 2016-2019 Intel Corporation ; All Rights Reserved. ; ; If this software was obtained under the Intel Simplified Software License, ; the following terms apply: ; ; The source code, information and material ("Material") co...
31.73913
103
0.528451
1055a88e1b71e87c0daaf9119ef18a0b79f19a76
1,523
asm
Assembly
MdePkg/Library/VsIntrinsicLib/IA32/Llshr.asm
ray-linn/myedk2
b6a8574cb6ba49044fe43a748b98f31d417ece07
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
null
null
null
MdePkg/Library/VsIntrinsicLib/IA32/Llshr.asm
ray-linn/myedk2
b6a8574cb6ba49044fe43a748b98f31d417ece07
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
null
null
null
MdePkg/Library/VsIntrinsicLib/IA32/Llshr.asm
ray-linn/myedk2
b6a8574cb6ba49044fe43a748b98f31d417ece07
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
null
null
null
title llshr - long shift right ;*** ;llshr.asm - long shift right ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ;Purpose: ; define signed long shift right routine ; __allshr ; ;Original Implemenation: MSVC 14.12.25827...
19.278481
80
0.510834
632c13703c77b520744301e913843b871af24a82
5,603
asm
Assembly
os/ostest.asm
SimonFJ20/jdh-8
33fb336858f3253bca3a3e5e7ce2970c402fbbee
[ "MIT" ]
911
2021-06-13T15:11:54.000Z
2022-03-31T16:43:01.000Z
os/ostest.asm
SimonFJ20/jdh-8
33fb336858f3253bca3a3e5e7ce2970c402fbbee
[ "MIT" ]
33
2021-06-13T16:40:47.000Z
2022-01-31T15:33:17.000Z
os/ostest.asm
SimonFJ20/jdh-8
33fb336858f3253bca3a3e5e7ce2970c402fbbee
[ "MIT" ]
88
2021-06-13T17:34:49.000Z
2022-03-29T14:04:40.000Z
; COMPLETE FUNCTIONALITY TEST ; to be run on boot ; remove if test should not try to write to screen on failure/success @define VISUAL_OUTPUT @define test_changes 0x80C0 @define test_data 0x80C1 ostest: mw a, 0x55 mw a, a mw b, 0x66 mw a, b mw c, 0x77 mw a, c mw d, 0x88 mw a, d mw c, 0x55 @ifdef VISUAL_OUTPUT ...
15.827684
69
0.654292
5f4fbf60afbadc546f9d3acb21160c8237d4dddb
2,216
asm
Assembly
sw/552tests/complex_demo1/easyTest.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
1
2022-02-15T16:03:25.000Z
2022-02-15T16:03:25.000Z
sw/552tests/complex_demo1/easyTest.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
null
null
null
sw/552tests/complex_demo1/easyTest.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
null
null
null
// easyTest - this should never need to stall. // This is just "firstTest" with a lot of nops. // // Easiest test program for WISC-SP06 architecture // for the pipelined implementation. // // CS/ECE 552, Spring 2006 // Andy Phelps 7 April 2006 // // Start with a few simple tests: nop lbi r1, 3 // r1 = 3 nop...
11.024876
50
0.587094
b8951a7bee46df663a0c067648990991274b72d1
14,544
asm
Assembly
data/music/in-game.asm
martendo7/cookie-shooter-gb
b733f227e154cf63392f85dd72ac79f39937135a
[ "MIT" ]
3
2021-04-22T01:21:25.000Z
2021-05-30T21:17:52.000Z
data/music/in-game.asm
martendo/cookie-shooter-gb
b733f227e154cf63392f85dd72ac79f39937135a
[ "MIT" ]
1
2021-05-13T00:30:35.000Z
2021-05-13T23:22:55.000Z
data/music/in-game.asm
martendo/cookie-shooter-gb
b733f227e154cf63392f85dd72ac79f39937135a
[ "MIT" ]
null
null
null
; Created with Stephane Hockenhull's Game Boy Tracker ; Music Patterns SECTION "In-Game Theme Pattern 0", ROM0 PATTERN_InGame0: DB $0A DB $05, $0E, $12, $01, $03, $A1, $01, $0F, $05, $01, $1A, $0A, $0C, $01, $1B, $0A, $0C, $12, $41, $01, $0E, $05, $01, $1A, $0A, $0C, $01, $18, $0A, $0C, $01, $0C DB $05, $...
84.069364
165
0.424436
2e35ed2a7f26db6df4a3669097ddae039424f859
695
asm
Assembly
oeis/153/A153231.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/153/A153231.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/153/A153231.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A153231: a(n) = 2^n * binomial(3n,n)/(2n+1). ; Submitted by Jon Maiga ; 1,2,12,96,880,8736,91392,992256,11075328,126297600,1465052160,17233182720,205074874368,2464404045824,29864206663680,364535993597952,4477993284993024,55316387638149120,686720560048373760,8563155161736806400,107206525476085432320,134702684169619636...
63.181818
472
0.833094
0b827d56d297bbc0bc7637d18cdb72708e956aec
384
asm
Assembly
oeis/341/A341315.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/341/A341315.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/341/A341315.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A341315: Triangle read by rows: T(n,k) = (n+k)/gcd(n,k), n>=0, 0<=k<=n. ; 0,1,2,1,3,2,1,4,5,2,1,5,3,7,2,1,6,7,8,9,2,1,7,4,3,5,11,2,1,8,9,10,11,12,13,2,1,9,5,11,3,13,7,15,2,1,10,11,4,13,14,5,16,17,2,1,11,6,13,7,3,8,17,9,19,2,1,12,13,14,15,16,17,18,19,20,21,2,1,13,7,5,4,17,3,19,5,7,11,23,2 lpb $0 add $2,1 mov $3,$...
29.538462
216
0.536458
f31fa074aeb33138a59db182dd254d13d36c4004
11,519
asm
Assembly
Library/Shell/Dialog/dialogMain.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Shell/Dialog/dialogMain.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Shell/Dialog/dialogMain.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @===================================================================== Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC/GEOS MODULE: Shell -- Dialog FILE: dialogMain.asm AUTHOR: Martin Turon, December 5, 1992 METHODS: Name Description ---- ----------- REVISION HISTORY...
25.260965
79
0.642243
eaf533a9079b74807effe4edaa88362c8ba942f6
2,817
asm
Assembly
src/sub_prg_ints.asm
no111u3/m48_robo_asm
a2341f46eb411ec3d015f7ed1f150a1d3856721d
[ "Apache-2.0" ]
null
null
null
src/sub_prg_ints.asm
no111u3/m48_robo_asm
a2341f46eb411ec3d015f7ed1f150a1d3856721d
[ "Apache-2.0" ]
null
null
null
src/sub_prg_ints.asm
no111u3/m48_robo_asm
a2341f46eb411ec3d015f7ed1f150a1d3856721d
[ "Apache-2.0" ]
null
null
null
;**************************************************************** .include "m48def.inc" .include "service.inc" ;**************************************************************** ; Data ;**************************************************************** .dseg ;*************************************************************...
27.086538
65
0.534256
109516d9dc5cb3c3d973728b9df7feda11b799f8
3,267
asm
Assembly
Commander/commanderData.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
Commander/commanderData.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
Commander/commanderData.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
defaultName DB "JAMESON",0 defaultStock DB $10, $0F, $11, $00, $03, $1C,$0E, $00, $00, $0A, $00, $11,$3A, $07, $09, $08, $00; defaultSeeds DB $4a, $5a, $48, $02, $53, $b7 defaultHomeX equ $14 defaultHomeY equ $AD ; For now hard laod, later correctlt sequence gneeral va...
44.753425
107
0.346801
cb75fad1111690cb08115ee934c55e6ed2228827
701
asm
Assembly
programs/oeis/180/A180920.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/180/A180920.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/180/A180920.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A180920: Number a(n) of terms in the sum of cube of consecutive integers starting from a(n) such that the sum equals a squared integer. ; 1,33,2017,124993,7747521,480221281,29765971873,1845010034817,114360856186753,7088528073543841,439374379703531361,27234123013545400513,1688076252460111300417,10463349352951335522531...
77.888889
404
0.863053
2e600a6b0920937d0a44be1509113b655d44e5df
333
asm
Assembly
src/test/resources/data/generationtests/glass-macroproc-expected.asm
cpcitor/mdlz80optimizer
75070d984e1f08474e6d397c7e0eb66d8be0c432
[ "Apache-2.0" ]
36
2020-06-29T06:52:26.000Z
2022-02-10T19:41:58.000Z
src/test/resources/data/generationtests/glass-macroproc-expected.asm
cpcitor/mdlz80optimizer
75070d984e1f08474e6d397c7e0eb66d8be0c432
[ "Apache-2.0" ]
39
2020-07-02T18:19:34.000Z
2022-03-27T18:08:54.000Z
src/test/resources/data/generationtests/glass-macroproc-expected.asm
cpcitor/mdlz80optimizer
75070d984e1f08474e6d397c7e0eb66d8be0c432
[ "Apache-2.0" ]
7
2020-07-02T06:00:05.000Z
2021-11-28T17:31:13.000Z
classB.proc_label1.local1: equ 1 classB.proc_label1: equ 1 classB.super.labelA1: equ 0 classB.super: equ 0 classA.labelA1: equ 0 ; Test case: instantiation1: instantiation1.super: instantiation1.super.labelA1: db 0 instantiation1.proc_label1: instantiation1.proc_label1.local1: jr instantiation1.proc_label1.local1 lo...
20.8125
37
0.813814
3c9661d8ce379a645cb48d312b3745799b6baa7d
644
asm
Assembly
oeis/003/A003068.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/003/A003068.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/003/A003068.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A003068: Problimes (third definition). ; 2,4,7,11,15,19,23,28,33,38,43,48,53,58,63,68,73,79,85,91,97,103,109,115,121,127,133,139,145,151,157,163,169,175,181,187,193,199,205,211,217,224,231,238,245,252,259,266,273,280,287,294,301,308,315,322,329,336,343,350,357,364,371,378,385,392,399,406,413,420,427,434,441,448,455,4...
32.2
377
0.67236
2c8825324989c97694b769d861f91139fd17cd53
960
asm
Assembly
programs/oeis/017/A017271.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017271.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017271.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017271: a(n) = (10*n)^3. ; 0,1000,8000,27000,64000,125000,216000,343000,512000,729000,1000000,1331000,1728000,2197000,2744000,3375000,4096000,4913000,5832000,6859000,8000000,9261000,10648000,12167000,13824000,15625000,17576000,19683000,21952000,24389000,27000000,29791000,32768000,35937000,39304000,42875000,46656000,...
160
911
0.86875
2ccf028a738636480254d0bc9b313bfa8aa0417e
23,937
asm
Assembly
source/rom9/r9_spiderImpl.asm
evanbowman/Red
85735269a46757305a81ad39f47034bc6cd97846
[ "BSD-2-Clause" ]
5
2021-08-30T16:18:55.000Z
2021-10-30T20:23:32.000Z
source/rom9/r9_spiderImpl.asm
evanbowman/gbc-project
85735269a46757305a81ad39f47034bc6cd97846
[ "BSD-2-Clause" ]
null
null
null
source/rom9/r9_spiderImpl.asm
evanbowman/gbc-project
85735269a46757305a81ad39f47034bc6cd97846
[ "BSD-2-Clause" ]
null
null
null
;;; $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ ;;; ;;; ASM Source code for Red GBC, by Evan Bowman, 2021 ;;; ;;; ;;; The following licence covers the source code included in this file. The ;;; game's characters and artwork belong to Evan Bowman, and should not be used ;;; without permi...
25.276663
80
0.463341
0776c5a53f0b730019f28c26a857db89810195c2
492
asm
Assembly
programs/oeis/092/A092930.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/092/A092930.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/092/A092930.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A092930: n-th partial arithmetic mean is equal to the n-th composite number. ; 4,8,12,12,14,22,26,22,24,36,40,32,34,50,39,41,43,45,66,70,53,55,57,59,86,64,66,96,100,74,76,110,81,83,85,87,126,92,94,96,98,142,146,106,108,110,112,162,117,119,172,176,127,129,131,133,192,138,140,202,145,147 mov $3,2 mov $5,$0 lpb $3 mo...
24.6
209
0.628049
3c2cf447819559fc8be0a391d3b26893677c850a
9,113
asm
Assembly
private/ntos/ke/i386/zero.asm
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
11
2017-09-02T11:27:08.000Z
2022-01-02T15:25:24.000Z
private/ntos/ke/i386/zero.asm
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
null
null
null
private/ntos/ke/i386/zero.asm
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
14
2019-01-16T01:01:23.000Z
2022-02-20T15:54:27.000Z
title "Zero memory pages using fastest means available" ;++ ; ; Copyright (c) 1998 Microsoft Corporation ; ; Module Name: ; ; zero.asm ; ; Abstract: ; ; Zero memory pages using the fastest means available. ; ; Author: ; ; Peter Johnston (peterj) 20-Jun-1998. ; Critical sections...
25.526611
78
0.520575
d1fc1e39d1f81b1637282a2450e1641a78558614
8,130
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_909.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_909.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_909.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1be41, %r10 xor $11782, %rbx mov $0x6162636465666768, %rsi movq %rsi, %xmm0 and $0xffffffffffffffc0, %r10 movntdq %xmm0, (%r10) nop nop nop nop sub %rbp, %rbp lea addresses_W...
31.757813
2,999
0.656827
0b5692a7cd43d336db94b3a28fdcec338b73d114
795
asm
Assembly
programs/oeis/292/A292344.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/292/A292344.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/292/A292344.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A292344: The first Zagreb index of the Aztec diamond AZ(n) (see the Ramanes et al. reference, Theorem 2.1). ; 68,212,420,692,1028,1428,1892,2420,3012,3668,4388,5172,6020,6932,7908,8948,10052,11220,12452,13748,15108,16532,18020,19572,21188,22868,24612,26420,28292,30228,32228,34292,36420,38612,40868,43188,45572,48020,5...
79.5
625
0.801258
336b006730e1dd4fc4957f310e83462f14ceb4a9
182
asm
Assembly
demo.asm
n0thing2speak/Intel2GAS
d293b194c132d49cf52b28d32365ba1012424080
[ "MIT" ]
96
2015-04-16T00:57:15.000Z
2022-03-28T01:13:41.000Z
demo.asm
n0thing2speak/Intel2GAS
d293b194c132d49cf52b28d32365ba1012424080
[ "MIT" ]
4
2016-09-22T18:55:31.000Z
2022-02-16T02:23:41.000Z
demo.asm
n0thing2speak/Intel2GAS
d293b194c132d49cf52b28d32365ba1012424080
[ "MIT" ]
30
2016-03-14T15:41:09.000Z
2022-02-17T01:27:01.000Z
cld mov esi, src mov edi, dst mov ecx, size label1: mov al, [esi] inc al ; calculate mov [edi], al inc esi inc edi dec ecx jnz label1 ; loop to la ret
14
26
0.576923
761394e1e98dc6648250abc588a5abcab42427b6
1,645
asm
Assembly
2018-11/retardedAO/AO-TP-EXOs/TP-EXO7.asm
djalilhebal/shit
42b65d37c1af93780b345403cdad7a9cc7d6a5cf
[ "WTFPL" ]
3
2017-12-05T17:00:30.000Z
2019-01-24T23:02:07.000Z
2018-11/retardedAO/AO-TP-EXOs/TP-EXO7.asm
djalilhebal/shit
42b65d37c1af93780b345403cdad7a9cc7d6a5cf
[ "WTFPL" ]
null
null
null
2018-11/retardedAO/AO-TP-EXOs/TP-EXO7.asm
djalilhebal/shit
42b65d37c1af93780b345403cdad7a9cc7d6a5cf
[ "WTFPL" ]
null
null
null
; TP-EXO7: Reads two two-digit numbers and prints the sum on the next line. pile segment para stack 'pile' db 256 dup(0) pile ends data segment buf db 2+1, ?, 2 dup(?) ; maxLength+1 + actualLength + data msg db 13, 10, 'Entrez un nombre: $' res db 13, 10, 'Leur somme: $' err db 13, 10, 'ERROR: L...
21.644737
76
0.503343
d34cf2e80e88ddf9ac715b0808ed7fc7d2951af4
1,241
asm
Assembly
programs/oeis/130/A130251.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/130/A130251.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/130/A130251.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A130251: Partial sums of A130249. ; 0,2,4,7,10,14,18,22,26,30,34,39,44,49,54,59,64,69,74,79,84,90,96,102,108,114,120,126,132,138,144,150,156,162,168,174,180,186,192,198,204,210,216,223,230,237,244,251,258,265,272,279,286,293,300,307,314,321,328,335,342,349,356,363,370,377,384,391,398,405,412,419,426,433,440,447,454,4...
77.5625
1,078
0.734891
f9bb30d5ae39651587df5d2a32a10161311663a3
16,532
asm
Assembly
library/02_functions_batch1/unknown_10008210.asm
SamantazFox/dds140-reverse-engineering
4c8c286ffc20f2ee07061c83b0a0a68204d90148
[ "Unlicense" ]
1
2021-06-05T23:41:15.000Z
2021-06-05T23:41:15.000Z
library/02_functions_batch1/unknown_10008210.asm
SamantazFox/dds140-reverse-engineering
4c8c286ffc20f2ee07061c83b0a0a68204d90148
[ "Unlicense" ]
null
null
null
library/02_functions_batch1/unknown_10008210.asm
SamantazFox/dds140-reverse-engineering
4c8c286ffc20f2ee07061c83b0a0a68204d90148
[ "Unlicense" ]
null
null
null
10008210: 8b 4c 24 04 mov ecx,DWORD PTR [esp+0x4] 10008214: f7 c1 03 00 00 00 test ecx,0x3 1000821a: 74 24 je 0x10008240 1000821c: 8a 01 mov al,BYTE PTR [ecx] 1000821e: 83 c1 01 add ecx,0x1 10008221: 84 c0 test al,al 10008223: 7...
49.795181
76
0.482519
2866c29321fad74643e70b1f2f8b69a8e01a4ac9
739
asm
Assembly
oeis/073/A073675.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/073/A073675.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/073/A073675.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A073675: Rearrangement of natural numbers such that a(n) is the smallest proper divisor of n not included earlier but if no such divisor exists then a(n) is the smallest proper multiple of n not included earlier, subject always to the condition that a(n) is not equal to n. ; Submitted by Jon Maiga ; 2,1,6,8,10,3,14,4...
43.470588
326
0.700947
222c24b672844458f4149f6aacc4e7b9d21c3caa
572
asm
Assembly
oeis/199/A199031.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/199/A199031.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/199/A199031.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A199031: 2*12^n-1. ; 1,23,287,3455,41471,497663,5971967,71663615,859963391,10319560703,123834728447,1486016741375,17832200896511,213986410758143,2567836929097727,30814043149172735,369768517790072831,4437222213480873983,53246666561770487807,638959998741245853695,7667519984894950244351,92010239818739402932223,110412287...
57.2
492
0.882867
4635055e36246013b87cbeda408a52894016568d
397
asm
Assembly
source/mmap.asm
mateuszstompor/Linked-List-x86-64-ASM
0652d03458ef65e93a6cad4586dacbd5893c5ed6
[ "MIT" ]
5
2019-07-12T11:30:22.000Z
2022-03-07T18:39:52.000Z
source/mmap.asm
mateuszstompor/Linked-List-x86-64-ASM
0652d03458ef65e93a6cad4586dacbd5893c5ed6
[ "MIT" ]
6
2019-07-22T21:34:01.000Z
2020-02-09T15:09:10.000Z
source/mmap.asm
mateuszstompor/Linked-List-x86-64-ASM
0652d03458ef65e93a6cad4586dacbd5893c5ed6
[ "MIT" ]
null
null
null
; ; Created by Mateusz Stompór on 23/06/2019. ; %ifndef MMAP_CONSTANTS %define MMAP_CONSTANTS ; permissions %define PROT_READ 0x01 %define PROT_WRITE 0x02 ; access %ifdef APPLE %define MAP_SHARED 0x0001 %define MAP_ANONYMOUS 0x1000 %else %define M...
20.894737
43
0.612091