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
1a08a4c84658cfb5b0ab32cd414b957a4fdc6964
1,169
asm
Assembly
examples/asm/uart_echo/uart_echo.asm
Basman74/Sweet32
f09dc54edba0c986067913d0d0f021e3e251ec3f
[ "BSD-2-Clause-FreeBSD" ]
29
2015-10-28T01:54:36.000Z
2021-06-01T13:32:21.000Z
examples/asm/uart_echo/uart_echo.asm
Basman74/Sweet32
f09dc54edba0c986067913d0d0f021e3e251ec3f
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
examples/asm/uart_echo/uart_echo.asm
Basman74/Sweet32
f09dc54edba0c986067913d0d0f021e3e251ec3f
[ "BSD-2-Clause-FreeBSD" ]
4
2017-07-30T13:39:48.000Z
2021-05-01T10:58:11.000Z
; ********* Sweet32 SoC - UART echo example ; ********* Author: Valentin Angelovski ; ********* Created: 25/08/2014 ; ; This program sends TWO characters echoed for every character received ; via Sweet32's UART. Sourcecode provided 'as-is'. Use at your own risk! LDD R1,#0x70000000 ; Point to UART address LDD R6,#0x...
27.833333
72
0.667237
64813c78af8a5d9615c9c1b81569b034c25b3bc2
576
asm
Assembly
programs/oeis/196/A196292.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/196/A196292.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/196/A196292.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A196292: n^10+n ; 0,2,1026,59052,1048580,9765630,60466182,282475256,1073741832,3486784410,10000000010,25937424612,61917364236,137858491862,289254654990,576650390640,1099511627792,2015993900466,3570467226642,6131066257820,10240000000020,16679880978222,26559922791446,41426511213672,63403380965400,95367431640650,1411670...
82.285714
526
0.888889
f1d3eab5324f4313a8150e12ee43a86a3311185f
1,343
asm
Assembly
src/exec.asm
LessNick/CLi-for-WildCommander
9b3267278f89ff08b52d8ad8dfceb34af3f8fdcb
[ "BSD-2-Clause" ]
8
2016-10-22T19:38:38.000Z
2021-08-22T12:53:28.000Z
src/exec.asm
LessNick/CLi-for-WildCommander
9b3267278f89ff08b52d8ad8dfceb34af3f8fdcb
[ "BSD-2-Clause" ]
null
null
null
src/exec.asm
LessNick/CLi-for-WildCommander
9b3267278f89ff08b52d8ad8dfceb34af3f8fdcb
[ "BSD-2-Clause" ]
2
2019-04-28T16:12:08.000Z
2020-04-14T13:15:06.000Z
;--------------------------------------- ; exec - execute application ;--------------------------------------- executeApp ld (appParams+1),hl ex de,hl ld a,(hl) cp #00 jp z,errorPar call checkIsPath call storeHomePath ex af,af' cp #00 call z,exeApp ;call restorePath ; restore...
15.8
65
0.542815
c6dd6e2d7f2231b85b19c2a388cd6f8ad39ca7e7
463
asm
Assembly
stack.asm
alexeyneu/BlockZero
65b98a062bc5649c7b3cb1198d6cdbe4f5a597a8
[ "MIT" ]
null
null
null
stack.asm
alexeyneu/BlockZero
65b98a062bc5649c7b3cb1198d6cdbe4f5a597a8
[ "MIT" ]
null
null
null
stack.asm
alexeyneu/BlockZero
65b98a062bc5649c7b3cb1198d6cdbe4f5a597a8
[ "MIT" ]
null
null
null
.model large .586 stackle segment stack there dw 5 dw 7 dw 17 basket equ $ - there dw 128-basket/2 dup(0) stackle ends .data put db "boat", 0ah, 0dh,'$' .code main proc mov ax, @data mov ds, ax lea ax, put mov dx, ax mov sp, 0 pop cx multiply: pop ax imul cx, ax cmp sp, basket jl multipl...
11.02381
30
0.61987
6f21f95bba10edd541ec830d968767eeec2501e0
9,488
asm
Assembly
crypto/bn/asm/mt_win32.asm
enthought/openssl
92bdfc15f79c05e5b3d004320a1cab353e654ab4
[ "OpenSSL" ]
null
null
null
crypto/bn/asm/mt_win32.asm
enthought/openssl
92bdfc15f79c05e5b3d004320a1cab353e654ab4
[ "OpenSSL" ]
null
null
null
crypto/bn/asm/mt_win32.asm
enthought/openssl
92bdfc15f79c05e5b3d004320a1cab353e654ab4
[ "OpenSSL" ]
2
2017-08-19T21:29:15.000Z
2020-04-24T09:06:44.000Z
; Don't even think of reading this code ; It was automatically generated by mo-586.pl ; Which is a perl program used to generate the x86 assember for ; any of ELF, a.out, COFF, Win32, ... ; eric <eay@cryptsoft.com> ; %ifdef __omf__ section code use32 class=code %else section .text %endif extern _OPENS...
20.536797
65
0.607926
487ec79cebb4d68705509638ff7e26d8cd25451a
843
asm
Assembly
oeis/262/A262232.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/262/A262232.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/262/A262232.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A262232: Number of black and white n-bead necklaces with at least 3 white beads (turning over is not allowed); also number of clockwise arrangements of reflex and non-reflex angles that can form an n-gon. ; Submitted by Christian Krause ; 0,0,0,1,2,4,9,15,30,54,101,181,344,624,1173,2183,4106,7702,14591,27585,52476,99...
76.636364
492
0.824437
d6265596175bee2d76d8ccf772e150552282e798
732
asm
Assembly
programs/oeis/001/A001285.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/001/A001285.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/001/A001285.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A001285: Thue-Morse sequence: let A_k denote the first 2^k terms; then A_0 = 1 and for k >= 0, A_{k+1} = A_k B_k, where B_k is obtained from A_k by interchanging 1's and 2's. ; 1,2,2,1,2,1,1,2,2,1,1,2,1,2,2,1,2,1,1,2,1,2,2,1,1,2,2,1,2,1,1,2,2,1,1,2,1,2,2,1,1,2,2,1,2,1,1,2,1,2,2,1,2,1,1,2,2,1,1,2,1,2,2,1,2,1,1,2,1,2,2...
73.2
501
0.547814
af0e12ef248a6d738e0c126c474b3be182b6f8b8
619
asm
Assembly
programs/oeis/134/A134429.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/134/A134429.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/134/A134429.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A134429: Array read by rows: row n lists 4 terms: k, m, k, m where k = 8n+3 and m = -8n -5. ; 3,-5,3,-5,11,-13,11,-13,19,-21,19,-21,27,-29,27,-29,35,-37,35,-37,43,-45,43,-45,51,-53,51,-53,59,-61,59,-61,67,-69,67,-69,75,-77,75,-77,83,-85,83,-85,91,-93,91,-93,99,-101,99,-101,107,-109,107,-109,115,-117,115,-117,123,-125...
36.411765
397
0.589661
b29de5ba28ff403a9f8dae8cf3d652da77619320
320
asm
Assembly
programs/oeis/239/A239683.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/239/A239683.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/239/A239683.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A239683: Number of digits in decimal expansion of n^5. ; 1,1,2,3,4,4,4,5,5,5,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 pow $0,5 add $0,1 mov $1,-1 lpb $0 div $0,10 add $1,1 lpe add $1,1 mov $0,$1
24.615385
180
0.575
17ab0364aff86b6bd6f0e3e973c449bd6d055bd4
5,204
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_468.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_468.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_468.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 %r15 push %r8 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x4cb, %r8 nop nop nop nop nop cmp %rcx, %rcx mov (%r8), %r15d nop nop nop nop add %r9, %r9 lea addresses_WT_ht+0x4e0b, %rbx dec %rax mov (%rbx), %r10w nop add $33...
43.008264
2,999
0.660069
bbc3f39cada51b90e95c189007ef7e3b97f77a6c
3,732
asm
Assembly
Lab02_Assembly/Lab02_IsPrime.asm
brandonkim-1301/TI-RSLK-Maze-Follower
cbf38cba042ffb6c58156205222c138ec7bad74c
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
Lab02_Assembly/Lab02_IsPrime.asm
brandonkim-1301/TI-RSLK-Maze-Follower
cbf38cba042ffb6c58156205222c138ec7bad74c
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
Lab02_Assembly/Lab02_IsPrime.asm
brandonkim-1301/TI-RSLK-Maze-Follower
cbf38cba042ffb6c58156205222c138ec7bad74c
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
; main.s ; Runs on any Cortex M processor ; A very simple first project implementing a random number generator ; Daniel Valvano ; May 12, 2015 ; This example accompanies the book ; "Embedded Systems: Introduction to Robotics, ; Jonathan W. Valvano, ISBN: 9781074544300, copyright (c) 2019 ; For more information abo...
36.950495
89
0.692926
088c550edd8c2542d48c792f411264d6642aed79
406
asm
Assembly
programs/oeis/010/A010954.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/010/A010954.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/010/A010954.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A010954: Binomial coefficient C(38,n). ; 1,38,703,8436,73815,501942,2760681,12620256,48903492,163011640,472733756,1203322288,2707475148,5414950296,9669554100,15471286560,22239974430,28781143380,33578000610,35345263800,33578000610,28781143380,22239974430,15471286560,9669554100,5414950296,2707475148,1203322288,47273375...
67.666667
343
0.847291
95c265b4acd8f3899a989dae025248fcd489d40c
282
asm
Assembly
programs/oeis/160/A160538.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/160/A160538.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/160/A160538.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A160538: a(n) = 4*(n^4-n^3). ; 0,32,216,768,2000,4320,8232,14336,23328,36000,53240,76032,105456,142688,189000,245760,314432,396576,493848,608000,740880,894432,1070696,1271808,1500000,1757600,2047032,2370816,2731568,3132000 mov $1,$0 add $0,1 pow $0,3 mul $1,$0 div $1,2 mul $1,8
28.2
193
0.730496
691d872e94ff9c0d7441eab1b25251a128173a82
6,806
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1651.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.log_21829_1651.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.log_21829_1651.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 %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x157e1, %rdx nop nop nop nop cmp %r9, %r9 movb $0x61, (%rdx) add $42245, %r14 lea addresses_D_ht+0x3ee1, %r11 nop nop nop nop nop xor %r8, %r8 and $0xffffffffffff...
33.693069
2,999
0.659565
e816da512389ba50bf7929992306cf09c39a935e
136
asm
Assembly
src/lib/utils/basic.asm
DreamPearl/FuzzyOS
e287bf139511b59abe9e2a0e7ce49444c6a5299e
[ "Apache-2.0" ]
10
2021-03-04T18:48:29.000Z
2022-03-10T19:07:54.000Z
src/lib/utils/basic.asm
DreamPearl/FuzzyOS
e287bf139511b59abe9e2a0e7ce49444c6a5299e
[ "Apache-2.0" ]
7
2020-06-27T13:13:08.000Z
2021-10-17T17:09:40.000Z
src/lib/utils/basic.asm
DreamPearl/FuzzyOS
e287bf139511b59abe9e2a0e7ce49444c6a5299e
[ "Apache-2.0" ]
1
2022-02-10T20:09:01.000Z
2022-02-10T20:09:01.000Z
[BITS 32] global va_args_first_adress [SECTION .text] va_args_first_adress: mov eax, ebp add eax, 8 ret
11.333333
27
0.602941
68723765544cb6191164a5ad1d7976a8d53c1486
2,939
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_67_1247.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_67_1247.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_67_1247.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 %r13 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x10147, %rsi nop and $49421, %rcx vmovups (%rsi), %ymm0 vextracti128 $0, %ymm0, %xmm0 vpextrq $1, %xmm0, %r12 nop nop nop and $36563, %rsi lea addresses_D_ht+0xa971, %rsi lea addresses_WT_ht+...
18.839744
200
0.647159
16d9786230de40c0a6b409d5341889b24efe8fb6
109
asm
Assembly
8085_programming/gnu_8085_rev/blink_disp.asm
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
16
2018-11-26T08:39:42.000Z
2019-05-08T10:09:52.000Z
8085_programming/gnu_8085_rev/blink_disp.asm
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
8
2020-05-04T06:29:26.000Z
2022-02-12T05:33:16.000Z
8085_programming/gnu_8085_rev/blink_disp.asm
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
5
2020-02-11T16:02:21.000Z
2021-02-05T07:48:30.000Z
MVI B,00 NEXT: DCR B MVI C,8C DELAY: DCR C JNZ DELAY MOV A,B OUT 00 JMP NEXT
9.909091
15
0.495413
5b6ce97908c02aaeec854398b9958d1522159e03
141,481
asm
Assembly
Library/SpecUI/CommonUI/CButton/copenMenuButton.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/SpecUI/CommonUI/CButton/copenMenuButton.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/SpecUI/CommonUI/CButton/copenMenuButton.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: CommonUI/COpen (common code for several specific ui's) FILE: copenMenuButton.asm ROUTINES: Name Description ---- ----------- GLB OLMenuBu...
28.680519
81
0.664351
8f38263a099893bc00298cb67b3e66fda10e6669
387
asm
Assembly
1/03.asm
Changlon/x86Assembly
f363aaad6231f27d2e27e05be2c765e7be34099c
[ "MIT" ]
null
null
null
1/03.asm
Changlon/x86Assembly
f363aaad6231f27d2e27e05be2c765e7be34099c
[ "MIT" ]
null
null
null
1/03.asm
Changlon/x86Assembly
f363aaad6231f27d2e27e05be2c765e7be34099c
[ "MIT" ]
null
null
null
; div 除法指令 ; div 寄存器 | 内存地址 ; 8 位 商 -> al ; 余数 -> ah ; 16位 商 -> ax ; 余数 -> dx ; 32位 商 -> eax ; 余数 -> edx ; 64位 商 -> rax ; 余数 -> rdx ; div byte [0x2002] | div bh ; div bx | div word [0x2002] ; div ebx | div dword [0x2002] ; div rbx | div qword [0x2002] ; 计算378 / 37 start: mov ax,378 mov bl,37 div bl end_...
12.9
37
0.552972
ff6c849dbc3a2d01d5566d357145e98ea58a2f95
766
asm
Assembly
oeis/007/A007694.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/007/A007694.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/007/A007694.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A007694: Numbers k such that phi(k) divides k. ; Submitted by Jon Maiga ; 1,2,4,6,8,12,16,18,24,32,36,48,54,64,72,96,108,128,144,162,192,216,256,288,324,384,432,486,512,576,648,768,864,972,1024,1152,1296,1458,1536,1728,1944,2048,2304,2592,2916,3072,3456,3888,4096,4374,4608,5184,5832,6144,6912,7776,8192,8748,9216,1036...
54.714286
496
0.741514
e651f5a19a4d1280f56dd3f3de97939e4f2f74c1
3,215
asm
Assembly
install/lib/bios/win_chk.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
install/lib/bios/win_chk.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
install/lib/bios/win_chk.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
; ======================================================== COMMENT # WIN_CHK.ASM Copyright (c) 1991 - Microsoft Corp. All rights reserved. Microsoft Confidential Change Log: Date Who NUMBER Description -------- --- ---- --------------------------------------------- 11/06/90 JAH ...
22.964286
79
0.48647
150eafdcf5529f92192b44ffaeee5b2f44b8d830
430
asm
Assembly
programs/oeis/118/A118293.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/118/A118293.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/118/A118293.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A118293: Start with 18 and repeatedly reverse the digits and add 1 to get the next term. ; 18,82,29,93,40,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6 mov $2,$0 mov $0,...
39.090909
210
0.606977
211cf289cfcd61a34c3476d31a76b412700f8944
650
asm
Assembly
WEEK_1/assembly_assignment1/hometask3.asm
L12161/assembly_habijabi
4dc7e77af33997f953107a1222a47b7b8b223f93
[ "Apache-2.0" ]
null
null
null
WEEK_1/assembly_assignment1/hometask3.asm
L12161/assembly_habijabi
4dc7e77af33997f953107a1222a47b7b8b223f93
[ "Apache-2.0" ]
null
null
null
WEEK_1/assembly_assignment1/hometask3.asm
L12161/assembly_habijabi
4dc7e77af33997f953107a1222a47b7b8b223f93
[ "Apache-2.0" ]
null
null
null
.model small .stack 100h .code main proc mov bx, 1001H ; moving x to bx mov cx, 0999H ; moving y to cx cmp bx, 1000H jg label1 jmp label3 label1: cmp cx, 1000H jl label2 jmp lab...
12.745098
64
0.392308
902d27bb7d3b5e2a47734ba3307a13a70d555d70
674
asm
Assembly
oeis/033/A033845.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/033/A033845.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/033/A033845.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A033845: Numbers n of the form 2^i*3^j, i and j >= 1. ; Submitted by Christian Krause ; 6,12,18,24,36,48,54,72,96,108,144,162,192,216,288,324,384,432,486,576,648,768,864,972,1152,1296,1458,1536,1728,1944,2304,2592,2916,3072,3456,3888,4374,4608,5184,5832,6144,6912,7776,8748,9216,10368,11664,12288,13122,13824,15552,174...
96.285714
499
0.77003
09e7003bf4689e03e0aa15d6192b24228a723c2a
561
asm
Assembly
programs/oeis/100/A100041.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/100/A100041.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/100/A100041.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A100041: a(n) = 2*n^2 + n - 7. ; -7,-4,3,14,29,48,71,98,129,164,203,246,293,344,399,458,521,588,659,734,813,896,983,1074,1169,1268,1371,1478,1589,1704,1823,1946,2073,2204,2339,2478,2621,2768,2919,3074,3233,3396,3563,3734,3909,4088,4271,4458,4649,4844,5043,5246,5453,5664,5879,6098,6321,6548,6779,7014,7253,7496,7743,79...
80.142857
498
0.755793
15285cd4638d6a3801991e7fc16bd59ddea953c6
1,399
asm
Assembly
SubMenu.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
null
null
null
SubMenu.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
1
2019-10-13T06:14:21.000Z
2019-10-13T14:02:45.000Z
SubMenu.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
null
null
null
SubMenu: bcall(_clrLCDfull) ;put a line of 6 pixels to the left of the screen di ld A, $80 out ($10), A call $000B ld A, $20 out ($10), A ld B, 6 SubLineLoop: ld A, $80 call $000B out ($11), A djnz SubLineLoop ei ;display titles set TextInverse, (IY + TextFlags) ld HL, $0001 ld (pencol), HL pop H...
12.27193
50
0.668335
de0504d77405510c8e8e448a15837cf2cbc2c852
769
asm
Assembly
source/basic.asm
paulscottrobson/mega-basic
f71750889136e2fdc4e6053c5696593318162bcf
[ "MIT" ]
3
2019-12-03T06:05:24.000Z
2021-03-24T01:51:07.000Z
source/basic.asm
paulscottrobson/mega-basic
f71750889136e2fdc4e6053c5696593318162bcf
[ "MIT" ]
null
null
null
source/basic.asm
paulscottrobson/mega-basic
f71750889136e2fdc4e6053c5696593318162bcf
[ "MIT" ]
null
null
null
; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : basic.asm ; Purpose : Basic Main Program ; Date : 18th August 2019 ; Review : 1st September 2019 ; Author : Pau...
32.041667
93
0.317295
7281eeabfe9a26934cd589729db5ca24212fcda0
580
asm
Assembly
oeis/139/A139271.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/139/A139271.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/139/A139271.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A139271: a(n) = 2*n*(4*n-3). ; 0,2,20,54,104,170,252,350,464,594,740,902,1080,1274,1484,1710,1952,2210,2484,2774,3080,3402,3740,4094,4464,4850,5252,5670,6104,6554,7020,7502,8000,8514,9044,9590,10152,10730,11324,11934,12560,13202,13860,14534,15224,15930,16652,17390,18144,18914,19700,20502,21320,22154,23004,23870,24752...
64.444444
499
0.767241
e52395f56dba18e22e29684aeae49f2577f567d9
7,479
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_21829_2599.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_21829_2599.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_21829_2599.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x5c0c, %rdx clflush (%rdx) nop nop nop cmp $20933, %r15 mov (%rdx), %si nop nop inc %rdi lea addresses_normal_ht+0x6860, %rsi lea addresses_WT_ht+0xe100, %rdi clflush (%rsi) ...
33.538117
2,999
0.654232
8a57dbaf1f0184cfa1ca6a0d96498edef81f306a
357
asm
Assembly
programs/oeis/056/A056136.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/056/A056136.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/056/A056136.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A056136: Largest positive integer whose harmonic mean with another positive integer is n. ; 1,2,6,6,15,12,28,20,45,30,66,42,91,56,120,72,153,90,190,110,231,132,276,156,325,182,378,210,435,240,496,272,561,306,630,342,703,380,780,420,861,462,946,506,1035,552,1128,600,1225,650,1326,702,1431,756,1540 add $0,1 mov $1,$0 ...
35.7
207
0.717087
3e7bb1514abd0f0cd8ed6ffe0018429c52de6ab2
327
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_ix/zx_cls_wc_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_ix/zx_cls_wc_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_ix/zx_cls_wc_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void zx_cls_wc_callee(struct r_Rect8 *r, uchar attr) SECTION code_arch PUBLIC _zx_cls_wc_callee, l0_zx_cls_wc_callee _zx_cls_wc_callee: pop hl pop bc ex (sp),hl l0_zx_cls_wc_callee: push bc ex (sp),ix call asm_zx_cls_wc pop ix ret INCLUDE "arch/zx/misc/z80/asm_zx_cls_w...
13.08
54
0.691131
6236d229f3a5bed84215b6a279ae5382b202f53d
2,074
asm
Assembly
programs/oeis/033/A033931.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/033/A033931.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/033/A033931.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A033931: a(n) = lcm(n,n+1,n+2). ; 6,12,60,60,210,168,504,360,990,660,1716,1092,2730,1680,4080,2448,5814,3420,7980,4620,10626,6072,13800,7800,17550,9828,21924,12180,26970,14880,32736,17952,39270,21420,46620,25308,54834,29640,63960,34440,74046,39732,85140,45540,97290,51888,110544,58800,124950,66300,140556,74412,157410,...
79.769231
1,818
0.818226
6417441b06f1cedce913466959ba2def47dec845
361
asm
Assembly
programs/oeis/124/A124399.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/124/A124399.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/124/A124399.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A124399: a(n) = 4^(n - bitcount(n)) where bitcount(n) = A000120(n). ; 1,1,4,4,64,64,256,256,16384,16384,65536,65536,1048576,1048576,4194304,4194304,1073741824,1073741824,4294967296,4294967296,68719476736,68719476736,274877906944,274877906944,17592186044416,17592186044416 lpb $0 div $0,2 mov $1,2 add $3,$0 mo...
27.769231
203
0.720222
c191f6ee869672963d5e434c49fc20b4a80acef7
471
asm
Assembly
oeis/012/A012245.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/012/A012245.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/012/A012245.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A012245: Characteristic function of factorial numbers; also decimal expansion of Liouville's number or Liouville's constant. ; Submitted by Jamie Morken(s2) ; 1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...
52.333333
201
0.619958
17aa704200b230b91aec0f25bba0b42a81ce3685
623
asm
Assembly
oeis/314/A314156.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/314/A314156.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/314/A314156.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A314156: Coordination sequence Gal.6.651.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; Submitted by Simon Strandgaard ; 1,5,11,16,22,28,32,37,44,49,54,60,65,70,76,82,87,92,97,103,109,114,119,125,130,135,142,147,151,157,163,168,...
56.636364
182
0.744783
895ae89795608e94ff3e7b4b94ef8dfaa182017a
1,418
asm
Assembly
Library/Chart/SGroup/sgroupEC.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Chart/SGroup/sgroupEC.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Chart/SGroup/sgroupEC.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: sgroupEC.asm AUTHOR: Chris Boyke METHODS: Name Description ---- ----------- FUNCTIONS: Scope Name Description ----- ---- --------...
19.694444
71
0.487306
8a42b88629d19c13fe205446b93d5fa993244aad
44,450
asm
Assembly
8088/demo/cga/span/asm/span.asm
reenigne/reenigne
c3eb8b31d7964e78bbe44908987d4be052a74488
[ "Unlicense" ]
92
2015-04-10T17:45:11.000Z
2022-03-30T17:58:51.000Z
8088/demo/cga/span/asm/span.asm
reenigne/reenigne
c3eb8b31d7964e78bbe44908987d4be052a74488
[ "Unlicense" ]
2
2017-11-05T07:21:35.000Z
2018-11-04T23:36:13.000Z
8088/demo/cga/span/asm/span.asm
reenigne/reenigne
c3eb8b31d7964e78bbe44908987d4be052a74488
[ "Unlicense" ]
18
2015-04-11T20:32:44.000Z
2021-11-06T05:19:57.000Z
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
27.169927
134
0.650934
a463db4015bc9bd32ef21c979f4662b3a3f1ece6
672
asm
Assembly
oeis/001/A001711.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/001/A001711.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/001/A001711.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A001711: Generalized Stirling numbers. ; Submitted by Christian Krause ; 1,7,47,342,2754,24552,241128,2592720,30334320,383970240,5231113920,76349105280,1188825724800,19675048780800,344937224217600,6386713749964800,124548748102195200,2551797512248320000,54804198761303040000,1231237843834521600000,288804707720828006400...
84
493
0.861607
9423e779c5052fb484222918a57bf45f12b8fce5
335
asm
Assembly
programs/oeis/103/A103480.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/103/A103480.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/103/A103480.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A103480: Row sums of A103462. ; 1,2,4,7,13,28,72,217,741,2790,11388,49875,232781,1151928,6018800,33087221,190780229,1150653938,7241710948,47454745823,323154696205,2282779990516,16700904488728,126356632390321,987303454928997 mov $4,$0 lpb $0 sub $0,1 mov $2,$0 add $3,1 pow $2,$3 add $1,$2 lpe add $1,1 add $...
22.333333
193
0.722388
15ed358728350eceb1032f4f86eaaabaa409a79b
562
asm
Assembly
sprites/init_clear_screen.asm
cainex/c64_playground
74587cd884d478eaf0d2cd3660d1b9503a7e728b
[ "Apache-2.0" ]
null
null
null
sprites/init_clear_screen.asm
cainex/c64_playground
74587cd884d478eaf0d2cd3660d1b9503a7e728b
[ "Apache-2.0" ]
null
null
null
sprites/init_clear_screen.asm
cainex/c64_playground
74587cd884d478eaf0d2cd3660d1b9503a7e728b
[ "Apache-2.0" ]
null
null
null
init_screen: // Make black screen ldx #$00 stx $d021 stx $d020 clear: lda #$20 // 'space' sta $0400,x sta $0500,x sta $0600,x sta $06e8,x // s...
21.615385
55
0.307829
8adb26b8cc9cf095bc34c6ff3791eefa2d6dd192
2,218
asm
Assembly
ASS3/print_freq (q4).asm
rahulkumawat1/NASM
09b69e1338e59e43b6ff7403337d13810070d59f
[ "MIT" ]
null
null
null
ASS3/print_freq (q4).asm
rahulkumawat1/NASM
09b69e1338e59e43b6ff7403337d13810070d59f
[ "MIT" ]
null
null
null
ASS3/print_freq (q4).asm
rahulkumawat1/NASM
09b69e1338e59e43b6ff7403337d13810070d59f
[ "MIT" ]
null
null
null
section .data tab: db 9 newline: db 10 msg1: db 'Enter Size of ARRAY:',10 l1: equ $-msg1 msg2: db 'Enter Array elements:',10 l2: equ $-msg2 section .bss just_read: resd 1 just_print: resd 1 temp: resd 1 counter: resd 1 zero: resd 1 n: resd 1 arr: resd 50 f: resd 1 i: resd 1 var: resd 1 section .text global _start: ...
10.819512
35
0.748422
de9e4a78153e4531f7711b7d60202752b3eebfe4
312
asm
Assembly
code/c/03-asmVm/hack/test/sum.asm
kalen2019/sp
72eb6942c53b8fab6d0550da1f02c145798780b6
[ "MIT" ]
8
2020-04-19T06:21:33.000Z
2022-01-10T13:28:14.000Z
code/c/03-asmVm/hack/test/sum.asm
kalen2019/sp
72eb6942c53b8fab6d0550da1f02c145798780b6
[ "MIT" ]
null
null
null
code/c/03-asmVm/hack/test/sum.asm
kalen2019/sp
72eb6942c53b8fab6d0550da1f02c145798780b6
[ "MIT" ]
34
2020-03-04T05:33:33.000Z
2022-02-16T06:17:42.000Z
// RAM[0] = 10 @10 D=A @0 M=D // Computes RAM[1] = 1 + ... + RAM[0] @i M=1 // i = 1 @sum M=0 // sum = 0 (LOOP) @i // if i>RAM[0] goto STOP D=M @R0 D=D-M @STOP D;JGT @i // sum += i D=M @sum M=D+M @i // i++ M=M+1 // 16 @LOOP // goto LOOP 0;JMP (STOP) @sum D=M @R1 M=D // RAM[1] = the sum // (END) // @END // 0;JMP
9.454545
37
0.474359
9c34e7a61ee2fdee3071a999707d2ec858657bb5
2,889
asm
Assembly
2 Year/2015 Pattern/MPL/Assignment 1.asm
bhushanasati25/College
638ab4f038a783beae297652623e8c6679465fef
[ "MIT" ]
4
2020-10-22T15:37:09.000Z
2022-02-17T17:30:03.000Z
2 Year/2015 Pattern/MPL/Assignment 1.asm
mohitkhedkar/College
f713949827d69f13b1bf8fb082e86e8bead7ac6e
[ "MIT" ]
null
null
null
2 Year/2015 Pattern/MPL/Assignment 1.asm
mohitkhedkar/College
f713949827d69f13b1bf8fb082e86e8bead7ac6e
[ "MIT" ]
5
2021-06-19T01:23:18.000Z
2022-02-26T14:47:15.000Z
;Problem Statement: Write X86/64 ALP to count number of positive and negative numbers from the array. ;************************************************************* section .data nline db 10,10 nline_len equ $-nline arr dd -11111111H, 22222222H, -33333333H, -44444444H, -55555555H arr_size equ 5 pmsg db 10,10,"...
25.342105
102
0.542402
796fe36fa32f47a0775725e8e9cd94aa3f5e89d9
311
asm
Assembly
codes/charecter_input_output_and_display.asm
rupak10987/ASSEMBLY_language_practice
f7cc73a745919a69519ff70c38f92aba152e8f98
[ "MIT" ]
null
null
null
codes/charecter_input_output_and_display.asm
rupak10987/ASSEMBLY_language_practice
f7cc73a745919a69519ff70c38f92aba152e8f98
[ "MIT" ]
null
null
null
codes/charecter_input_output_and_display.asm
rupak10987/ASSEMBLY_language_practice
f7cc73a745919a69519ff70c38f92aba152e8f98
[ "MIT" ]
null
null
null
.model small .stack 100h .data .code main proc mov ah,2 mov dl,'?' int 21h mov ah,1 int 21h mov bl,al mov ah,2 mov dl,0DH int 21h mov dl,0AH int 21h mov ah,2 mov dl,bl int 21h ;return to dos mov ah,4ch int 21h main endp end main
10.366667
18
0.527331
f4ef4ee5553a2a9c98ff93a31b3a963a6ead08c7
11,000
asm
Assembly
defrag.asm
johnw004/WifiRFS
e040a5d9b11b84d838228dae000be5a78fcce882
[ "MIT" ]
null
null
null
defrag.asm
johnw004/WifiRFS
e040a5d9b11b84d838228dae000be5a78fcce882
[ "MIT" ]
null
null
null
defrag.asm
johnw004/WifiRFS
e040a5d9b11b84d838228dae000be5a78fcce882
[ "MIT" ]
1
2021-02-27T20:56:35.000Z
2021-02-27T20:56:35.000Z
\ ROM Filing System for Electron Wifi Board \ (C) 2021 John Wike \ Routines to defragment the filing system \ During defragmentation a shadow copy of the filing system will be created in the paged ram. \ The addresses wil be 3 pages lower, ie. from $FCFF downwards corresponding to $FFFF downwards so as not to overwri...
35.598706
124
0.476364
1c5f0dae5f614b49e4ecf65af001f9b6e6c719f7
481
asm
Assembly
oeis/077/A077888.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/077/A077888.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/077/A077888.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A077888: Expansion of (1-x)^(-1)/(1+x^2-x^3). ; Submitted by Jamie Morken(s2) ; 1,1,0,1,2,0,0,3,1,-2,3,4,-4,0,9,-3,-8,13,6,-20,8,27,-27,-18,55,-8,-72,64,65,-135,0,201,-134,-200,336,67,-535,270,603,-804,-332,1408,-471,-1739,1880,1269,-3618,612,4888,-4229,-4275,9118,47,-13392,9072,13440,-22463,-4367,35904,-18095,-40270...
22.904762
240
0.582121
499e250fb68ee2ec4caa1bd949317d2e6265802c
164
asm
Assembly
solutions/14 - Intro to Shredding/size-5_speed-2.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
45
2018-09-05T04:56:59.000Z
2021-11-22T08:57:26.000Z
solutions/14 - Intro to Shredding/size-5_speed-2.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
36
2018-09-01T11:34:26.000Z
2021-05-19T23:20:49.000Z
solutions/14 - Intro to Shredding/size-5_speed-2.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
36
2018-09-01T07:44:19.000Z
2021-09-10T19:07:35.000Z
-- 7 Billion Humans (2053) -- -- 14: Intro to Shredding -- -- Author: soerface -- Size: 5 -- Speed: 2 if s == datacube: pickup s step s step s giveto s endif
11.714286
29
0.615854
2140b65a5289e5df1e9491a08e145f4040b295c4
129,005
asm
Assembly
reports/18_passthrough.exp2.asm
arnaudroger/re2j-benchmark
ecfb2d6975948a1fbb53ccf101b285655b850058
[ "MIT" ]
null
null
null
reports/18_passthrough.exp2.asm
arnaudroger/re2j-benchmark
ecfb2d6975948a1fbb53ccf101b285655b850058
[ "MIT" ]
null
null
null
reports/18_passthrough.exp2.asm
arnaudroger/re2j-benchmark
ecfb2d6975948a1fbb53ccf101b285655b850058
[ "MIT" ]
null
null
null
# JMH version: 1.19 # VM version: JDK 1.8.0_131, VM 25.131-b11 # VM invoker: /usr/lib/jvm/java-8-oracle/jre/bin/java # VM options: <none> # Warmup: 20 iterations, 1 s each # Measurement: 20 iterations, 1 s each # Timeout: 10 min per iteration # Threads: 1 thread, will synchronize iterations # Benchmark mode: Throughput...
99.617761
181
0.382078
a56da8979105bab89a09c5f21e52dc8955e151c6
309
asm
Assembly
src/mem/utils.asm
hydratic/watchdog
fe350daeb246ad6c8eb16a710770cb6111d4d5d0
[ "MIT" ]
1
2018-12-17T19:11:15.000Z
2018-12-17T19:11:15.000Z
src/mem/utils.asm
segfauIt/watchdog
fe350daeb246ad6c8eb16a710770cb6111d4d5d0
[ "Apache-2.0" ]
12
2018-10-14T17:15:51.000Z
2018-12-15T01:34:33.000Z
src/mem/utils.asm
segfauIt/watchdog
fe350daeb246ad6c8eb16a710770cb6111d4d5d0
[ "Apache-2.0" ]
1
2018-12-02T19:08:38.000Z
2018-12-02T19:08:38.000Z
global _read_cr0] _read_cr0: mov eax, cr0 retn [global _write_cr0] _write_cr0: push ebp mov ebp, esp mov eax, [ebp+8] mov cr0, eax pop ebp retn [global _read_cr3] _read_cr3: mov eax, cr3 retn [global _write_cr3] _write_cr3: push ebp mov ebp, esp mov eax, [ebp+8] mov cr3, eax pop ebp retn
11.035714
19
0.699029
285c3a05630af4748192e1270f92d5873a10bfe1
378
asm
Assembly
programs/oeis/023/A023568.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/023/A023568.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/023/A023568.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A023568: Number of distinct prime divisors of prime(n)-3. ; 0,0,1,1,1,2,2,1,2,2,2,2,2,2,2,2,2,2,1,2,3,2,2,2,2,2,2,2,2,3,2,1,2,2,2,2,3,2,2,3,2,2,2,3,2,2,2,3,2,2,3,2,3,2,2,3,3,2,2,2,3,3,2,3,3,2,2,2,2,2,3,2,3,3,2,3,2,2,2,3,2,3,2,3,2,3,2,2,2,3,2,3,2,2,2,2,3,3,3,2 seq $0,40 ; The prime numbers. trn $0,4 seq $0,1221 ; Num...
54
201
0.597884
89100d1ba4ff5d6fa78935125e011d985c6f0373
708
asm
Assembly
oeis/077/A077967.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/077/A077967.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/077/A077967.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A077967: Expansion of 1/(1+2*x^2+x^3). ; Submitted by Jon Maiga ; 1,0,-2,-1,4,4,-7,-12,10,31,-8,-72,-15,152,102,-289,-356,476,1001,-596,-2478,191,5552,2096,-11295,-9744,20494,30783,-31244,-82060,31705,195364,18650,-422433,-232664,826216,887761,-1419768,-2601738,1951775,6623244,-1301812,-15198263,-4019620,31698338,232...
37.263158
493
0.711864
5e7d6866d35d1bf2e46793e186fc534c50e3967b
2,190
asm
Assembly
programs/oeis/163/A163322.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/163/A163322.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/163/A163322.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A163322: The 3rd Hermite Polynomial evaluated at n: H_3(n) = 8*n^3 - 12*n. ; 0,-4,40,180,464,940,1656,2660,4000,5724,7880,10516,13680,17420,21784,26820,32576,39100,46440,54644,63760,73836,84920,97060,110304,124700,140296,157140,175280,194764,215640,237956,261760,287100,314024,342580,372816,404780,438520,474084,511520...
243.333333
2,064
0.862557
daa367de280b935fdef1b26e39bb75b68ed45340
40,616
asm
Assembly
kill.asm
johnhhyang/os2
4a6108a836f08fb8e87b183683497ab299d235ba
[ "MIT-0" ]
null
null
null
kill.asm
johnhhyang/os2
4a6108a836f08fb8e87b183683497ab299d235ba
[ "MIT-0" ]
null
null
null
kill.asm
johnhhyang/os2
4a6108a836f08fb8e87b183683497ab299d235ba
[ "MIT-0" ]
null
null
null
_kill: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char **argv) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 ec 20 ...
33.734219
60
0.425719
0a062940ba3402a1c34e1f57f3cb07092053d9c7
5,211
asm
Assembly
enduser/netmeeting/av/codecs/intel/h261/i386/e15uvslf.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
enduser/netmeeting/av/codecs/intel/h261/i386/e15uvslf.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
enduser/netmeeting/av/codecs/intel/h261/i386/e15uvslf.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
;************************************************************************* ;** INTEL Corporation Proprietary Information ;** ;** This listing is supplied under the terms of a license ;** agreement with INTEL Corporation and may not be copied ;** nor disclosed except in accordance with the terms of ;**...
27.571429
90
0.555556
712c8df5224cad0606f37433e9f90b5f84ed10ca
682
asm
Assembly
PRG/objects/6-8.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
PRG/objects/6-8.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
PRG/objects/6-8.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
.byte $01 ; Unknown purpose .byte OBJ_PIRANHASPIKEBALL, $10, $15 .byte OBJ_GREENTROOPA, $1A, $17 .byte OBJ_NIPPER, $21, $17 .byte OBJ_NIPPER, $23, $17 .byte OBJ_NIPPER, $27, $16 .byte OBJ_NIPPERHOPPING, $2A, $15 .byte OBJ_NIPPERHOPPING, $2F, $16 .byte OBJ_SPIKE, $37, $15 .byte OBJ_SPIKE, $3D, $14 .byte OBJ_...
28.416667
37
0.680352
ecb28a3b2ce499e80d89d43d72b4b6d505c1c7d9
624
asm
Assembly
oeis/059/A059989.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/059/A059989.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/059/A059989.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A059989: Numbers n such that 3*n+1 and 4*n+1 are both squares. ; 0,56,10920,2118480,410974256,79726887240,15466605150360,3000441672282656,582070217817684960,112918621814958599640,21905630561884150645256,4249579410383710266580080,824396499983877907565890320,159928671417461930357516142056,310253378584876306114505656686...
69.333333
456
0.849359
fc0684aa367a0e0ca99b06b00f4ccc5cfcfebd4f
9,250
asm
Assembly
cmd/more/more.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
cmd/more/more.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
cmd/more/more.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ ;****************************************************************************** ; ; MODULE: more.asm ; ; Modification History: ; ; Version Autho...
20.196507
82
0.666703
8562834fd80caf96a8128d5eb7a2bb6074767751
5,780
asm
Assembly
Transynther/x86/_processed/NC/_st_zr_un_/i7-8650U_0xd2.log_11741_272.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_st_zr_un_/i7-8650U_0xd2.log_11741_272.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_st_zr_un_/i7-8650U_0xd2.log_11741_272.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x13aaa, %r14 nop nop nop nop cmp %r11, %r11 movups (%r14), %xmm7 vpextrq $0, %xmm7, %rsi nop nop sub %r15, %r15 lea addresses_D_ht+0x542a, %rsi lea addresses_A_ht+0x1682a, %rdi add %rb...
41.285714
2,999
0.652768
c532055b1d6afd556df2cf5662028c83b567e30c
5,533
asm
Assembly
smsq/smsq/privv.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/smsq/privv.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/smsq/privv.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; SMS Priviledge Violation Recovery for 68020/68030/68040  1992 Tony Tebby section base xdef sms_privv include 'dev8_smsq_smsq_base_keys' ;+++ ; Priviledge violation recovery ; This assumes that there are two long words below the exception frame. ; These will usually be a return address (jsr sms_privv) and...
15.455307
77
0.672149
f7e5574de957504b2a42fc477d90e940246aac77
901
asm
Assembly
programs/oeis/301/A301775.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/301/A301775.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/301/A301775.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A301775: Number of odd chordless cycles in the (2n+1)-web graph. ; 0,12,30,74,200,522,1362,3572,9350,24474,64080,167762,439202,1149852,3010350,7881194,20633240,54018522,141422322,370248452,969323030,2537720634,6643838880,17393796002,45537549122,119218851372,312119004990,817138163594,2139295485800,5600748293802,146629...
20.953488
358
0.631521
a00779ee332b1526160e098b0b0ad8a77c73e3e6
13,601
nasm
Assembly
Projetos/src/F-Assembly/src/nasm/letra.nasm
Fogelman/Z01.1
5a40e721a6bf000ba1016c2addad579a25618d49
[ "Unlicense" ]
null
null
null
Projetos/src/F-Assembly/src/nasm/letra.nasm
Fogelman/Z01.1
5a40e721a6bf000ba1016c2addad579a25618d49
[ "Unlicense" ]
91
2018-08-24T11:41:28.000Z
2018-12-09T15:09:02.000Z
Projetos/src/F-Assembly/src/nasm/letra.nasm
Fogelman/Z01.1
5a40e721a6bf000ba1016c2addad579a25618d49
[ "Unlicense" ]
1
2018-12-05T19:22:27.000Z
2018-12-05T19:22:27.000Z
leaw $16568,%A movw $-1,(%A) leaw $16588,%A movw $-1,(%A) leaw $16599,%A movw $-1,(%A) leaw $16608,%A movw $-1,(%A) leaw $16619,%A movw $-1,(%A) leaw $16628,%A movw $-1,(%A) leaw $16639,%A movw $-1,(%A) leaw $16648,%A movw $-1,(%A) leaw $16659,%A movw $-1,(%A) leaw $16668,%A movw $-1,(%A) ...
10.650744
15
0.500184
94ed3ac972bfee750e02c117bfb89081776c7bab
6,607
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_33.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_33.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_33.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 %r13 push %r14 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_A_ht+0x1330c, %r12 nop nop and %r9, %r9 mov $0x6162636465666768, %rax movq %rax, %xmm2 and $0xffffffffffffffc0, %r12 movntdq %xmm2, (%r12) nop nop nop nop inc %r13 lea addresses_WT_h...
32.387255
2,999
0.657636
e264a2a1f7774c7691ca43e1e0020cac55e9d743
975
asm
Assembly
07/MemoryAccess/BasicTest/BasicTest.asm
Nolva/nand2tetris
efd0f87aa26e95888788e75605866a885231da5b
[ "MIT" ]
2
2020-09-03T10:54:44.000Z
2020-09-04T03:36:43.000Z
07/MemoryAccess/BasicTest/BasicTest.asm
Nolva/nand2tetris
efd0f87aa26e95888788e75605866a885231da5b
[ "MIT" ]
null
null
null
07/MemoryAccess/BasicTest/BasicTest.asm
Nolva/nand2tetris
efd0f87aa26e95888788e75605866a885231da5b
[ "MIT" ]
null
null
null
@10 D=A @SP A=M M=D @SP M=M+1 @LCL D=M @0 D=D+A @R13 M=D @SP AM=M-1 D=M @R13 A=M M=D @21 D=A @SP A=M M=D @SP M=M+1 @22 D=A @SP A=M M=D @SP M=M+1 @ARG D=M @2 D=D+A @R13 M=D @SP AM=M-1 D=M @R13 A=M M=D @ARG D=M @1 D=D+A @R13 M=D @SP AM=M-1 D=M @R13 A=M M=D @36 D=A @SP A=M M=D @SP M=M+1 @THIS D=M @6 D=D+A @R13 M=D @SP AM=...
4.556075
6
0.515897
b098c6c4a72016313d84783cb3b02f72d46acb70
1,981
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_14_65.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_14_65.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_14_65.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 %r13 push %r14 push %r15 push %r8 push %r9 push %rbx push %rsi // Load lea addresses_US+0x1eedc, %r14 nop nop nop nop nop and %r15, %r15 mov (%r14), %rbx nop nop nop sub %r15, %r15 // Load lea addresses_RW+0xcaa4, %r8 nop ...
18.514019
122
0.633518
9e4431a3b598611664665444f5c5f31d16d4d7bb
674
asm
Assembly
oeis/227/A227720.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/227/A227720.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/227/A227720.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A227720: Round(1/s(n)), where s(n) = n*log(1+1/n) - (2n-1)/(2n). ; Submitted by Jamie Morken(s1) ; 5,16,34,57,86,121,163,210,263,322,388,459,536,619,709,804,905,1012,1126,1245,1370,1501,1639,1782,1931,2086,2248,2415,2588,2767,2953,3144,3341,3544,3754,3969,4190,4417,4651,4890,5135,5386,5644,5907,6176,6451,6733,7020,73...
51.846154
497
0.740356
cace399af2087e72bbdcc09a1c30cff47919002a
2,584
asm
Assembly
Userland/SampleCodeModule/asm/libasm.asm
Khato1319/naiveOS
1be1e941863b26641f0c94dec3b89178979addee
[ "BSD-3-Clause" ]
null
null
null
Userland/SampleCodeModule/asm/libasm.asm
Khato1319/naiveOS
1be1e941863b26641f0c94dec3b89178979addee
[ "BSD-3-Clause" ]
null
null
null
Userland/SampleCodeModule/asm/libasm.asm
Khato1319/naiveOS
1be1e941863b26641f0c94dec3b89178979addee
[ "BSD-3-Clause" ]
null
null
null
GLOBAL system_write GLOBAL system_read GLOBAL console_clear GLOBAL split_screen GLOBAL set_screen GLOBAL get_char GLOBAL clear_line GLOBAL get_time GLOBAL timer_tick GLOBAL set_kb_target GLOBAL get_date GLOBAL get_regs GLOBAL get_memory %macro pushStateSysCall 0 push rbx push rc...
13.183673
26
0.517415
ffdaf7b2c72871877ffa18820648e56f750fe78d
457
asm
Assembly
programs/oeis/175/A175029.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/175/A175029.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/175/A175029.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A175029: a(n)=2*n if n is prime, otherwise a(n)=3*n. ; 3,4,6,12,10,18,14,24,27,30,22,36,26,42,45,48,34,54,38,60,63,66,46,72,75,78,81,84,58,90,62,96,99,102,105,108,74,114,117,120,82,126,86,132,135,138,94,144,147,150,153,156,106,162,165,168,171,174,118,180,122,186 mov $1,1 max $1,$0 mov $2,$0 seq $0,66247 ; Characteri...
28.5625
209
0.658643
4a83a63605436a2e72a5c596a320e7bb600e8929
2,444
asm
Assembly
LM/Aula4/Atividades/ex5.asm
Kw-Vinicius/Linguagem-de-Montagem-
b0b878bb7ed9093433e0e37037fb61b79570f2b9
[ "MIT" ]
null
null
null
LM/Aula4/Atividades/ex5.asm
Kw-Vinicius/Linguagem-de-Montagem-
b0b878bb7ed9093433e0e37037fb61b79570f2b9
[ "MIT" ]
null
null
null
LM/Aula4/Atividades/ex5.asm
Kw-Vinicius/Linguagem-de-Montagem-
b0b878bb7ed9093433e0e37037fb61b79570f2b9
[ "MIT" ]
null
null
null
; --------------------------------------------------------------------------------------------- ; Vinicius Atsushi Sato Kawai ;5. Considere dois vetores de números inteiros P=[2,3,5] e N=[8,6,7], em que N representa ;notas de 3 avaliações e P seus respectivos pesos. Considerando média 5...
25.195876
149
0.529051
ef371582b4593732cdcc226af801ef05a55229e6
167
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/sqr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/sqr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/sqr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
SECTION code_fp_math32 PUBLIC sqr EXTERN cm32_sccz80_fssqr defc sqr = cm32_sccz80_fssqr ; SDCC bridge for Classic IF __CLASSIC PUBLIC _sqr defc _sqr = sqr ENDIF
10.4375
28
0.802395
1395fbfb86fc125a4907cc7160dc27a965159eaf
870
asm
Assembly
asm/video.asm
metlinskyi/archive
b8882c4391b38d8021b02aa435e7225f6ee88a5b
[ "Unlicense" ]
null
null
null
asm/video.asm
metlinskyi/archive
b8882c4391b38d8021b02aa435e7225f6ee88a5b
[ "Unlicense" ]
null
null
null
asm/video.asm
metlinskyi/archive
b8882c4391b38d8021b02aa435e7225f6ee88a5b
[ "Unlicense" ]
null
null
null
ppix macro color pop cx pop dx push bx mov bh, 0 mov al, color mov ah, 0Ch int 10h pop bx push dx push cx endm .model small prg segment para 'code' assume cs:prg, ds:dat mov ax, dat mov ds, ax mov ah, 0 mov al, 12h int 10h mov bx, 0 row: push bx mov ax, 0 pixel: push ax sub ax, a jnc noneg1 ...
11.012658
30
0.655172
2421347d0c5e7ca250c5f25006b18f6ea4dfe312
7,511
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_828.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_828.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_828.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 %r14 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x14368, %rsi lea addresses_WT_ht+0x17d80, %rdi nop nop nop nop xor $6304, %r14 mov $97, %rcx rep movsb nop nop nop nop nop cmp %r14, %r14 lea addresses_A_ht+0x1a780, %rsi lea addresses...
32.799127
2,999
0.656104
3d6eff0d1fb8e104c7e58fe7b7d9b18ce667bbd5
429
asm
Assembly
tests/parsing/trimming_define_values.asm
fengjixuchui/sjasmplus
df0fabd2411bf89e23637fce46d273f52dafbe16
[ "BSD-3-Clause" ]
220
2016-10-22T19:44:39.000Z
2022-03-29T20:57:04.000Z
tests/parsing/trimming_define_values.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
153
2018-05-07T10:31:23.000Z
2022-03-30T04:35:59.000Z
tests/parsing/trimming_define_values.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
51
2016-05-12T21:27:36.000Z
2022-03-27T15:16:16.000Z
DEFINE define1 12 ; trailing comments were producing many spaces trailing in the value DB define1; so here was extra whitespace in listing after substituted "12" ; since v1.18.2 these are trimmed, but only when there's eol-comment trailing ; without trailing comment, they are part of the valu...
53.625
100
0.724942
7411a9d72f6b27420d9485e4eb966aa30965e2cf
305
asm
Assembly
oeis/166/A166486.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/166/A166486.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/166/A166486.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A166486: Periodic sequence [0,1,1,1] of length 4. ; Submitted by Christian Krause ; 0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1 dif $0,2 mod $0,2
43.571429
201
0.563934
935ea31383f38f3d3a57a3f6b5587f4f826be22f
6,963
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_8479_491.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_8479_491.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_8479_491.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0x6afb, %rsi lea addresses_normal_ht+0x18467, %rdi nop nop nop nop nop add $15000, %r10 mov $110, %rcx rep movsb nop nop xor %rdi, %rdi lea addresses_normal_ht+0xd467, %rsi lea ...
35.707692
2,999
0.658481
23aa21f76d333bfd40d96803c4be818c4a3653e7
893
asm
Assembly
x86/ChangeCase/func.asm
WorkingFen/ExamplesARKO
b3d382e6907119dc8e1cac3a754a4abd0c8a0994
[ "MIT" ]
1
2021-05-06T20:04:17.000Z
2021-05-06T20:04:17.000Z
x86/ChangeCase/func.asm
WorkingFen/AssemblyBasics
b3d382e6907119dc8e1cac3a754a4abd0c8a0994
[ "MIT" ]
22
2018-12-08T01:15:55.000Z
2018-12-10T13:47:37.000Z
x86/ChangeCase/func.asm
WorkingFen/ExamplesARKO
b3d382e6907119dc8e1cac3a754a4abd0c8a0994
[ "MIT" ]
null
null
null
;-------------------------------------------------- ; void func(char* word){ ; while(*(word+i) != '\0'){ ; *(word+i) |= 0x20; ; *(word+i+2) |= 0x20; ; *(word+i+3) &= 0xDF; ; i++; ; } ; } ;-------------------------------------------------- section .text global fu...
19.413043
63
0.379619
78e47216d4357f52a95a68f8594cf07ecef0029d
6,744
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1.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_21829_1.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_21829_1.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x5147, %r8 clflush (%r8) nop nop xor %r14, %r14 mov (%r8), %r15d nop nop cmp %r12, %r12 lea addresses_D_ht+0x11101, %rsi lea addresses_normal_ht+0x1a947, %rdi nop nop nop ...
36.652174
2,999
0.657325
007f08ab7fc258b9544823eb8ca03108799ec47b
314
asm
Assembly
src/boot/gdt.asm
antoninhrlt/osmini
1e65cc3522e4339f72c07c50101198b4b466d27a
[ "MIT" ]
2
2021-11-08T01:27:22.000Z
2021-11-15T08:10:09.000Z
src/boot/gdt.asm
antoninhrlt/osmini
1e65cc3522e4339f72c07c50101198b4b466d27a
[ "MIT" ]
1
2021-07-18T20:45:29.000Z
2021-07-18T20:56:28.000Z
src/boot/gdt.asm
antoninhrlt/osmini
1e65cc3522e4339f72c07c50101198b4b466d27a
[ "MIT" ]
1
2021-07-18T20:41:08.000Z
2021-07-18T20:41:08.000Z
; This file is part of osmini ; Copyright (c) 2021 Antonin Hérault ; Under the MIT License gdt: db 0, 0, 0, 0, 0, 0, 0, 0 gdt_cs: db 0xFF, 0xFF, 0x0, 0x0, 0x0, 10011011b, 11011111b, 0x0 gdt_ds: db 0xFF, 0xFF, 0x0, 0x0, 0x0, 10010011b, 11011111b, 0x0 gdtend: gdtptr: dw 0 ; limit dd 0 ; base
20.933333
59
0.636943
d5075e40f142b1ae941ed6fe564607b9ec2e4586
386
asm
Assembly
oeis/054/A054521.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/054/A054521.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/054/A054521.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A054521: Triangle read by rows: T(n,k) = 1 if gcd(n, k) = 1, T(n,k) = 0 otherwise (n >= 1, 1 <= k <= n). ; 1,1,0,1,1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,1 seq $0,508...
64.333333
201
0.525907
b95604d2b76dd73ae23bab0ace6af18eee3abbfb
162
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dconst_1.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dconst_1.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dconst_1.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_fp_math48 PUBLIC am48_dconst_1 EXTERN mm48__ac1 ; set AC = 1 ; ; uses : bc, de, hl defc am48_dconst_1 = mm48__ac1
11.571429
30
0.697531
99598c26a34b7b5792e270ca2f8df24a7acf1cfa
575
asm
Assembly
oeis/349/A349215.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/349/A349215.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/349/A349215.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A349215: a(n) = Sum_{d|n} d^c(d), where c is the prime characteristic (A010051). ; Submitted by Jon Maiga ; 1,3,4,4,6,7,8,5,5,9,12,9,14,11,10,6,18,9,20,11,12,15,24,11,7,17,6,13,30,15,32,7,16,21,14,12,38,23,18,13,42,17,44,17,12,27,48,13,9,11,22,19,54,11,18,15,24,33,60,19,62,35,14,8,20,21,68,23,28,19,72,15,74,41,12,25,...
63.888889
282
0.662609
3af99da514db6855ed2fbeeef032e62f8bcb5718
111
asm
Assembly
example/includer.asm
Jellonator/Bit-Assembly
78d5ac88f0b636786e65e98b710f121217da8aa7
[ "MIT" ]
4
2016-04-29T01:28:23.000Z
2019-06-14T10:35:20.000Z
example/includer.asm
Jellonator/Bit-Assembly
78d5ac88f0b636786e65e98b710f121217da8aa7
[ "MIT" ]
null
null
null
example/includer.asm
Jellonator/Bit-Assembly
78d5ac88f0b636786e65e98b710f121217da8aa7
[ "MIT" ]
null
null
null
jmp start !include example/included.asm .start call included_function ext print, "Included another file!\n"
15.857143
38
0.783784
f22637528c8fb2cfe8463b68e5f41b30956c9606
2,047
asm
Assembly
1581/64tass/signature.asm
silverdr/assembly
c2851f7033223e089285dce22443b7e219ed4f61
[ "Unlicense" ]
23
2015-03-23T15:16:57.000Z
2022-03-18T12:43:42.000Z
1581/64tass/signature.asm
silverdr/assembly
c2851f7033223e089285dce22443b7e219ed4f61
[ "Unlicense" ]
null
null
null
1581/64tass/signature.asm
silverdr/assembly
c2851f7033223e089285dce22443b7e219ed4f61
[ "Unlicense" ]
8
2016-04-13T11:19:35.000Z
2021-12-22T07:39:00.000Z
; SIGNATURE ANALYSIS ; POLYNOMIAL: X^16 + X^12 + X^5 + 1 ; INITIALIZED STATE: FFFFh signature .proc php sei lda zpvar pha lda zpvar+1 pha lda zpvar+2 pha lda zpvar+3 pha lda zpvar+4 pha lda zpvar+5 ...
16.508065
40
0.389839
6194361c20b69002a1e98479b3f46eac0be41254
321
asm
Assembly
libsrc/enterprise/exos_system_reset.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/enterprise/exos_system_reset.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/enterprise/exos_system_reset.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Enterprise 64/128 specific routines ; by Stefano Bodrato, 2011 ; ; exos_system_reset(); ; ; ; $Id: exos_system_reset.asm,v 1.4 2016-06-19 20:17:32 dom Exp $ ; SECTION code_clib PUBLIC exos_system_reset PUBLIC _exos_system_reset exos_system_reset: _exos_system_reset: ld c,l rst 30h defb 0 ret...
13.956522
64
0.713396
a15be90b17a58f9c3b68311b402b8c759baa9e12
483
asm
Assembly
libsrc/target/px8/graphics/drawr_callee.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/px8/graphics/drawr_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/px8/graphics/drawr_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Z88 Graphics Functions - Small C+ stubs ; ; Written around the Interlogic Standard Library ; ; PX8 variant by Stefano Bodrato ; ; ----- void __CALLEE__ drawr(int x2, int y2) ; ; $Id: drawr_callee.asm $ ; SECTION code_graphics PUBLIC drawr_callee PUBLIC _drawr_callee PUBLIC asm_d...
13.8
54
0.652174
670689a269cbd3b880f44461f41fcda94ab99098
5,527
asm
Assembly
src/server.asm
JohnAgapeyev/7612-ass2
df133ff990f08aec226ae671b0143ff0e930d717
[ "MIT" ]
null
null
null
src/server.asm
JohnAgapeyev/7612-ass2
df133ff990f08aec226ae671b0143ff0e930d717
[ "MIT" ]
null
null
null
src/server.asm
JohnAgapeyev/7612-ass2
df133ff990f08aec226ae671b0143ff0e930d717
[ "MIT" ]
null
null
null
; TCP echo server using x86_64 Linux syscalls ; Assemble and link as follows: ; nasm -f elf64 -o server.o server.asm ; ld server.o -o server ; ; global _start ; Data definitions struc sockaddr_in .sin_family resw 1 .sin_port resw 1 .sin_addr resd 1 .sin_zero resb 8 endstruc section .bss sock resw...
22.744856
86
0.687353
976ab470ee43296e2144a9dd0caa81713e02f73d
2,765
asm
Assembly
extras/source/cctf.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
extras/source/cctf.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
extras/source/cctf.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; concatenate lib files ; ex cctf,cct$,lib$ ; where: ; cctf = this software ; cct$ = name of the _cct file, which is just a list of filenames ; which are to be concatenated into the lib file ; lib$ = name of resulting library file filetype 1 section cctf data 1000 bra.s start dc.w 'w.l.' ; normal job header...
33.313253
807
0.460036
1f8da70c79c6fd724ff008f3dd6d08756ebdc47e
7,999
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1830.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_21829_1830.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_21829_1830.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1228a, %rdx nop nop nop xor $18047, %r11 vmovups (%rdx), %ymm0 vextracti128 $1, %ymm0, %xmm0 vpextrq $0, %xmm0, %r12 nop and %rsi, %rsi lea addresses_WC_ht+0x68e2, %...
33.894068
2,999
0.655582
257fa76bb5c99fee0783be7c5426fa15f9fe4125
435
asm
Assembly
oeis/325/A325905.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/325/A325905.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/325/A325905.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A325905: Decimal expansion of 2/e^2. ; Submitted by Christian Krause ; 2,7,0,6,7,0,5,6,6,4,7,3,2,2,5,3,8,3,7,8,7,9,9,8,9,8,9,9,4,4,9,6,8,8,0,6,8,1,5,2,6,3,0,9,1,8,1,9,1,5,1,7,6,2,9,3,6,3,1,7,7,4,5,3,0,8,1,4,6,7,4,8,2,0,2 add $0,1 mov $3,$0 mul $3,4 lpb $3 mov $1,60 add $5,$2 add $1,$5 mul $2,$3 add $2,$1 ...
16.730769
151
0.537931
3d1ebbc853c8492119fa2778ae3581c354b3798c
637,774
asm
Assembly
kernel.asm
Mamraev/xv6-Signals-and-Synchronization
cb6028ade3c78711241177e3a5e261dc5f72d037
[ "MIT-0" ]
null
null
null
kernel.asm
Mamraev/xv6-Signals-and-Synchronization
cb6028ade3c78711241177e3a5e261dc5f72d037
[ "MIT-0" ]
null
null
null
kernel.asm
Mamraev/xv6-Signals-and-Synchronization
cb6028ade3c78711241177e3a5e261dc5f72d037
[ "MIT-0" ]
null
null
null
kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 .byte 0xe4 8010000c <entry>: # E...
38.648285
142
0.520996
a078deed0626f42eed261a8fc7106c56ab0d1d23
451
a51
Assembly
a51test/(D6)XCHD_A_@Ri.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
a51test/(D6)XCHD_A_@Ri.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
a51test/(D6)XCHD_A_@Ri.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
MOV 0x6E,#0x00 MOV 0x43,#0x11 MOV 0x3B,#0x22 MOV 0x67,#0x33 MOV 0x21,#0x44 MOV 0x6C,#0x55 MOV 0x3F,#0x66 MOV 0x4C,#0x77 MOV 0xD0,#0x00 MOV R0,#0x6E MOV R1,#0x43 MOV 0xD0,#0x08 MOV R0,#0x3B MOV R1,#0x67 MOV 0xD0,#0x10 MOV R0,#0x21 MOV R1,#0x6C MOV 0xD0,#0x18 MOV R0,#0x3F MOV R1,#0x4C MOV A,#0xFF MOV 0xD0,#0x00 XCHD...
11
14
0.691796
ce0ef7dc63cd89111f1603fd635a6ce92c989b8e
251
asm
Assembly
programs/oeis/244/A244892.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/244/A244892.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/244/A244892.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A244892: a(n) = a(n-a(n-1)) with initial values 5,2,5,2. ; 5,2,5,2,5,5,2,5,2,5,5,2,5,2,5,5,2,5,2,5,5,2,5,2,5,5,2,5,2,5,5,2,5,2,5,5,2,5,2,5,5,2,5,2,5,5,2,5,2,5,5,2,5,2,5,5,2,5,2,5,5,2,5,2,5,5,2,5,2,5,5,2,5,2,5,5 mod $0,5 gcd $0,2 pow $0,$0 add $0,1
31.375
153
0.521912
56a270c37135694ee6d0ad2fb1627e13ebdb4838
28
asm
Assembly
experiments/litmus/amd/5/thread.1.asm
phlo/concubine
2a3bc9474878951aef54e8c7b6c47c5b4ac02fb1
[ "MIT" ]
null
null
null
experiments/litmus/amd/5/thread.1.asm
phlo/concubine
2a3bc9474878951aef54e8c7b6c47c5b4ac02fb1
[ "MIT" ]
null
null
null
experiments/litmus/amd/5/thread.1.asm
phlo/concubine
2a3bc9474878951aef54e8c7b6c47c5b4ac02fb1
[ "MIT" ]
null
null
null
ADDI 1 STORE 1 FENCE LOAD 0
5.6
7
0.75
5f8b6c8c45ea1ea24bbbd125177379bbd52cf860
576
asm
Assembly
oeis/079/A079167.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/079/A079167.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/079/A079167.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A079167: Weighted roundness of n. If n = p_1^e_1...p_k^e_k, then a(n) = e_1 + 2*e_2 + ... + k*e_k. Note that p_i < p_j, i < j is assumed. ; Submitted by Christian Krause ; 0,1,1,2,1,3,1,3,2,3,1,4,1,3,3,4,1,5,1,4,3,3,1,5,2,3,3,4,1,6,1,5,3,3,3,6,1,3,3,5,1,6,1,4,4,3,1,6,2,5,3,4,1,7,3,5,3,3,1,7,1,3,4,6,3,6,1,4,3,6,1,7,1,...
24
201
0.513889
b4e8d5fb69254f80bdb88762ad9a938f07250bd1
27,783
asm
Assembly
test/data/ASM-8080/i8080core_tab.asm
jfitz/code-stat
dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26
[ "MIT" ]
11
2018-03-17T12:29:13.000Z
2022-01-10T06:29:11.000Z
test/data/ASM-8080/i8080core_tab.asm
jfitz/code-stat
dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26
[ "MIT" ]
null
null
null
test/data/ASM-8080/i8080core_tab.asm
jfitz/code-stat
dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26
[ "MIT" ]
3
2018-05-01T09:12:54.000Z
2021-04-25T12:16:49.000Z
title 'Z80 instruction set exerciser' ; zexlax.z80 - Z80 instruction set exerciser ; Copyright (C) 1994 Frank D. Cringle ; ; This program is free software; you can redistribute it and/or ; modify it under the terms of the GNU General Public License ; as published by the Free Software Foundation; either version 2 ; o...
21.604199
90
0.696253
07f896d2a6a569d7c4934095d0813ed2ab284a08
341
asm
Assembly
programs/oeis/182/A182664.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/182/A182664.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/182/A182664.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A182664: a(n) = A088828(n) + A157502(n). ; 5,11,15,21,25,29,35,39,43,47,53,57,61,65,69,75,79,83,87,91,95,101,105,109,113,117,121,125,131,135,139,143,147,151,155,159,165,169,173,177,181,185,189,193,197,203,207,211,215,219,223,227,231,235,239,245 mov $1,$0 mul $0,2 lpb $1 add $0,1 add $2,1 sub $1,$2 trn $1,1 l...
24.357143
203
0.639296
cdd05ebe884257a7b7230ce0e273193e184b16ab
823
asm
Assembly
programs/oeis/230/A230075.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/230/A230075.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/230/A230075.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A230075: Period 8: repeat [2, 1, 0, 1, -2, -1, 0, -1]. ; 2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,...
68.583333
594
0.481166
f0ef6affe9d2cb1d27b14d6bb5fcb2cfbf8a0019
1,612
asm
Assembly
_maps/obj45.asm
NatsumiFox/AMPS-Sonic-1-2005
ac8730799f1b96291358c77a4b64529de94ce8a4
[ "Apache-2.0" ]
2
2020-04-09T19:36:35.000Z
2021-01-05T14:20:17.000Z
_maps/obj45.asm
NatsumiFox/AMPS-Sonic-1-2005
ac8730799f1b96291358c77a4b64529de94ce8a4
[ "Apache-2.0" ]
null
null
null
_maps/obj45.asm
NatsumiFox/AMPS-Sonic-1-2005
ac8730799f1b96291358c77a4b64529de94ce8a4
[ "Apache-2.0" ]
1
2020-06-17T14:16:35.000Z
2020-06-17T14:16:35.000Z
; --------------------------------------------------------------------------- ; Sprite mappings - spiked metal block from beta version (MZ) ; --------------------------------------------------------------------------- dc.w byte_BC6C-Map_obj45 dc.w byte_BC7C-Map_obj45 dc.w byte_BC8C-Map_obj45 dc.w byte_BC92-Map_...
27.793103
77
0.46464
072d33afbb5681ef845b4a69f66f6d94bebc08df
2,602
asm
Assembly
programs/oeis/238/A238328.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/238/A238328.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/238/A238328.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A238328: Sum of all the parts in the partitions of 4n into 4 parts. ; 4,40,180,544,1280,2592,4732,7968,12636,19120,27808,39168,53716,71960,94500,121984,155040,194400,240844,295120,358092,430672,513728,608256,715300,835848,971028,1122016,1289920,1476000,1681564,1907840,2156220,2428144,2724960,3048192,3399412,3780088,4...
216.833333
2,407
0.878171
af42582e710e527453296f0bff33bd3ab92aff08
3,521
asm
Assembly
src/zf_lib/zf_sio.asm
tangent3D/Z-FIGHTER
dc8049079761239d5314bdf750a5f9e6d4a0a953
[ "MIT" ]
5
2021-08-24T23:16:16.000Z
2022-01-22T02:31:50.000Z
src/zf_lib/zf_sio.asm
tangent3D/Z-FIGHTER
dc8049079761239d5314bdf750a5f9e6d4a0a953
[ "MIT" ]
null
null
null
src/zf_lib/zf_sio.asm
tangent3D/Z-FIGHTER
dc8049079761239d5314bdf750a5f9e6d4a0a953
[ "MIT" ]
null
null
null
; Z80 SIO/0 Serial Input/Output controller implementation for Z-Fighter ; by Tangent 2021 EXTERN _channel SECTION code_user PUBLIC _sioInit _sioInit: LD A,(_channel) ; Retrieve value of _channel LD C,A ; Load C with _channel LD HL,SIOCFG ; Load HL ...
43.469136
104
0.471173
6fbd76d3079099e23121e926ad4bc42ca615a0b4
5,791
asm
Assembly
iod/con2/atmono/drop.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
iod/con2/atmono/drop.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
iod/con2/atmono/drop.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
* Set-up to drop object into screen V1.00  1985 Tony Tebby QJUMP * * d1 c p position of object * a0 c p pointer to definition block * a1 c p pointer to object * a3 c p pointer to linkage block * a5 c s pointer to action routine * a6 p * all others scratch * s...
32.351955
78
0.498532