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
79d1a622d20c1e6e5b96e4bfe45bc4e11415c4b2
439
asm
Assembly
programs/oeis/026/A026044.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/026/A026044.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/026/A026044.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A026044: a(n) = (d(n)-r(n))/2, where d = A026043 and r is the periodic sequence with fundamental period (1,1,0,0). ; 22,33,49,70,97,132,176,229,292,367,455,556,671,802,950,1115,1298,1501,1725,1970,2237,2528,2844,3185,3552,3947,4371,4824,5307,5822,6370,6951,7566,8217,8905,9630,10393,11196,12040,12925,13852,14823,15839...
73.166667
245
0.701595
f134930f0c12cfd4d2e435610eda99a72a433cd1
3,685
a51
Assembly
C51/RtxTiny2/SourceCode/os_delete.a51
AllRoundeer/Keil
43cad8de348ff206c02395fca86bdb08c9725142
[ "Apache-2.0", "MIT" ]
null
null
null
C51/RtxTiny2/SourceCode/os_delete.a51
AllRoundeer/Keil
43cad8de348ff206c02395fca86bdb08c9725142
[ "Apache-2.0", "MIT" ]
null
null
null
C51/RtxTiny2/SourceCode/os_delete.a51
AllRoundeer/Keil
43cad8de348ff206c02395fca86bdb08c9725142
[ "Apache-2.0", "MIT" ]
null
null
null
;------------------------------------------------------------------------------ ; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package ; Copyright KEIL ELEKTRONIK GmbH and Keil Software, Inc. 1991 - 2002 ;------------------------------------------------------------------------------ ; ; OS_DELE...
20.359116
79
0.496879
a67ac4923410a5bb8c89a94f2f93424ec752dd54
527
asm
Assembly
12-disk/print_str.asm
soumitradev/assembly-fun
3ab433e96ea1f6ea21121013800455a4fa999021
[ "MIT" ]
2
2020-08-09T06:17:13.000Z
2021-03-06T11:18:38.000Z
16-kernel/print_str.asm
soumitradev/assembly-fun
3ab433e96ea1f6ea21121013800455a4fa999021
[ "MIT" ]
null
null
null
16-kernel/print_str.asm
soumitradev/assembly-fun
3ab433e96ea1f6ea21121013800455a4fa999021
[ "MIT" ]
null
null
null
print_str: ; Push all registers pusha ; Define a while loop that runs while current character is not null. while: ; Copy the character into lower end of register c mov al, [bx] ; Check if char is null. If yes, end loop cmp al, 0 je end ; Set register a to print mode, and print ...
26.35
84
0.639469
d5ebec85995cd3a57e357ddb7fe745c62db0b779
480
asm
Assembly
programs/oeis/328/A328005.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/328/A328005.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/328/A328005.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A328005: Number of distinct coefficients in functional composition of 1 + x + ... + x^(n-1) with itself. ; 0,1,2,4,8,13,19,25,33,41,51,61,73,85,99,113,129,145,163,181,201,221,243,265,289,313,339,365,393,421,451,481,513,545,579,613,649,685,723,761,801,841,883,925,969,1013,1059,1105,1153,1201,1251,1301,1353,1405,1459 ...
22.857143
211
0.658333
1a636eaad99d7fe1fbcc4ea3c252b541be29113a
4,691
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1285.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1285.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1285.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 %r15 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x5a31, %rsi lea addresses_WC_ht+0x1b931, %rdi nop nop nop add %r13, %r13 mov $79, %rcx rep movsl nop nop nop nop inc %rdi lea addresses_A_ht+0x6631, %rsi lea addresses_A_ht+0x8c31, %rdi clflush ...
51.549451
2,999
0.663824
1c3853d26f48f6c93dd2ab0804820cb80beef26d
364
asm
Assembly
Lab2/Lab_2.asm
Osimjon/NSTU
79155561ab63ae327b684d60940a48a702808809
[ "MIT" ]
2
2022-03-31T14:17:12.000Z
2022-03-31T15:44:40.000Z
Lab2/Lab_2.asm
Osimjon/NSTU
79155561ab63ae327b684d60940a48a702808809
[ "MIT" ]
null
null
null
Lab2/Lab_2.asm
Osimjon/NSTU
79155561ab63ae327b684d60940a48a702808809
[ "MIT" ]
null
null
null
include console.inc ; вывод в терминал .data ; директива где объявляем переменные x dd -8 ; переменная s_4 dd 4 .code ; директива кода Start: ; название блока mov eax, x ; заносем 1 значение в eax mul s_4 mul eax outint eax ; выводим произведение outstr " " xor eax, eax end Start ; ко...
19.157895
59
0.681319
2f9633144ed537aeba8447164a9c06347e3b0e48
316
asm
Assembly
src/headers_song2.6502.asm
mrpopogod/nes-fun
80e6af809874f2de89bd52f05f04c451dc29b333
[ "MIT" ]
null
null
null
src/headers_song2.6502.asm
mrpopogod/nes-fun
80e6af809874f2de89bd52f05f04c451dc29b333
[ "MIT" ]
null
null
null
src/headers_song2.6502.asm
mrpopogod/nes-fun
80e6af809874f2de89bd52f05f04c451dc29b333
[ "MIT" ]
null
null
null
song2_header: .b $01 ;1 stream .b SFX_1 ;which stream .b $01 ;status byte (stream enabled) .b SQUARE_2 ;which channel .b $7F ;initial volume (F) and duty (01) .w song2_square2 ;pointer to stream song2_square2: .b D3, D2 .b $FF
24.307692
54
0.512658
dad6f6200ec9ca5176d1793ec247cdca815f4d17
8,074
asm
Assembly
src/Native/Runtime/amd64/AllocFast.asm
ZZHGit/corert
367ec5addb0a80bfbbda339d6add3ce3b99ddc75
[ "MIT" ]
null
null
null
src/Native/Runtime/amd64/AllocFast.asm
ZZHGit/corert
367ec5addb0a80bfbbda339d6add3ce3b99ddc75
[ "MIT" ]
null
null
null
src/Native/Runtime/amd64/AllocFast.asm
ZZHGit/corert
367ec5addb0a80bfbbda339d6add3ce3b99ddc75
[ "MIT" ]
1
2019-09-17T21:10:15.000Z
2019-09-17T21:10:15.000Z
;; ;; Copyright (c) Microsoft. All rights reserved. ;; Licensed under the MIT license. See LICENSE file in the project root for full license information. ;; include asmmacros.inc ;; Allocate non-array, non-finalizable object. If the allocation doesn't fit into the current thread's ;; allocation context then automat...
34.211864
110
0.573198
03c9363bca5f5e92a7f550d6353fc2c0aad804b0
7,300
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_708.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_708.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_708.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x3ec, %r11 nop nop nop and $17401, %r10 mov $0x6162636465666768, %rdi movq %rdi, %xmm5 vmovups %ymm5, (%r11) nop nop nop nop nop add $15247, %rbx lea addresses_W...
32.15859
2,999
0.661096
af2c66aff69ac4c8c9a8443fb32ec892c9d0ceaf
696
asm
Assembly
oeis/138/A138691.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/138/A138691.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/138/A138691.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A138691: Numbers of the form 68+p^2 (where p is a prime). ; Submitted by Jamie Morken(s3) ; 72,77,93,117,189,237,357,429,597,909,1029,1437,1749,1917,2277,2877,3549,3789,4557,5109,5397,6309,6957,7989,9477,10269,10677,11517,11949,12837,16197,17229,18837,19389,22269,22869,24717,26637,27957,29997,32109,32829,36549,37317,...
69.6
500
0.78592
18a268ace6b943c8bd7025c51d79dd00a5e9665d
2,995
asm
Assembly
third-party/gmp/gmp-src/mpn/arm64/sec_tabselect.asm
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
1,602
2015-01-06T11:26:31.000Z
2022-03-30T06:17:21.000Z
third-party/gmp/gmp-src/mpn/arm64/sec_tabselect.asm
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
11,789
2015-01-05T04:50:15.000Z
2022-03-31T23:39:19.000Z
third-party/gmp/gmp-src/mpn/arm64/sec_tabselect.asm
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
498
2015-01-08T18:58:18.000Z
2022-03-20T15:37:45.000Z
dnl ARM64 Neon mpn_sec_tabselect. dnl Contributed to the GNU project by Torbjörn Granlund. dnl Copyright 2011-2014 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of either: dnl...
24.349593
79
0.666444
bbf9a30d6f1ed031dbfa447e76f2fd8e5f89a225
325
asm
Assembly
oeis/340/A340536.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/340/A340536.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/340/A340536.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A340536: Digital root of 2*n^2. ; Submitted by Christian Krause ; 2,8,9,5,5,9,8,2,9,2,8,9,5,5,9,8,2,9,2,8,9,5,5,9,8,2,9,2,8,9,5,5,9,8,2,9,2,8,9,5,5,9,8,2,9,2,8,9,5,5,9,8,2,9,2,8,9,5,5,9,8,2,9,2,8,9,5,5,9,8,2,9,2,8,9,5,5,9,8,2,9,2,8,9,5,5,9,8,2,9 add $0,1 pow $0,2 mul $0,40 sub $0,1 mul $0,19 div $0,18 add $0,1 mod $...
25
181
0.563077
d78f631c23e80245e0d87d57f985542eaa182f0e
414
asm
Assembly
programs/oeis/000/A000346.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/000/A000346.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/000/A000346.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A000346: a(n) = 2^(2*n+1) - binomial(2*n+1, n+1). ; 1,5,22,93,386,1586,6476,26333,106762,431910,1744436,7036530,28354132,114159428,459312152,1846943453,7423131482,29822170718,119766321572,480832549478,1929894318332,7744043540348,31067656725032,124613686513778,499744650202436,2003840547211196,8033729541916936 mov $2,...
37.636364
259
0.751208
490a59cafb4541be3813938c9e7d04c76d76d3ad
721
asm
Assembly
oeis/267/A267941.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/267/A267941.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/267/A267941.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A267941: Decimal representation of the n-th iteration of the "Rule 253" elementary cellular automaton starting with a single ON (black) cell. ; 1,3,31,127,511,2047,8191,32767,131071,524287,2097151,8388607,33554431,134217727,536870911,2147483647,8589934591,34359738367,137438953471,549755813887,2199023255551,8796093022...
55.461538
491
0.847434
1da9023b513fa28a2e843427b598b6ea18758463
91
asm
Assembly
Source Codes/Character input and display.asm
kaazima/Emulator-8086
2137954ecd35418b3720ac32e2577c7191006947
[ "MIT" ]
null
null
null
Source Codes/Character input and display.asm
kaazima/Emulator-8086
2137954ecd35418b3720ac32e2577c7191006947
[ "MIT" ]
null
null
null
Source Codes/Character input and display.asm
kaazima/Emulator-8086
2137954ecd35418b3720ac32e2577c7191006947
[ "MIT" ]
null
null
null
.MODEL small .DATA .CODE .STARTUP mov ah,01h int 21h mov dl,al mov ah,02h int 21h .EXIT end
8.272727
12
0.736264
c2f55b197601ac67dbeb14214e351a1585e529ed
395
asm
Assembly
oeis/002/A002260.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/002/A002260.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/002/A002260.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A002260: Triangle read by rows: T(n,k) = k for n >= 1, k = 1..n. ; Submitted by Christian Krause ; 1,1,2,1,2,3,1,2,3,4,1,2,3,4,5,1,2,3,4,5,6,1,2,3,4,5,6,7,1,2,3,4,5,6,7,8,1,2,3,4,5,6,7,8,9,1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,6,7,8,9,10,11,1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11,12,13,1,2,3,4,5,6,7,8,9 seq $0,2...
56.428571
211
0.574684
ab24d61c1bddc429ce07d46ffa727d996065cfb4
409
asm
Assembly
programs/oeis/176/A176631.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/176/A176631.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/176/A176631.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A176631: Triangle T(n, k) = 22^(k*(n-k)), read by rows. ; 1,1,1,1,22,1,1,484,484,1,1,10648,234256,10648,1,1,234256,113379904,113379904,234256,1,1,5153632,54875873536,1207269217792,54875873536,5153632,1,1,113379904,26559922791424,12855002631049216,12855002631049216,26559922791424,113379904,1 seq $0,4247 ; Multiplicat...
51.125
235
0.738386
33b916f14fd3c1d4940c77066d24168a43681e35
4,058
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_251.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_251.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_251.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 %r9 push %rdx lea addresses_UC_ht+0xe6a1, %r9 nop nop nop nop cmp $5525, %rdx movb (%r9), %r11b nop nop add $18681, %r12 pop %rdx pop %r9 pop %r12 pop %r11 ret .global s_faulty_load s_faulty_load: push %r10 push %r14 push %r8 push %rbp push %rdx...
63.40625
2,999
0.662395
ec516bb8af609184d2ad9fedde66c756cb796ea0
349
asm
Assembly
programs/oeis/187/A187532.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
null
null
null
programs/oeis/187/A187532.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
null
null
null
programs/oeis/187/A187532.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
null
null
null
; A187532: a(n) = 4^n mod 19. ; 1,4,16,7,9,17,11,6,5,1,4,16,7,9,17,11,6,5,1,4,16,7,9,17,11,6,5,1,4,16,7,9,17,11,6,5,1,4,16,7,9,17,11,6,5,1,4,16,7,9,17,11,6,5,1,4,16,7,9,17,11,6,5,1,4,16,7,9,17,11,6,5,1,4,16,7,9,17,11,6,5,1,4,16,7,9,17,11,6,5,1,4,16,7,9,17,11,6,5,1 mov $1,2 mov $2,$0 lpb $2 mul $1,4 mod $1,38 sub...
26.846154
234
0.550143
57e0d108c2336da0fc9788c5b12eb667b4f1e5b5
1,551
asm
Assembly
programs/oeis/192/A192389.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/192/A192389.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/192/A192389.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A192389: Coefficient of x in the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments. ; 0,1,3,9,22,48,96,181,327,573,982,1656,2760,4561,7491,12249,19966,32472,52728,85525,138615,224541,363598,588624,952752,1541953,2495331,4037961,6534022,10572768,17107632,27681301,44789895,72472221,117263206,18973658...
141
1,276
0.874919
b5ce42fd4a7e404b5d03a8bd9a64bfe2baec3415
1,190
asm
Assembly
src/util/icon/asm_cellprot.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/icon/asm_cellprot.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/icon/asm_cellprot.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
* Sprite cellprot * * Mode 4 * +|------------------+ * -wwwwwwwwwwww - * |wrrrrrrrrrrw | * |wrrrrrrrrrrw | * |wrrrrrrrrrrw | * |wrrrrrrrwwwwwwwww | * |wrrrrrrwwaaaaaaaww | * |wrrrrrrwaawwwwwaaw | * |wrrrrrwwawwwwwwwaww| * |wwwwwwwaaaaaaaaaaaw| * | waaaaawaaaaaw| * | waaaawwwaaaaw| * | wa...
17.5
41
0.618487
fe8e52a3e081fd36b96405219e6a537650285373
981
asm
Assembly
45/runtime/crt/crt0stub.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/crt/crt0stub.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/crt/crt0stub.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
TITLE crt0stub - stub replacement for crt0*.* (QLib only) ;*** ; crt0stub - stub replacement for crt0*.* (QLib only) ; ; Copyright <C> 1987, Microsoft Corporation ; ;Purpose: ; Quick Libs need the C startup for linking, but never execute it. ; This stub contains the appropriate PUBLICs so that the link will ; work, bu...
21.8
80
0.643221
e56f79bbf8c084924f0b6cc995cff06c03858df6
8,867
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_216.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_216.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_216.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x164ae, %r11 nop nop nop nop nop sub %rsi, %rsi mov $0x6162636465666768, %r10 movq %r10, %xmm5 movups %xmm5, (%r11) cmp $49463, %rax lea addresses_WC_ht+0xfa92, %rsi lea ...
32.840741
2,999
0.654111
0a7150f5c7a19d68f804837d924b867317d27b01
365
asm
Assembly
solutions/40 - Printing Etiquette 2/size-9_speed-53.asm
behrmann/7billionhumans
36d53daf278ef4f3729bc5cba2f2398d5411bd6d
[ "MIT" ]
45
2018-09-05T04:56:59.000Z
2021-11-22T08:57:26.000Z
solutions/40 - Printing Etiquette 2/size-9_speed-53.asm
behrmann/7billionhumans
36d53daf278ef4f3729bc5cba2f2398d5411bd6d
[ "MIT" ]
36
2018-09-01T11:34:26.000Z
2021-05-19T23:20:49.000Z
solutions/40 - Printing Etiquette 2/size-9_speed-53.asm
behrmann/7billionhumans
36d53daf278ef4f3729bc5cba2f2398d5411bd6d
[ "MIT" ]
36
2018-09-01T07:44:19.000Z
2021-09-10T19:07:35.000Z
-- 7 Billion Humans (2087) -- -- 40: Printing Etiquette 2 -- -- Author: landfillbaby -- Size: 9 -- Speed: 53 -- Speed Tests: 53, 53, 53, 55, 54, 53, 53, 52, 53, 53 a: mem1 = nearest printer if mem2 < 5 and myitem == nothing: takefrom mem1 endif step nw,w,sw,n,ne,e,se if c == nothing and myitem != nothing: mem2 = ...
15.869565
54
0.641096
512acd1d28d0cf51bfe28079b08ad19cf3c080eb
61,059
asm
Assembly
stressfs.asm
jhsie007/xv6
237fe356270a548f3171bd206771d6b9f29776c4
[ "MIT-0" ]
null
null
null
stressfs.asm
jhsie007/xv6
237fe356270a548f3171bd206771d6b9f29776c4
[ "MIT-0" ]
null
null
null
stressfs.asm
jhsie007/xv6
237fe356270a548f3171bd206771d6b9f29776c4
[ "MIT-0" ]
null
null
null
_stressfs: file format elf32-i386 Disassembly of section .text: 00001000 <main>: #include "fs.h" #include "fcntl.h" int main(int argc, char *argv[]) { 1000: 55 push %ebp 1001: 89 e5 mov %esp,%ebp 1003: 83 e4 f0 and $0xfffffff0,%esp 1006: 8...
36.65006
64
0.429896
a492c2178ea10c1484dfbac1a721d012b7f2d783
1,072
asm
Assembly
ppu/stripes.asm
michelhe/gba-suite
854c1fb3a02fc8d94d04041b2948826708d81011
[ "MIT" ]
null
null
null
ppu/stripes.asm
michelhe/gba-suite
854c1fb3a02fc8d94d04041b2948826708d81011
[ "MIT" ]
null
null
null
ppu/stripes.asm
michelhe/gba-suite
854c1fb3a02fc8d94d04041b2948826708d81011
[ "MIT" ]
null
null
null
format binary as 'gba' include '../lib/arm.inc' include '../lib/memory.inc' header: include '../lib/header.asm' main: ; Setup DISPCNT mov r0, 1 shl 8 mov r1, IO str r0, [r1, DISPCNT] ; Setup BG0CNT mov r0, 0x41 shl 2 mov r1, IO ...
19.851852
43
0.4375
1659f7f4aaf83bd3760da93ed64c7f1820cf66cf
3,792
asm
Assembly
src/x86-64/loader/sysvar.asm
redteamcaliber/BareMetal-kernel
e7293701a914b1bf6b6021a9afd97f8cb8b9fecf
[ "BSD-2-Clause" ]
1
2021-05-08T04:01:03.000Z
2021-05-08T04:01:03.000Z
src/x86-64/loader/sysvar.asm
redteamcaliber/BareMetal-kernel
e7293701a914b1bf6b6021a9afd97f8cb8b9fecf
[ "BSD-2-Clause" ]
null
null
null
src/x86-64/loader/sysvar.asm
redteamcaliber/BareMetal-kernel
e7293701a914b1bf6b6021a9afd97f8cb8b9fecf
[ "BSD-2-Clause" ]
null
null
null
; ============================================================================= ; Pure64 -- a 64-bit OS loader written in Assembly for x86-64 systems ; Copyright (C) 2008-2016 Return Infinity -- see LICENSE.TXT ; ; System Variables ; ============================================================================= ;CONFI...
35.111111
107
0.662711
b5cc4575c77f5502a334174f92f5a24f8542c14f
6,707
asm
Assembly
kernel/mm/slab.asm
TheMachine02/Sorcery
ee657f5a64049bee0c947add7ff2cb92d7281ec1
[ "MIT" ]
14
2020-05-27T13:20:35.000Z
2022-02-10T01:19:54.000Z
kernel/mm/slab.asm
TheMachine02/Sorcery
ee657f5a64049bee0c947add7ff2cb92d7281ec1
[ "MIT" ]
10
2020-06-12T20:53:03.000Z
2021-03-21T23:11:44.000Z
kernel/mm/slab.asm
TheMachine02/Sorcery
ee657f5a64049bee0c947add7ff2cb92d7281ec1
[ "MIT" ]
84
2020-06-11T06:27:03.000Z
2021-05-29T17:06:24.000Z
; 8 bytes per cache structure define KERNEL_SLAB_CACHE 0 define KERNEL_SLAB_CACHE_SIZE 8 define KERNEL_SLAB_CACHE_COUNT 0 ; queue info define KERNEL_SLAB_CACHE_QUEUE 1 ; queue info define KERNEL_SLAB_CACHE_DATA_SIZE 4 ; size of block (2 bytes) define KERNEL_SLAB_CACHE_DATA_COUNT 6 ; maximum number of block define ...
20.020896
91
0.726703
ef1a9adccdc97f3cb7a5dcea311eb30295f8d02f
267
asm
Assembly
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/l_f32_f2long.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/l_f32_f2long.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/lam32/c/sccz80/l_f32_f2long.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_am9511 PUBLIC l_f32_f2slong PUBLIC l_f32_f2ulong EXTERN asm_am9511_f2slong EXTERN asm_am9511_f2ulong ; Convert floating polong number to long defc l_f32_f2slong = asm_am9511_f2slong defc l_f32_f2ulong = asm_am9511_f2ulong
19.071429
40
0.786517
1fba446a2f043b988b3b7984b83da93e3124af8d
1,737
asm
Assembly
programs/oeis/244/A244802.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/244/A244802.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/244/A244802.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A244802: The 60 degree spoke (or ray) of a hexagonal spiral of Ulam. ; 1,10,43,100,181,286,415,568,745,946,1171,1420,1693,1990,2311,2656,3025,3418,3835,4276,4741,5230,5743,6280,6841,7426,8035,8668,9325,10006,10711,11440,12193,12970,13771,14596,15445,16318,17215,18136,19081,20050,21043,22060,23101,24166,25255,26368,27...
193
1,616
0.830743
26273fecd31c8e9156c956d43ffd3ecb770cc238
1,479
asm
Assembly
asm/dos_fix_first_ability_soul.asm
Iemnur/DSVEdit
1f52feb6de8a47c7d223a17d739e69bb40aedd3f
[ "MIT" ]
70
2017-02-25T15:06:47.000Z
2022-03-16T03:05:35.000Z
asm/dos_fix_first_ability_soul.asm
Iemnur/DSVEdit
1f52feb6de8a47c7d223a17d739e69bb40aedd3f
[ "MIT" ]
58
2017-03-12T21:34:50.000Z
2022-01-31T17:22:36.000Z
asm/dos_fix_first_ability_soul.asm
Iemnur/DSVEdit
1f52feb6de8a47c7d223a17d739e69bb40aedd3f
[ "MIT" ]
26
2017-03-04T16:35:13.000Z
2021-11-24T20:52:19.000Z
.nds .relativeinclude on .erroronwarning on .open "ftc/arm9.bin", 02000000h ; This fixes a bug in the original game that occurs when you get your first ability soul. It activates more ability souls than you actually possess. ; ; The bug works like this: The first time you get an ability soul, the same function that e...
87
444
0.783638
3180d3b12edb7a272805eb1d5517a007146b946c
165
asm
Assembly
tests/t02.asm
mras0/sasm
342f57570e79b2aa1c42a9064aaea4d198577be2
[ "MIT" ]
26
2019-08-13T19:54:42.000Z
2022-03-11T16:58:31.000Z
tests/t02.asm
mras0/sasm
342f57570e79b2aa1c42a9064aaea4d198577be2
[ "MIT" ]
null
null
null
tests/t02.asm
mras0/sasm
342f57570e79b2aa1c42a9064aaea4d198577be2
[ "MIT" ]
2
2019-08-20T10:23:56.000Z
2020-09-24T20:08:00.000Z
org 0x100 mov ah, 0x09 mov dx, msg int 0x21 mov ax, 0x4c00 int 0x21 msg: db 'Hello world!', 13, 10, '$'
15
36
0.418182
e6061a866b46579e846532cc11744f516696d054
1,866
asm
Assembly
untested/ARM/avx512_random_stuff.asm
GabrielRavier/Generic-Assembly-Samples
fbf803960a14307b7fce0165058d0d4048abaf42
[ "Unlicense" ]
null
null
null
untested/ARM/avx512_random_stuff.asm
GabrielRavier/Generic-Assembly-Samples
fbf803960a14307b7fce0165058d0d4048abaf42
[ "Unlicense" ]
null
null
null
untested/ARM/avx512_random_stuff.asm
GabrielRavier/Generic-Assembly-Samples
fbf803960a14307b7fce0165058d0d4048abaf42
[ "Unlicense" ]
null
null
null
code32 format ELF public _ternlogd_scalar public _ternlogq_scalar public _pmadd52luq_scalar section '.text' executable align 16 _ternlogd_scalar: push {r4, r5, lr} mov r5, r0 mov lr, #0 mov r0, lr .loop: lsr r4, r5, lr lsl r4, #1 and r4, #2 lsr ip, r1, lr and ip, #3 orr r4, ip, ...
12.780822
43
0.553055
dba3b7aaab997f507e7fca13906b27d4fc2cda32
13,210
asm
Assembly
lib/3d/fastmultiply.asm
bitshifters/teletextr
1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615
[ "MIT" ]
8
2016-12-26T19:33:13.000Z
2021-02-19T21:01:07.000Z
lib/3d/fastmultiply.asm
bitshifters/teletextr
1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615
[ "MIT" ]
9
2016-11-25T00:58:44.000Z
2017-06-26T15:22:10.000Z
lib/3d/fastmultiply.asm
bitshifters/teletextr
1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615
[ "MIT" ]
null
null
null
; quarter square lookup tables ; table1 = n*n/4, where n=0..510 ; table2 = (n-255)*(n-255)/4, where n=0..510 ; ; table2 + table1 origins must be page aligned ALIGN 256 PRECALC_TABLES = TRUE IF CONTIGUOUS_TABLES IF PRECALC_TABLES .SQUARETABLE2_LSB FOR i, 0, 255 n = 256-i EQUB LO( (n*n) /4 ) NEXT ...
30.864486
114
0.422104
68cf448c7aa438c7bf4e0bfdd6ae6bb2232ae904
17,443
asm
Assembly
impossiblator_3/allparts/kefrens.asm
viznut/demoscene
0a9b663a18ce5c31a1243fbdb85794325eeed1d8
[ "CC0-1.0" ]
14
2021-01-06T12:13:48.000Z
2021-02-10T20:39:48.000Z
impossiblator_3/allparts/kefrens.asm
viznut/demoscene
0a9b663a18ce5c31a1243fbdb85794325eeed1d8
[ "CC0-1.0" ]
null
null
null
impossiblator_3/allparts/kefrens.asm
viznut/demoscene
0a9b663a18ce5c31a1243fbdb85794325eeed1d8
[ "CC0-1.0" ]
null
null
null
!cpu 6510 ; start at 1010 ; init at $1380 !source "font.inc" ;;;;;;;;;;;;;;;;;;;;; some macros and stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;; ; undocumented opcodes !zone macros !macro AXSabs .axst { !byte $8f !word .axst } !macro ASO0 .asot { !byte $07,.asot } !macro wait .clocks { ; safe with 14..80 jsr wait...
16.628217
81
0.545606
8ea8c94599e2a09affe512b469f40f858beedd13
1,005
asm
Assembly
hw5/danielsawyer-hw5-gcd.asm
sawyermade/architecture
69194ae5282ab8f3a17a841d6c77212bfbe73038
[ "WTFPL" ]
16
2019-03-26T18:15:31.000Z
2022-03-07T19:45:34.000Z
hw5/danielsawyer-hw5-gcd.asm
MajedNabil/architecture
69194ae5282ab8f3a17a841d6c77212bfbe73038
[ "WTFPL" ]
null
null
null
hw5/danielsawyer-hw5-gcd.asm
MajedNabil/architecture
69194ae5282ab8f3a17a841d6c77212bfbe73038
[ "WTFPL" ]
43
2018-05-07T22:03:08.000Z
2022-03-18T08:57:03.000Z
.data inputx: .asciiz "\nEnter input x: " inputy: .asciiz "\nEnter input y: " printgcd: .asciiz "\nGCD = " repeat: .asciiz "\nEnter 0 to run again: " .text main: #gets x value li $v0, 4 #loads syscall print_string la $a0, inputx #gets string syscall #prints string li $v0, 5 #loads syscall read int syscall...
16.75
43
0.632836
c420f0871bd7d3752a66ce402c061507307daaba
717
asm
Assembly
oeis/228/A228958.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/228/A228958.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/228/A228958.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A228958: a(n) = 1*2 + 3*4 + 5*6 + 7*8 + 9*10 + 11*12 + 13*14 + ... + (up to n). ; 1,2,5,14,19,44,51,100,109,190,201,322,335,504,519,744,761,1050,1069,1430,1451,1892,1915,2444,2469,3094,3121,3850,3879,4720,4751,5712,5745,6834,6869,8094,8131,9500,9539,11060,11101,12782,12825,14674,14719,16744,16791,19000,19049,21450,21...
51.214286
496
0.702929
90fc9064b30117d8dd7803904f9fb194b05cd196
476
asm
Assembly
programs/oeis/127/A127511.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/127/A127511.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/127/A127511.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A127511: a(n) = mu(n) * 2^(n-1). ; 1,-2,-4,0,-16,32,-64,0,0,512,-1024,0,-4096,8192,16384,0,-65536,0,-262144,0,1048576,2097152,-4194304,0,0,33554432,0,0,-268435456,-536870912,-1073741824,0,4294967296,8589934592,17179869184,0,-68719476736,137438953472,274877906944,0,-1099511627776 mov $1,$0 seq $1,8683 ; Möbius (or Mo...
43.272727
246
0.67437
c03bc3b81ba4b7a00f16b85b6edcb58a419cfec2
2,815
asm
Assembly
boot/uefi/a64/cpu.asm
Tiihala/Dancy
75f42246faafed0576d4c41f4e572b400379a98c
[ "Unlicense" ]
11
2017-08-24T07:08:04.000Z
2022-03-17T22:30:15.000Z
boot/uefi/a64/cpu.asm
Tiihala/Dancy
75f42246faafed0576d4c41f4e572b400379a98c
[ "Unlicense" ]
2
2018-03-03T11:20:13.000Z
2018-03-11T14:02:08.000Z
boot/uefi/a64/cpu.asm
Tiihala/Dancy
75f42246faafed0576d4c41f4e572b400379a98c
[ "Unlicense" ]
3
2017-09-13T02:33:39.000Z
2021-09-10T14:37:51.000Z
;; ;; Copyright (c) 2019, 2020 Antti Tiihala ;; ;; Permission to use, copy, modify, and/or distribute this software for any ;; purpose with or without fee is hereby granted, provided that the above ;; copyright notice and this permission notice appear in all copies. ;; ;; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR...
40.797101
75
0.520426
29a1b2f77f782478c21cf04e1959e77ef2757456
909
asm
Assembly
programs/oeis/025/A025738.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/025/A025738.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/025/A025738.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A025738: Index of 9^n within sequence of numbers of form 8^i*9^j. ; 1,3,6,10,15,21,28,36,45,55,66,78,91,105,120,136,153,171,191,212,234,257,281,306,332,359,387,416,446,477,509,542,576,611,647,684,723,763,804,846,889,933,978,1024,1071,1119,1168,1218,1269,1321,1374,1428,1483,1540,1598 mov $20,$0 mov $22,$0 add $22,1 l...
18.18
217
0.511551
3aec894a39d5b27fd9689b0c79d89f61a5a301e5
4,556
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_327.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_327.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_327.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 %r9 lea addresses_WT_ht+0xa321, %r13 nop nop nop cmp %r11, %r11 mov $0x6162636465666768, %r9 movq %r9, %xmm7 vmovups %ymm7, (%r13) nop sub %r8, %r8 pop %r9 pop %r8 pop %r13 pop %r11 ret .global s_faulty_load s_faulty_load: push %r10 pus...
51.772727
2,999
0.659131
5eceeb25b18ff7783670015892f491d1e84caa78
7,937
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_17477_1291.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_17477_1291.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_17477_1291.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 %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x12abf, %r13 nop nop nop nop dec %rbx movb (%r13), %r12b nop nop nop nop and %r8, %r8 lea addresses_A_ht+0x70f, %rsi nop nop inc %r14 mov $0x6162636465666768, %rbx m...
33.918803
2,999
0.657301
18bbc4a9131d7f7f1f688f78d23ebfeca73dde7a
424
asm
Assembly
oeis/178/A178844.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/178/A178844.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/178/A178844.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A178844: First nonzero Fermat quotient mod the n-th prime. ; Submitted by Christian Krause ; 1,1,3,2,5,3,13,3,17,1,6,1,23,25,44,36,8,36,10,2,56,19,48,6,57,92,59,13,67,83,18,17,53,30,96,56,82,67,47,3,50,148,50,104,175,135,109,189,201,68,7,26,142,247,225,128,260,109,70,74,58,78,294,175,120,175,139,153 seq $0,6005 ; Th...
32.615385
209
0.676887
d05371b767b7c7eb81fcfe7199214d19815f9989
2,828
asm
Assembly
bfloat/fexp.asm
DW0RKiN/Floating-point-Library-for-Z80
494add6bc20922f4a634fbbacb32d8bd4dd185a7
[ "MIT" ]
12
2020-02-17T09:07:02.000Z
2022-02-09T22:15:34.000Z
bfloat/fexp.asm
DW0RKiN/Floating-point-Library-for-Z80
494add6bc20922f4a634fbbacb32d8bd4dd185a7
[ "MIT" ]
null
null
null
bfloat/fexp.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 @FEXP include "fmul.asm" include "color_flow_warning.asm" ; Natural exponential function ; Input: HL ; Output: HL = exp(HL)) +- lowest 2 bit ; e^((2^e)*m) = ; e^((2^e)*(m1+m0.5+m0.25+m0.125+m0.0.0625)) ; m1 => b1 = 1, m0.5 => b0.5 = 0 or 1, m0.25 => b0.25 = 0 or 1, ... ; e^( b1* (2...
31.076923
101
0.278642
b120e217b451d1ee5657f696885b67d098f6e626
501
asm
Assembly
oeis/027/A027558.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/027/A027558.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/027/A027558.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A027558: Number of 3-unbalanced strings of length n (= 2^n - A027557(n)). ; Submitted by Christian Krause ; 0,0,0,0,2,6,20,50,126,288,654,1422,3068,6474,13574,28112,57942,118566,241788,490914,994334,2008512,4050398,8154014,16396668,32935194,66104982,132586416,265792070,532579830,1066790972 mov $3,$0 seq $0,27557 ; N...
45.545455
184
0.708583
f4593cb25c557fc5a3da25f335f3c12793a11eb1
639
asm
Assembly
oeis/030/A030003.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/030/A030003.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/030/A030003.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A030003: (prime(n)-3)(prime(n)-5)(prime(n)-7)/48. ; Submitted by Jamie Morken(s1) ; 0,0,0,4,10,35,56,120,286,364,680,969,1140,1540,2300,3276,3654,4960,5984,6545,8436,9880,12341,16215,18424,19600,22100,23426,26235,37820,41664,47905,50116,62196,64824,73150,82160,88560,98770,109736,113564,134044,138415,147440,152096,182...
79.875
501
0.784038
bf4fb1f92fbc3a12d21e3d8a182ec0f2b0dda442
158
asm
Assembly
C vs Assembly/factoriel.asm
zakarialaoui10/HIGH-TO-LOW
6fba545110b1188e1afc72c414fbf4f48f780070
[ "MIT" ]
18
2021-07-21T11:01:04.000Z
2022-01-19T03:38:41.000Z
C vs Assembly/factoriel.asm
zakarialaoui10/HIGH-TO-LOW
6fba545110b1188e1afc72c414fbf4f48f780070
[ "MIT" ]
null
null
null
C vs Assembly/factoriel.asm
zakarialaoui10/HIGH-TO-LOW
6fba545110b1188e1afc72c414fbf4f48f780070
[ "MIT" ]
1
2021-06-25T19:48:30.000Z
2021-06-25T19:48:30.000Z
li $v0,5 syscall la $s0,($v0) li $s2,1 la $t0,($s0) loop: beq $t0,1,print mult $s2,$t0 mflo $s2 subi $t0,$t0,1 j loop print : li $v0,1 la $a0,($s2) syscall
9.875
15
0.601266
8e8d7e7019c16e43b28acef7484a1690e4525ec8
665
asm
Assembly
oeis/303/A303915.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/303/A303915.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/303/A303915.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A303915: a(n) = lambda(n)*E(n), where lambda(n) = A008836(n) and E(n) = A005361(n). ; Submitted by Christian Krause ; 1,-1,-1,2,-1,1,-1,-3,2,1,-1,-2,-1,1,1,4,-1,-2,-1,-2,1,1,-1,3,2,1,-3,-2,-1,-1,-1,-5,1,1,1,4,-1,1,1,3,-1,-1,-1,-2,-2,1,-1,-4,2,-2,1,-2,-1,3,1,3,1,1,-1,2,-1,1,-2,6,1,-1,-1,-2,1,-1,-1,-6,-1,1,-2,-2,1,-1,-...
19.558824
213
0.445113
e0f1aafb3a17038b714f939267aadad18514f37f
219
asm
Assembly
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/clearerr_unlocked_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/clearerr_unlocked_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/clearerr_unlocked_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void clearerr_unlocked_fastcall(FILE *stream) SECTION code_stdio PUBLIC _clearerr_unlocked_fastcall EXTERN asm_clearerr_unlocked _clearerr_unlocked_fastcall: push hl pop ix jp asm_clearerr_unlocked
13.6875
47
0.812785
ee8ca828568c967d7f3d5ea51320893661718619
406
asm
Assembly
programs/oeis/324/A324502.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/324/A324502.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/324/A324502.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A324502: a(n) = denominator of Sum_{d|n} (1/pod(d)) where pod(k) = the product of the divisors of k (A007955). ; 1,2,3,8,5,36,7,64,27,100,11,1728,13,196,225,1024,17,5832,19,8000,441,484,23,331776,125,676,729,21952,29,810000,31,32768,1089,1156,1225,10077696,37,1444,1521,2560000,41,3111696,43,85184,91125,2116,47,25480...
50.75
214
0.70936
9d21496e6f8a78d42e44a50d29439b899c98830d
40,902
asm
Assembly
ln.asm
monamansouri/os2-1
0f342897581c2b03e2215219e8bb950cdb5dbad1
[ "Xnet", "X11" ]
null
null
null
ln.asm
monamansouri/os2-1
0f342897581c2b03e2215219e8bb950cdb5dbad1
[ "Xnet", "X11" ]
null
null
null
ln.asm
monamansouri/os2-1
0f342897581c2b03e2215219e8bb950cdb5dbad1
[ "Xnet", "X11" ]
null
null
null
_ln: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) if(argc != 3){ ...
33.915423
60
0.411545
620d8a9ba3d8b858a9a71414f1fbc43788c8211a
366
asm
Assembly
libsrc/_DEVELOPMENT/adt/wa_priority_queue/c/sccz80/wa_priority_queue_data.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/adt/wa_priority_queue/c/sccz80/wa_priority_queue_data.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/adt/wa_priority_queue/c/sccz80/wa_priority_queue_data.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *wa_priority_queue_data(wa_priority_queue_t *q) SECTION code_clib SECTION code_adt_wa_priority_queue PUBLIC wa_priority_queue_data EXTERN asm_wa_priority_queue_data defc wa_priority_queue_data = asm_wa_priority_queue_data ; SDCC bridge for Classic IF __CLASSIC PUBLIC _wa_priority_queue_data defc _wa_priori...
19.263158
56
0.877049
391f63d3f265d80ab544ffca8ef519011de57ac2
6,945
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1004.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1004.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1004.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x165a7, %rsi lea addresses_UC_ht+0x82fb, %rdi nop nop nop nop add %rdx, %rdx mov $46, %rcx rep movsb nop nop nop nop nop xor %rcx, %rcx lea addresses_UC_ht+0xf2a7, %rsi lea a...
34.211823
2,999
0.661051
256d86186dffe5937fafd3a5046ed9f45d175393
1,855
asm
Assembly
ayfx_drv/ayfx-working-border.asm
remy/z80-wip
561356737540803aa7ced4a36f7ca176683412a9
[ "MIT" ]
null
null
null
ayfx_drv/ayfx-working-border.asm
remy/z80-wip
561356737540803aa7ced4a36f7ca176683412a9
[ "MIT" ]
null
null
null
ayfx_drv/ayfx-working-border.asm
remy/z80-wip
561356737540803aa7ced4a36f7ca176683412a9
[ "MIT" ]
null
null
null
DEVICE ZXSPECTRUMNEXT ORG $0000 ; ************************************************************** ; * API ; - 0: set bank id ; - 1: set effect ; ************************************************************** api_entry: jr ayfx_api nop ; At $0003 is the entry point for the interrupt handler. This will only be...
19.123711
74
0.447439
6725cc68f8c35b833a5648bb8fd7ed10ed205f97
5,760
asm
Assembly
Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0xca.log_21829_1808.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0xca.log_21829_1808.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0xca.log_21829_1808.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 %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0xe48f, %rbp nop nop nop sub %rax, %rax mov (%rbp), %rdi nop nop nop nop sub $25332, %r11 lea addresses_WC_ht+0x134ff, %r10 nop inc %rsi movw $0x6162, (%r10) nop add $3030...
40
2,999
0.657813
ffd4edfa09edf750e625dc2335d0b17964424df1
231
asm
Assembly
templates/vc.asm
RV8V/asm-code
4570af8c0b4cf3216b77a8247364f27dd103888d
[ "Xnet", "X11" ]
1
2022-02-09T22:16:02.000Z
2022-02-09T22:16:02.000Z
templates/vc.asm
RV8V/asm-code
4570af8c0b4cf3216b77a8247364f27dd103888d
[ "Xnet", "X11" ]
2
2020-12-18T17:56:03.000Z
2020-12-18T17:56:29.000Z
templates/vc.asm
RV8V/asm-code
4570af8c0b4cf3216b77a8247364f27dd103888d
[ "Xnet", "X11" ]
null
null
null
.global _start .data s: .ascii "testing string\n\0" len = . - s .text _start: mov $s, %r8 movb $'a', 4(%r8) mov $1, %rax mov $1, %rdi mov $s, %rsi mov $len, %rdx syscall mov $60, %rax mov $0, %rdi syscall
10.5
30
0.536797
7fa6d4bf01092e5eafd1bfe48c90a0e4b1793233
1,172
asm
Assembly
QSS/src/kernel/process/procint.asm
vbmacher/qsOS
40ee57c1aaa9849a62057f4e7d7770e8661f60ba
[ "Apache-2.0" ]
1
2019-09-19T04:27:54.000Z
2019-09-19T04:27:54.000Z
QSS/src/kernel/process/procint.asm
vbmacher/qsOS
40ee57c1aaa9849a62057f4e7d7770e8661f60ba
[ "Apache-2.0" ]
null
null
null
QSS/src/kernel/process/procint.asm
vbmacher/qsOS
40ee57c1aaa9849a62057f4e7d7770e8661f60ba
[ "Apache-2.0" ]
null
null
null
; ; PROCINT.ASM ; ; (c) Copyright 2005, vbmacher ; ; ; Kazdy proces po svojom ukonceni by mal zavolat toto prerusenie ; inak sa system zblazni... ; Zvolil som prerusenie napr. 21h (take iste ma dos hehe), aby som ; mal istotu ze funguje a nie je priradene nejakej inej veci ; .model compact .386 .data XoldINT ...
19.864407
66
0.59727
8d3df2320bded1142e2598b6d9df69038a0e1ade
458
asm
Assembly
programs/oeis/307/A307989.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/307/A307989.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/307/A307989.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A307989: a(n) = n - pi(2*n) + pi(n-1), where pi is the prime counting function. ; 0,0,1,2,3,4,4,6,6,6,7,8,9,11,11,11,12,14,14,16,16,16,17,18,19,20,20,21,22,23,23,25,26,26,27,27,27,29,30,30,31,32,33,35,35,36,37,39,39,40,40,40,41,42,42,43,43,44,45,47,48,50,51,51,52,52,53,55 mov $2,$0 add $2,2 mov $4,1 mov $5,$0 lpb $2...
28.625
192
0.613537
ca9e3cc4e30dcab2cafd2ca1a66a9e597fbc8d89
485
asm
Assembly
kernel/arch/x86_shared/sse.asm
feliwir/benny
b5960339facfe6cbe0f66b3766c06fdf2123aa8c
[ "MIT" ]
3
2016-10-03T20:48:18.000Z
2021-01-23T20:17:15.000Z
kernel/arch/x86_shared/sse.asm
feliwir/benny
b5960339facfe6cbe0f66b3766c06fdf2123aa8c
[ "MIT" ]
5
2016-10-03T22:56:39.000Z
2018-06-17T09:54:08.000Z
kernel/arch/x86_shared/sse.asm
feliwir/benny
b5960339facfe6cbe0f66b3766c06fdf2123aa8c
[ "MIT" ]
4
2016-09-12T10:50:13.000Z
2020-08-25T09:05:55.000Z
.code32 .global setup_SSE .section .text setup_SSE: # check for SSE movl $0x1, %eax cpuid test $(1<<25), %edx jz .no_SSE # enable SSE movl %cr0, %eax and $0xFFFB, %ax # clear coprocessor emulation CR0.EM or $0x2, %ax # set coprocessor monitoring CR0.MP mov %eax, %cr0 ...
21.086957
76
0.575258
66cd4f3bf0f3d44208c984ffcf5397815ed74861
583
asm
Assembly
tests/Interrupt/int3_test.asm
ZubinGou/8086-emulator
5087be61609fa571d16f34280211830746beaef1
[ "MIT" ]
39
2020-09-09T00:04:18.000Z
2022-03-26T13:12:47.000Z
tests/Interrupt/int3_test.asm
ZubinGou/8086-emulator
5087be61609fa571d16f34280211830746beaef1
[ "MIT" ]
null
null
null
tests/Interrupt/int3_test.asm
ZubinGou/8086-emulator
5087be61609fa571d16f34280211830746beaef1
[ "MIT" ]
8
2020-05-06T07:35:40.000Z
2021-08-13T14:00:49.000Z
ASSUME CS:CODE, DS:DATA DATA SEGMENT STR1 DB 01H,02H,05H,03H,04H STR2 DB 5 DUP(?) DATA ENDS CODE SEGMENT START: MOV AX, DATA MOV DS, AX LEA SI, STR1 int ; 测试断点 int ; 测试断点 LEA DI, STR2 + 4 MOV CX, 05H ...
19.433333
32
0.394511
fad62e8dabaa3c8a3bb7e99c0f4877e495484d04
52,167
asm
Assembly
main.asm
linxon/toggle_pin
f63cd2e9ff69b0df0e850a98ca6854a9c4e24082
[ "MIT" ]
null
null
null
main.asm
linxon/toggle_pin
f63cd2e9ff69b0df0e850a98ca6854a9c4e24082
[ "MIT" ]
null
null
null
main.asm
linxon/toggle_pin
f63cd2e9ff69b0df0e850a98ca6854a9c4e24082
[ "MIT" ]
null
null
null
;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 4.1.0 #12072 (MINGW64) ;-------------------------------------------------------- .module main .optsdcc -mmcs51 --model-small ;-------------------------------------------------------- ...
21.955808
134
0.516227
ff94ec36d36179505094660d4869da55b998f7b9
1,962
asm
Assembly
programs/oeis/270/A270867.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/270/A270867.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/270/A270867.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A270867: a(n) = n^3 + 2*n^2 + 4*n + 1. ; 1,8,25,58,113,196,313,470,673,928,1241,1618,2065,2588,3193,3886,4673,5560,6553,7658,8881,10228,11705,13318,15073,16976,19033,21250,23633,26188,28921,31838,34945,38248,41753,45466,49393,53540,57913,62518,67361,72448,77785,83378,89233,95356,101753,108430,115393,122648,130201,138...
178.363636
1,853
0.843017
9aad4015124bae8b86a56b8aa6c491b47be0ddcc
93
asm
Assembly
flame32-libs/unit-tests/test-ldm-1.asm
drako0812/flame32
cf79e5fc14838cc3ca0dbe702bbdb8f157a587ab
[ "MIT" ]
2
2019-08-21T09:16:32.000Z
2020-08-12T12:56:08.000Z
flame32-libs/unit-tests/test-ldm-1.asm
drako0812/flame32
cf79e5fc14838cc3ca0dbe702bbdb8f157a587ab
[ "MIT" ]
null
null
null
flame32-libs/unit-tests/test-ldm-1.asm
drako0812/flame32
cf79e5fc14838cc3ca0dbe702bbdb8f157a587ab
[ "MIT" ]
null
null
null
#include "../../flame32.asm" ; Tests LDM ldm A, TEST_VALUE TEST_VALUE: #d32 0x12345678
11.625
28
0.666667
95e6c7e37bd353195b75f34439883b95ebd757b8
48,055
asm
Assembly
prog1.asm
mmend175/xv6_OS
9f446f254ef3bc85800c5daafbb92fb19011cb31
[ "MIT-0" ]
null
null
null
prog1.asm
mmend175/xv6_OS
9f446f254ef3bc85800c5daafbb92fb19011cb31
[ "MIT-0" ]
null
null
null
prog1.asm
mmend175/xv6_OS
9f446f254ef3bc85800c5daafbb92fb19011cb31
[ "MIT-0" ]
null
null
null
_prog1: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: 55 ...
29.773854
96
0.411653
87ec01cfcd0875563fdd55a8d3c3f313d6c24fa2
6,655
asm
Assembly
data/maps/map_header_banks.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
data/maps/map_header_banks.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
data/maps/map_header_banks.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
; see also MapHeaderPointers MapHeaderBanks:: table_width 1, MapHeaderBanks db BANK(PalletTown_h) db BANK(ViridianCity_h) db BANK(PewterCity_h) db BANK(CeruleanCity_h) db BANK(LavenderTown_h) db BANK(VermilionCity_h) db BANK(CeladonCity_h) db BANK(FuchsiaCity_h) db BANK(CinnabarIsland_h) db BANK(IndigoPlatea...
26.304348
65
0.804207
f83bd9fba60727b1ce25c7a3bc3dfdd7be044b18
247
asm
Assembly
libsrc/_DEVELOPMENT/alloc/obstack/c/sdcc_iy/obstack_next_free.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/alloc/obstack/c/sdcc_iy/obstack_next_free.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/alloc/obstack/c/sdcc_iy/obstack_next_free.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *obstack_next_free(struct obstack *ob) SECTION code_clib SECTION code_alloc_obstack PUBLIC _obstack_next_free EXTERN asm_obstack_next_free _obstack_next_free: pop af pop hl push hl push af jp asm_obstack_next_free
12.35
45
0.773279
610dc9536b70379d9e99de3db30f6f15f9d92850
556
asm
Assembly
oeis/198/A198402.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/198/A198402.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/198/A198402.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A198402: 5^n*n^5. ; 0,5,800,30375,640000,9765625,121500000,1313046875,12800000000,115330078125,976562500000,7863818359375,60750000000000,453238525390625,3282617187500000,23174285888671875,160000000000000000,1083264923095703125,7208129882812500000,47227840423583984375,305175781250000000000,1947451114654541015625,12287...
55.6
476
0.875899
4bd0385efb5b7c9ae46b2b5c169da71e08bd9ad7
910
asm
Assembly
wallpaper-one/emulator/Assembler/CharDemo.asm
paulscottrobson/assorted-archives
87ce21ef1556bed441fffbb5c4c3c11c06324385
[ "MIT" ]
null
null
null
wallpaper-one/emulator/Assembler/CharDemo.asm
paulscottrobson/assorted-archives
87ce21ef1556bed441fffbb5c4c3c11c06324385
[ "MIT" ]
null
null
null
wallpaper-one/emulator/Assembler/CharDemo.asm
paulscottrobson/assorted-archives
87ce21ef1556bed441fffbb5c4c3c11c06324385
[ "MIT" ]
1
2020-01-02T13:54:19.000Z
2020-01-02T13:54:19.000Z
; ****************************************************************************************************************** ; ; Hardware test. ; ; Displays a checkerboard pattern, alternating pixels, then echos toggles to LEDs. ; if A is pressed, shows ASCII keyboard input on LEDs. ; ; ************************************...
15.423729
116
0.46044
5cfbb2d4be27cc3fb48e127938f8a4134599160e
430
asm
Assembly
programs/oeis/008/A008642.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/008/A008642.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/008/A008642.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A008642: Quarter-squares repeated. ; 1,1,2,2,4,4,6,6,9,9,12,12,16,16,20,20,25,25,30,30,36,36,42,42,49,49,56,56,64,64,72,72,81,81,90,90,100,100,110,110,121,121,132,132,144,144,156,156,169,169,182,182,196,196,210,210,225,225,240,240,256,256,272,272,289,289,306,306,324,324,342,342,361,361,380,380,400,400,420,420,441,441...
53.75
355
0.704651
78a42d954e7f618e3378be0cf6e79dc62ed9f0e5
2,347
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_5_717.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_5_717.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_5_717.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r9 push %rbp push %rdi push %rdx push %rsi lea addresses_WT_ht+0x135f8, %rdx nop nop nop nop and %rbp, %rbp movw $0x6162, (%rdx) nop nop add $441, %rsi lea addresses_D_ht+0xbaf8, %r9 nop and %r13, %r13 movb $0x61, (%r9) nop nop nop nop inc %rbp lea ...
18.193798
124
0.642948
89d8010fac18b831b554666212e631194d827506
12,532
asm
Assembly
P6/data_P6_2/ALUTest0.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/ALUTest0.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
P6/data_P6_2/ALUTest0.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
xori $6,$3,33678 sll $3,$1,15 srl $3,$4,7 lb $6,2($0) addu $4,$5,$3 addiu $5,$1,-4022 sh $1,8($0) sb $5,3($0) lw $5,12($0) nor $3,$0,$3 sltiu $1,$1,-20774 nor $3,$5,$3 nor $3,$4,$3 xor $3,$4,$3 sltu $1,$1,$3 lb $1,8($0) sltiu $1,$3,441 lhu $4,14($0) lh $1,2($0) xori $4,$3,50118 nor $6,$1,$3 addiu $0,$5,-13355 subu $1,$...
14.096738
18
0.522981
1f9baa34d18670fa6a900c59f594d82035cb83a7
38
asm
Assembly
codigo/ej5/COM/ex_com.asm
IgnacioPardo/TD2_TP1
6da33225a3d92ff4966b82923e90104bbd5b422e
[ "MIT" ]
null
null
null
codigo/ej5/COM/ex_com.asm
IgnacioPardo/TD2_TP1
6da33225a3d92ff4966b82923e90104bbd5b422e
[ "MIT" ]
null
null
null
codigo/ej5/COM/ex_com.asm
IgnacioPardo/TD2_TP1
6da33225a3d92ff4966b82923e90104bbd5b422e
[ "MIT" ]
null
null
null
SET R0, 0x99 SET R1, 0xD2 COM R0, R1
7.6
12
0.657895
943abc79f617aeebf3aee535b30f3375072c35e1
522
asm
Assembly
lib/math/divide.asm
msiemens/rust-tinyasm
1549d75260b9d523d4ecebd2033b098ef5e5f156
[ "MIT", "Unlicense" ]
14
2015-02-24T01:39:42.000Z
2022-03-30T10:55:55.000Z
lib/math/divide.asm
msiemens/rust-tinyasm
1549d75260b9d523d4ecebd2033b098ef5e5f156
[ "MIT", "Unlicense" ]
null
null
null
lib/math/divide.asm
msiemens/rust-tinyasm
1549d75260b9d523d4ecebd2033b098ef5e5f156
[ "MIT", "Unlicense" ]
2
2021-01-19T20:52:32.000Z
2022-03-30T10:55:56.000Z
; SUBROUTINE: Divide two integers ; --------------------------------- ; Input: $arg0: dividend as int, $arg1: divisor as int ; Output: $return's the arg0/arg1 as int division ; Algorithm: TODO @start(divide, 2) math_div_loop: ; arg0 < arg1 → break J...
27.473684
62
0.465517
9515090c9027d2b123089f18a42651b16535d233
484
asm
Assembly
oeis/073/A073996.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/073/A073996.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/073/A073996.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A073996: Number of strings of length n over GF(4) with trace 0 and subtrace 1. ; Submitted by Christian Krause ; 0,1,3,12,60,256,1008,4032,16320,65536,261888,1047552,4193280,16777216,67104768,268419072,1073725440,4294967296,17179803648,68719214592,274877644800,1099511627776,4398045462528,17592181850112,70368739983360...
32.266667
275
0.78719
5da2e449424654612976379943d210a45eb86fb4
3,724
asm
Assembly
os/drivers/pci.asm
sirupsen/flying-cat
d6e1640c63cc4c67ba18d4008556589dccbef233
[ "BSD-3-Clause" ]
7
2017-08-16T10:39:19.000Z
2022-02-06T10:38:17.000Z
os/drivers/pci.asm
Sirupsen/flying-cat
d6e1640c63cc4c67ba18d4008556589dccbef233
[ "BSD-3-Clause" ]
1
2018-11-20T04:08:58.000Z
2018-11-20T04:08:58.000Z
os/drivers/pci.asm
jakiki6/flying-cat
d6e1640c63cc4c67ba18d4008556589dccbef233
[ "BSD-3-Clause" ]
5
2020-04-19T19:42:05.000Z
2021-06-16T08:32:22.000Z
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2010 Return Infinity -- see LICENSE.TXT ; ; PCI Functions. http://wiki.osdev.org/PCI ; =============================================================...
22.987654
174
0.55666
8c8e3fb68e347acae840e13b197e6491fcb7ac3e
254
asm
Assembly
programs/oeis/159/A159333.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/159/A159333.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/159/A159333.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A159333: Roman factorial of n. ; -1,1,1,1,2,6,24,120,720,5040,40320,362880,3628800,39916800,479001600,6227020800,87178291200,1307674368000,20922789888000,355687428096000,6402373705728000 sub $2,$0 trn $0,2 fac $0 mov $1,$0 cmp $2,0 mul $2,2 sub $1,$2
23.090909
155
0.748031
48d8830736d3f6ea5797cddcc5acf9070bec04da
254
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc/zx_saddrpright.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc/zx_saddrpright.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc/zx_saddrpright.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *zx_saddrpright(void *saddr, uint bitmask) SECTION code_clib SECTION code_arch PUBLIC _zx_saddrpright EXTERN asm_zx_saddrpright _zx_saddrpright: pop af pop hl pop de push de push hl push af jp asm_zx_saddrpright
11.545455
49
0.720472
2000ee5926818324da816b5df0b6679056792235
10,497
asm
Assembly
Galaga on FPGA/MIPS port/SimpleGame_01.asm
Interestle/Misc
a94bd476a5f42971869338689e0c25d01487915f
[ "MIT" ]
null
null
null
Galaga on FPGA/MIPS port/SimpleGame_01.asm
Interestle/Misc
a94bd476a5f42971869338689e0c25d01487915f
[ "MIT" ]
null
null
null
Galaga on FPGA/MIPS port/SimpleGame_01.asm
Interestle/Misc
a94bd476a5f42971869338689e0c25d01487915f
[ "MIT" ]
null
null
null
.data ### Bitmap Display ### # There are 2048 pixels that are each a word in length, # but expects a 24-bit color value. # There are 32 columns and 64 rows. # # Settings to use: (small display) (big display) # Unit Width in Pixels: 8 (16) # Unit Height in Pixels: ...
24.411628
123
0.617319
c3c0631f7f967910e73b06747c4ffcf043172368
636
asm
Assembly
oeis/010/A010003.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/010/A010003.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/010/A010003.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A010003: a(0) = 1, a(n) = 11*n^2 + 2 for n>0. ; Submitted by Simon Strandgaard ; 1,13,46,101,178,277,398,541,706,893,1102,1333,1586,1861,2158,2477,2818,3181,3566,3973,4402,4853,5326,5821,6338,6877,7438,8021,8626,9253,9902,10573,11266,11981,12718,13477,14258,15061,15886,16733,17602,18493,19406,20341,21298,22277,23278,...
57.818182
496
0.762579
b8b38982ba063efeb28840b734dd0a913f8c17f8
332
asm
Assembly
oeis/021/A021245.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/021/A021245.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/021/A021245.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A021245: Decimal expansion of 1/241. ; Submitted by Jamie Morken(s2) ; 0,0,4,1,4,9,3,7,7,5,9,3,3,6,0,9,9,5,8,5,0,6,2,2,4,0,6,6,3,9,0,0,4,1,4,9,3,7,7,5,9,3,3,6,0,9,9,5,8,5,0,6,2,2,4,0,6,6,3,9,0,0,4,1,4,9,3,7,7,5,9,3,3,6,0,9,9,5,8,5,0,6,2,2,4,0,6,6,3,9,0,0,4,1,4,9,3,7,7 add $0,1 mov $2,10 pow $2,$0 div $2,241 mov $0,$...
30.181818
199
0.560241
4f6b5b67aae89f658ca802721079f11b3374ebe4
217
asm
Assembly
libsrc/gfx/portable/undrawr.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/gfx/portable/undrawr.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/gfx/portable/undrawr.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_graphics PUBLIC undrawr PUBLIC _undrawr EXTERN unplot EXTERN commondrawr ;void undrawr(int x2, int y2) __smallc ;Note ints are actually uint8_t undrawr: _undrawr: ld hl,unplot jp commondrawr
12.764706
39
0.778802
b1bd93205fd9c8d177db30f701a11de477a6fa4d
7,443
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_384.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_384.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_384.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 %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0xd8cf, %rsi lea addresses_UC_ht+0x299c, %rdi nop nop nop inc %rdx mov $28, %rcx rep movsb nop nop nop nop nop xor $22690, %r12 lea addresses_A_ht+0x1e25f, %rsi lea addresses_...
35.956522
2,999
0.657934
33650d407ab230f60a10d4da267eb34c2046d0cb
600
asm
Assembly
programs/oeis/288/A288994.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/288/A288994.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/288/A288994.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A288994: a(n) = n*(n+3) when n is congruent to 0 or 3 (mod 4), and n*(n+3)/2 otherwise. ; 0,2,5,18,28,20,27,70,88,54,65,154,180,104,119,270,304,170,189,418,460,252,275,598,648,350,377,810,868,464,495,1054,1120,594,629,1330,1404,740,779,1638,1720,902,945,1978,2068,1080,1127,2350,2448,1274,1325,2754,2860,1484,1539,3190...
60
451
0.723333
3f5d3e40f34867fcca8b23bea3b8aab98af9a368
680
asm
Assembly
oeis/013/A013613.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/013/A013613.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/013/A013613.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A013613: Triangle of coefficients in expansion of (1+6x)^n. ; Submitted by Jamie Morken(s1) ; 1,1,6,1,12,36,1,18,108,216,1,24,216,864,1296,1,30,360,2160,6480,7776,1,36,540,4320,19440,46656,46656,1,42,756,7560,45360,163296,326592,279936,1,48,1008,12096,90720,435456,1306368,2239488,1679616,1,54,1296,18144,163296,979776...
45.333333
497
0.767647
b3e742d258dabc8bb6ed62d21477130b79b1d180
223
asm
Assembly
libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_push_back_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_push_back_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_push_back_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; size_t w_vector_push_back(w_vector_t *v, void *item) SECTION code_clib SECTION code_adt_w_vector PUBLIC w_vector_push_back_callee EXTERN w_vector_append_callee defc w_vector_push_back_callee = w_vector_append_callee
18.583333
55
0.865471
319f41a1ee4bcebc7cdfddcbf4338954e84a827d
436
asm
Assembly
programs/oeis/301/A301719.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/301/A301719.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/301/A301719.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A301719: Partial sums of A301718. ; 1,6,17,34,57,85,118,157,202,253,309,370,437,510,589,673,762,857,958,1065,1177,1294,1417,1546,1681,1821,1966,2117,2274,2437,2605,2778,2957,3142,3333,3529,3730,3937,4150,4369,4593,4822,5057,5298,5545,5797,6054,6317,6586,6861,7141,7426,7717,8014,8317,8625 mov $3,$0 add $3,1 mul $3,4 ...
22.947368
254
0.68578
ec9bb776abd6c5cc1f9cb42d7be75e123dcb5315
693
asm
Assembly
oeis/232/A232970.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/232/A232970.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/232/A232970.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A232970: Expansion of (1-3*x)/(1-5*x+3*x^2+x^3). ; Submitted by Jamie Morken(s1) ; 1,2,7,28,117,494,2091,8856,37513,158906,673135,2851444,12078909,51167078,216747219,918155952,3889371025,16475640050,69791931223,295643364940,1252365390981,5305104928862,22472785106427,95196245354568,403257766524697,1708227311453354,723...
36.473684
482
0.808081
30037efc4ffa8b2986f8113751732a7d43203df0
385
asm
Assembly
Irvine/Examples/ch07/32 bit/Bmult.asm
alieonsido/ASM_TESTING
4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7
[ "Apache-2.0" ]
null
null
null
Irvine/Examples/ch07/32 bit/Bmult.asm
alieonsido/ASM_TESTING
4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7
[ "Apache-2.0" ]
null
null
null
Irvine/Examples/ch07/32 bit/Bmult.asm
alieonsido/ASM_TESTING
4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7
[ "Apache-2.0" ]
null
null
null
; Binary Multiplication (BMult.asm) ; This program demonstrates binary multiplication using SHL. ; It multiplies intval by 36, using SHL instructions. INCLUDE Irvine32.inc .data intval DWORD 123 .code main PROC mov eax,intval mov ebx,eax shl eax,5 ; multiply by 32 shl ebx,2 ; multiply by 4 add eax...
16.73913
60
0.72987
89775be13574cb0602b1e2dfdc7a9edae7437a9f
349
asm
Assembly
4 专业科目/计算机组成/习题/hw/自己动手写CPU/Code/Chapter5_1/AsmTest/inst_rom.asm
ladike/912_project
5178c1c93ac6ca30ffc72dd689f5c6932704b4ab
[ "MIT" ]
640
2019-03-30T11:32:43.000Z
2022-03-31T14:05:18.000Z
4 专业科目/计算机组成/习题/hw/自己动手写CPU/Code/Chapter5_1/AsmTest/inst_rom.asm
ladike/912_project
5178c1c93ac6ca30ffc72dd689f5c6932704b4ab
[ "MIT" ]
6
2019-07-22T01:57:24.000Z
2022-01-20T15:03:16.000Z
4 专业科目/计算机组成/习题/hw/自己动手写CPU/Code/Chapter5_1/AsmTest/inst_rom.asm
ladike/912_project
5178c1c93ac6ca30ffc72dd689f5c6932704b4ab
[ "MIT" ]
212
2019-04-10T02:31:50.000Z
2022-03-30T02:32:47.000Z
inst_rom.om: file format elf32-tradbigmips Disassembly of section .text: 00000000 <_start>: 0: 34011100 li at,0x1100 4: 34210020 ori at,at,0x20 8: 34214400 ori at,at,0x4400 c: 34210044 ori at,at,0x44 Disassembly of section .reginfo: 00000000 <_ram_end-0x10>: 0: 00000002 srl zero,zero,0x0 .....
18.368421
46
0.690544
14823a3a371e61c91ce439fa82d83bd96dab09ce
618
asm
Assembly
oeis/058/A058396.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/058/A058396.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/058/A058396.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A058396: Expansion of ((1-x)/(1-2*x))^3. ; 1,3,9,25,66,168,416,1008,2400,5632,13056,29952,68096,153600,344064,765952,1695744,3735552,8192000,17891328,38928384,84410368,182452224,393216000,845152256,1811939328,3875536896,8271167488,17616076800,37446746112,79456894976,168309030912,355945414656,751619276800,158484293222...
47.538462
486
0.825243
a5d271d842c079de57451d19e6ec8643955bb2ac
78
asm
Assembly
src/system/fork-bomb.asm
Pentium1080Ti/x86-assembly
4af3caf07e17bdd23e08b85f6666d67f63f610c2
[ "MIT" ]
null
null
null
src/system/fork-bomb.asm
Pentium1080Ti/x86-assembly
4af3caf07e17bdd23e08b85f6666d67f63f610c2
[ "MIT" ]
null
null
null
src/system/fork-bomb.asm
Pentium1080Ti/x86-assembly
4af3caf07e17bdd23e08b85f6666d67f63f610c2
[ "MIT" ]
null
null
null
SECTION .text global _start _start: mov eax, 2 int 80h jmp _start
11.142857
14
0.653846
1482c18e36f9ccb226b2d7b5f0ccc4b2bb593a27
640
asm
Assembly
programs/oeis/184/A184540.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/184/A184540.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/184/A184540.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A184540: Number of (n+2) X 3 binary arrays with each 3 X 3 subblock having rows and columns in lexicographically nondecreasing order. ; 45,89,147,220,309,415,539,682,845,1029,1235,1464,1717,1995,2299,2630,2989,3377,3795,4244,4725,5239,5787,6370,6989,7645,8339,9072,9845,10659,11515,12414,13357,14345,15379,16460,17589,...
21.333333
213
0.629688
dc065e7043cab36f62efbe2c36fd5b2bdbd1d224
152
asm
Assembly
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_aaddr2cy.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_aaddr2cy.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_aaddr2cy.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; uchar tshc_aaddr2cy(void *aaddr) SECTION code_clib SECTION code_arch PUBLIC _tshc_aaddr2cy EXTERN _zx_saddr2cy defc _tshc_aaddr2cy = _zx_saddr2cy
13.818182
34
0.835526
42cbdb7d0e3b40d6daa5123bc2d350f3a7f46069
8,466
asm
Assembly
Transynther/x86/_processed/US/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_2535.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_2535.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_2535.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 %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1e8bd, %rbx nop nop nop nop xor %rbp, %rbp mov $0x6162636465666768, %rdi movq %rdi, %xmm2 vmovups %ymm2, (%rbx) nop nop nop sub $12102, %rsi lea addresses_WC_ht+0xd577, %rsi...
34.839506
2,999
0.642098
89707b65775455df40afc9cf7b956e9b4f21a019
697
asm
Assembly
ffight/lcs/weapon/2E.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
6
2020-10-14T15:29:10.000Z
2022-02-12T18:58:54.000Z
ffight/lcs/weapon/2E.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
ffight/lcs/weapon/2E.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
1
2020-12-17T08:59:10.000Z
2020-12-17T08:59:10.000Z
copyright zengfr site:http://github.com/zengfr/romhack 003A06 movem.l D0-D3, -(A6) 003A0A movem.l D0-D3, -(A6) 004434 move.b ($2e,A0), ($2e,A6) [weapon+ E, weapon+10] 00443A move.b ($2b,A0), D0 [weapon+2E] 009ACA dbra D5, $9ac8 057B8C move.b ($2e,A0), ($36,A6) [weapon+2E] 057DCA eori.b #$1, ($2e,A6) [...
34.85
57
0.622669
f7df3196c134d995347d57135bc2afbe0a215a7c
603
asm
Assembly
asm/test.asm
Zenith80/initial_emulator
2c2bfbed9fe0ed55c856a02b52a5fdd97f328e72
[ "Apache-2.0" ]
9
2017-11-12T23:16:14.000Z
2017-12-08T19:42:44.000Z
asm/test.asm
Zenith80/Zenith80
2c2bfbed9fe0ed55c856a02b52a5fdd97f328e72
[ "Apache-2.0" ]
null
null
null
asm/test.asm
Zenith80/Zenith80
2c2bfbed9fe0ed55c856a02b52a5fdd97f328e72
[ "Apache-2.0" ]
null
null
null
jp start start: ; tests: ;ld r, n ;out (n), a ;ld r, r' ld a, 12 ld b, 0 out (4), a ld b, 12 ld a, 0 ld a, b out (4), a ; tests: ;ld dd, nn ;ld r, (hl) ld a, 91 out (4), a ld a, 1 ld hl, t1 ld a, (hl) out (4), a ; tests: ;ld a, (bc) ld a, 12 out (4), a ld bc, t2 ld a, (bc) out (4), a ; test...
10.767857
21
0.475954
ab9fc3e05f398a83da666839f51f7bdbf9edb425
297
asm
Assembly
programs/oeis/014/A014038.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/014/A014038.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/014/A014038.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A014038: Inverse of 29th cyclotomic polynomial. ; 1,-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,1,-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,1,-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,1,-1,0,0,0,0,0,0,0,0,0,0,0 sub $1,$0 mod $1,29 pow $1,$1 mov $0,$1
37.125
205
0.542088
bbfc8bc6fc652c89edf0178bb3c33b5f742f30ff
499
asm
Assembly
oeis/092/A092727.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/092/A092727.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/092/A092727.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A092727: Decimal expansion of e^(-1/6). ; Submitted by Jamie Morken(s2) ; 8,4,6,4,8,1,7,2,4,8,9,0,6,1,4,0,7,4,0,4,4,9,1,7,3,9,9,7,9,8,7,5,4,5,7,6,8,8,8,2,9,1,6,2,4,4,2,7,0,5,1,8,3,9,3,2,2,6,5,0,9,1,4,9,8,0,1,4,1,4,7,8,7,0,5,4,6,1,4,7,4,7,4,8,2,1,6,4,7,0,3,4,2,0,1,1,5,7,5,9 mov $1,524288 mov $3,$0 mul $3,3 mov $5,$0 ...
18.481481
201
0.533066
6da9b5ca26db9b1a73a501298877b885dc1652e3
6,141
asm
Assembly
macros2.asm
jsvalenzuela/EA3-ejercicio
2e29981b3f5020b466d3892d65c4f8d3801d563c
[ "MIT" ]
1
2019-09-11T22:47:22.000Z
2019-09-11T22:47:22.000Z
macros2.asm
FedeAPerez/Compiladores2C2019
6efcf209b88150ac331bcf898797648da8222dbd
[ "MIT" ]
null
null
null
macros2.asm
FedeAPerez/Compiladores2C2019
6efcf209b88150ac331bcf898797648da8222dbd
[ "MIT" ]
null
null
null
;macros2.asm ;These are macros for Assembly Language Programming ;Myron Berg ;Dickinson State University ;4/5/99 ;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ getString macro string ;read string from keyboard local label1, label2, label3, label4, label...
24.862348
77
0.317864
444f3f2a366cfc55987e7060336b85899b96fae8
32
asm
Assembly
tests/fn_le/9.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
414
2016-10-14T22:39:20.000Z
2022-03-30T07:52:44.000Z
tests/fn_le/9.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
100
2018-03-22T16:12:24.000Z
2022-03-26T09:19:23.000Z
tests/fn_le/9.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
47
2017-06-29T15:12:13.000Z
2022-03-10T04:50:51.000Z
#d le(0xff000000) ; = 0x000000ff
32
32
0.71875