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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f8228c65fd05595ee82d99735543ef0472491d4b | 708 | asm | Assembly | oeis/163/A163472.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/163/A163472.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/163/A163472.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A163472: a(n) = 12*a(n-1) - 33*a(n-2) for n > 1; a(0) = 3, a(1) = 21.
; Submitted by Jamie Morken(s1)
; 3,21,153,1143,8667,66285,509409,3925503,30295539,234004869,1808305641,13977507015,108055998027,835414244829,6459123003057,49940805957327,386138612387043,2985616752052725,23084826815860281,178492568972583447,1380111... | 39.333333 | 474 | 0.789548 |
edec999fe3b52214ee8c0e3701da72752af0951c | 631 | asm | Assembly | ASM/test.asm | ThizGuy1016/brainf-ck | b9036eace3de52bace97569b747b769d81aae5e2 | [
"MIT"
] | null | null | null | ASM/test.asm | ThizGuy1016/brainf-ck | b9036eace3de52bace97569b747b769d81aae5e2 | [
"MIT"
] | null | null | null | ASM/test.asm | ThizGuy1016/brainf-ck | b9036eace3de52bace97569b747b769d81aae5e2 | [
"MIT"
] | null | null | null |
section .data
SYS_WRITE: equ 1
SYS_OUT: equ 1
STACK_MAX: equ 30000
message: db "Hello World",0xA
message_len: equ $-message
section .bss
digit_space: resb 8
stack: resq STACK_MAX
section .text
global _start
_clear_loop:
mov QWORD stack[r8d], 0
inc r8d
cmp r8d, STACK_MAX
jle _clear_loop
mov r8d, ... | 10.694915 | 30 | 0.694136 |
6cd607341896ff6c3e37d6de58bad5de02ff152f | 671 | asm | Assembly | oeis/015/A015260.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/015/A015260.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/015/A015260.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A015260: Gaussian binomial coefficient [ n,2 ] for q = -9.
; Submitted by Jamie Morken(s1)
; 1,73,5986,484210,39226915,3177326971,257363962948,20846476694116,1688564650965445,136773736379522605,11078672649879436966,897372484611991440598,72687171253825493271271,5887660871557577275727455,476900530596184348447133320,386... | 44.733333 | 475 | 0.853949 |
cef2da9d87927da3df7ab23850bee8cb51a92e23 | 388 | asm | Assembly | programs/oeis/147/A147810.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/147/A147810.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/147/A147810.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A147810: Half the number of divisors of n^2+1.
; 1,1,2,1,2,1,3,2,2,1,2,2,4,1,2,1,4,3,2,1,4,2,4,1,2,1,4,2,2,2,4,3,4,2,2,1,4,3,2,1,3,2,6,2,2,2,8,2,2,2,2,2,4,1,4,1,8,2,2,2,2,2,4,2,2,1,4,4,2,3,2,4,8,1,4,2,4,2,2,2,4,3,8,1,2,2,4,2,4,1,4,2,6,1,2,2,4,4,6,2
add $0,1
pow $0,2
sub $0,1
mov $1,$0
add $0,1
seq $0,94820 ; Partial... | 32.333333 | 201 | 0.574742 |
0519440c8a8424cb193fecbf568c43222bd8c5fa | 1,995 | asm | Assembly | programs/oeis/265/A265278.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/265/A265278.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/265/A265278.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A265278: Expansion of (x^4+x^3-x^2+x)/(x^3+x^2-3*x+1).
; 0,1,2,6,16,40,98,238,576,1392,3362,8118,19600,47320,114242,275806,665856,1607520,3880898,9369318,22619536,54608392,131836322,318281038,768398400,1855077840,4478554082,10812186006,26102926096,63018038200,152139002498,367296043198,886731088896,2140758220992,51682... | 133 | 1,825 | 0.908772 |
af2a51735bafd7fe8655cc81f4dfa743e84ab521 | 460 | asm | Assembly | src/unittests/unittest_readwordunaligned.asm | lawrimon/SnakeV | 619a7e3697ef60950960ac0cce4b2f57f25d526f | [
"MIT"
] | 2 | 2021-12-08T18:10:44.000Z | 2022-03-11T09:24:51.000Z | src/unittests/unittest_readwordunaligned.asm | lawrimon/SnakeV | 619a7e3697ef60950960ac0cce4b2f57f25d526f | [
"MIT"
] | null | null | null | src/unittests/unittest_readwordunaligned.asm | lawrimon/SnakeV | 619a7e3697ef60950960ac0cce4b2f57f25d526f | [
"MIT"
] | 1 | 2021-11-03T17:10:56.000Z | 2021-11-03T17:10:56.000Z |
.text
# initialization
li t0, 0xdeadbeef
li t1, 0xaffed00f
sw t0, (gp)
sw t1, 4 (gp)
mv a1, gp
addi a1,a1,2
jal read_word_unaligned # a0 is output
mv s0, a0
li t2, 0xd00fdead # reference value
bne t2, s0, error_test
li a0, 5 #if program finishes with code 5 the unittest was successfully
li a7,93
ecall
error_... | 14.375 | 71 | 0.736957 |
8edb30384c084bf2fccfec5928fbaa5f34f76733 | 4,640 | asm | Assembly | Tests/IO/Type.e.asm | lehtojo/Evie | f41b3872f6a1a7da1778c241c7b01823b36ac78d | [
"MIT"
] | 12 | 2020-07-12T06:22:11.000Z | 2022-02-27T13:19:19.000Z | Tests/IO/Type.e.asm | lehtojo/Evie | f41b3872f6a1a7da1778c241c7b01823b36ac78d | [
"MIT"
] | 2 | 2020-07-12T06:22:48.000Z | 2021-11-28T01:23:25.000Z | Tests/IO/Type.e.asm | lehtojo/Evie | f41b3872f6a1a7da1778c241c7b01823b36ac78d | [
"MIT"
] | 3 | 2021-09-16T19:02:19.000Z | 2021-11-28T00:50:15.000Z | .intel_syntax noprefix
.global _Z4mainv
.global _Z10Start_Testv
.section .text #.text
_Z10Start_Testv:
sub rsp, 24 #.STACK, 24
lea rcx, qword ptr [rsp + 0 ] #x_REG0, .STACK_0
mov rcx, rcx #x_TMP_1710133559488, x_REG0
add qword ptr [rcx + 0 ], 1 #x_TMP_1710133559488_0, 1
mov rcx, rcx #this_69, x_TMP_17101... | 32 | 72 | 0.731681 |
59cdaa2a4354daab87468b866275c09f4c8da1ad | 82 | asm | Assembly | misc/mips/add.asm | crunchbang/Higer | 3c0c59d35dd71dc829efa274b36b1cd197c27a09 | [
"BSD-3-Clause"
] | 3 | 2018-05-03T23:56:05.000Z | 2020-02-11T03:49:50.000Z | misc/mips/add.asm | crunchbang/Higer | 3c0c59d35dd71dc829efa274b36b1cd197c27a09 | [
"BSD-3-Clause"
] | null | null | null | misc/mips/add.asm | crunchbang/Higer | 3c0c59d35dd71dc829efa274b36b1cd197c27a09 | [
"BSD-3-Clause"
] | null | null | null | main:
li $t1, 1
add $t0, $t1, 2
li $v0, 10
syscall
| 11.714286 | 23 | 0.365854 |
e28599a14886e51a785676f7145280d544161fba | 2,874 | asm | Assembly | programs/oeis/017/A017051.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017051.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017051.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017051: a(n) = (7*n + 5)^11.
; 48828125,743008370688,116490258898219,3670344486987776,50542106513726817,419430400000000000,2472159215084012303,11384956040305711104,43513917611435838661,143746751770690322432,422351360321044921875,1127073856954876807168,2775173073766990340489,6382393305518410039296,1384233870724445578... | 410.571429 | 2,812 | 0.953723 |
825657de97b5aead8985975410f7f001d6bd29f8 | 68 | asm | Assembly | Virtual Memory Implementation/Theme_B_9/GeekOS (os)/src/geekos/PaxHeader/fd_boot.asm | Pintulalmeena/Projects | 4d5d5e80aa8cbad47b6d5d9c407147429568d277 | [
"MIT"
] | null | null | null | Virtual Memory Implementation/Theme_B_9/GeekOS (os)/src/geekos/PaxHeader/fd_boot.asm | Pintulalmeena/Projects | 4d5d5e80aa8cbad47b6d5d9c407147429568d277 | [
"MIT"
] | null | null | null | Virtual Memory Implementation/Theme_B_9/GeekOS (os)/src/geekos/PaxHeader/fd_boot.asm | Pintulalmeena/Projects | 4d5d5e80aa8cbad47b6d5d9c407147429568d277 | [
"MIT"
] | null | null | null | 14 uid=311598
27 mtime=1430738577.875251
27 atime=1430738577.873251
| 17 | 26 | 0.838235 |
a6adaa58b70d9aa88a9d5a2a80e98163ae8a50d7 | 1,483 | asm | Assembly | stub/stub32.asm | leapar/IAT_patcher | 8214bd7653e89c7aaef2163ac1a827aee20335e4 | [
"BSD-2-Clause"
] | 229 | 2015-01-02T16:28:04.000Z | 2022-02-02T14:09:52.000Z | stub/stub32.asm | leapar/IAT_patcher | 8214bd7653e89c7aaef2163ac1a827aee20335e4 | [
"BSD-2-Clause"
] | 5 | 2015-04-03T20:50:31.000Z | 2021-09-02T06:19:42.000Z | stub/stub32.asm | leapar/IAT_patcher | 8214bd7653e89c7aaef2163ac1a827aee20335e4 | [
"BSD-2-Clause"
] | 82 | 2015-01-05T01:30:41.000Z | 2022-03-21T16:28:29.000Z | [bits 32]
start:
LABEL_newEP:
mov EAX, 11111111h ; new EP
LABEL_dataRVA:
mov EBX, 22222222h ; data RVA
call init
after_init:
LABEL_oldEP:
jmp 12345678h ; oep
init:
add EAX, (after_init - start)
mov EDI, [ESP]
sub EDI, EAX ; ImageBase
add EBX, EDI
load_lib:
call get_saved_rva
TEST EAX, EAX
JNZ SHORT load_n... | 18.085366 | 61 | 0.739042 |
d6d07ac106aa6304aa6ae4a6ceb45d3bacba929e | 559 | asm | Assembly | ascii-table/gui/src/utils/arg_parse.asm | w1jtoo/dos-tasks | c2218aa83254b1cd64c44b2c773e5d4deace6801 | [
"MIT"
] | null | null | null | ascii-table/gui/src/utils/arg_parse.asm | w1jtoo/dos-tasks | c2218aa83254b1cd64c44b2c773e5d4deace6801 | [
"MIT"
] | null | null | null | ascii-table/gui/src/utils/arg_parse.asm | w1jtoo/dos-tasks | c2218aa83254b1cd64c44b2c773e5d4deace6801 | [
"MIT"
] | null | null | null | %define END_STR '$'
%define ARGS_START 0x82
; arg1: str equal one
; arg2: pointer to go to if equal
; arg3: pointer to go to otherwise
%macro IF_ARG_EQ 3
push si
push di
push ds
push es
push ax
cld
mov cx, %%len
lea si, %%eq
lea di, ARGS_START
... | 13.634146 | 34 | 0.518784 |
bb6390fd6fa1b1af621db36fcaaba4cb27512e1c | 580 | asm | Assembly | oeis/068/A068795.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/068/A068795.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/068/A068795.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A068795: In prime factorization of n replace all primes with the greatest prime factor of n; a(1)=1.
; Submitted by Jon Maiga
; 1,2,3,4,5,9,7,8,9,25,11,27,13,49,25,16,17,27,19,125,49,121,23,81,25,169,27,343,29,125,31,32,121,289,49,81,37,361,169,625,41,343,43,1331,125,529,47,243,49,125,289,2197,53,81,121
add $0,1
lpb... | 20 | 178 | 0.568966 |
e1ae821b6c1199cb35daaea759c2804bc6e73a72 | 329 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_frexp_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_frexp_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_frexp_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; double __CALLEE__ frexp(double value, int *exp)
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sccz80_frexp_callee
EXTERN cm48_sccz80p_dcallee1, am48_frexp
cm48_sccz80_frexp_callee:
pop af
pop hl ; hl = *exp
push af
call cm48_sccz80p_dcallee1 ; AC'= value
jp am... | 16.45 | 49 | 0.702128 |
9dd3c1e37860583402ab328030037b9321ccf65f | 660 | asm | Assembly | oeis/212/A212329.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/212/A212329.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/212/A212329.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A212329: Expansion of x*(5+x)/(1-7*x+7*x^2-x^3).
; Submitted by Jon Maiga
; 0,5,36,217,1272,7421,43260,252145,1469616,8565557,49923732,290976841,1695937320,9884647085,57611945196,335787024097,1957110199392,11406874172261,66484134834180,387497934832825,2258503474162776,13163522910143837,76722633986700252,4471722810100... | 44 | 483 | 0.822727 |
68aaf3f6bba45120153bfd55b83b5b62dae05da9 | 32,381 | asm | Assembly | Unix Family/Linux.Binom/Linux.Binom.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | Unix Family/Linux.Binom/Linux.Binom.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | Unix Family/Linux.Binom/Linux.Binom.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | ;
;
; _______ __ __ __ _ _______ _____ _ _
; | \_/ | \ | |______ | | \___/
; |_____ | | \_| |______ |_____| _/ \_
;
;
; ... | 33.348095 | 149 | 0.42037 |
4d0bb2645c68cedecb43bf21e3233038bdc9892b | 654 | asm | Assembly | programs/oeis/283/A283968.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/283/A283968.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/283/A283968.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A283968: a(n) = a(n-1) + 1 + floor(n*(3 + sqrt(5))/2), a(0) = 1.
; 1,2,3,5,7,9,12,15,19,23,27,32,37,42,48,54,61,68,75,83,91,100,109,118,128,138,148,159,170,182,194,206,219,232,245,259,273,288,303,318,334,350,367,384,401,419,437,455,474,493,513,533,553,574,595,617,639,661,684,707,730,754,778,803,828,853,879,905,931,95... | 54.5 | 403 | 0.671254 |
c141033b92ba18853fb9b82e79d5c3f694d81689 | 9,306 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_897.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_897.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_897.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %r15
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xf245, %rsi
lea addresses_WC_ht+0x34a5, %rdi
clflush (%rdi)
nop
sub %r12, %r12
mov $11, %rcx
rep movsb
nop
and %r15, %r15
lea addresses_normal_ht+0x1019d, %rsi
lea addresses_... | 30.411765 | 2,999 | 0.655491 |
56e5ab1dbbf876d7c1bcdf7db4694c7bfe782a3b | 483 | asm | Assembly | oeis/145/A145664.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/145/A145664.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/145/A145664.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A145664: a(n) = numerator of polynomial of genus 1 and level n for m = 6 = A[1,n](6).
; Submitted by Jon Maiga
; 0,6,39,236,2835,42531,255191,10718052,257233353,2315100317,2315100338,152796622518,1833559470601,71508819355749,429052916136639,2574317496821836,123567239847463143,6301929232220740413
mul $0,2
mov $1,41
l... | 21 | 185 | 0.68323 |
b2b1a4827a31c34b18c2ebeefb0e98b0d9604cc8 | 4,462 | asm | Assembly | 2020 Fall E C E 252/HW11/HW11.asm | jsswd888/2020_FALL_UW_MADISON | 8bfb4616ec8d9c609ef0e15111ac98cfb1af9a65 | [
"MIT"
] | null | null | null | 2020 Fall E C E 252/HW11/HW11.asm | jsswd888/2020_FALL_UW_MADISON | 8bfb4616ec8d9c609ef0e15111ac98cfb1af9a65 | [
"MIT"
] | null | null | null | 2020 Fall E C E 252/HW11/HW11.asm | jsswd888/2020_FALL_UW_MADISON | 8bfb4616ec8d9c609ef0e15111ac98cfb1af9a65 | [
"MIT"
] | null | null | null | ;******************************************************************************
; Filename: hw11.asm
; Author: Shi Kaiwen kshi42@wisc.edu
; Description: Test Code for Saturate_Sum_Array subroutine
;******************************************************************************
.ORIG x0200
START
; set initi... | 28.240506 | 90 | 0.554012 |
048190684634eee529f1d74a29f857553c34ea1a | 1,666 | asm | Assembly | src/bootloader/protected_mode.asm | Thombrom/SnekOS | fe8dd7b19f3c8c613853a6a4b8ea568658528010 | [
"MIT"
] | null | null | null | src/bootloader/protected_mode.asm | Thombrom/SnekOS | fe8dd7b19f3c8c613853a6a4b8ea568658528010 | [
"MIT"
] | null | null | null | src/bootloader/protected_mode.asm | Thombrom/SnekOS | fe8dd7b19f3c8c613853a6a4b8ea568658528010 | [
"MIT"
] | null | null | null | ; Make switch to 32-bit protected
[bits 16]
protected_mode_enter:
cli ; Disable interrupts
lgdt [gdt_descriptor]
mov eax, cr0 ; Fetch cr0 register
or eax, 0x1 ; set first bit
mov cr0, eax ; and store it back
; Perform far jump to protected ... | 20.317073 | 62 | 0.621849 |
fa1a76d46ba2540d7d58608f170bb24481cde3db | 676 | asm | Assembly | oeis/290/A290995.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/290/A290995.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/290/A290995.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A290995: p-INVERT of (1,1,1,1,1,...), where p(S) = 1 - S^8.
; Submitted by Jon Maiga
; 0,0,0,0,0,0,0,1,8,36,120,330,792,1716,3432,6436,11456,19584,32640,54264,93024,170544,341088,735472,1653632,3749760,8386560,18289440,38724480,79594560,159189120,311058496,597137408,1133991936,2147450880,4089171840,7887416832,1548390... | 48.285714 | 500 | 0.79142 |
9614082aac0e36fb7dc60c49e104bac465a4b295 | 111 | asm | Assembly | test-suite/programs/unit/jgt_0x1D.asm | ocus/TinyASM_Haskell | 35698bd1d8c6587e76480531f9e6c3d2086f4c40 | [
"BSD-3-Clause"
] | null | null | null | test-suite/programs/unit/jgt_0x1D.asm | ocus/TinyASM_Haskell | 35698bd1d8c6587e76480531f9e6c3d2086f4c40 | [
"BSD-3-Clause"
] | null | null | null | test-suite/programs/unit/jgt_0x1D.asm | ocus/TinyASM_Haskell | 35698bd1d8c6587e76480531f9e6c3d2086f4c40 | [
"BSD-3-Clause"
] | null | null | null | MOV [0] 57
MOV [1] 58
MOV [2] 56
JGT 16 [0] [2]
DPRINT 123
HALT
JGT 23 [0] [1]
DPRINT 456
HALT
DPRINT 789
HALT
| 9.25 | 14 | 0.63964 |
d8bc8657bdaa3cf844fde5807151f4d6cae5f070 | 303 | asm | Assembly | programs/oeis/056/A056543.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/056/A056543.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/056/A056543.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A056543: a(n) = n*a(n-1) - 1 with a(1)=1.
; 1,1,2,7,34,203,1420,11359,102230,1022299,11245288,134943455,1754264914,24559708795,368395631924,5894330110783,100203611883310,1803665013899579,34269635264092000,685392705281839999
add $0,1
seq $0,117643 ; a(n) = n*(a(n-1)-1) starting with a(0)=3.
sub $0,1
| 43.285714 | 181 | 0.735974 |
75b35505bb234d57ae44f9d2404295e164c7b2f7 | 1,035 | asm | Assembly | src/test/ref/procedure-callingconvention-stack-13.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/procedure-callingconvention-stack-13.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/procedure-callingconvention-stack-13.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Test a procedure with calling convention stack
// Recursion that works (no local variables)
// Commodore 64 PRG executable file
.file [name="procedure-callingconvention-stack-13.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code... | 19.903846 | 87 | 0.624155 |
0591b9fb1fbfb6afd04394b9d030dd01016f4efe | 7,048 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1188.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1188.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1188.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 %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x5c28, %rsi
lea addresses_WT_ht+0x1d5b8, %rdi
clflush (%rdi)
nop
nop
nop
nop
cmp %rax, %rax
mov $27, %rcx
rep movsl
nop
nop
nop
dec %r11
lea addresses_D_ht+0x4788, %r9
nop
nop... | 34.891089 | 2,999 | 0.657775 |
443783a293ff77e62e3626dadb391ea135e7f5cf | 1,407 | asm | Assembly | src/arch/x86_64/profile_intr.asm | KristianJerpetjon/IncludeOS | 367a1dcefafd6f9618e5373c9133839f9ee2d675 | [
"Apache-2.0"
] | 5 | 2016-10-01T11:50:51.000Z | 2019-10-24T12:54:36.000Z | src/arch/x86_64/profile_intr.asm | KristianJerpetjon/IncludeOS | 367a1dcefafd6f9618e5373c9133839f9ee2d675 | [
"Apache-2.0"
] | 1 | 2016-11-25T22:37:41.000Z | 2016-11-25T22:37:41.000Z | src/arch/x86_64/profile_intr.asm | AndreasAakesson/IncludeOS | 891b960a0a7473c08cd0d93a2bba7569c6d88b48 | [
"Apache-2.0"
] | 3 | 2016-09-28T18:15:50.000Z | 2017-07-18T17:02:25.000Z | ; This file is a part of the IncludeOS unikernel - www.includeos.org
;
; Copyright 2015 Oslo and Akershus University College of Applied Sciences
; and Alfred Bratterud
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain ... | 20.391304 | 74 | 0.720682 |
e11a629d9f52dd17062fdb43645843fb0522ce3c | 387 | asm | Assembly | oeis/071/A071353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/071/A071353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/071/A071353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A071353: First term of the continued fraction expansion of (3/2)^n.
; Submitted by Jon Maiga
; 2,4,2,16,1,2,11,1,2,1,2,1,1,1,1,1,3,1,1,3,1,1,1,8,5,1,7,1,25,16,1,1,1,1,1,2,1,1,1,3,2,1,1,1,3,1,1,2,7,4,3,2,4,1,3,1,3,1,1,1,2,10,1,2,4,1,4,2,1,3,2,14,9,6,1,11,1,1,2,1,1,2,6,1,12,1,1,2,1,2,19,12,8,1,89,59,1,3,1,2
add $0,1
m... | 29.769231 | 213 | 0.576227 |
0b0a69081f140cfe33fc8f28d9a06b82af240fc3 | 1,569 | asm | Assembly | Source/Levels/L0413.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Levels/L0413.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Levels/L0413.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | ; L0413.asm
; Generated 04.22.2001 by mlevel
; Modified 04.22.2001 by Abe Pralle
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
;---------------------------------------------------------------------
SECTION "Level0413Section",ROMX
;---------------------------------------------------------------------
L0413_C... | 27.051724 | 70 | 0.388783 |
dc1feb843d03276948cb0ecdd521bf6187e018f0 | 82 | asm | Assembly | ESEMPI/TEST ESAME.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 8 | 2019-06-07T10:38:41.000Z | 2022-03-24T13:05:12.000Z | ESEMPI/TEST ESAME.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 2 | 2015-07-14T12:22:33.000Z | 2018-05-11T08:35:24.000Z | ESEMPI/TEST ESAME.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 9 | 2015-05-06T14:35:08.000Z | 2021-03-23T14:27:21.000Z | ORG 100
LDA 106
BUN 104
X, DEC 100
Y, HEX 102
ADD X
CIR
STA Y I
HLT
END
| 7.454545 | 11 | 0.609756 |
98fc2e17f08df3c6741b03ebe6c050dbd2b0027f | 461 | asm | Assembly | programs/oeis/268/A268527.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/268/A268527.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/268/A268527.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A268527: a(n) = r*a(ceiling(n/2))+s*a(floor(n/2)) with a(1)=1 and (r,s)=(4,1).
; 1,5,21,25,89,105,121,125,381,445,509,525,589,605,621,625,1649,1905,2161,2225,2481,2545,2609,2625,2881,2945,3009,3025,3089,3105,3121,3125,7221,8245,9269,9525,10549,10805,11061,11125,12149,12405,12661,12725,12981,13045,13109,13125,14149,14... | 35.461538 | 242 | 0.642082 |
2148385db5b63d746e65a81fa775fcb5292f6f14 | 426 | asm | Assembly | oeis/007/A007572.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/007/A007572.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/007/A007572.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A007572: Generalization of the golden ratio (expansion of (5-13x)/((1+x)(1-4x))).
; Submitted by Jamie Morken(s4)
; 5,2,26,86,362,1430,5738,22934,91754,366998,1468010,5872022,23488106,93952406,375809642,1503238550,6012954218,24051816854,96207267434,384829069718,1539316278890,6157265115542,24629060462186
mov $1,10
mo... | 25.058824 | 190 | 0.715962 |
02aff9d58f9565f44ad22499987704b40b444be1 | 7,627 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1387.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_1387.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_1387.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x861b, %rsi
sub $25257, %r9
movw $0x6162, (%rsi)
nop
nop
nop
nop
add %rdx, %rdx
lea addresses_WT_ht+0x14260, %rdx
nop
nop
sub %rdi, %rdi
movl $0x61626364, (%rdx)
nop
nop
nop
no... | 34.355856 | 2,999 | 0.658319 |
99147354a2df15c67d9162a3a3816d1e67b27b8b | 498 | asm | Assembly | oeis/062/A062798.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/062/A062798.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/062/A062798.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A062798: Inverse Moebius transform of central binomial coefficients f[x]=C(c,[x/2])=A001405[x].
; Submitted by Christian Krause
; 1,3,4,9,11,26,36,79,130,265,463,956,1717,3470,6449,12949,24311,48772,92379,185027,352755,705897,1352079,2705182,5200311,10402319,20058430,40120076,77558761,155124243,300540196,601093339,11... | 24.9 | 209 | 0.692771 |
7300ce6ac0040b4d093b951c4c88fe6c885aaa3e | 431 | asm | Assembly | oeis/086/A086192.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/086/A086192.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/086/A086192.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A086192: Tribonacci numbers that start with first three squares.
; Submitted by Jamie Morken(s1)
; 1,4,9,14,27,50,91,168,309,568,1045,1922,3535,6502,11959,21996,40457,74412,136865,251734,463011,851610,1566355,2880976,5298941,9746272,17926189,32971402,60643863,111541454,205156719,377342036,694040209
mov $1,1
mov $2,2... | 23.944444 | 202 | 0.714617 |
f0b4404317a288ec17f30c88bb742491ff53ebb2 | 146 | asm | Assembly | asm/codes/normal/unobtained_stars.asm | brikr/practice-rom-patcher | 8e18d1713da24379fc92fdf084b2a1aa93c633ad | [
"MIT"
] | 2 | 2017-12-31T23:23:36.000Z | 2018-02-01T19:24:44.000Z | asm/codes/normal/unobtained_stars.asm | brikr/practice-rom-patcher | 8e18d1713da24379fc92fdf084b2a1aa93c633ad | [
"MIT"
] | null | null | null | asm/codes/normal/unobtained_stars.asm | brikr/practice-rom-patcher | 8e18d1713da24379fc92fdf084b2a1aa93c633ad | [
"MIT"
] | null | null | null | // All Stars Yellow
origin 0x0AC4F8
base 0x802F14F8
b 0x802F151C // 812F14F8 1000
origin 0x065750
base 0x802AA750
b 0x802AA760 // 812AA750 1000
| 14.6 | 29 | 0.794521 |
2e83e6371bf9274052f89bb41618994f842429c9 | 360 | asm | Assembly | programs/oeis/100/A100575.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/100/A100575.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/100/A100575.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A100575: Half the number of permutations of 0..n with exactly two maxima.
; 0,0,1,8,44,208,912,3840,15808,64256,259328,1042432,4180992,16748544,67047424,268304384,1073463296,4294377472,17178624000,68716855296,274872401920,1099500093440,4398022393856,17592135712768,70368639320064
mov $1,2
pow $1,$0
sub $2,$0
sub $2,1... | 30 | 205 | 0.769444 |
5f5d0c94141d9ec71127c7928b701e56039816b1 | 7,847 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_702.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_0xca.log_21829_702.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_0xca.log_21829_702.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x17ec3, %r13
nop
dec %r11
mov $0x6162636465666768, %rbp
movq %rbp, %xmm0
vmovups %ymm0, (%r13)
nop
nop
nop
add %rbp, %rbp
lea addresses_UC_ht+0x1e9c3, %rdx
and $22240, %r14
m... | 32.695833 | 2,999 | 0.656302 |
53f988479c0f2e4a6da3d07cad6796922ccc59da | 1,073 | asm | Assembly | home/pathfinding.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | home/pathfinding.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | home/pathfinding.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | ; calculates the difference |a-b|, setting carry flag if a<b
CalcDifference::
sub b
ret nc
cpl
add $1
scf
ret
MoveSprite::
; move the sprite [hSpriteIndex] with the movement pointed to by de
; actually only copies the movement data to wNPCMovementDirections for later
call SetSpriteMovementBytesToFF
MoveSprite_:... | 16.257576 | 77 | 0.703635 |
ca49e2ec72f1d915b0627052c74b867c29801413 | 379 | asm | Assembly | src/tempo_song2.6502.asm | mrpopogod/nes-fun | 80e6af809874f2de89bd52f05f04c451dc29b333 | [
"MIT"
] | null | null | null | src/tempo_song2.6502.asm | mrpopogod/nes-fun | 80e6af809874f2de89bd52f05f04c451dc29b333 | [
"MIT"
] | null | null | null | src/tempo_song2.6502.asm | mrpopogod/nes-fun | 80e6af809874f2de89bd52f05f04c451dc29b333 | [
"MIT"
] | null | null | null | song2_header:
.byte $01 ;1 stream
.byte SFX_1 ;which stream
.byte $01 ;status byte (stream enabled)
.byte SQUARE_2 ;which channel
.byte $7F ;initial volume (F) and duty (01)
.word song2_square2 ;pointer to stream
.byte $80 ;tempo
... | 27.071429 | 57 | 0.53562 |
63ba002f8a20f2f44d235daac223c6a82af30931 | 325 | asm | Assembly | week_7/dataset/Assembly/056583.asm | Dumebi35/DumebiCSC102 | 56985f4852bc01c94dce2ee368c9612ad368f619 | [
"MIT"
] | null | null | null | week_7/dataset/Assembly/056583.asm | Dumebi35/DumebiCSC102 | 56985f4852bc01c94dce2ee368c9612ad368f619 | [
"MIT"
] | null | null | null | week_7/dataset/Assembly/056583.asm | Dumebi35/DumebiCSC102 | 56985f4852bc01c94dce2ee368c9612ad368f619 | [
"MIT"
] | null | null | null | .model small
.stack 100h
.data
ThreeBytes db 10h,20h,30h
TheSum db ?
.code
main proc
mov ax,@data ; init data segment
mov ds,ax
mov al,ThreeBytes
add al,ThreeBytes+1
add al,ThreeBytes+2
mov TheSum,al
mov ax,4c00h ; end program
int 21h
main endp
end m... | 14.130435 | 48 | 0.596923 |
3cbfd6ac47e5d5309b984519f7030c8bf8b53050 | 11,295 | asm | Assembly | saga/web/code.asm | cgvarela/irhydra | 7312aaf919e8541e093511260f5d7b8c6d18055f | [
"Apache-2.0"
] | 371 | 2015-01-06T09:00:30.000Z | 2022-02-12T00:56:54.000Z | saga/web/code.asm | cgvarela/irhydra | 7312aaf919e8541e093511260f5d7b8c6d18055f | [
"Apache-2.0"
] | 27 | 2015-01-09T13:28:30.000Z | 2017-06-09T20:34:43.000Z | saga/web/code.asm | cgvarela/irhydra | 7312aaf919e8541e093511260f5d7b8c6d18055f | [
"Apache-2.0"
] | 34 | 2015-01-13T08:12:21.000Z | 2020-02-08T17:01:22.000Z | # javabench.SmallMap object internals:
# OFFSET SIZE TYPE DESCRIPTION VALUE
# 0 12 (object header) N/A
# 12 4 int SmallMap.currentSize N/A
# 16 4 Object[] SmallMap.keys N/A
# 20 4 int[] Sm... | 48.476395 | 102 | 0.567242 |
eed7c0499f0c6a43f2679d0d0d6d3f9ea1709a59 | 8,282 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_768.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_768.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_768.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1ad3a, %rax
nop
nop
nop
nop
xor $2891, %r8
mov $0x6162636465666768, %r14
movq %r14, %xmm0
vmovups %ymm0, (%rax)
nop
nop
nop
nop
dec %r11
lea addresses_D_ht+0x893a, ... | 31.135338 | 2,999 | 0.654069 |
e1bf5d842fa5c132aff84454c4989eea430e330f | 136 | asm | Assembly | LAB 4/Lab4Delete.asm | smellycattt/Microprocessor-Programming | 9046490ba7f8e97963995a32589de4ea1bdb0ef5 | [
"MIT"
] | 1 | 2019-02-15T21:21:24.000Z | 2019-02-15T21:21:24.000Z | LAB 4/Lab4Delete.asm | jyotishmaan/Microprocessor-Programming | 7139e9ba0c9fd6f452003ecf07f76b02cb6c1773 | [
"MIT"
] | null | null | null | LAB 4/Lab4Delete.asm | jyotishmaan/Microprocessor-Programming | 7139e9ba0c9fd6f452003ecf07f76b02cb6c1773 | [
"MIT"
] | null | null | null | .Model Tiny
.386
.DATA
FILE DB 'ABCD3.txt',0
.CODE
.Startup
MOV AH, 41H
LEA DX, FILE
INT 21H
.EXIT
END
| 8.5 | 24 | 0.529412 |
eb5cc05d2099f9389c4e86a53bc2469d9519754a | 184 | asm | Assembly | data/pokemon/dex_entries/hariyama.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/hariyama.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/hariyama.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "ARM THRUST@" ; species name
db "This #MON loves"
next "challenging others"
next "to tests of might."
page "It has the power"
next "to stop a train"
next "with a slap.@"
| 18.4 | 32 | 0.657609 |
8b0a6659b2f64b08c2a522d8f2540ab16731226b | 4,721 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_627.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_627.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_627.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 %rcx
push %rdx
lea addresses_normal_ht+0x12ec6, %r9
nop
nop
nop
nop
xor $3401, %rcx
mov $0x6162636465666768, %r11
movq %r11, %xmm0
and $0xffffffffffffffc0, %r9
vmovntdq %ymm0, (%r9)
nop
nop
nop
add %rdx, %rdx
lea addresses_WC_ht+0x138a6, %r1... | 51.315217 | 2,999 | 0.662148 |
ead054dfbcd91eab1038fe685fa4a60c6a4ce605 | 812 | asm | Assembly | oeis/182/A182752.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/182/A182752.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/182/A182752.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A182752: a(1) = 1, a(2) = 6, for n >= 3; a(n) = the smallest number greater than a(n-1) such that [[a(n-2) + a(n-1)] * [a(n-2) + a(n)] * [a(n-1) + a(n)]] / [a(n-2) * a(n-1) * a(n)] is an integer.
; Submitted by Jon Maiga
; 1,6,14,84,196,1176,2744,16464,38416,230496,537824,3226944,7529536,45177216,105413504,632481024,... | 54.133333 | 489 | 0.751232 |
a811f006c827d77fc55afc1eaa4e56312284de31 | 589 | asm | Assembly | oeis/014/A014480.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/014/A014480.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/014/A014480.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A014480: Expansion of (1+2*x)/(1-2*x)^2.
; 1,6,20,56,144,352,832,1920,4352,9728,21504,47104,102400,221184,475136,1015808,2162688,4587520,9699328,20447232,42991616,90177536,188743680,394264576,822083584,1711276032,3556769792,7381975040,15300820992,31675383808,65498251264,135291469824,279172874240,575525617664,11854109... | 58.9 | 487 | 0.837012 |
a8b701d28e67bd1f15ee0bdf50f1e7ad1fae030e | 393 | asm | Assembly | oeis/093/A093103.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/093/A093103.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/093/A093103.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A093103: a(1)=1, a(2)=8, a(n+2) = 8*a(n+1) + 21*a(n).
; Submitted by Jamie Morken(s4)
; 1,8,85,848,8569,86360,870829,8780192,88528945,892615592,9000032581,90745188080,914962188841,9225346460408,93016977648925,937868096859968,9456301305507169,95345640478116680,961347451240583989
mov $1,1
lpb $0
sub $0,1
mov $2,$3... | 24.5625 | 192 | 0.694656 |
23b6bfcc70019106d65fd5148f16fa8626c294a3 | 3,482 | asm | Assembly | _incObj/32 Button.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _incObj/32 Button.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _incObj/32 Button.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Object 32 - buttons (MZ, SYZ, LZ, SBZ)
; ---------------------------------------------------------------------------
Button:
moveq #0,d0
move.b obRoutine(a0),d0
move.w But_Index(pc,d0.w),d1
jmp But_Index(pc,d1.w)
; ================... | 21.231707 | 77 | 0.498277 |
4ec0c7946e048e8c9b7ec295788a5891e155f704 | 3,911 | asm | Assembly | conway.asm | tcanozer/x86-Newman-Conway-Sequence | a7bdae1fc9f67118eccc420611e8b39f7ce9f231 | [
"MIT"
] | null | null | null | conway.asm | tcanozer/x86-Newman-Conway-Sequence | a7bdae1fc9f67118eccc420611e8b39f7ce9f231 | [
"MIT"
] | null | null | null | conway.asm | tcanozer/x86-Newman-Conway-Sequence | a7bdae1fc9f67118eccc420611e8b39f7ce9f231 | [
"MIT"
] | null | null | null | ;Can Ozer 2021
myss SEGMENT PARA STACK 's'
DW 200 DUP(?)
myss ENDS
myds SEGMENT PARA 'd'
myds ENDS
mycs SEGMENT PARA 'c'
ASSUME CS:mycs, DS:myds, SS:myss
;===============================================================================
main pr... | 29.406015 | 89 | 0.425211 |
9671e8bb446122ed6d55ff44e6c89da4677bba22 | 498 | asm | Assembly | programs/oeis/004/A004761.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/004/A004761.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/004/A004761.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A004761: Numbers n whose binary expansion does not begin with 11.
; 0,1,2,4,5,8,9,10,11,16,17,18,19,20,21,22,23,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,14... | 35.571429 | 329 | 0.658635 |
104b01f75707d5571cdeabb4230333dfcc7e3f85 | 282 | asm | Assembly | data/mapObjects/route12house.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapObjects/route12house.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapObjects/route12house.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | Route12HouseObject:
db $a ; border block
db $2 ; warps
db $7, $2, $3, $ff
db $7, $3, $3, $ff
db $0 ; signs
db $1 ; objects
object SPRITE_FISHER, $2, $4, STAY, RIGHT, $1 ; person
; warp-to
EVENT_DISP ROUTE_12_HOUSE_WIDTH, $7, $2
EVENT_DISP ROUTE_12_HOUSE_WIDTH, $7, $3
| 17.625 | 55 | 0.634752 |
1b7240fb46aa7373d7cc8333bf258f09a8f78c1f | 660 | asm | Assembly | oeis/291/A291386.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/291/A291386.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/291/A291386.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A291386: a(n) = (1/3)*A099432(n+1).
; Submitted by Christian Krause
; 2,11,54,252,1134,4977,21438,91017,381996,1588248,6552252,26853687,109438938,443837799,1792373346,7211142612,28915704810,115603540605,460942202070,1833459620517,7276826042712,28823185892016,113957884236024,449793742386627,1772580021170994,6975448310... | 82.5 | 486 | 0.857576 |
6c875c17e98944a5c3aec9e3e3e77cb5cc503ddd | 555 | asm | Assembly | oeis/076/A076259.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/076/A076259.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/076/A076259.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A076259: Gaps between squarefree numbers: a(n) = A005117(n+1) - A005117(n).
; Submitted by Christian Krause
; 1,1,2,1,1,3,1,2,1,1,2,2,2,1,1,3,3,1,1,2,1,1,2,1,1,2,1,1,3,1,4,2,2,2,1,1,2,1,3,1,1,2,1,1,2,1,3,1,1,3,1,2,1,1,2,2,2,1,1,2,4,1,1,2,1,1,2,1,1,2,1,1,3,1,3,1,4,2,1,1,2,1,3,1,1,2,1,1,2,1,3,2,3,1,2,1,1,2,2,2
mov $3,... | 21.346154 | 201 | 0.54955 |
dd8bce74a31791d59e217b3739bda4dec602ccb0 | 728 | asm | Assembly | programs/oeis/164/A164874.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/164/A164874.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/164/A164874.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A164874: Triangle read by rows: T(1,1)=2; T(n,k)=2*T(n-1,k)+1, 1<=k<n; T(n,n)=2*(T(n-1,n-1)+1).
; 2,5,6,11,13,14,23,27,29,30,47,55,59,61,62,95,111,119,123,125,126,191,223,239,247,251,253,254,383,447,479,495,503,507,509,510,767,895,959,991,1007,1015,1019,1021,1022,1535,1791,1919,1983,2015,2031,2039,2043,2045,2046,3071... | 104 | 464 | 0.710165 |
40f12176b53aa294976395a085e01348f7ffe2d8 | 687 | asm | Assembly | oeis/078/A078469.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/078/A078469.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/078/A078469.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A078469: Number of different compositions of the ladder graph L_n.
; Submitted by Jon Maiga
; 1,2,12,74,456,2810,17316,106706,657552,4052018,24969660,153869978,948189528,5843007146,36006232404,221880401570,1367288641824,8425612252514,51920962156908,319951385193962,1971629273320680,12149727025118042,74869991424028932,... | 68.7 | 479 | 0.86754 |
85ae4671b1d18c7e4ca6d4ab5eb39efcd4748942 | 82 | asm | Assembly | samples/LOOP.asm | taisukef/asm15 | f717f78af1768eb1c6d5b50de3675a0e141b1514 | [
"CC0-1.0"
] | 3 | 2021-01-30T12:18:30.000Z | 2021-02-03T22:33:54.000Z | samples/LOOP.asm | taisukef/asm15 | f717f78af1768eb1c6d5b50de3675a0e141b1514 | [
"CC0-1.0"
] | null | null | null | samples/LOOP.asm | taisukef/asm15 | f717f78af1768eb1c6d5b50de3675a0e141b1514 | [
"CC0-1.0"
] | 1 | 2019-05-03T06:24:20.000Z | 2019-05-03T06:24:20.000Z | 'http://fukuno.jig.jp/1186 より
R1=0
@LOOP
R1=R1+R0
R0-=1
IF !0 GOTO @LOOP
R0=R1
RET | 10.25 | 29 | 0.670732 |
2de6ea48d8742194dac913ea1dbb6a0f789822c9 | 405 | asm | Assembly | Lab slides/Lab 4 -stringPrint.asm | mbadry1/FCIFayoum-Computer-architecture-2018 | c09ec1610f7f502bebdc5dd0d342950c0882b00e | [
"Unlicense"
] | 9 | 2018-11-21T16:30:52.000Z | 2021-02-22T12:33:20.000Z | Lab slides/Lab 4 -stringPrint.asm | mahmoud-1998/FCIFayoum-Computer-architecture-2018 | ed6793cd6587d430939bd1888e0f33142039b89a | [
"Unlicense"
] | null | null | null | Lab slides/Lab 4 -stringPrint.asm | mahmoud-1998/FCIFayoum-Computer-architecture-2018 | ed6793cd6587d430939bd1888e0f33142039b89a | [
"Unlicense"
] | 5 | 2018-12-01T15:17:39.000Z | 2019-10-09T20:50:45.000Z |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
include 'emu8086.inc'
.data
greeting2 DB "Welcome to the Encryption Demo program "
DB "created by Kip Irvine.",0dh,0ah,0h
str DB "string",0
.code
LEA SI, greeting2
C... | 15 | 68 | 0.716049 |
ca50dd4ed9c2fee798b9f7c0b2560297d6930b89 | 2,358 | asm | Assembly | u7si/processKeyWithoutDialogs.asm | JohnGlassmyer/UltimaHacks | f9a114e00c4a1edf1ac7792b465feff2c9b88ced | [
"MIT"
] | 68 | 2018-03-04T22:34:22.000Z | 2022-03-10T15:18:32.000Z | u7si/processKeyWithoutDialogs.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 19 | 2018-11-20T04:06:49.000Z | 2021-11-08T16:37:10.000Z | u7si/processKeyWithoutDialogs.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 4 | 2020-09-01T17:57:36.000Z | 2022-01-04T20:51:11.000Z | %include "include/u7si-all-includes.asm"
defineAddress 21, 0x0069, gameStep_callDiscardKeys
defineAddress 22, 0x1408, callTranslateKeyBeforeProcessKey
defineAddress 22, 0x141C, callTranslateKeyBeforeProcessKey_end
defineAddress 22, 0x080F, keyMappingCode
defineAddress 22, 0x096B, keyMappingCode_end
defineAddress 22... | 31.864865 | 62 | 0.830789 |
3df0d74fabf90b0d922697cd8df2387a00ec81fd | 762 | asm | Assembly | oeis/049/A049112.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/049/A049112.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/049/A049112.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A049112: 2-ranks of difference sets constructed from Glynn type I hyperovals.
; Submitted by Christian Krause
; 1,1,3,7,13,23,45,87,167,321,619,1193,2299,4431,8541,16463,31733,61167,117903,227265,438067,844401,1627635,3137367,6047469,11656871,22469341,43311047,83484727,160921985,310187099,597904857,1152498667,2221512... | 38.1 | 488 | 0.78084 |
7eaed3b80644f6152c9c8cf3e989989d239dded1 | 379,089 | asm | Assembly | Programs/tutorial/tutorial-0.asm | w1001766/SCALE-MAMBA | e0de9c42836f6fb3e639cd903551a056a830f836 | [
"BSD-2-Clause"
] | null | null | null | Programs/tutorial/tutorial-0.asm | w1001766/SCALE-MAMBA | e0de9c42836f6fb3e639cd903551a056a830f836 | [
"BSD-2-Clause"
] | null | null | null | Programs/tutorial/tutorial-0.asm | w1001766/SCALE-MAMBA | e0de9c42836f6fb3e639cd903551a056a830f836 | [
"BSD-2-Clause"
] | null | null | null | # tutorial-0--0
ldsi s0, 1 # 0
ldi c0, 2 # 1
addm s1, s0, c0 # 2
startopen 1, s1 # 3
stopopen 1, c1 # 4
print_char4 1701869669 # 5
print_char4 1684370531 # 6
print_char 32 # 7
print_char 51 # 8
print_char4 1869029420 # 9
print_char 116 # 10
print_char 32 # 11
print_reg c1 # 12
print_char 10 # 13
adds s2, s0, s0 # 14
st... | 30.740269 | 37 | 0.715795 |
3499842a2108cea8548de4776ac58b205239eb0a | 458 | asm | Assembly | libsrc/ctype/isprint.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/ctype/isprint.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/ctype/isprint.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; Small C+ Library
;
; ctype/isprint(char c)
;
; djm 23/12/99
;
; Okay, printable for the z88 is:
; 7,10,13,32-126,163?
;
; $Id: isprint.asm,v 1.3 2006/12/31 21:44:58 aralbrec Exp $
;
XLIB isprint
; FASTCALL
.isprint
ld a,l
ld hl,1
cp 7 ; entry point for isgraph()
ret z
cp 10
... | 12.378378 | 59 | 0.521834 |
8c4d4f0e866ea5ca639ac2ea732d3b3dae0a76de | 6,711 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_833.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_833.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_833.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x19b9e, %rdi
nop
nop
nop
nop
add %r14, %r14
mov $0x6162636465666768, %rax
movq %rax, %xmm0
and $0xffffffffffffffc0, %rdi
movaps %xmm0, (%rdi)
nop
xor %r14, %r14
lea addresses... | 36.080645 | 2,999 | 0.663985 |
f64eda580403992dcaf53b1a3d74eda5abf45a66 | 40,024 | asm | Assembly | lib/src/xr/x86/os2/xrnint64.asm | zanud/xds-2.60 | b4a32b9c9c91fe513fa5ff78ec87bb44102a3b72 | [
"Apache-2.0"
] | 53 | 2019-06-10T18:19:44.000Z | 2021-12-28T18:56:00.000Z | Sources/Lib/src/xr/x86/os2/xrnint64.asm | undecidedzogvisvitalispotent8stars360/xds | cfd20e209193c9cfcee94ad2ca30d8c32ead48c9 | [
"Apache-2.0"
] | 5 | 2020-07-10T16:06:48.000Z | 2021-07-30T07:17:50.000Z | Sources/Lib/src/xr/x86/os2/xrnint64.asm | undecidedzogvisvitalispotent8stars360/xds | cfd20e209193c9cfcee94ad2ca30d8c32ead48c9 | [
"Apache-2.0"
] | 20 | 2019-06-10T18:09:16.000Z | 2021-10-02T19:46:42.000Z | .386p
.387
; COPYRIGHT (c) 1998 XDS Ltd. All Rights Reserved.
ifdef OS2
.model FLAT
endif
DGROUP group _DATA
_DATA segment use32 dword public 'DATA'
minint64 dd 0, 080000000h
maxint64 dd 0ffffffffh, 07fffffffh
half ... | 31.765079 | 91 | 0.426019 |
888547a9838e6fb4d8455bc9c18f536c70c48889 | 520 | asm | Assembly | oeis/284/A284100.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/284/A284100.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/284/A284100.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A284100: a(n) = Sum_{d|n, d==1 (mod 8)} d.
; Submitted by Christian Krause
; 1,1,1,1,1,1,1,1,10,1,1,1,1,1,1,1,18,10,1,1,1,1,1,1,26,1,10,1,1,1,1,1,34,18,1,10,1,1,1,1,42,1,1,1,10,1,1,1,50,26,18,1,1,10,1,1,58,1,1,1,1,1,10,1,66,34,1,18,1,1,1,10,74,1,26,1,1,1,1,1,91,42,1,1,18,1,1,1,90,10,1,1,1,1,1,1,98,50,43,26
add $0,1
... | 20.8 | 232 | 0.530769 |
b4912c524e7775d6e05ba234c4fdf20ae7b46f48 | 1,342 | asm | Assembly | programs/oeis/135/A135061.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/135/A135061.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/135/A135061.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A135061: a(n) = minimum (floor(n^3/m) + m) for any integer m >= 1.
; 2,5,10,16,22,29,37,45,54,63,72,83,93,104,116,128,140,152,165,178,192,206,220,235,250,265,280,296,312,328,345,362,379,396,414,432,450,468,487,505,525,544,563,583,603,623,644,665,686,707,728,749,771,793,815,838,860,883,906,929,952,976,1000,1024,1048,1... | 149.111111 | 1,174 | 0.757824 |
6060c789e51996f89d9f87bcb9c1d8ac7c007601 | 1,085 | asm | Assembly | _build/dispatcher/jmp_ippsAESDecryptECB_f99a0cef.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsAESDecryptECB_f99a0cef.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsAESDecryptECB_f99a0cef.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsAESDecryptECB:function
extern n8_ippsAESDecryptECB:function
extern y8_ippsAESDecryptECB:function
extern e9_ippsAESDecryptECB:function
extern l9_ippsAESDecryptECB:function
extern n0_ippsAESDecryptECB:function
extern k0_ippsAESDecryptECB:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:funct... | 27.820513 | 95 | 0.797235 |
f03889c17da8979f3fe46a6847aeaa5d106aec8f | 4,538 | asm | Assembly | bootloader/boot.asm | GithubPrankster/pranksterOS | 42f11af338639c7b57cd5a9ea8de031bcb4ce273 | [
"MIT"
] | 3 | 2019-12-24T14:29:39.000Z | 2019-12-27T05:42:47.000Z | bootloader/boot.asm | GithubPrankster/pranksterOS | 42f11af338639c7b57cd5a9ea8de031bcb4ce273 | [
"MIT"
] | null | null | null | bootloader/boot.asm | GithubPrankster/pranksterOS | 42f11af338639c7b57cd5a9ea8de031bcb4ce273 | [
"MIT"
] | null | null | null |
/* Declare constants for the multiboot header. */
.set ALIGN, 1<<0 /* align loaded modules on page boundaries */
.set MEMINFO, 1<<1 /* provide memory map */
.set FLAGS, ALIGN | MEMINFO /* this is the Multiboot 'flag' field */
.set MAGIC, 0x1BADB002 /* 'magic number' lets bootlo... | 41.254545 | 84 | 0.756721 |
272cdc7eb711d2b43e3f029ac3e5b50e98fd4cb7 | 3,739 | asm | Assembly | hash/sha1/sha1-sha.asm | jfehren/Crypto | fd12625af6ec88d21526b9b766667c3ae8d37189 | [
"MIT"
] | null | null | null | hash/sha1/sha1-sha.asm | jfehren/Crypto | fd12625af6ec88d21526b9b766667c3ae8d37189 | [
"MIT"
] | null | null | null | hash/sha1/sha1-sha.asm | jfehren/Crypto | fd12625af6ec88d21526b9b766667c3ae8d37189 | [
"MIT"
] | null | null | null | .file "sha1-sha.asm"
.macro ROUND4 abcd, e0, e1, m0, m1, m2, m3, k
sha1nexte \m0, \e0
movdqa \abcd, \e1
sha1msg2 \m0, \m1
sha1rnds4 $\k, \e0, \abcd
sha1msg1 \m0, \m3
pxor \m0, \m2
.endm
.section .rdata,"dr"
.align 64
PSHUFFLE_BYTE_FLIP_MASK:
.quad 0x08090a0b0c0d0e0f
.quad 0x0001020304050607
UPPER_WOR... | 27.696296 | 82 | 0.621022 |
928abc7f850ee0ed950a8440ade04fb2031de73f | 178 | asm | Assembly | data/pokemon/dex_entries/lopunny.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/lopunny.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/lopunny.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "RABBIT@" ; species name
db "Its ears appear to"
next "be delicate. If"
next "they are touched"
page "roughly, it will"
next "kick with its"
next "graceful legs.@"
| 17.8 | 28 | 0.662921 |
ad2b783697f438e676a1954c75e5c4004ec95346 | 6,802 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1273.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_1273.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_1273.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 %r15
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x10eb7, %rbx
clflush (%rbx)
nop
nop
xor %rdx, %rdx
movb (%rbx), %r8b
and $29687, %rbp
lea addresses_D_ht+0x158f, %r15
nop
nop
nop
nop
sub $30695, %rcx
mov (%r15), %rsi
and %rcx... | 38 | 2,999 | 0.653043 |
3d44849e53bc86d448d8c93225c25cb444f42b50 | 170 | asm | Assembly | v2.0/source/msdos/stdproc.asm | neozeed/MS-DOS | 1cb8b96cd347b7eb150922eeb4924ec92911dc31 | [
"MIT"
] | 7 | 2018-09-29T16:03:48.000Z | 2021-04-06T20:08:57.000Z | v2.0/source/msdos/stdproc.asm | neozeed/MS-DOS | 1cb8b96cd347b7eb150922eeb4924ec92911dc31 | [
"MIT"
] | null | null | null | v2.0/source/msdos/stdproc.asm | neozeed/MS-DOS | 1cb8b96cd347b7eb150922eeb4924ec92911dc31 | [
"MIT"
] | null | null | null | ;
; Pseudo EXEC system call for MSDOS
;
.xlist
.xcref
INCLUDE STDSW.ASM
.cref
.list
TITLE STDPROC - process maintenance for MSDOS
NAME STDPROC
INCLUDE PROC.ASM
| 10.625 | 47 | 0.729412 |
cb499ba57e1403c30dec27c69ab9aaedf3fbd0be | 104 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_atan.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_atan.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_atan.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 asm_atan
EXTERN am48_atan
defc asm_atan = am48_atan
| 10.4 | 25 | 0.836538 |
c79d3bffb9ae859ca17609e0b6e8f5aee08aa3a0 | 6,353 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_893.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_893.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_893.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 %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x14839, %r15
nop
nop
nop
nop
nop
inc %r13
vmovups (%r15), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $1, %xmm1, %rcx
nop
nop
cmp %r8, %r8
lea addresses_WC_ht+0xceb9, %rsi
lea ... | 35.49162 | 2,999 | 0.657012 |
45e6ee50a2bca7bd39e89300ef1df9272bc09553 | 204 | asm | Assembly | libsrc/_DEVELOPMENT/adt/bv_stack/c/sdcc_iy/bv_stack_clear_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/bv_stack/c/sdcc_iy/bv_stack_clear_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/bv_stack/c/sdcc_iy/bv_stack_clear_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void bv_stack_clear_fastcall(bv_stack_t *s)
SECTION code_clib
SECTION code_adt_bv_stack
PUBLIC _bv_stack_clear_fastcall
EXTERN asm_bv_stack_clear
defc _bv_stack_clear_fastcall = asm_bv_stack_clear
| 17 | 50 | 0.872549 |
3dfeae5e2fcc04af3bc01726b71693aa577ea0ed | 4,675 | asm | Assembly | sample.asm | josemacan/MIPS_Assembler | 4e372bd89e0b4b1a6b87b13b0a47d0f575f96603 | [
"MIT"
] | null | null | null | sample.asm | josemacan/MIPS_Assembler | 4e372bd89e0b4b1a6b87b13b0a47d0f575f96603 | [
"MIT"
] | null | null | null | sample.asm | josemacan/MIPS_Assembler | 4e372bd89e0b4b1a6b87b13b0a47d0f575f96603 | [
"MIT"
] | null | null | null | ADD $1, $2, $3 // reg(1) (rd) = reg(2) (rs) + reg(3) (rt) --- op 000000 rs 00010 (2) rt 00011 (3) rd 00001 (1) sh 00000 fn 100000
SUB $1, $2, $3 // reg(1) (rd) = reg(2) (rs) - reg(3) (rt) --- op 000000 rs 00010 (2) rt 00011 (3) rd 00001 (1) sh 00000 fn 100010
SLL $1, $2, 3 // reg(1) (rd) = reg(2) (rt) << 3 (sh) -... | 116.875 | 141 | 0.54246 |
040f62de924a9c67273940ccbbf445525200b555 | 182 | asm | Assembly | tools/yasm/tests/nasm/numconst.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | tools/yasm/tests/nasm/numconst.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | tools/yasm/tests/nasm/numconst.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | mov ax,100
mov ax,0a2h
mov ax,$0a2
mov ax,0xa2
mov ax,777q
mov ax,10010011b
mov eax,'abcd'
db 'hello'
db 'h','e','l','l','o'
dd 'ninechars'
dd 'nine','char','s'
db 'ninechars',0,0,0
| 14 | 22 | 0.642857 |
9fd731c9408ecbb1f5b8012adac1c2473de32209 | 8,613 | asm | Assembly | _incObj/77 Boss - Labyrinth.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _incObj/77 Boss - Labyrinth.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _incObj/77 Boss - Labyrinth.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Object 77 - Eggman (LZ)
; ---------------------------------------------------------------------------
BossLabyrinth:
moveq #0,d0
move.b obRoutine(a0),d0
move.w Obj77_Index(pc,d0.w),d1
jmp Obj77_Index(pc,d1.w)
; ====================... | 21.640704 | 77 | 0.499942 |
bad49cd89c69932316f6f83715367ed0ab00bbbe | 294 | asm | Assembly | programs/oeis/137/A137521.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/137/A137521.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/137/A137521.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A137521: Prime numbers concatenated with 45.
; 245,345,545,745,1145,1345,1745,1945,2345,2945,3145,3745,4145,4345,4745,5345,5945,6145,6745,7145,7345,7945,8345,8945,9745,10145,10345,10745,10945,11345
seq $0,6005 ; The odd prime numbers together with 1.
max $0,2
sub $0,2
mul $0,100
add $0,245
| 32.666667 | 152 | 0.751701 |
86a9f1a1cb5e762124f7d7973fadfa4cfdb80c17 | 2,215 | asm | Assembly | programs/oeis/158/A158737.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/158/A158737.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/158/A158737.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A158737: a(n) = 1296*n^2 - 36.
; 1260,5148,11628,20700,32364,46620,63468,82908,104940,129564,156780,186588,218988,253980,291564,331740,374508,419868,467820,518364,571500,627228,685548,746460,809964,876060,944748,1016028,1089900,1166364,1245420,1327068,1411308,1498140,1587564,1679580,1774188,1871388,1971180,2073564,21... | 246.111111 | 2,127 | 0.868623 |
c3e335dda3ced0ff143f32024bfc87c4f43bb7a7 | 394 | asm | Assembly | oeis/171/A171944.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/171/A171944.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/171/A171944.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A171944: N-positions for game of misere version of Mark.
; Submitted by Christian Krause
; 0,2,3,5,7,8,9,11,12,13,15,17,19,20,21,23,25,27,28,29,31,32,33,35,36,37,39,41,43,44,45,47,48,49,51,52,53,55,57,59,60,61,63,65,67,68,69,71,73,75,76,77,79,80,81,83,84,85,87,89,91,92,93,95,97,99,100,101,103,105
mov $1,$0
seq $1,17... | 43.777778 | 208 | 0.687817 |
6098e586b7a3044a18216ce1e8fab490dd35e0dd | 1,226 | asm | Assembly | Appl/Games/Amateur/amateurHiScore.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Games/Amateur/amateurHiScore.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Games/Amateur/amateurHiScore.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1991 -- All Rights Reserved
PROJECT: Amateur Night
FILE: hiscore.asm
AUTHOR: Andrew Wilson, Jan 3, 1991
ROUTINES:
Name Description
---- -----------
HiScoreInit Initializes the hisc... | 29.902439 | 79 | 0.611746 |
4fd7416c614845c77403aae7421d32b4d6661563 | 4,296 | asm | Assembly | DeliriOS_64bits/ap_code/isr.asm | Izikiel/intel_multicore | 10ab11fa901f555608a75f9256ea7d14f8aab84d | [
"MIT"
] | 3 | 2015-12-16T06:17:14.000Z | 2019-09-01T08:21:21.000Z | DeliriOS_64bits/ap_code/isr.asm | Izikiel/intel_multicore | 10ab11fa901f555608a75f9256ea7d14f8aab84d | [
"MIT"
] | null | null | null | DeliriOS_64bits/ap_code/isr.asm | Izikiel/intel_multicore | 10ab11fa901f555608a75f9256ea7d14f8aab84d | [
"MIT"
] | null | null | null | %include "../macros/long_mode_macros.mac"
%include "../macros/asm_screen_utils.mac"
BITS 64
;; PIC
extern fin_intr_pic1
;; contextManager
extern notificarRelojTick
extern notificarTecla
;; kmain64
extern kernel_panic
;; sorting
extern sort_ap_int
extern merge_ap_int
extern copy_ap_int
;; fft
extern inner_fft_loop_... | 24.689655 | 117 | 0.713222 |
6b22871580a1618e21bb162e0453d9a2ac8c35c1 | 6,278 | asm | Assembly | routines/math/multiplication.asm | undisbeliever/snesdev-common | 0be45f5dbfe69e03c25e91c62186afa138ea1924 | [
"MIT"
] | 3 | 2015-05-26T08:35:07.000Z | 2015-09-02T20:48:34.000Z | routines/math/multiplication.asm | undisbeliever/snesdev-common | 0be45f5dbfe69e03c25e91c62186afa138ea1924 | [
"MIT"
] | null | null | null | routines/math/multiplication.asm | undisbeliever/snesdev-common | 0be45f5dbfe69e03c25e91c62186afa138ea1924 | [
"MIT"
] | null | null | null | ;; Multiplication routines
;; -----------------------
;;
;; included by `routines/math.s`
.code
.A8
.A16
ROUTINE Multiply_U8Y_U8X_UY
PHP
SEP #$30
.I16
STY WRMPYA
STX WRMPYB
; Wait 8 Cycles
REP #$10 ; 3
.A16
PLP ; 4
LDY RDMPY ; 1 instruction fetch
RTS
; Must not use mathTmp1-4
; Does not use X
.A8
... | 13.951111 | 73 | 0.636668 |
fd5c37d7be3a4276917fc61567db43df0bd6ac67 | 862 | asm | Assembly | p5b.asm | abhimanyudwivedi/mp-testing | a82fffd4e27cb051d7b46b35285f2cb6b59ec58c | [
"MIT"
] | null | null | null | p5b.asm | abhimanyudwivedi/mp-testing | a82fffd4e27cb051d7b46b35285f2cb6b59ec58c | [
"MIT"
] | null | null | null | p5b.asm | abhimanyudwivedi/mp-testing | a82fffd4e27cb051d7b46b35285f2cb6b59ec58c | [
"MIT"
] | 1 | 2020-10-20T03:02:43.000Z | 2020-10-20T03:02:43.000Z | .model small
outpb macro
mov dx,pb
out dx,al
endm
outpc macro
mov dx,pc
out dx,al
endm
printf macro l
lea dx,l
mov ah,9
int 21h
endm
exit macro
mov ah,4ch
int 21h
endm
.data
pa equ 1190h
pb equ 1191h
cr equ 1193h
pc equ 1192h
m1 db 10,13,"enter key to exit$"
txt db 80h,88h,90h,80h,0f8h,82h... | 9.577778 | 60 | 0.682135 |
db61abc5d9da33174c2e0f3d3a7d7b28c7383bc1 | 655 | asm | Assembly | arch/x86/kernel/cpuid.asm | 31core/illumi | 344fa945df9031aadda6775121e8fb641b45e844 | [
"MIT"
] | 1 | 2021-05-10T10:52:06.000Z | 2021-05-10T10:52:06.000Z | arch/x86/kernel/cpuid.asm | 31core/illumi | 344fa945df9031aadda6775121e8fb641b45e844 | [
"MIT"
] | null | null | null | arch/x86/kernel/cpuid.asm | 31core/illumi | 344fa945df9031aadda6775121e8fb641b45e844 | [
"MIT"
] | null | null | null | global cpuid_get_vendorid
global cpuid_get_brand
;获取cpu vendor ID
cpuid_get_vendorid:
mov eax, 0
cpuid
mov eax, [esp + 4]
mov [eax], ebx
mov [eax + 4], edx
mov [eax + 8], ecx
mov byte [eax + 12], 0
ret
;获取cpu商标信息
cpuid_get_brand:
mov eax, 0x80000002
cpuid
mov esi, [esp + 4]
mov [esi], eax
mov [esi + 4], eb... | 17.702703 | 25 | 0.616794 |
548c8cb5a712e052e79cadde803a2beaa57662f4 | 7,768 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_zr_un_/i7-7700_9_0xca.log_21829_733.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_zr_un_/i7-7700_9_0xca.log_21829_733.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_zr_un_/i7-7700_9_0xca.log_21829_733.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 %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1251d, %rbx
nop
nop
nop
nop
nop
cmp %r12, %r12
movw $0x6162, (%rbx)
nop
nop
nop
nop
nop
add %r12, %r12
lea addresses_WC_ht+0x121fb, %rbx
clflush (%rbx)
nop
and $49164, %rcx
a... | 32.366667 | 2,999 | 0.653064 |
ae32b3b3e56f6872799a4c0132dbf68257327e86 | 310 | asm | Assembly | programs/oeis/021/A021477.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021477.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021477.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021477: Decimal expansion of 1/473.
; 0,0,2,1,1,4,1,6,4,9,0,4,8,6,2,5,7,9,2,8,1,1,8,3,9,3,2,3,4,6,7,2,3,0,4,4,3,9,7,4,6,3,0,0,2,1,1,4,1,6,4,9,0,4,8,6,2,5,7,9,2,8,1,1,8,3,9,3,2,3,4,6,7,2,3,0,4,4,3,9,7,4,6,3,0,0,2,1,1,4,1,6,4,9,0,4,8,6,2
add $0,1
mov $1,10
pow $1,$0
mul $1,6
div $1,2838
mod $1,10
mov $0,$1
| 28.181818 | 199 | 0.541935 |
042e020d53934ab75d70a81d5bb29aa3d3aa91ee | 366 | asm | Assembly | programs/oeis/212/A212698.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/212/A212698.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/212/A212698.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A212698: Main transitions in systems of n particles with spin 3/2.
; 3,24,144,768,3840,18432,86016,393216,1769472,7864320,34603008,150994944,654311424,2818572288,12079595520,51539607552,219043332096,927712935936,3917010173952,16492674416640,69269232549888,290271069732864,1213860837064704,5066549580791808
mov $1,$0
a... | 36.6 | 238 | 0.808743 |
c72873ade96c876085ecf2ec79b17f7bf17fb5a0 | 451 | asm | Assembly | oeis/271/A271647.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/271/A271647.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/271/A271647.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A271647: Irregular triangle read by rows: the natural numbers from right to left.
; Submitted by Simon Strandgaard
; 1,2,4,3,6,5,9,8,7,12,11,10,16,15,14,13,20,19,18,17,25,24,23,22,21,30,29,28,27,26,36,35,34,33,32,31,42,41,40,39,38,37,49,48,47,46,45,44,43,56,55,54,53,52,51,50,64,63,62,61,60,59,58,57
mul $0,4
add $0,1... | 50.111111 | 184 | 0.707317 |
741963573b71203798646657d9b61058f1b0e775 | 48,392 | asm | Assembly | src/qt/qtwebkit/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm | viewdy/phantomjs | eddb0db1d253fd0c546060a4555554c8ee08c13c | [
"BSD-3-Clause"
] | 1 | 2015-05-27T13:52:20.000Z | 2015-05-27T13:52:20.000Z | src/qt/qtwebkit/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm | mrampersad/phantomjs | dca6f77a36699eb4e1c46f7600cca618f01b0ac3 | [
"BSD-3-Clause"
] | null | null | null | src/qt/qtwebkit/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm | mrampersad/phantomjs | dca6f77a36699eb4e1c46f7600cca618f01b0ac3 | [
"BSD-3-Clause"
] | 1 | 2017-03-19T13:03:23.000Z | 2017-03-19T13:03:23.000Z | # Copyright (C) 2011, 2012 Apple Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and t... | 28.053333 | 128 | 0.701252 |
fa2ac17ae33172a00f98a45aff686c7eac4e6388 | 4,385 | asm | Assembly | src/PJ/util/doserror.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 119 | 2015-01-10T15:13:50.000Z | 2022-01-24T04:54:34.000Z | src/PJ/util/doserror.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 6 | 2015-10-22T20:14:59.000Z | 2021-07-10T03:25:21.000Z | src/PJ/flic386p/libsrc/util/doserror.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 27 | 2015-04-24T22:55:30.000Z | 2022-01-21T13:54:00.000Z | ;include errcodes.i
;-----------------------------------------------------------------------------
;
;-----------------------------------------------------------------------------
data segment dword public 'DATA'
public pj_crit_errval
pj_crit_errval dw 0040H ; if not set by handler will be "critical" error... | 27.067901 | 79 | 0.524743 |
82809488be5eb339b4cc0f590f7506833ea9b832 | 442 | asm | Assembly | programs/oeis/037/A037591.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/037/A037591.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/037/A037591.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A037591: Base-5 digits are, in order, the first n terms of the periodic sequence with initial period 1,0,3.
; 1,5,28,141,705,3528,17641,88205,441028,2205141,11025705,55128528,275642641,1378213205,6891066028,34455330141,172276650705,861383253528,4306916267641,21534581338205,107672906691028,538364533455141
cal $0,3755... | 63.142857 | 197 | 0.79638 |
88f6cae3368e89f85a71e19c85e11d41ecca8dfb | 271 | asm | Assembly | programs/oeis/125/A125857.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/125/A125857.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/125/A125857.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A125857: Numbers whose base-9 representation is 22222222.......2.
; 0,2,20,182,1640,14762,132860,1195742,10761680,96855122,871696100,7845264902,70607384120,635466457082,5719198113740,51472783023662,463255047212960,4169295424916642
mov $1,3
mul $0,2
pow $1,$0
div $1,4
| 33.875 | 164 | 0.789668 |
1330929673e42521d179f0188e8d8c0caa95bf39 | 540 | asm | Assembly | programs/oeis/273/A273312.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/273/A273312.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/273/A273312.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A273312: First differences of number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 641", based on the 5-celled von Neumann neighborhood.
; 3,13,23,33,39,49,55,65,71,81,87,97,103,113,119,129,135,145,151,161,167,177,183,193,199,209,215,225,231,241,247,257,263,... | 30 | 204 | 0.690741 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.