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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7e62bd4f78342515537da65dc25c8ef5a2cf12d0 | 638 | asm | Assembly | libsrc/gfx/wide/w_undrawto_callee.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/gfx/wide/w_undrawto_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/gfx/wide/w_undrawto_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; ----- void __CALLEE__ undrawto_callee(int x, int y)
IF !__CPU_INTEL__ && !__CPU_GBZ80__
SECTION code_graphics
PUBLIC undrawto_callee
PUBLIC _undrawto_callee
PUBLIC asm_undrawto
EXTERN swapgfxbk
EXTERN w_line
EXTERN w_respixel
EXTERN __graphics_end
INCLUDE "graphics/gr... | 16.358974 | 53 | 0.652038 |
10f49fe45530e5e67c18d290fcbca0d7f043b6b7 | 414 | asm | Assembly | programs/oeis/015/A015222.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/015/A015222.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/015/A015222.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A015222: Even square pyramidal numbers.
; 14,30,140,204,506,650,1240,1496,2470,2870,4324,4900,6930,7714,10416,11440,14910,16206,20540,22140,27434,29370,35720,38024,45526,48230,56980,60116,70210,73810,85344,89440,102510,107134,121836,127020
mov $2,1
add $2,$0
mov $3,$2
sub $3,1
div $3,2
mov $1,$3
add $1,$0
mov $4,2
a... | 18.818182 | 199 | 0.693237 |
6eaabd209dbae33c547eb24306673a45d5efd6c7 | 349 | asm | Assembly | pwnlib/shellcraft/templates/i386/cgc/deallocate.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 8,966 | 2015-01-02T11:58:14.000Z | 2022-03-31T21:19:56.000Z | pwnlib/shellcraft/templates/i386/cgc/deallocate.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 1,401 | 2015-01-01T00:56:22.000Z | 2022-03-31T16:19:53.000Z | pwnlib/shellcraft/templates/i386/cgc/deallocate.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 1,844 | 2015-01-07T04:38:06.000Z | 2022-03-30T03:54:46.000Z | <%
from pwnlib.shellcraft.i386.cgc import syscall
%>
<%page args="addr, length"/>
<%docstring>
Invokes the syscall deallocate.
For more information, see:
https://github.com/CyberGrandChallenge/libcgc/blob/master/deallocate.md
Arguments:
addr(int): addr
length(int): length
</%docstring>
${syscall('SYS... | 20.529412 | 71 | 0.719198 |
5595ab3d7e38be916905e48f2204ebf95212ad7f | 7,486 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_906.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_906.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_906.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1290b, %r14
nop
nop
nop
cmp %r13, %r13
movb $0x61, (%r14)
nop
nop
nop
inc %rdx
lea addresses_A_ht+0x1e70b, %r11
and %r14, %r14
movups (%r11), %xmm2
vpextrq $1, %xmm2, %rdx
n... | 35.14554 | 2,999 | 0.656559 |
5e00334a401002cd429b038792a688a89912353e | 550 | asm | Assembly | programs/oeis/132/A132735.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/132/A132735.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132735.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A132735: Triangle T(n,k) = binomial(n,k) + 1 with T(n,0) = T(n,n) = 1, read by rows.
; 1,1,1,1,3,1,1,4,4,1,1,5,7,5,1,1,6,11,11,6,1,1,7,16,21,16,7,1,1,8,22,36,36,22,8,1,1,9,29,57,71,57,29,9,1,1,10,37,85,127,127,85,37,10,1,1,11,46,121,211,253,211,121,46,11,1,1,12,56,166,331,463,463,331,166,56,12,1
cal $0,206735 ; Tria... | 50 | 211 | 0.576364 |
83f2072ab100827ad20f531a06a46ba61881d2e8 | 352 | asm | Assembly | programs/oeis/047/A047462.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047462.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047462.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047462: Numbers that are congruent to {0, 1, 4} mod 8.
; 0,1,4,8,9,12,16,17,20,24,25,28,32,33,36,40,41,44,48,49,52,56,57,60,64,65,68,72,73,76,80,81,84,88,89,92,96,97,100,104,105,108,112,113,116,120,121,124,128,129,132,136,137,140,144,145,148,152,153,156
mul $0,8
mov $1,3
mov $2,$0
div $0,3
gcd $1,$2
div $1,2
add $1... | 25.142857 | 198 | 0.642045 |
ad388df897c377d40efc13eeada3b69714b3b670 | 833 | asm | Assembly | programs/oeis/097/A097254.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/097/A097254.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/097/A097254.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A097254: Numbers whose set of base 8 digits is {0,7}.
; 0,7,56,63,448,455,504,511,3584,3591,3640,3647,4032,4039,4088,4095,28672,28679,28728,28735,29120,29127,29176,29183,32256,32263,32312,32319,32704,32711,32760,32767,229376,229383,229432,229439,229824,229831,229880,229887,232960,232967,233016,233023,233408,233415,23... | 104.125 | 675 | 0.818727 |
339d497dafc2dd74458c4b01825411d0685089c2 | 610 | asm | Assembly | oeis/151/A151949.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/151/A151949.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/151/A151949.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A151949: a(n) = image of n under the Kaprekar map n -> (n with digits sorted into descending order) - (n with digits sorted into ascending order).
; Submitted by Simon Strandgaard
; 0,0,0,0,0,0,0,0,0,0,9,0,9,18,27,36,45,54,63,72,18,9,0,9,18,27,36,45,54,63,27,18,9,0,9,18,27,36,45,54,36,27,18,9,0,9,18,27,36,45,45,36,27... | 67.777778 | 265 | 0.67541 |
b5c678b1678f948d3eae0484af6e9fd64e939924 | 676 | asm | Assembly | oeis/156/A156287.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/156/A156287.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/156/A156287.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A156287: Numbers k such that 4*k-5 is a prime number.
; Submitted by Jon Maiga
; 2,3,4,6,7,9,12,13,16,18,19,21,22,27,28,33,34,36,39,42,43,46,49,51,54,57,58,61,64,67,69,72,78,79,84,88,91,93,96,97,106,109,111,112,117,118,121,123,124,126,127,132,138,142,144,148,151,153,156,159,162,163,166,172,174,181,183,186,187,189,198... | 30.727273 | 355 | 0.659763 |
0bc8eed2b3376fde75123a1066a696aad4d0a39d | 115 | asm | Assembly | test/asm/strcat.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 522 | 2017-02-25T21:10:13.000Z | 2020-09-13T14:26:18.000Z | test/asm/strcat.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 405 | 2017-02-25T21:32:37.000Z | 2020-09-13T16:43:29.000Z | test/asm/strcat.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 84 | 2017-02-25T21:10:26.000Z | 2020-09-13T14:28:25.000Z | println STRCAT()
println STRCAT("Durrr")
println STRCAT("Left", "right")
println STRCAT("Whoa", ", ", "baby!")
| 23 | 38 | 0.643478 |
8bb734212b26ac2eeba8a1e22d307f8af6604485 | 82 | asm | Assembly | CPU/cpu_test/test_storage/slt.asm | SilenceX12138/MIPS-Microsystems | d389b706b0930151a710b544db436c2883af958b | [
"MIT"
] | 55 | 2021-09-06T12:12:47.000Z | 2022-01-15T04:30:53.000Z | CPU/cpu_test/test_storage/slt.asm | SilenceX12138/MIPS-Microsystems | d389b706b0930151a710b544db436c2883af958b | [
"MIT"
] | null | null | null | CPU/cpu_test/test_storage/slt.asm | SilenceX12138/MIPS-Microsystems | d389b706b0930151a710b544db436c2883af958b | [
"MIT"
] | null | null | null | .text
ori $t1,1
ori $t2,10
subu $t1,$t1,$t2
sltu $t3,$t2,$t1
slt $t4,$t2,$t1
| 11.714286 | 17 | 0.560976 |
5b43bbc95a7c40a3b5b31844216c6858228bdc7b | 1,112 | asm | Assembly | programs/oeis/194/A194143.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/194/A194143.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/194/A194143.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A194143: Sum{floor(j*(3+sqrt(3))/2) : 1<=j<=n}; n-th partial sum of Beatty sequence for (3+sqrt(3))/2.
; 2,6,13,22,33,47,63,81,102,125,151,179,209,242,277,314,354,396,440,487,536,588,642,698,757,818,881,947,1015,1085,1158,1233,1311,1391,1473,1558,1645,1734,1826,1920,2017,2116,2217,2321,2427,2535,2646,2759
mov $19,$0... | 17.935484 | 203 | 0.478417 |
640ec0c645b1aa52cca922563f42cc5d2661cb2b | 725 | asm | Assembly | external/source/shellcode/linux/ia32/single_exec.asm | madhavarao-yejarla/VoIP | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 35 | 2015-08-08T07:23:38.000Z | 2021-04-07T18:00:44.000Z | external/source/shellcode/linux/ia32/single_exec.asm | madhavarao-yejarla/VoIP | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 1 | 2019-02-12T12:13:53.000Z | 2019-02-12T12:13:53.000Z | external/source/shellcode/linux/ia32/single_exec.asm | fozavci/metasploit-framework-with-viproy | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 23 | 2015-08-11T05:07:47.000Z | 2020-11-06T03:55:10.000Z | ;;
;
; Name: single_exec
; Platforms: Linux
; Authors: vlad902 <vlad902 [at] gmail.com>
; Version: $Revision: 1466 $
; License:
;
; This file is part of the Metasploit Exploit Framework
; and is subject to the same licenses and copyrights as
; the rest of this package... | 16.111111 | 63 | 0.605517 |
30c71475663945824865f3306ebbe9132cb36097 | 329 | asm | Assembly | _anim/obj60.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | null | null | null | _anim/obj60.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | 2 | 2019-06-13T14:26:59.000Z | 2019-10-10T13:15:14.000Z | _anim/obj60.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | null | null | null | ; ---------------------------------------------------------------------------
; Animation script - Orbinaut enemy
; ---------------------------------------------------------------------------
dc.w byte_11EDA-Ani_obj60
dc.w byte_11EDE-Ani_obj60
byte_11EDA: dc.b $F, 0, $FF, 0
byte_11EDE: dc.b $F, 1, 2, $FE, 1, ... | 41.125 | 78 | 0.346505 |
b90d2275fc297c496ba31db540f322ef38d7fc28 | 271 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_vector/c/sdcc_iy/w_vector_erase_range_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/w_vector/c/sdcc_iy/w_vector_erase_range_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/w_vector/c/sdcc_iy/w_vector_erase_range_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; size_t w_vector_erase_range_callee(w_vector_t *v, size_t idx_first, size_t idx_last)
SECTION code_clib
SECTION code_adt_w_vector
PUBLIC _w_vector_erase_range_callee
EXTERN _w_array_erase_range_callee
defc _w_vector_erase_range_callee = _w_array_erase_range_callee
| 22.583333 | 86 | 0.881919 |
b59cc3728bc5e0f81f55d083f19fecd017f999e5 | 1,101 | asm | Assembly | programs/oeis/014/A014132.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/014/A014132.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/014/A014132.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A014132: Complement of triangular numbers (A000217); also array T(n,k) = ((n+k)^2 + n-k)/2, n, k > 0, read by antidiagonals.
; 2,4,5,7,8,9,11,12,13,14,16,17,18,19,20,22,23,24,25,26,27,29,30,31,32,33,34,35,37,38,39,40,41,42,43,44,46,47,48,49,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77... | 100.090909 | 909 | 0.702089 |
e44acbfd73918c925e0752f6f1573a99c66da2e7 | 3,527 | asm | Assembly | coverage/PENDING_SUBMIT/amdvlk/0607-COVERAGE-instruction-simplify-2840/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | null | null | null | coverage/PENDING_SUBMIT/amdvlk/0607-COVERAGE-instruction-simplify-2840/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 47 | 2021-03-11T07:42:51.000Z | 2022-03-14T06:30:14.000Z | coverage/PENDING_SUBMIT/amdvlk/0607-COVERAGE-instruction-simplify-2840/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 4 | 2021-03-09T13:37:19.000Z | 2022-02-25T07:32:11.000Z | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 69
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %33
OpExecutionMode %4 OriginUp... | 35.989796 | 59 | 0.498441 |
7794fd52c7490512d66939dca3573e2336483a98 | 1,849 | asm | Assembly | programs/oeis/052/A052956.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/052/A052956.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/052/A052956.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A052956: a(n) = 2^n + Fibonacci(n+1).
; 2,3,6,11,21,40,77,149,290,567,1113,2192,4329,8569,16994,33755,67133,133656,266325,531053,1059522,2114863,4222961,8434976,16852241,33675825,67305282,134535539,268949685,537702952,1075088093,2149661957,4298491874,8595637479,17189096649,34374668720,68743634553,137478041641,2749411... | 88.047619 | 1,642 | 0.88967 |
1280f4fbf14de1700b65860f631fae479debebe6 | 83 | asm | Assembly | public/wintab/wintabx/mgropen.asm | SmileyAG/cstrike15_src | 5315265785320e0f53ebd27c3486e6c7b826a227 | [
"Unlicense"
] | 2 | 2022-02-25T12:18:31.000Z | 2022-03-16T23:59:59.000Z | public/wintab/wintabx/mgropen.asm | SmileyAG/cstrike15_src | 5315265785320e0f53ebd27c3486e6c7b826a227 | [
"Unlicense"
] | null | null | null | public/wintab/wintabx/mgropen.asm | SmileyAG/cstrike15_src | 5315265785320e0f53ebd27c3486e6c7b826a227 | [
"Unlicense"
] | 7 | 2021-08-22T11:29:02.000Z | 2022-03-29T11:59:15.000Z | include xlibproc.inc
include Wintab.inc
PROC_TEMPLATE WTMgrOpen, 2, Wintab, -, 100
| 20.75 | 42 | 0.795181 |
a85ffed23879cfcd688ae21a3026cba0d53adaa4 | 261 | asm | Assembly | programs/oeis/033/A033360.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/033/A033360.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/033/A033360.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A033360: a(n) = floor(40/n).
; 40,20,13,10,8,6,5,5,4,4,3,3,3,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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
add $0,1
mov $1,40
div $1,$0
mov $0,$1
| 32.625 | 189 | 0.51341 |
d8d1104d3e6627c5b5948f460e1f164c0c0e2471 | 778 | asm | Assembly | oeis/035/A035109.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/035/A035109.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/035/A035109.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A035109: Numerators in expansion of a certain Dirichlet series.
; Submitted by Jon Maiga
; 1,1,5,1,7,5,9,1,17,7,13,5,15,9,35,1,19,17,21,7,45,13,25,5,37,15,53,9,31,35,33,1,65,19,63,17,39,21,75,7,43,45,45,13,119,25,49,5,65,37,95,15,55,53,91,9,105,31,61,35,63,33,153,1,105,65,69,19,125,63,73,17,75,39,185,21,117,75,81,7,1... | 21.611111 | 294 | 0.524422 |
1281192e6a1d032fc23ab1ec1f44047ba710b3c5 | 3,663 | asm | Assembly | binary16/fexp.asm | DW0RKiN/Floating-point-Library-for-Z80 | 494add6bc20922f4a634fbbacb32d8bd4dd185a7 | [
"MIT"
] | 12 | 2020-02-17T09:07:02.000Z | 2022-02-09T22:15:34.000Z | binary16/fexp.asm | DW0RKiN/Floating-point-Library-for-Z80 | 494add6bc20922f4a634fbbacb32d8bd4dd185a7 | [
"MIT"
] | null | null | null | binary16/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... | 35.563107 | 101 | 0.293475 |
a7735658a4596ae1672c655e0e8dcfc653bb04f7 | 701 | asm | Assembly | oeis/143/A143152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/143/A143152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/143/A143152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A143152: Inverse Möbius transform of the least prime factor of n: A051731 * A020639.
; Submitted by Jon Maiga
; 1,3,4,5,6,8,8,7,7,10,12,12,14,12,12,9,18,13,20,14,14,16,24,16,11,18,10,16,30,20,32,11,18,22,18,19,38,24,20,18,42,22,44,20,18,28,48,20,15,17,24,22,54,18,22,20,26,34,60,28,62,36,20,13,24,26,68,26,30,26,72,25,... | 22.612903 | 291 | 0.566334 |
82a5fecbc9870b7f27f11f1d7e5fd92157ae7b90 | 45,257 | asm | Assembly | P6/P6Judger - 100 testpoints/testpoint/testpoint17.asm | flyinglandlord/BUAA-CO-2021 | 1aa28b09762dfb2376ed2aac4126839f0e6fcf93 | [
"MIT"
] | 5 | 2021-12-05T12:58:26.000Z | 2022-03-31T02:05:13.000Z | P6/P6Judger - 100 testpoints/testpoint/testpoint17.asm | OliverDu8-24/BUAA-CO-2021 | 9959abd90de9039d751bab64f153547e76066665 | [
"MIT"
] | null | null | null | P6/P6Judger - 100 testpoints/testpoint/testpoint17.asm | OliverDu8-24/BUAA-CO-2021 | 9959abd90de9039d751bab64f153547e76066665 | [
"MIT"
] | 2 | 2021-12-19T11:49:48.000Z | 2021-12-22T10:25:38.000Z | ori $1, $0, 6
ori $2, $0, 9
ori $3, $0, 4
ori $4, $0, 11
sw $3, 0($0)
sw $4, 4($0)
sw $4, 8($0)
sw $1, 12($0)
sw $2, 16($0)
sw $1, 20($0)
sw $2, 24($0)
sw $3, 28($0)
sw $2, 32($0)
sw $4, 36($0)
sw $3, 40($0)
sw $4, 44($0)
sw $4, 48($0)
sw $1, 52($0)
sw $3, 56($0)
sw $4, 60($0)
sw $1, 64($0)
sw $1, 68($0)
sw $2, 72($0)
... | 11.938011 | 21 | 0.541706 |
cd400ab6b34d1a0ca065d08425d2b54e48d717e3 | 3,078 | asm | Assembly | routines/map.asm | jacobly0/Age-Of-CEmpires-I | 9cd54b9899f0bc5bbf6e0bf1d02306b187034384 | [
"MIT"
] | null | null | null | routines/map.asm | jacobly0/Age-Of-CEmpires-I | 9cd54b9899f0bc5bbf6e0bf1d02306b187034384 | [
"MIT"
] | null | null | null | routines/map.asm | jacobly0/Age-Of-CEmpires-I | 9cd54b9899f0bc5bbf6e0bf1d02306b187034384 | [
"MIT"
] | null | null | null | ; Map structure:
; Field size: 128x128
; Each tile is 2 bytes worth:
; - If it's grass or a stump, the first byte is the type; the second byte is not used
; - If it's a tree or resource, the first byte is the type; the second byte is how full the tree/resource is
; - If it's a building, the first byte is the ty... | 19.481013 | 228 | 0.695582 |
8c96414135b05031969f745aedf6af6e879dafbb | 303 | asm | Assembly | programs/oeis/047/A047245.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/047/A047245.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047245.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A047245: Numbers that are congruent to {1, 2, 3} mod 6.
; 1,2,3,7,8,9,13,14,15,19,20,21,25,26,27,31,32,33,37,38,39,43,44,45,49,50,51,55,56,57,61,62,63,67,68,69,73,74,75,79,80,81,85,86,87,91,92,93,97,98,99,103,104,105,109,110,111,115,116,117,121,122,123
mov $1,$0
mod $0,3
mul $1,2
sub $1,$0
add $1,1
| 33.666667 | 196 | 0.646865 |
475c206b1ca0fe7318d20100593f217d75ed98b1 | 663 | asm | Assembly | oeis/274/A274136.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/274/A274136.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/274/A274136.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A274136: a(n) = (n+1)*(2*n+2)!/(n+2).
; Submitted by Jon Maiga
; 1,16,540,32256,3024000,410572800,76281004800,18598035456000,5762136335155200,2211729098342400000,1030334000462807040000,572721601599913328640000,374484928188990947328000000,284562454970932936468070400000,248674556073929117471539200000000,247652552408182... | 51 | 454 | 0.835596 |
20d405118205100e3ac9ba40f09a0798d336c062 | 693 | asm | Assembly | oeis/034/A034673.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/034/A034673.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/034/A034673.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A034673: Sum of n-th powers of divisors of 120.
; Submitted by Jamie Morken(s2)
; 16,360,22100,2063880,224269508,25799815800,3037735808900,361309235636520,43173479687106308,5170143073557210840,619789454543093802500,74337555655482913332360,8918294580005081032107908,1070063348723222090845018680,128399710215843201450445... | 36.473684 | 472 | 0.834055 |
4522d592994fe000860ddca63f73638d0c081d9a | 358 | asm | Assembly | oeis/147/A147839.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/147/A147839.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/147/A147839.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A147839: a(n)=9*a(n-1)-7*a(n-2), a(0)=1, a(1)=7 .
; Submitted by Jon Maiga
; 1,7,56,455,3703,30142,245357,1997219,16257472,132336715,1077228131,8768696174,71377668649,581018144623,4729519621064,38498549577215,313380308847487,2550932932586878,20764734231349493,169026077554037291
mov $2,1
lpb $0
sub $0,1
mul $2,7
... | 27.538462 | 203 | 0.72905 |
3630962e4967d5905a1509351d6674503e3b8345 | 1,375 | asm | Assembly | spectranet/libspectranet/string_fetch_callee.asm | speccytools/spectranet-gdbserver | c76acd970e5e8bbf793d8514bf64c32a180c26a4 | [
"MIT"
] | 40 | 2021-07-23T21:33:59.000Z | 2022-02-07T19:07:46.000Z | spectranet/libspectranet/string_fetch_callee.asm | speccytools/spectranet-gdbserver | c76acd970e5e8bbf793d8514bf64c32a180c26a4 | [
"MIT"
] | null | null | null | spectranet/libspectranet/string_fetch_callee.asm | speccytools/spectranet-gdbserver | c76acd970e5e8bbf793d8514bf64c32a180c26a4 | [
"MIT"
] | 2 | 2021-08-02T17:49:03.000Z | 2021-10-09T21:53:41.000Z | ; callee linkage for string_fetch
; unsigned int string_fetch(char *buf, int bufsz);
PUBLIC string_fetch_callee
GLOBAL ASMDISP_STRING_FETCH_CALLEE
include "zxromdefs.asm"
.string_fetch_callee
rst 16 ; CALLBAS
defw ZX_STK_FETCH ; fetch string expression - start in bc, length in de
ld a, b
or c ; zero length stri... | 27.5 | 72 | 0.700364 |
3c9aac55d5121edf18fa6927d6f6175f2d158254 | 315 | asm | Assembly | tests/syntax_test_emulator_extensions.asm | dougmasten/dougmasten-sublime-assembly-6809 | 60aca36483d6a33bbcc3d8880c8ce274cb6302a9 | [
"MIT"
] | 5 | 2018-11-10T02:09:16.000Z | 2021-09-12T04:39:08.000Z | tests/syntax_test_emulator_extensions.asm | dougmasten/dougmasten-sublime-assembly-6809 | 60aca36483d6a33bbcc3d8880c8ce274cb6302a9 | [
"MIT"
] | 1 | 2018-12-18T09:44:42.000Z | 2018-12-23T06:14:12.000Z | tests/syntax_test_emulator_extensions.asm | dougmasten/dougmasten-sublime-assembly-6809 | 60aca36483d6a33bbcc3d8880c8ce274cb6302a9 | [
"MIT"
] | 2 | 2021-01-31T03:09:12.000Z | 2021-02-10T13:55:11.000Z | # SYNTAX TEST "Packages/Assembly-6809/Assembly-6809.sublime-syntax"
# <- source.mc6809
; MAME Emulator extensions (lwasm)
break comment
# ^^^^^ support.function.directive
# ^^^^^^^ comment.line
log comment
# ^^^ support.function.directive
# ^^^^^^^ comment.line
| 24.230769 | 67 | 0.590476 |
02b0abcf709c373bf94e18efef61706ce6660500 | 6,548 | asm | Assembly | src/presets/cm_presets_defeatmoldorm.asm | spannerisms/lttphack | 8309fecd1b73db4d81616ec500253ae1aa52b399 | [
"MIT"
] | 6 | 2020-02-14T17:14:52.000Z | 2021-12-06T19:51:25.000Z | src/presets/cm_presets_defeatmoldorm.asm | spannerisms/lttphack | 8309fecd1b73db4d81616ec500253ae1aa52b399 | [
"MIT"
] | 1 | 2020-09-26T07:40:33.000Z | 2020-09-26T07:40:33.000Z | src/presets/cm_presets_defeatmoldorm.asm | spannerisms/lttphack | 8309fecd1b73db4d81616ec500253ae1aa52b399 | [
"MIT"
] | 7 | 2019-12-02T21:51:51.000Z | 2021-07-03T17:53:04.000Z | ;===================================================================================================
; PRESET DATA HEADER
;===================================================================================================
presetheader_defeatmoldorm:
dw presetSRAM_defeatmoldorm ; location of SRAM
dw presetpersistent_... | 29.899543 | 100 | 0.378436 |
60a77c956b0f8ab6dc58fb3c2fb87ae9f33d2283 | 463 | asm | Assembly | oeis/112/A112577.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/112/A112577.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/112/A112577.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A112577: A Chebyshev-related transform of the Jacobsthal numbers.
; Submitted by Christian Krause
; 0,1,1,5,8,26,52,143,317,811,1884,4668,11076,27053,64805,157273,378364,915598,2206976,5333731,12867673,31080023,75010008,181128696,437221032,1055645785,2548391209,6152624621,14853322640,35859784130,86572058860
lpb $0
... | 24.368421 | 210 | 0.704104 |
b9f2933b2c5981d8a0978603c51aa05c56f5898c | 280 | asm | Assembly | VirTool.Win32.Disassembler.Ade86/TEST/m32.asm | TheWover/Vx-Libraries | 20011b3e8fc219cdf0066a75c2baff602ee57e57 | [
"MIT"
] | 1 | 2021-12-10T20:33:58.000Z | 2021-12-10T20:33:58.000Z | VirTool.Win32.Disassembler.Ade86/TEST/m32.asm | guitmz/Vx-Libraries | 20011b3e8fc219cdf0066a75c2baff602ee57e57 | [
"MIT"
] | null | null | null | VirTool.Win32.Disassembler.Ade86/TEST/m32.asm | guitmz/Vx-Libraries | 20011b3e8fc219cdf0066a75c2baff602ee57e57 | [
"MIT"
] | 2 | 2020-05-14T23:13:34.000Z | 2021-05-17T17:19:26.000Z | USE32
SUB EAX,[EAX]
SUB EBP,[EBP]
SUB [EAX+01FH],EAX
SUB [ECX+012345678H],ECX
SUB [EBP-01FH],ESI
SUB [EBP-012345678H],EBP
LES ESP,[+012345678H]
SUB EBP,[0EDCBA988H]
SUB ESP,EBP
MOV EAX,[01000H]
SHL EDI,0FFH
CALL NEAR [00010000H]
CALL FAR [00010000H]
CMOVZ EAX,[ECX] | 18.666667 | 25 | 0.692857 |
2a128ed5852916008fed9119b192b8ba5e330eaa | 913 | asm | Assembly | programs/oeis/273/A273053.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/273/A273053.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/273/A273053.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A273053: Numbers n such that 15*n^2 + 16 is a square.
; 0,4,32,252,1984,15620,122976,968188,7622528,60012036,472473760,3719778044,29285750592,230566226692,1815244062944,14291386276860,112515846151936,885835382938628,6974167217357088,54907502355918076,432285851629987520,3403379310683982084,26794748633841869152,2109546... | 152.166667 | 786 | 0.887185 |
8c51bfc6e6136798222c7ec2e7c732aa8617afeb | 374 | asm | Assembly | data/mapHeaders/Route10.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/Route10.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/Route10.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | Route10_h:
db OVERWORLD ; tileset
db ROUTE_10_HEIGHT, ROUTE_10_WIDTH ; dimensions (y, x)
dw Route10_Blocks ; blocks
dw Route10_TextPointers ; texts
dw Route10_Script ; scripts
db SOUTH | WEST ; connections
SOUTH_MAP_CONNECTION ROUTE_10, LAVENDER_TOWN, 0, 0, LavenderTown_Blocks
WEST_MAP_CONNECTION ROUTE_10, ROUT... | 34 | 72 | 0.796791 |
42419c376d9e6324956580891ad68376ddcc98d2 | 671 | asm | Assembly | oeis/054/A054325.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/054/A054325.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/054/A054325.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A054325: Seventh column of Lanczos triangle A053125 (decreasing powers).
; Submitted by Jon Maiga
; 7,336,7392,109824,1281280,12673024,111132672,889061376,6615662592,46425702400,310388981760,1992378286080,12352745373696,74327630282752,435713694760960,2496217812566016,14012859084177408,77247357640507392,41894512882509... | 47.928571 | 482 | 0.85693 |
45d51670b77c607b4dae8b4c5b0639a4ceffc470 | 2,329 | asm | Assembly | programs/oeis/274/A274772.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/274/A274772.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/274/A274772.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A274772: Zero together with the partial sums of A056640.
; 0,1,6,24,66,149,292,520,860,1345,2010,2896,4046,5509,7336,9584,12312,15585,19470,24040,29370,35541,42636,50744,59956,70369,82082,95200,109830,126085,144080,163936,185776,209729,235926,264504,295602,329365,365940,405480,448140,494081,543466,596464,653246,71398... | 145.5625 | 2,146 | 0.857879 |
c09e65249d5a1ba63f71bf4d43e29f535b051038 | 1,132 | asm | Assembly | bpb.asm | FoxForge/Intel86-32bitOS-VGA-Driver | d3e74c269544e16fd4c5268bc0d2a95ae9e804db | [
"MIT"
] | null | null | null | bpb.asm | FoxForge/Intel86-32bitOS-VGA-Driver | d3e74c269544e16fd4c5268bc0d2a95ae9e804db | [
"MIT"
] | null | null | null | bpb.asm | FoxForge/Intel86-32bitOS-VGA-Driver | d3e74c269544e16fd4c5268bc0d2a95ae9e804db | [
"MIT"
] | null | null | null | ; BIOS Parameter Block
bpbBytesPerSector: dw 512 ; Bytes per sector
bpbSectorsPerCluster: db 1 ; Sectors per cluster
bpbReservedSectors: dw 1 ; Number of reserved sectors
bpbNumberOfFATs: db 2 ; Number of copies of the file allocation table
bpbRootEntries: dw 224 ; Size of root directory
bpbTot... | 53.904762 | 94 | 0.69788 |
24c19745cfa2bf5ae727117ca5d031089783c244 | 2,505 | asm | Assembly | Driver/Printer/PrintCom/Color/Correct/correctGamma28.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/PrintCom/Color/Correct/correctGamma28.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/PrintCom/Color/Correct/correctGamma28.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: DotMatrix printers
FILE: correctGamma28.asm
AUTHOR: Jim DeFrisco
REVISION HISTORY:
Name Date ... | 41.75 | 79 | 0.590818 |
8bc72f27885d82ec7999e7f2576a8b2404b8ccc1 | 449 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshr_scroll_wc_up_pix.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshr_scroll_wc_up_pix.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshr_scroll_wc_up_pix.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void tshr_scroll_wc_up_pix(struct r_Rect8 *r, uchar rows, uchar pix)
SECTION code_clib
SECTION code_arch
PUBLIC tshr_scroll_wc_up_pix
EXTERN asm0_tshr_scroll_wc_up_pix
tshr_scroll_wc_up_pix:
pop af
pop hl
pop de
pop ix
push de
push de
push hl
push af
jp asm0_tshr_scroll_wc_up_pix
... | 14.966667 | 70 | 0.781737 |
b872ea90ed37b48c7fc181c0d137a714e033ad39 | 391 | asm | Assembly | oeis/091/A091035.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/091/A091035.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/091/A091035.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A091035: Fifth column (k=6) of array A090438 ((4,2)-Stirling2).
; Submitted by Christian Krause
; 1,840,352800,139708800,59935075200,29088489830400,16183777978368000,10339833534750720000,7563588230670151680000,6303583414831453470720000,5951909813793488171827200000,6330667711034891964579840000000
mul $0,2
mov $1,$0
a... | 26.066667 | 200 | 0.782609 |
6db0d6e771184807460367eb9d027bb4a83d640e | 285 | asm | Assembly | Modules/Module3/1_SymbolicMemory/swapping.asm | hackettccp/CSCI213 | c2b5c3e1b5f47fa329a59b0a7261ebeee8e64059 | [
"MIT"
] | null | null | null | Modules/Module3/1_SymbolicMemory/swapping.asm | hackettccp/CSCI213 | c2b5c3e1b5f47fa329a59b0a7261ebeee8e64059 | [
"MIT"
] | null | null | null | Modules/Module3/1_SymbolicMemory/swapping.asm | hackettccp/CSCI213 | c2b5c3e1b5f47fa329a59b0a7261ebeee8e64059 | [
"MIT"
] | null | null | null | #Demonstrates swapping two values in main memory
#Run and look at the data in the Data Segment on the Execute tab
.text
lw $t0, x #Loads 7 (0x07) into $t0
lw $t1, y #Loads 4 (0x04)into $t1
sw $t0, y #Stores 7 to y
sw $t1, x #Stores 4 to x
.data
x: .word 7
y: .word 4
| 21.923077 | 64 | 0.642105 |
838b90354e65e7a0258b2a4b7aa95cfe40aab026 | 247 | asm | Assembly | programs/oeis/017/A017422.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017422.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017422.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017422: (11n+2)^10.
; 1024,137858491849,63403380965376,2758547353515625,42420747482776576,362033331456891249,2113922820157210624,9468276082626847201,34867844010000000000,110462212541120451001,310584820834420916224
mul $0,11
add $0,2
pow $0,10
| 35.285714 | 193 | 0.854251 |
9bbc58224c15734df823cc9a83a4b75e32a9dc48 | 696 | asm | Assembly | oeis/002/A002020.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/002/A002020.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/002/A002020.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A002020: a(n+1) = a(n) - n*(n-1)*a(n-1), with a(n) = 1 for n <= 3.
; Submitted by Christian Krause
; 1,1,1,1,-5,-17,83,593,-2893,-36101,172195,3421285,-15520165,-467129785,1954015955,86971636825,-323371713725,-21196564551725,66760541581475,6552909294409325,-16279195926455125,-2506384727801998625,4330877561309153875,1... | 40.941176 | 469 | 0.767241 |
5fa8a3f1681467dc29bd5d8715332ca741e29643 | 816 | asm | Assembly | Project 8/VM translator-final/Translator-2/asm files/BasicLoop.asm | zychosen/nand2tetris | 1627cd230339778af6a854497e79d86eb97361ed | [
"MIT"
] | 1 | 2021-09-19T09:16:29.000Z | 2021-09-19T09:16:29.000Z | Project 8/VM translator-final/Translator-2/asm files/BasicLoop.asm | zychosen/nand2tetris | 1627cd230339778af6a854497e79d86eb97361ed | [
"MIT"
] | null | null | null | Project 8/VM translator-final/Translator-2/asm files/BasicLoop.asm | zychosen/nand2tetris | 1627cd230339778af6a854497e79d86eb97361ed | [
"MIT"
] | null | null | null |
// push constant 0
@0
D=A
@SP
AM=M+1
A=A-1
M=D
// pop local 0
@0
D=A
@LCL
D=M+D
@R15
M=D
@SP
M=M-1
A=M
D=M
@R15
A=M
M=D
(LOOP_START)
// push argument 0
@0
D=A
@ARG
D=M+D
A=D
D=M
@SP
A=M
M=D
@SP
M=M+1
// push local 0
@0
D=A
@LCL
D=M+D
A=D
D=M
@SP
A=M
M=D
@SP
M=M+1
// add
@SP
A=M-1
D=M
@SP
M=M-1
A=M-1
MD=D+M
// po... | 5.333333 | 21 | 0.545343 |
8df2b7d5af8b65309800cedc2b0449063cbb40f6 | 730 | asm | Assembly | cards/bn4/ModCards/134-A016 PanelChange Broken (0D).asm | RockmanEXEZone/MMBN-Mod-Card-Kit | d591ddca5566dbb323dc19c11e69410fa4073d1b | [
"Unlicense"
] | 10 | 2017-12-05T14:25:38.000Z | 2022-02-21T04:28:00.000Z | cards/bn4/ModCards/134-A016 PanelChange Broken (0D).asm | RockmanEXEZone/MMBN-Mod-Card-Kit | d591ddca5566dbb323dc19c11e69410fa4073d1b | [
"Unlicense"
] | null | null | null | cards/bn4/ModCards/134-A016 PanelChange Broken (0D).asm | RockmanEXEZone/MMBN-Mod-Card-Kit | d591ddca5566dbb323dc19c11e69410fa4073d1b | [
"Unlicense"
] | null | null | null | .include "defaults_mod.asm"
table_file_jp equ "exe4-utf8.tbl"
table_file_en equ "bn4-utf8.tbl"
game_code_len equ 3
game_code equ 0x4234574A // B4WJ
game_code_2 equ 0x42345745 // B4WE
game_code_3 equ 0x42345750 // B4WP
card_type equ 1
card_id equ 16
card_no equ "016"
card_sub equ "Mod Card 016"
card_sub_x ... | 27.037037 | 43 | 0.782192 |
321da49b4691715dab95870ad19a1f1a45fc2d5a | 753 | asm | Assembly | oeis/259/A259161.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/259/A259161.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/259/A259161.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A259161: Positive pentagonal numbers (A000326) that are triangular numbers (A000217) divided by 2.
; Submitted by Jon Maiga
; 5,48510,465793515,4472549283020,42945417749765025,412361896760694487530,3959498889750770719498535,38019107927025003687930446040,365059470355795195660737423378045,350530099633723754170939705134... | 75.3 | 451 | 0.864542 |
82c18670c057c44df4246935826023a3dac65e46 | 1,327 | asm | Assembly | __old/Core/test.asm | paulscottrobson/fred | 41353e7c8bd63d31082cf78447c0484e49a1e727 | [
"MIT"
] | 3 | 2016-07-17T16:04:53.000Z | 2020-01-21T23:30:36.000Z | __old/Core/test.asm | paulscottrobson/fred | 41353e7c8bd63d31082cf78447c0484e49a1e727 | [
"MIT"
] | null | null | null | __old/Core/test.asm | paulscottrobson/fred | 41353e7c8bd63d31082cf78447c0484e49a1e727 | [
"MIT"
] | 1 | 2020-01-22T09:02:06.000Z | 2020-01-22T09:02:06.000Z | ; ********************************************************************************************************************
; ********************************************************************************************************************
;
; Test File
;
; ****************************************************... | 23.696429 | 118 | 0.37679 |
6b77e5a358df0b22d8fa10cee51aa5c4caaa1611 | 1,209 | asm | Assembly | programs/oeis/159/A159615.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/159/A159615.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/159/A159615.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A159615: The slowest increasing sequence beginning with a(1)=2 such that a(n) and n are both odious or both not odious.
; 2,4,5,7,9,10,11,13,15,17,19,20,21,22,23,25,27,29,31,33,35,37,39,40,41,42,43,44,45,46,47,49,51,53,55,57,59,61,63,65,67,69,71,73,75,77,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,97,99,101,10... | 60.45 | 931 | 0.700579 |
c751785635a749cb294667efd8275705250df99b | 1,055 | asm | Assembly | OrgaSmallWithIO/examples/test04.asm | fruitforce/microOrgaSmall | 13f01aef75b100a3963b1e29c26109116c4607e0 | [
"MIT"
] | 1 | 2022-03-18T15:20:49.000Z | 2022-03-18T15:20:49.000Z | OrgaSmallWithIO/examples/test04.asm | fruitforce/microOrgaSmall | 13f01aef75b100a3963b1e29c26109116c4607e0 | [
"MIT"
] | null | null | null | OrgaSmallWithIO/examples/test04.asm | fruitforce/microOrgaSmall | 13f01aef75b100a3963b1e29c26109116c4607e0 | [
"MIT"
] | 1 | 2021-08-29T21:35:23.000Z | 2021-08-29T21:35:23.000Z | ; MIT License
; Copyright (c) 2018 David Alejandro Gonzalez Marquez
; ----------------------------------------------------------------------------
; -- OrgaSmallSystem ---------------------------------------------------------
; ----------------------------------------------------------------------------
; EXAMPLE Orga... | 18.189655 | 78 | 0.512796 |
074a4571502ca1d631c80eec3973d91c0c9cf5c3 | 390 | asm | Assembly | programs/oeis/208/A208375.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/208/A208375.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/208/A208375.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A208375: Number of n X 4 0..1 arrays avoiding 0 0 0 and 1 1 1 horizontally and 0 0 1 and 1 0 1 vertically.
; 10,100,240,420,640,900,1200,1540,1920,2340,2800,3300,3840,4420,5040,5700,6400,7140,7920,8740,9600,10500,11440,12420,13440,14500,15600,16740,17920,19140,20400,21700,23040,24420,25840,27300,28800,30340,31920,335... | 35.454545 | 213 | 0.733333 |
13a062f6756d80d08e6b4f164775dbf8ccc025a9 | 744 | asm | Assembly | programs/oeis/070/A070620.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/070/A070620.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070620.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070620: a(n) = n^5 mod 37.
; 0,1,32,21,25,17,6,9,23,34,26,27,7,35,29,24,33,19,15,22,18,4,13,8,2,30,10,11,3,14,28,31,20,12,16,5,36,0,1,32,21,25,17,6,9,23,34,26,27,7,35,29,24,33,19,15,22,18,4,13,8,2,30,10,11,3,14,28,31,20,12,16,5,36,0,1,32,21,25,17,6,9,23,34,26,27,7,35,29,24,33,19,15,22,18,4,13,8,2,30,10,11,3,14,28,31... | 106.285714 | 683 | 0.623656 |
4ef1ea4a28e32b4a24567297a0b20c3e18fd63ca | 6,506 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_918.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_918.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_918.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 %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x19dbd, %rsi
lea addresses_WT_ht+0x5bd, %rdi
sub $9541, %r11
mov $108, %rcx
rep movsw
nop
nop
nop
nop
nop
cmp $3077, %rsi
lea addresses_A_ht+0x16dbd, %rsi
nop
sub $26298, %r9
vmovup... | 37.177143 | 2,999 | 0.656164 |
ad5f5249d9065813bfb3ca2194286caaff987c2c | 376 | asm | Assembly | programs/oeis/122/A122117.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/122/A122117.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/122/A122117.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A122117: a(n) = 3*a(n-1) + 4*a(n-2), with a(0)=1, a(1)=2.
; 1,2,10,38,154,614,2458,9830,39322,157286,629146,2516582,10066330,40265318,161061274,644245094,2576980378,10307921510,41231686042,164926744166,659706976666,2638827906662,10555311626650,42221246506598,168884986026394,675539944105574,2702159776422298
mov $1,4
... | 34.181818 | 249 | 0.755319 |
2a2c3e73b2a9f414f0c4d8dd054f9aa25e0b59c3 | 6,652 | asm | Assembly | 9LAB/testy/bar4.asm | RustyRaptor/compilers | 2f27179a9219ee61ed4e32b7fd4802e22aa19863 | [
"Unlicense"
] | null | null | null | 9LAB/testy/bar4.asm | RustyRaptor/compilers | 2f27179a9219ee61ed4e32b7fd4802e22aa19863 | [
"Unlicense"
] | null | null | null | 9LAB/testy/bar4.asm | RustyRaptor/compilers | 2f27179a9219ee61ed4e32b7fd4802e22aa19863 | [
"Unlicense"
] | null | null | null | # PACKAGE foo
.data # Data section starts here, strings first
_L0: .asciiz "x is 5"
_L1: .asciiz "x is not 5"
_L2: .asciiz "hello, what is the meaning of life: "
_L3: .asciiz "The meaning of life is: "
_NL: .asciiz "\n" # NEWLINE STRING
.align 2 # start all global variable aligned
y: .word 7 # ... | 35.572193 | 100 | 0.655893 |
b4efd5edbea97fb1e71471bb8b5208bf51b75ffd | 325 | asm | Assembly | oeis/021/A021591.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021591.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021591.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021591: Decimal expansion of 1/587.
; Submitted by Jon Maiga
; 0,0,1,7,0,3,5,7,7,5,1,2,7,7,6,8,3,1,3,4,5,8,2,6,2,3,5,0,9,3,6,9,6,7,6,3,2,0,2,7,2,5,7,2,4,0,2,0,4,4,2,9,3,0,1,5,3,3,2,1,9,7,6,1,4,9,9,1,4,8,2,1,1,2,4,3,6,1,1,5,8,4,3,2,7,0,8,6,8,8,2,4,5,3,1,5,1,6,1
add $0,1
mov $2,10
pow $2,$0
div $2,587
mov $0,$2
mod $... | 29.545455 | 199 | 0.556923 |
b8b66cf1e09a972c283abc29de5077de101bfaac | 1,921 | asm | Assembly | programs/oeis/183/A183682.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/183/A183682.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/183/A183682.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A183682: Number of (n+1) X 3 binary arrays with every 2 X 2 subblock nonsingular.
; 12,32,80,208,528,1360,3472,8912,22800,58448,149648,383440,982032,2515792,6443920,16507088,42282768,108311120,277442192,710686672,1820455440,4663202128,11945023888,30597832400,78377927952,200769257552,514280969360,1317357999568,3374481... | 320.166667 | 1,716 | 0.923998 |
70d73f684a0949ba2fea12342927bdf3ca542ab4 | 1,931 | asm | Assembly | crt/bigmul.asm | mavaddat/yori | ee54b90c75db9754a4ca2621ce412e2d22bdb1b2 | [
"MIT"
] | 1,107 | 2018-04-02T18:04:08.000Z | 2022-03-28T05:57:41.000Z | crt/bigmul.asm | AzureMentor/yori | 8e1db6eba6b6d70ed727017aa36384b7a1e7418c | [
"MIT"
] | 101 | 2018-10-20T18:27:59.000Z | 2022-03-09T07:23:51.000Z | crt/bigmul.asm | AzureMentor/yori | 8e1db6eba6b6d70ed727017aa36384b7a1e7418c | [
"MIT"
] | 26 | 2018-12-27T03:37:32.000Z | 2022-03-23T11:22:12.000Z | ;
; BIGMUL.ASM
;
; Implementation for for signed and unsigned multiplication of a 64 bit integer
; by a 64 bit integer.
;
; Copyright (c) 2017 Malcolm J. Smith
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software")... | 28.820896 | 80 | 0.713102 |
f632b240bde3621226f3cc568f31587eca62d891 | 449 | asm | Assembly | oeis/277/A277592.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/277/A277592.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/277/A277592.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A277592: Numbers k such that k/10^m == 5 mod 10, where 10^m is the greatest power of 10 that divides n.
; Submitted by Jamie Morken(s3)
; 5,15,25,35,45,50,55,65,75,85,95,105,115,125,135,145,150,155,165,175,185,195,205,215,225,235,245,250,255,265,275,285,295,305,315,325,335,345,350,355,365,375,385,395,405,415,425,435,... | 28.0625 | 205 | 0.683742 |
ebc0bb9042cb0fa0ae26748e24ea8c64408ed7d4 | 809 | asm | Assembly | programs/oeis/258/A258376.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/258/A258376.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/258/A258376.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A258376: Number of edges connecting the subgraph on {1, ..., n} with the complement in the minimal graph on positive natural numbers where degree(n) equals n.
; 1,1,2,4,5,7,8,10,13,15,18,22,25,29,32,36,41,45,50,54,59,65,70,76,83,89,96,102,109,117,124,132,141,149,158,166,175,185,194,204,213,223,234,244,255,267,278,290... | 33.708333 | 377 | 0.667491 |
9688f59bc81cad6234d4b75369322e8e192229ec | 438 | asm | Assembly | oeis/052/A052343.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/052/A052343.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/052/A052343.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A052343: Number of ways to write n as the unordered sum of two triangular numbers (zero allowed).
; Submitted by Jon Maiga
; 1,1,1,1,1,0,2,1,0,1,1,1,1,1,0,1,2,0,1,0,1,2,1,0,1,1,0,1,1,1,1,2,0,0,1,0,2,1,1,1,0,0,2,1,0,1,2,0,1,1,0,2,0,0,0,2,2,1,1,0,1,1,0,0,1,1,2,1,0,1,1,0,2,1,0,0,2,0,1,1,0,3,0,1,1,0,0,1,1,0,1,2,1,1,2,0,0... | 39.818182 | 201 | 0.609589 |
3d493b98a0e6480ded5dff9182f731066bc1c43d | 2,641 | asm | Assembly | libsrc/_DEVELOPMENT/drivers/character/character_00/input/character_00_input.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/drivers/character/character_00/input/character_00_input.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/drivers/character/character_00/input/character_00_input.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; CHARACTER_00_INPUT
; library driver for serial text input
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; ;;;;;;;;;;;;;;;;;;;;
; DRIVER CLASS DIAGRAM
; ;;;;;;;;;;;;;;;;;;;;
;
; CHARACTER_00_INPUT (root, abstract)
;
; The deriving dri... | 26.676768 | 75 | 0.617569 |
96ace7d6bded3236dd745019e1f45bc9e78f77a0 | 5,912 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_143.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_143.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_143.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 %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1be14, %r8
dec %rdi
mov (%r8), %eax
nop
nop
nop
nop
sub $7491, %rax
lea addresses_D_ht+0x15bfe, %rcx
clflush (%rcx)
nop
nop
sub $43654, %rdx
movw $0x6162, (%rcx)
nop
nop
nop
... | 37.18239 | 2,999 | 0.655954 |
7e21a34c642410356c8f5a8d846a0ed7cd77e4a7 | 7,449 | asm | Assembly | Transynther/x86/_processed/US/_ht_st_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_485.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_st_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_485.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_st_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_485.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xa704, %r10
dec %r9
mov $0x6162636465666768, %r8
movq %r8, %xmm3
vmovups %ymm3, (%r10)
dec %r12
lea addresses_D_ht+0x58a0, %rax
nop
nop
nop
sub $29902, %r12
vmovups (%... | 33.859091 | 2,999 | 0.643979 |
55e8afd58e38a63ca884819f9582a567936bc662 | 1,370 | asm | Assembly | src/tocompress/story.asm | santiontanon/talesofpopolon-ext | a7c7fd1164d506d6b0c6245fdf3ad0b634facd84 | [
"Apache-2.0"
] | 4 | 2019-10-20T08:14:01.000Z | 2021-09-24T19:41:47.000Z | src/tocompress/story.asm | santiontanon/talesofpopolon-ext | a7c7fd1164d506d6b0c6245fdf3ad0b634facd84 | [
"Apache-2.0"
] | 1 | 2019-10-20T12:21:06.000Z | 2019-10-21T21:52:35.000Z | src/tocompress/story.asm | santiontanon/talesofpopolon-ext | a7c7fd1164d506d6b0c6245fdf3ad0b634facd84 | [
"Apache-2.0"
] | null | null | null | org #0000
story_block1:
db "FOR MANY CENTURIES, THE WORLD "
db "HAD BEEN AT PEACE. LANDS WERE "
db "PROSPEROUS, AND PEOPLE REACHED "
db "OLD AGE. "
db " "
db "BUT ALL OF THAT WAS ABOUT TO "
db "CHANGE... "
... | 36.052632 | 41 | 0.513139 |
1346f446d2b977e26286e4bec47f5a643a5b948f | 9,138 | a51 | Assembly | C51/LIB/Startu32.a51 | AllRoundeer/Keil | 43cad8de348ff206c02395fca86bdb08c9725142 | [
"Apache-2.0",
"MIT"
] | null | null | null | C51/LIB/Startu32.a51 | AllRoundeer/Keil | 43cad8de348ff206c02395fca86bdb08c9725142 | [
"Apache-2.0",
"MIT"
] | null | null | null | C51/LIB/Startu32.a51 | AllRoundeer/Keil | 43cad8de348ff206c02395fca86bdb08c9725142 | [
"Apache-2.0",
"MIT"
] | null | null | null | $NOMOD51
;
; *** <<< Use Configuration Wizard in Context Menu >>> ***
;------------------------------------------------------------------------------
; Startu32.a51
;
; Version:
; September 2004 Version 0.7 - Removed code that disables the DDC SRAM as it is
; disabled by default upon ... | 35.281853 | 95 | 0.592362 |
f5527a3cfef8ae4a2b03d202550bad3d37f93f84 | 498 | asm | Assembly | ASM/src/jabu_elevator.asm | scaramangado/Better-OoT | ac9d7ac329010614eb2801a6e6e500f0cc2a35e0 | [
"MIT"
] | 75 | 2018-11-19T17:08:29.000Z | 2022-03-04T12:37:51.000Z | ASM/src/jabu_elevator.asm | scaramangado/Better-OoT | ac9d7ac329010614eb2801a6e6e500f0cc2a35e0 | [
"MIT"
] | 13 | 2019-01-01T16:20:14.000Z | 2021-12-27T01:10:13.000Z | ASM/src/jabu_elevator.asm | scaramangado/Better-OoT | ac9d7ac329010614eb2801a6e6e500f0cc2a35e0 | [
"MIT"
] | 16 | 2018-11-27T19:57:15.000Z | 2022-01-24T17:42:56.000Z | jabu_elevator:
addiu sp, sp, -0x10
sw t0, 0x00(sp)
swc1 f0, 0x04(sp)
swc1 f2, 0x08(sp)
lb t0, JABU_ENABLE ;check user settings
beqz t0, @@return ;return if unchecked
nop
lui t0, 0x801E
addiu t0, 0xAA30
lwc1 f0, 0x28(t0) ; links y
lui t0, 0xC496
mtc1 t0, f2 ; f2 = -1200
nop
c.lt.s f0, f2
... | 14.647059 | 45 | 0.618474 |
00b3028ba017f3f5a8c64a49c72bf603f0b62497 | 1,852 | asm | Assembly | programs/oeis/080/A080838.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/080/A080838.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/080/A080838.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A080838: Orchard crossing number of complete bipartite graph K_{1,n}.
; 0,0,0,2,5,12,21,36,54,80,110,150,195,252,315,392,476,576,684,810,945,1100,1265,1452,1650,1872,2106,2366,2639,2940,3255,3600,3960,4352,4760,5202,5661,6156,6669,7220,7790,8400,9030,9702,10395,11132,11891,12696,13524,14400,15300,16250,17225,18252,19... | 102.888889 | 1,626 | 0.807235 |
a702f481170944be53d1a701fb9196c6e791f2c1 | 21,759 | asm | Assembly | count.asm | iairu/tasm_counter | 51d1dc3d8014a3f5f43657ed8af1f6277b3356b6 | [
"Info-ZIP",
"Linux-OpenIB"
] | null | null | null | count.asm | iairu/tasm_counter | 51d1dc3d8014a3f5f43657ed8af1f6277b3356b6 | [
"Info-ZIP",
"Linux-OpenIB"
] | null | null | null | count.asm | iairu/tasm_counter | 51d1dc3d8014a3f5f43657ed8af1f6277b3356b6 | [
"Info-ZIP",
"Linux-OpenIB"
] | null | null | null | ; The whole program supplied as an external procedure, separately compiled and then linked.
; See / use compile.bat for compilation and linking.
; Ondrej Spanik 2022 iairu.com
PUBLIC count
_ZAS SEGMENT STACK
DW 8 DUP(?) ;8 WORDs
_ZAS ENDS
_DATA SEGMENT
; Help contents printed using -h ... | 53.200489 | 154 | 0.578243 |
2d6646b3db6ff6a9b9a9608e77284a333babe4df | 4,393 | asm | Assembly | source/jni/u2/visu/avidm2.asm | Falken42/SecondReality | b998d193a066523cb4ca2b86c8041bea1bddfcb4 | [
"Unlicense"
] | 9 | 2015-05-13T21:02:00.000Z | 2018-04-15T16:32:27.000Z | source/jni/u2/visu/avidm2.asm | falken42/SecondReality | b998d193a066523cb4ca2b86c8041bea1bddfcb4 | [
"Unlicense"
] | null | null | null | source/jni/u2/visu/avidm2.asm | falken42/SecondReality | b998d193a066523cb4ca2b86c8041bea1bddfcb4 | [
"Unlicense"
] | null | null | null | ;/****************************************************************************
;** MODULE: avidm2.asm
;** AUTHOR: Sami Tammilehto / Fennosoftec OY
;** DOCUMENT: ?
;** VERSION: 1.0
;** REFERENCE: -
;** REVISED BY: -
;*****************************************************************************
;**
;** Video dri... | 16.091575 | 79 | 0.55338 |
32d6881e3d3a2735e04c6b8a0627d80b5b836707 | 5,841 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_650.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_650.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_650.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x520, %r9
clflush (%r9)
nop
add $58165, %r15
mov (%r9), %di
nop
nop
nop
nop
nop
sub %r10, %r10
lea addresses_normal_ht+0x16460, %r10
nop
nop
nop
nop
nop
add %rax, %r... | 40.5625 | 2,999 | 0.656394 |
0f978e9fe72d21f76f42413bfe9862e6dcebbef5 | 5,997 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_782.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_782.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_782.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 %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x4394, %rsi
lea addresses_WC_ht+0x14c84, %rdi
clflush (%rdi)
nop
nop
nop
nop
sub $45466, %r11
mov $89, %rcx
rep movsl
nop
nop
add $14938, %r15
lea addresses_D_ht+0x16884, %rax
nop
nop
n... | 41.358621 | 2,999 | 0.655828 |
240d0f0d19953dbcd837a7542f7b0e4d7a3dcfcb | 794 | asm | Assembly | bios/sysimes.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | bios/sysimes.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | bios/sysimes.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1981-1991
; * All Rights Reserved.
; */
page ,160
MULTI_CONFIG equ 1
include version.inc ; set build flags
include biosseg.inc ; establish bios segment structure
sysinitseg segment... | 24.8125 | 80 | 0.700252 |
f386311ac7f6c27158f83ff02f94f6371ce730f7 | 124 | asm | Assembly | gfx/pokemon/chinchou/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/chinchou/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/chinchou/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | setrepeat 2
frame 2, 05
frame 1, 05
dorepeat 1
setrepeat 7
frame 3, 02
frame 0, 01
dorepeat 5
frame 3, 10
endanim
| 11.272727 | 12 | 0.685484 |
8132388a0c7c99e97f47864e0fe6f88e34357cd0 | 1,573 | asm | Assembly | m3-sys/m3cc/gcc-4.6/gcc/config/score/crtn.asm | RodneyBates/modula-3 | 9d4ab288617cb92ada991ba78ec2035d4a80e81a | [
"BSD-4-Clause-UC",
"BSD-4-Clause"
] | 2 | 2015-03-02T17:01:32.000Z | 2021-12-29T14:34:46.000Z | m3-sys/m3cc/gcc-4.6/gcc/config/score/crtn.asm | RodneyBates/modula-3 | 9d4ab288617cb92ada991ba78ec2035d4a80e81a | [
"BSD-4-Clause-UC",
"BSD-4-Clause"
] | null | null | null | m3-sys/m3cc/gcc-4.6/gcc/config/score/crtn.asm | RodneyBates/modula-3 | 9d4ab288617cb92ada991ba78ec2035d4a80e81a | [
"BSD-4-Clause-UC",
"BSD-4-Clause"
] | 1 | 2021-12-29T14:35:47.000Z | 2021-12-29T14:35:47.000Z | # crtn.asm for Sunplus S+CORE
# Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 3, or (at your option) any
# later ... | 30.843137 | 71 | 0.652257 |
b0d9004a8d01a8699ab4e587a144956dca1f4ba2 | 558 | asm | Assembly | programs/oeis/032/A032924.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/032/A032924.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/032/A032924.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A032924: Numbers whose ternary expansion contains no 0.
; 1,2,4,5,7,8,13,14,16,17,22,23,25,26,40,41,43,44,49,50,52,53,67,68,70,71,76,77,79,80,121,122,124,125,130,131,133,134,148,149,151,152,157,158,160,161,202,203,205,206,211,212,214,215,229,230,232,233,238,239,241,242,364,365,367,368,373,374,376,377,391,392,394,395,... | 79.714286 | 365 | 0.718638 |
12033d4849cef98fa6c6b6a88d02889381715191 | 389 | asm | Assembly | programs/oeis/082/A082528.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/082/A082528.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/082/A082528.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A082528: Least k such that x(k)=0 where x(1)=n x(k)=k^3*floor(x(k-1)/k^3).
; 1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5
mov $2,$0
lpb $0
mov $0,$2
add $1,1
... | 25.933333 | 201 | 0.508997 |
2dc9a40d7654d976643a8f15dbd763085f1cda23 | 401 | asm | Assembly | test/jzas/sintactic/valid/success32.asm | scoffey/jz80sim | 0de07a5ef51a1e7131b27056744459f29cd11d39 | [
"MIT"
] | 1 | 2015-03-27T15:58:50.000Z | 2015-03-27T15:58:50.000Z | test/jzas/sintactic/valid/success32.asm | scoffey/jz80sim | 0de07a5ef51a1e7131b27056744459f29cd11d39 | [
"MIT"
] | null | null | null | test/jzas/sintactic/valid/success32.asm | scoffey/jz80sim | 0de07a5ef51a1e7131b27056744459f29cd11d39 | [
"MIT"
] | null | null | null | aseg
org 3000h
comparaZonas macro
ld (aux), A
ld A, (IX)
cp (IY)
ld A, (aux)
jr aux+1
aux: ds 1
endm
start: ld IX, numero
ld IY, numero+largo-1
ld A, 0
ld B, largo/2
ciclo: comparaZonas
jr NZ, distintos
inc IX
dec IY
djnz ciclo
inc A
distintos: ld (respuesta), A
rst 38h
numero: db ... | 14.851852 | 43 | 0.598504 |
773378c4981caef5533d8e424d3a8749baaff20b | 649 | asm | Assembly | mips/training/ToUpper.asm | JMazurkiewicz/ARKO-assembly | a836cf7b5804c045545d7fbbb5785cdf27c00eaf | [
"MIT"
] | null | null | null | mips/training/ToUpper.asm | JMazurkiewicz/ARKO-assembly | a836cf7b5804c045545d7fbbb5785cdf27c00eaf | [
"MIT"
] | null | null | null | mips/training/ToUpper.asm | JMazurkiewicz/ARKO-assembly | a836cf7b5804c045545d7fbbb5785cdf27c00eaf | [
"MIT"
] | null | null | null | .data
prompt: .asciiz "Enter string:\n"
buf: .space 100
.text
.globl main
main:
li $v0, 4
la $a0, prompt
syscall
li $v0, 8
la $a0, buf
li $a1, 100
syscall
li $t0, 'a'
li $t1, 'z'
li $t2, 0x20
la, $t3, ... | 15.829268 | 33 | 0.383667 |
630baa3f79e7ae192efe1f828efb7064b1158017 | 5,359 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_658.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_658.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_658.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x2701, %rsi
lea addresses_normal_ht+0x16c6f, %rdi
nop
nop
nop
cmp $15985, %r14
mov $105, %rcx
rep movsw
nop
nop
nop
nop
cmp %r14, %r14
lea addresses_D_ht+0x1c8ad, %r11
nop
nop
nop
nop
... | 39.696296 | 2,999 | 0.659451 |
04aafd7a5e14b1f7f8a1fab27a036dc0f6de40fc | 5,430 | asm | Assembly | src/light_follower_sensors.asm | no111u3/m48_robo_asm | a2341f46eb411ec3d015f7ed1f150a1d3856721d | [
"Apache-2.0"
] | null | null | null | src/light_follower_sensors.asm | no111u3/m48_robo_asm | a2341f46eb411ec3d015f7ed1f150a1d3856721d | [
"Apache-2.0"
] | null | null | null | src/light_follower_sensors.asm | no111u3/m48_robo_asm | a2341f46eb411ec3d015f7ed1f150a1d3856721d | [
"Apache-2.0"
] | null | null | null | ;******************************************************************************
.include "m48def.inc"
.include "std/convert.inc"
.include "std/io.inc"
.include "std/ram.inc"
.include "std/serial.inc"
.include "std/stack.inc"
.include "std/vectors.inc"
;******************************************************************... | 28.882979 | 86 | 0.525967 |
0730d34d86fb18f75a46a62a4865b09edb47ccfc | 651 | asm | Assembly | libsrc/enterprise/exos_display_page.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/enterprise/exos_display_page.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/enterprise/exos_display_page.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; Enterprise 64/128 specific routines
; by Stefano Bodrato, 2011
;
; exos_display_page(unsigned char channel, unsigned char first_row, unsigned char rows, unsigned char first_row_position);
;
;
; $Id: exos_display_page.asm,v 1.5 2016/06/20 08:13:22 dom Exp $
;
SECTION code_clib
PUBLIC exos_display_page
PUB... | 17.594595 | 122 | 0.689708 |
53bb0e6cbad192ee2eba626740d3d9cd9f34b2c3 | 921 | asm | Assembly | src/asm/isr.asm | theobori/drunkOS | a3ec1fbefd6f8af86c4dda87f2ccfc9784d4302f | [
"MIT"
] | null | null | null | src/asm/isr.asm | theobori/drunkOS | a3ec1fbefd6f8af86c4dda87f2ccfc9784d4302f | [
"MIT"
] | null | null | null | src/asm/isr.asm | theobori/drunkOS | a3ec1fbefd6f8af86c4dda87f2ccfc9784d4302f | [
"MIT"
] | 1 | 2022-03-29T20:59:27.000Z | 2022-03-29T20:59:27.000Z | section .text
extern isr_handler
isr_global_handler:
pusha ; push all registers
mov ax, ds
push eax ; save ds
mov ax, 0x10 ; load kernel data segment
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
call isr_handler
pop ebx ... | 12.791667 | 63 | 0.58089 |
9af06fa91e2046b2a9a2b8bac4df7c156c5db9ef | 4,517 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_197_2863.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_197_2863.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_197_2863.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 %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x3c50, %rsi
lea addresses_normal_ht+0x11d49, %rdi
nop
nop
nop
inc %r9
mov $12, %rcx
rep movsw
xor $21137, %r11
lea addresses_WC_ht+0x18af8, %r13
nop
nop
nop
dec %r11
movb $0x61, (%r13)
n... | 21.927184 | 590 | 0.648882 |
d0b586531a3c6217081912be6ac76da37708f54a | 449 | asm | Assembly | oeis/229/A229784.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/229/A229784.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/229/A229784.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A229784: (1^1^1 + 2^2^2 . . . + n^n^n) mod 10.
; Submitted by Jamie Morken(s2)
; 1,7,4,0,5,1,4,0,9,9,0,6,9,5,0,6,3,9,8,8,9,5,2,8,3,9,2,8,7,7,8,4,7,3,8,4,1,7,6,6,7,3,0,6,1,7,0,6,5,5,6,2,5,1,6,2,9,5,4,4,5,1,8,4,9,5,8,4,3,3,4,0,3,9,4,0,7,3,2,2,3,9,6,2,7,3,6,2,1,1,2,8,1,7,2,8,5,1,0,0
mov $4,$0
mov $5,$0
lpb $4
mov $0,... | 21.380952 | 201 | 0.496659 |
495e197e6271fc2efe442f7613ec9fec614c7848 | 360 | asm | Assembly | programs/oeis/040/A040252.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/040/A040252.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/040/A040252.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A040252: Continued fraction for sqrt(269).
; 16,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2,32,2,2
mul $0,8
mov $1,4
mov $2,$0
cmp $2,0
add $0,$2
div $1,$0
gcd $0,3
add $0,2
add $1,4... | 21.176471 | 190 | 0.577778 |
e806a4b3528195b57c6095f1bacff73af3c8a98b | 235 | asm | Assembly | nasm-gcc-container/nasm-gcc/src/05/mac_param.asm | smith-30/low-layer | 4a200fcc60d1fcf1ff111e3aca2a5a83b648afc2 | [
"MIT"
] | null | null | null | nasm-gcc-container/nasm-gcc/src/05/mac_param.asm | smith-30/low-layer | 4a200fcc60d1fcf1ff111e3aca2a5a83b648afc2 | [
"MIT"
] | null | null | null | nasm-gcc-container/nasm-gcc/src/05/mac_param.asm | smith-30/low-layer | 4a200fcc60d1fcf1ff111e3aca2a5a83b648afc2 | [
"MIT"
] | null | null | null | %macro silly 2
%2: db %1
%endmacro
silly 'a', letter_a ; letter_a: db 'a'
silly 'ab', string_ab ; string_ab: db 'ab'
silly {13,10}, crlf ; crlf: db 13,10 | 26.111111 | 61 | 0.425532 |
2996570168b9efff9d02bda9e4bd7de413529e7a | 883 | asm | Assembly | programs/oeis/282/A282123.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/282/A282123.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/282/A282123.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A282123: Decimal representation of the x-axis, from the left edge to the origin, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 430", based on the 5-celled von Neumann neighborhood.
; 1,3,6,15,26,63,106,255,426,1023,1706,4095,6826,16383,27306,65535,109226,262143,436906,1048575,... | 44.15 | 512 | 0.806342 |
1f871212ca0ca45c9b223d2c091ae3b0517b26b7 | 3,179 | asm | Assembly | src/spread/wdef/wdth.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/spread/wdef/wdth.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/spread/wdef/wdth.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | * Spreadsheet 07/02-92
* - width menu window definition
*
include win1_mac_menu_long
include win1_keys_colour
include win1_keys_wman
include win1_keys_wwork
include win1_keys_wstatus
include win1_keys_wdef_long
white equ 7
red equ 2
green equ 4
black equ 0
wd_mxs equ 132
wd_mys equ ... | 16.471503 | 69 | 0.607109 |
093e74ef9db16c5eb894052bf8f40f21afd51a70 | 790 | asm | Assembly | Games/CMonster (Breakout)/Source/cmeditor.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2019-03-31T11:49:12.000Z | 2019-03-31T11:49:12.000Z | Games/CMonster (Breakout)/Source/cmeditor.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | null | null | null | Games/CMonster (Breakout)/Source/cmeditor.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2020-03-09T13:21:19.000Z | 2020-03-09T13:21:19.000Z | ;############## CMonster by Patrick Davidson - editor startup for CE
#include ti84pce.inc
#define bcall(x) call x
#define TI84CE
#define WORDLEN 3
_DivHLBy10 =_DivHLBy10_s
#include data.asm
.org userMem-2
.db tExtTok,tAsm84CeCmp
ld a,20
... | 21.944444 | 68 | 0.56962 |
0ac426275dec424c114c8b68de56fc1b3dfb31d2 | 6,769 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_336.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_336.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i7-7700_9_0x48.log_21829_336.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 %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xe2be, %rsi
lea addresses_A_ht+0x33e6, %rdi
nop
nop
nop
nop
dec %r10
mov $79, %rcx
rep movsq
nop
nop
cmp $43657, %r10
lea addresses_UC_ht+0x118de, %r9
nop
nop
nop
nop
sub %r14, %r14... | 36.788043 | 2,999 | 0.65017 |
95a6c7f81b7b65300f1f24c6227811778bb26447 | 1,912 | asm | Assembly | src/hacks.asm | SlyryD/Beta-Quest | 97e0ff4214bf69e7993cc7ed87231592e2cebee9 | [
"MIT"
] | null | null | null | src/hacks.asm | SlyryD/Beta-Quest | 97e0ff4214bf69e7993cc7ed87231592e2cebee9 | [
"MIT"
] | 2 | 2021-12-29T20:52:49.000Z | 2022-01-02T22:48:44.000Z | src/hacks.asm | SlyryD/Beta-Quest | 97e0ff4214bf69e7993cc7ed87231592e2cebee9 | [
"MIT"
] | 2 | 2021-11-22T04:59:58.000Z | 2022-03-24T06:32:41.000Z | ;==================================================================================================
; main.c hooks
;==================================================================================================
.headersize (0x800110A0 - 0xA87000)
; Runs before the game state update function
; Replaces:
; lw ... | 28.117647 | 99 | 0.372908 |
cea7ae9d01fe1e1e168563f3ca24030b7afb4386 | 352 | asm | Assembly | example/input.asm | Jellonator/Bit-Assembly | 78d5ac88f0b636786e65e98b710f121217da8aa7 | [
"MIT"
] | 4 | 2016-04-29T01:28:23.000Z | 2019-06-14T10:35:20.000Z | example/input.asm | Jellonator/Bit-Assembly | 78d5ac88f0b636786e65e98b710f121217da8aa7 | [
"MIT"
] | null | null | null | example/input.asm | Jellonator/Bit-Assembly | 78d5ac88f0b636786e65e98b710f121217da8aa7 | [
"MIT"
] | null | null | null | ; Prompt the user for an input
ext print, "Input something: "
ext prompt
; Get length of input
push 64
ext inputlen, [0:64]
; Allocate memory for input
push [0:64]
ext input, [-[0:64]:[0:64]]
; Echo back user's input
ext print, "You input: "
ext print, [-[0:64]:[0:64]]
ext print, "\n"
; Free memory ( not really nec... | 16.761905 | 43 | 0.661932 |
a017d293b864cfab886be595a8bba3a80b258d4b | 1,039 | asm | Assembly | NASM/lib/strlen.asm | gabriel88766/SmallProjects | deef95631369ac6378448ab3e8e1f52d7a78ea6b | [
"MIT"
] | 1 | 2021-08-28T17:22:57.000Z | 2021-08-28T17:22:57.000Z | NASM/lib/strlen.asm | gabriel88766/SmallProjects | deef95631369ac6378448ab3e8e1f52d7a78ea6b | [
"MIT"
] | null | null | null | NASM/lib/strlen.asm | gabriel88766/SmallProjects | deef95631369ac6378448ab3e8e1f52d7a78ea6b | [
"MIT"
] | null | null | null |
;C = unsigned int strlen(const char *c); returns size of the string if it has a null character
section .data
string db 'Hello',0
is5s db 'Is 5!',10
isnot5s db 'Is not 5',10
section .bss
section .text
global _start
strlen: ;BEGIN:params: pointer to the string
mov ebx, DWORD [esp... | 16.492063 | 94 | 0.496631 |
ac55e17a0032f13f8dd9b1ba029126878e074a89 | 6,264 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_238_663.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_238_663.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_238_663.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x15467, %rdi
nop
nop
nop
nop
cmp $50089, %r11
mov (%rdi), %r14w
nop
nop
and $23774, %r11
lea addresses_UC_ht+0x1267, %rax
nop
sub $30754, %r14
mov $0x6162636465666768, %r... | 23.2 | 713 | 0.648627 |
b2530837dde3a96ff7f9065e3524bf9de8ee92fa | 1,947 | asm | Assembly | programs/oeis/202/A202254.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/202/A202254.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/202/A202254.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A202254: Number of zero-sum -n..n arrays of 4 elements with adjacent element differences also in -n..n.
; 7,31,81,171,309,509,779,1133,1579,2131,2797,3591,4521,5601,6839,8249,9839,11623,13609,15811,18237,20901,23811,26981,30419,34139,38149,42463,47089,52041,57327,62961,68951,75311,82049,89179,96709,104653,113019,1218... | 81.125 | 1,570 | 0.813559 |
bf7d7613b49d1f79bc137aa4426569fb043a5d4f | 6,354 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_21829_845.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_21829_845.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_21829_845.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 %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xf9e9, %rdi
nop
nop
nop
nop
nop
cmp $44960, %r15
mov $0x6162636465666768, %rsi
movq %rsi, %xmm6
movups %xmm6, (%rdi)
nop
nop
nop
nop
nop
and $62696, %r14
lea addresses_UC_ht+0... | 37.597633 | 2,999 | 0.657539 |
1430f9b8012d12f7e352a5635da458d78ff5b150 | 525 | asm | Assembly | examples/test02.asm | pepaslabs/lc3as.py | 4c5575e7426df0e5d280d6944d57ff9a1c26c00f | [
"MIT"
] | 17 | 2020-06-09T09:02:26.000Z | 2021-12-11T22:25:20.000Z | examples/test02.asm | pepaslabs/lc3as.py | 4c5575e7426df0e5d280d6944d57ff9a1c26c00f | [
"MIT"
] | null | null | null | examples/test02.asm | pepaslabs/lc3as.py | 4c5575e7426df0e5d280d6944d57ff9a1c26c00f | [
"MIT"
] | 1 | 2022-02-01T14:39:47.000Z | 2022-02-01T14:39:47.000Z | ; this is a basic test of whether the assembler can parse all of
; the instructions / formats.
.ORIG x3000
ADD R1, R2, R3
ADD R1, R2, #-1
ADD R1, R2, xF
foo: ADD R1, R2, R3
AND R1, R2, R3
AND R1, R2, #-1
AND R1, R2, xF
BR foo
BRn foo
BRz foo
BRp foo
BRnz foo
BRnp foo
BRzp foo
BRnzp foo
JMP R1
RET
JSR foo
JSRR ... | 8.898305 | 64 | 0.63619 |
ccaddb3d23803bb9412dc51d7b7b1a797119d7ef | 98,351 | asm | Assembly | projects/Links_Awakening_gb_noconfig.windfish/disassembly/bank_1C.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 68 | 2020-12-16T10:06:48.000Z | 2022-03-29T19:54:01.000Z | projects/Links_Awakening_gb_noconfig.windfish/disassembly/bank_1C.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 62 | 2020-12-19T04:28:41.000Z | 2021-02-15T22:18:16.000Z | projects/Links_Awakening_gb_noconfig.windfish/disassembly/bank_1C.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 4 | 2021-01-17T03:51:22.000Z | 2021-01-21T16:26:53.000Z | SECTION "ROM Bank 1C", ROMX[$4000], BANK[$1C]
db $01, $00, $5C, $59, $5C, $1A, $5D, $B9
db $5D, $45, $5E, $93, $5E, $DA, $5E, $86
db $5F, $C5, $5F, $12, $60, $72, $60, $17
db $61, $64, $61, $AC, $61, $FA, $61, $84
db $62, $EE, $62, $3E, $63, $6F, $63, $15
db $64, $71, $64, $D7, $64,... | 47.952706 | 47 | 0.375126 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.