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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
eb20a131861cc9b06c71bdbca06d9ab93eb83a39 | 299 | asm | Assembly | programs/oeis/016/A016187.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/016/A016187.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/016/A016187.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A016187: Expansion of 1/((1-8x)(1-11x)).
; 1,19,273,3515,42761,503139,5796673,65860555,741243321,8287894259,92240578673,1023236299995,11324318776681,125117262357379,1380687932442273,15222751628953835,167731742895202841
add $0,1
mov $1,11
pow $1,$0
mov $2,8
pow $2,$0
sub $1,$2
div $1,3
mov $0,$1
| 24.916667 | 177 | 0.755853 |
6d3c5daa50a69433fa4f853c824fbde5dbca3aa2 | 7,720 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_449.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_449.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_449.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xa0dd, %r11
nop
nop
nop
nop
dec %rsi
mov (%r11), %ebx
nop
nop
nop
nop
xor %rsi, %rsi
lea addresses_D_ht+0xdcbd, %rsi
lea addresses_WC_ht+0x121c7, %rdi
nop
nop
nop
dec %r14
mov... | 34.311111 | 2,999 | 0.656347 |
a1e123b3033951f13c2c716c22ff35e6008ce43d | 921 | asm | Assembly | src/gravity.asm | Gegel85/BTTGB | 4efeb1470759f0c391a0543649f3bd9a96a17eef | [
"MIT"
] | 1 | 2020-03-28T22:38:50.000Z | 2020-03-28T22:38:50.000Z | src/gravity.asm | Gegel85/BTTGB | 4efeb1470759f0c391a0543649f3bd9a96a17eef | [
"MIT"
] | null | null | null | src/gravity.asm | Gegel85/BTTGB | 4efeb1470759f0c391a0543649f3bd9a96a17eef | [
"MIT"
] | null | null | null | ; Initialize the gravity timer.
; Params:
; None
; Return:
; None
; Registers:
; af -> Not preserved
; bc -> Not preserved
; de -> Not preserved
; hl -> Not preserved
initGravity::
ld hl, GRAVITY_TIMER
ld [hl], GRAVITY_CONSTANT
ld hl, GRAVITY_LIMITER
ld [hl], 0
ret
; Update the gravity.
; Params... | 12.971831 | 55 | 0.627579 |
8229c62967dc41d9b1da411d8a88d3829f996758 | 1,249 | asm | Assembly | programs/oeis/086/A086162.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/086/A086162.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/086/A086162.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A086162: Number of monomial ideals in two variables x, y that are Artinian, integrally closed, of colength n and contain x^3.
; 1,1,2,3,3,5,5,5,7,8,8,11,11,11,14,15,15,19,19,19,23,24,24,29,29,29,34,35,35,41,41,41,47,48,48,55,55,55,62,63,63,71,71,71,79,80,80,89,89,89,98,99,99,109,109,109,119,120,120,131,131,131,142,14... | 78.0625 | 1,005 | 0.726181 |
f266f2b84e75481b6b5c2b85b1c04ab2c08f2218 | 695 | asm | Assembly | oeis/302/A302612.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/302/A302612.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/302/A302612.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A302612: a(n) = (n+1)*(n^4-4*n^3+11*n^2-8*n+12)/12.
; Submitted by Christian Krause
; 1,2,6,20,65,186,462,1016,2025,3730,6446,10572,16601,25130,36870,52656,73457,100386,134710,177860,231441,297242,377246,473640,588825,725426,886302,1074556,1293545,1546890,1838486,2172512,2553441,2986050,3475430,4026996,4646497,534002... | 77.222222 | 492 | 0.801439 |
0c921fc0fa991b0802dd95e624322b822d73b83f | 642 | asm | Assembly | programs/oeis/084/A084635.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/084/A084635.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/084/A084635.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A084635: Binomial transform of 1,0,1,0,1,1,1,...
; 1,1,2,4,8,17,38,86,192,419,894,1872,3864,7893,16006,32298,64960,130375,261310,523300,1047416,2095801,4192742,8386814,16775168,33552107,67106238,134214776,268432152,536867229,1073737734,2147479122
mov $2,$0
mov $5,$0
add $5,1
lpb $5
mov $0,$2
sub $5,1
sub $0,$5... | 16.894737 | 197 | 0.557632 |
91366547184d528a164a90b626d8266cb1dc08cf | 262 | asm | Assembly | programs/oeis/167/A167528.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/167/A167528.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/167/A167528.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A167528: a(n) = n^5 mod 50.
; 0,1,32,43,24,25,26,7,18,49,0,1,32,43,24,25,26,7,18,49,0,1,32,43,24,25,26,7,18,49,0,1,32,43,24,25,26,7,18,49,0,1,32,43,24,25,26,7,18,49,0,1,32,43,24,25,26,7,18,49,0,1,32,43,24,25,26,7,18,49,0,1,32,43,24,25,26,7
pow $0,5
mod $0,50
| 43.666667 | 211 | 0.60687 |
9503343781f59d7214a1b0c145fb49dcc2d6d5f9 | 3,866 | asm | Assembly | find_free_space.asm | chriswyatt/znake | 4a5a95107b4658b5eb77fa207758bee0bc6ea9e7 | [
"Apache-2.0"
] | 8 | 2016-11-11T22:01:17.000Z | 2021-05-03T02:23:21.000Z | find_free_space.asm | chriswyatt/znake | 4a5a95107b4658b5eb77fa207758bee0bc6ea9e7 | [
"Apache-2.0"
] | null | null | null | find_free_space.asm | chriswyatt/znake | 4a5a95107b4658b5eb77fa207758bee0bc6ea9e7 | [
"Apache-2.0"
] | 1 | 2020-11-28T10:47:33.000Z | 2020-11-28T10:47:33.000Z | ; /////////////////////////////////////////////////////////////////////////////
; Znake (ZX Spectrum 48K)
; -----------------------------------------------------------------------------
; find_free_space.asm
; -----------------------------------------------------------------------------
; Copyright (C) 2016, Chris W... | 16.521368 | 79 | 0.55225 |
5db0bc4dfe55731280a2dc75997b7719c1f5affc | 5,256 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1725.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_1725.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_1725.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 %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xd8e0, %rsi
lea addresses_WC_ht+0x98dc, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
and $11932, %rbp
mov $121, %rcx
rep movsb
nop
nop
dec %rbp
lea addresses_normal_ht+0x12b20, %rsi
lea add... | 43.081967 | 2,999 | 0.663432 |
5ca80092576ec364578fe4510bc906a119599f4c | 8,101 | asm | Assembly | PCMdata/MegaPCM.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | null | null | null | PCMdata/MegaPCM.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | 2 | 2019-06-13T14:26:59.000Z | 2019-10-10T13:15:14.000Z | PCMdata/MegaPCM.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | null | null | null |
; ===============================================================
; Mega PCM Driver Include File
; (c) 2012, Vladikcomper
; ===============================================================
; ---------------------------------------------------------------
; Variables used in DAC table
; ------------------------... | 38.947115 | 83 | 0.539686 |
ef2edf017ff70faa9d1e7d899f51d3b49606e317 | 3,440 | asm | Assembly | third_party/codecs/xvidcore/src/bitstream/x86_asm/cbp_mmx.asm | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 292 | 2015-08-10T18:34:55.000Z | 2022-01-26T00:38:45.000Z | third_party/codecs/xvidcore/src/bitstream/x86_asm/cbp_mmx.asm | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 366 | 2015-08-10T18:21:02.000Z | 2022-01-22T20:03:41.000Z | third_party/codecs/xvidcore/src/bitstream/x86_asm/cbp_mmx.asm | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 227 | 2015-08-10T22:24:29.000Z | 2022-02-25T19:16:21.000Z | ;/****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * - MMX CBP computation -
; *
; * Copyright (C) 2005 Carlo Bramini <carlo.bramix@libero.it>
; * 2001-2003 Peter Ross <pross@xvid.org>
; * 2002-2003 Pascal Massimino <ska... | 26.461538 | 78 | 0.506105 |
6504ac9052648ba9336b5b5dba249cda01bd9d79 | 975 | asm | Assembly | tasks/call/call.asm | yds12/x86-roadmap | 3476a1b9c3b479f63b5728a9da049fe297843171 | [
"MIT"
] | 15 | 2020-07-21T10:32:12.000Z | 2022-03-28T05:22:20.000Z | tasks/call/call.asm | yds12/x64-roadmap | 3476a1b9c3b479f63b5728a9da049fe297843171 | [
"MIT"
] | 1 | 2020-05-17T17:49:55.000Z | 2020-05-17T17:49:55.000Z | tasks/call/call.asm | yds12/x86-roadmap | 3476a1b9c3b479f63b5728a9da049fe297843171 | [
"MIT"
] | 4 | 2020-07-21T10:32:23.000Z | 2022-03-28T05:22:23.000Z | ; This program shows how to use the call instruction.
section .text
global asm_func
asm_func:
mov rax, 300
mov rdx, 212
call add_registers ; The call instruction internally pushes RIP
; (the instruction pointer) onto the stack,
; and then jumps ... | 34.821429 | 75 | 0.521026 |
c073150bc3d1356f22a30dfbc1267613cff47101 | 429 | asm | Assembly | oeis/271/A271176.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/271/A271176.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/271/A271176.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A271176: Expansion of -(4*x^3-7*x^2+4*x-1)/(2*x^4-5*x^3+8*x^2-5*x+1).
; Submitted by Jon Maiga
; 1,1,4,13,36,94,239,597,1471,3586,8669,20818,49726,118259,280239,662117,1560516,3670321,8617584,20203698,47308391,110659649,258614439,603929562,1409413761,3287385206,7664034874,17860302403
mov $1,1
mov $2,1
mov $3,1
lpb $... | 22.578947 | 189 | 0.664336 |
98752081bf2e415c71cde9282d1fca8bd6a7b243 | 561 | asm | Assembly | programs/oeis/265/A265278.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/265/A265278.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/265/A265278.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; 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... | 40.071429 | 399 | 0.775401 |
42617a966670b5b5e6a27ca84f7f1ef2ae31f7a9 | 560 | asm | Assembly | oeis/182/A182665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/182/A182665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/182/A182665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A182665: Greatest x < n such that n divides x*(x-1).
; Submitted by Jon Maiga
; 0,1,1,1,1,4,1,1,1,6,1,9,1,8,10,1,1,10,1,16,15,12,1,16,1,14,1,21,1,25,1,1,22,18,21,28,1,20,27,25,1,36,1,33,36,24,1,33,1,26,34,40,1,28,45,49,39,30,1,45,1,32,36,1,40,55,1,52,46,56,1,64,1,38,51,57,56,66,1,65,1,42,1,64,51,44,58,56,1,81,78,69,6... | 22.4 | 261 | 0.551786 |
537d2d0a74a716014eda58bd15a55c629095006f | 6,378 | asm | Assembly | Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/profc.asm | lborgav/Historical-Source-Codes | c0aeaae1d482718e3b469d9eb7a6d0002faa1ff5 | [
"MIT"
] | 7 | 2017-01-12T17:48:48.000Z | 2021-11-28T04:37:34.000Z | Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/profc.asm | lborgav/Historical-Source-Codes | c0aeaae1d482718e3b469d9eb7a6d0002faa1ff5 | [
"MIT"
] | null | null | null | Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/profc.asm | lborgav/Historical-Source-Codes | c0aeaae1d482718e3b469d9eb7a6d0002faa1ff5 | [
"MIT"
] | 5 | 2017-03-28T08:04:30.000Z | 2020-03-25T14:25:29.000Z | ?PLM = 1
?NODATA = 1
.xlist
include w2.inc
include cmacros.inc
.list
createSeg _FIXED,prof,byte,public,CODE
createSeg _DATA,data,word,public,DATA,DGROUP
defGrp DGROUP,DATA
PROF_INT equ 0FBh
PROF_INT_ADDR equ 4 * PROF_INT
do_prof_int macro function
local not_installd
cmp installed,0
jz not_i... | 23.448529 | 74 | 0.506428 |
08f4704262f827cb8bb465cb4a5659059643201a | 103 | asm | Assembly | tests/function_simple/err_duplicate1.asm | dommilosz/customasm | d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32 | [
"Apache-2.0"
] | null | null | null | tests/function_simple/err_duplicate1.asm | dommilosz/customasm | d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32 | [
"Apache-2.0"
] | null | null | null | tests/function_simple/err_duplicate1.asm | dommilosz/customasm | d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32 | [
"Apache-2.0"
] | null | null | null | #fn add1(value) => value + 1
#fn add1(value) => value + 1 ; error: duplicate / note:_:1: first declared | 51.5 | 74 | 0.650485 |
11538c51885f1ca593fe919ca5732432054d9643 | 280 | asm | Assembly | programs/oeis/094/A094284.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/094/A094284.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/094/A094284.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A094284: A094283(n+1)/A094283(n).
; 5,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2
add $0,1
mov $1,3
div $1,$0
add $1,2
| 35 | 205 | 0.521429 |
c5f092adc5ea399bc5b7d203a20ba1ded2b96b01 | 405 | asm | Assembly | rust/objdumpexmaple/asm_compare/basicPrint.asm | lukasjoc/scritps | ebcffef0a3977ab8bb1bebf20383c350bd7baa37 | [
"0BSD"
] | 1 | 2020-11-09T19:32:43.000Z | 2020-11-09T19:32:43.000Z | rust/objdumpexmaple/asm_compare/basicPrint.asm | lukasjoc/scritps | ebcffef0a3977ab8bb1bebf20383c350bd7baa37 | [
"0BSD"
] | null | null | null | rust/objdumpexmaple/asm_compare/basicPrint.asm | lukasjoc/scritps | ebcffef0a3977ab8bb1bebf20383c350bd7baa37 | [
"0BSD"
] | null | null | null | push rbp
mov rbp, rsp
sub rsp, 48
lea rax, [rip, +, l___unnamed_2]
mov qword, ptr, [rbp, -, 48], rax
mov qword, ptr, [rbp, -, 40], 1
mov qword, ptr, [rbp, -, 32], 0
lea rax, [rip, +, l___unnamed_3]
mov qword, ptr, [rbp, -, 16], rax
mov qword, ptr, [rbp, -, 8], 0
lea ... | 27 | 38 | 0.503704 |
d5e549c0dc8979a8eb3818dc09503745d2c6ddf5 | 6,562 | asm | Assembly | src/z3/randomizer/events.asm | SmolBig/alttp_sm_combo_randomizer_rom | 571ca88e10cce0b4477be8a0f5f9bdbe4693757c | [
"MIT"
] | null | null | null | src/z3/randomizer/events.asm | SmolBig/alttp_sm_combo_randomizer_rom | 571ca88e10cce0b4477be8a0f5f9bdbe4693757c | [
"MIT"
] | null | null | null | src/z3/randomizer/events.asm | SmolBig/alttp_sm_combo_randomizer_rom | 571ca88e10cce0b4477be8a0f5f9bdbe4693757c | [
"MIT"
] | null | null | null | ;--------------------------------------------------------------------------------
; OnLoadOW
;--------------------------------------------------------------------------------
OnLoadMap:
JSL.l SetLWDWMap
LDA $7EF2DB ; thing we wrote over
RTL
;----------------------------------------------------------------------------... | 29.558559 | 117 | 0.527278 |
62fb48d9fd1b1a59e32c742d6cb8bc0d5b713ef9 | 5,456 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_488_753.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_488_753.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_488_753.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 %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xc97e, %rsi
lea addresses_UC_ht+0x1e666, %rdi
nop
nop
nop
xor %rbp, %rbp
mov $7, %rcx
rep movsl
nop
nop
nop
nop
and %r15, %r15
lea addresses_WT_ht+0x1e066, %rsi
lea addresses_A... | 27.28 | 1,463 | 0.651943 |
c235410a54bd0aa01611e9574e26732e519ac6b8 | 19,155 | asm | Assembly | audio/music/johtotrainerbattle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | audio/music/johtotrainerbattle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | audio/music/johtotrainerbattle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | Music_JohtoTrainerBattle:
musicheader 3, 1, Music_JohtoTrainerBattle_Ch1
musicheader 1, 2, Music_JohtoTrainerBattle_Ch2
musicheader 1, 3, Music_JohtoTrainerBattle_Ch3
Music_JohtoTrainerBattle_Ch1:
tempo 102
volume $77
dutycycle $3
tone $0002
vibrato $12, $15
notetype $c, $92
note __, 8
octave 3
note A_, 1
... | 14.380631 | 53 | 0.673871 |
b8eee6ead2f0230827e2b6fd740a65ddba6d327c | 401 | asm | Assembly | oeis/135/A135855.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/135/A135855.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/135/A135855.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A135855: A007318 * a tridiagonal matrix with (1, 4, 1, 0, 0, 0,...) in every column.
; Submitted by Jon Maiga
; 1,5,1,10,6,1,16,16,7,1,23,32,23,8,1,31,55,55,31,9,1,40,86,110,86,40,10,1,50,126,196,196,126,50,11,1,61,176,322,392,322,176,61,12,1,73,237,498,714,714,498,237,73,13,1
lpb $0
add $2,1
sub $0,$2
lpe
add $... | 22.277778 | 167 | 0.61596 |
447f44de40851d8a98af9703e5489b71b4abfec8 | 492 | asm | Assembly | src/test/ref/var-forward-problem.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/var-forward-problem.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/var-forward-problem.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Illustrates the problem with variable forward references not working
// Commodore 64 PRG executable file
.file [name="var-forward-problem.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAft... | 24.6 | 71 | 0.684959 |
ec994298a21b446201e95ee0a0b3cfe30074bbfa | 2,757 | asm | Assembly | tools/files/applib/src/64bit/depackf.asm | nehalem501/gendev | dcd86ccc88a08b8f0673ee496a015bf5747751ed | [
"BSD-3-Clause"
] | 2,662 | 2015-01-01T23:46:09.000Z | 2022-03-29T09:24:52.000Z | aPLib/src/64bit/depackf.asm | NeuronAddict/the-backdoor-factory | 14b87fa9b758eedbaef0496e3a88701e796a21e8 | [
"BSD-3-Clause"
] | 69 | 2015-01-25T20:55:18.000Z | 2021-04-03T19:26:40.000Z | aPLib/src/64bit/depackf.asm | NeuronAddict/the-backdoor-factory | 14b87fa9b758eedbaef0496e3a88701e796a21e8 | [
"BSD-3-Clause"
] | 774 | 2015-01-01T23:46:01.000Z | 2022-03-27T20:29:21.000Z | ;;
;; aPLib compression library - the smaller the better :)
;;
;; fasm 64-bit fast assembler depacker
;;
;; Copyright (c) 1998-2014 Joergen Ibsen
;; All Rights Reserved
;;
;; http://www.ibsensoftware.com/
;;
format MS64 COFF
public aP_depack_asm_fast
; ===============================================... | 15.402235 | 64 | 0.452666 |
69aaf817970287d6797615beea8eacf8a76c16e3 | 516 | asm | Assembly | oeis/285/A285123.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/285/A285123.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/285/A285123.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A285123: Min(|d(k+1-i) - d(i)|, for i = 1..k, where d(1),..,d(k) are the divisors of prime(n) - 1.
; Submitted by Jamie Morken(s2)
; 0,1,0,1,3,1,0,3,9,3,1,0,3,1,21,9,27,4,5,3,1,7,39,3,4,0,11,51,3,6,5,3,9,17,33,5,1,9,81,39,87,3,9,4,0,7,1,31,111,7,21,3,1,15,0,129,63,3,11,6,41,69,1,21,11,75,7,5,171,17,6,177,55,19,3,189,... | 73.714286 | 249 | 0.608527 |
a5c6aabe1992369bbb33a6bfa6831511dea02aec | 118 | asm | Assembly | libsrc/_DEVELOPMENT/font/fzx/fonts/dkud2/Nether/_ff_dkud2_Nether.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/font/fzx/fonts/dkud2/Nether/_ff_dkud2_Nether.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/font/fzx/fonts/dkud2/Nether/_ff_dkud2_Nether.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION rodata_font_fzx
PUBLIC _ff_dkud2_Nether
_ff_dkud2_Nether:
BINARY "font/fzx/fonts/dkud2/Nether/nether.fzx"
| 13.111111 | 47 | 0.830508 |
19dd0e12eef82c602cf06bb568ea7a74ecc994ad | 352 | asm | Assembly | libsrc/_DEVELOPMENT/target/cpm/driver/character/cpm_00_output_list/cpm_00_output_list_ochar_msg_putc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/cpm/driver/character/cpm_00_output_list/cpm_00_output_list_ochar_msg_putc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/cpm/driver/character/cpm_00_output_list/cpm_00_output_list_ochar_msg_putc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_driver
SECTION code_driver_character_output
PUBLIC cpm_00_output_list_ochar_msg_putc
EXTERN __CPM_WLST, asm_cpm_bdos_alt
cpm_00_output_list_ochar_msg_putc:
; enter : c = char
; exit : carry set if error
; can use : af, bc, de, hl, af'
ld e,c
ld c,__CPM_WLST
call asm_... | 16 | 40 | 0.696023 |
f8ffcc91b1b94d297b15ba71c781b63ae5b08475 | 2,373 | asm | Assembly | src/crosshair_cursor.asm | rondnelson99/bomb-golf | 34c5fdd360086d415b9487d5a321c451997c7cba | [
"MIT"
] | 1 | 2021-12-04T14:24:34.000Z | 2021-12-04T14:24:34.000Z | src/crosshair_cursor.asm | rondnelson99/bomb-golf | 34c5fdd360086d415b9487d5a321c451997c7cba | [
"MIT"
] | null | null | null | src/crosshair_cursor.asm | rondnelson99/bomb-golf | 34c5fdd360086d415b9487d5a321c451997c7cba | [
"MIT"
] | null | null | null | INCLUDE "defines.asm"
SECTION "Crosshair", ROM0
CROSSHAIR_SPEED equ 2
ProcessCrosshair::
ld hl, wCrosshairX ;this isn't strictly nescessary, but it optimizes things and hl isn't needed for anything else
ldh a, [hHeldKeys]
bit PADB_B, a
jr nz, DoneMovement ;if B is being pressed, the background will scroll... | 23.264706 | 118 | 0.616519 |
74bbdf2816cf0c3e8e500828af740f6ac782b1cc | 668 | asm | Assembly | src/veterancy_from_allies.asm | mvdhout1992/ts-patches | a426970abeb6993eea6703d1a756fd74489ffed2 | [
"MIT"
] | 33 | 2016-07-30T14:17:28.000Z | 2021-12-19T15:45:19.000Z | src/veterancy_from_allies.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 73 | 2018-08-17T00:25:19.000Z | 2021-05-10T08:31:15.000Z | src/veterancy_from_allies.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 18 | 2017-05-16T11:28:06.000Z | 2022-03-20T20:41:03.000Z | ; Units and Structures Can No Longer Gain Experience From Killing Friendlies
; The game did not do any alliance checks when awarding experience for a kill.
; This hack adds a check and only awards experience for killing enemies
; Author: AlexB
; Date: 2016-11-29
%include "macros/patch.inc"
@LJMP 0x006337E8, _Techno... | 23.034483 | 78 | 0.748503 |
cc283bac512143b8558f5445cae222609ef62ef9 | 31 | asm | Assembly | tests/data_unsized/12.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 414 | 2016-10-14T22:39:20.000Z | 2022-03-30T07:52:44.000Z | tests/data_unsized/12.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 100 | 2018-03-22T16:12:24.000Z | 2022-03-26T09:19:23.000Z | tests/data_unsized/12.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 47 | 2017-06-29T15:12:13.000Z | 2022-03-10T04:50:51.000Z | #d 0x12, 10 ; error: infer size | 31 | 31 | 0.677419 |
1ccada52ecb5da55513fa6a20d16012eb6598838 | 2,545 | asm | Assembly | lib/glyphs.asm | jsmolka/gba-suite | a6447c5404c8fc2898ddc51f438271f832083b7e | [
"MIT"
] | 31 | 2020-01-18T21:48:54.000Z | 2021-01-08T11:17:56.000Z | lib/glyphs.asm | jsmolka/gba-suite | a6447c5404c8fc2898ddc51f438271f832083b7e | [
"MIT"
] | 8 | 2020-01-19T07:37:23.000Z | 2020-11-10T17:09:24.000Z | lib/glyphs.asm | jsmolka/gba-tests | a6447c5404c8fc2898ddc51f438271f832083b7e | [
"MIT"
] | 6 | 2021-05-28T09:35:20.000Z | 2021-12-22T18:09:32.000Z | align 4
glyphs:
; Extracted from tonclib
dw 0x00000000,0x00000000,0x18181818,0x00180018,0x00003636,0x00000000,0x367F3636,0x0036367F
dw 0x3C067C18,0x00183E60,0x1B356600,0x0033566C,0x6E16361C,0x00DE733B,0x000C1818,0x00000000
dw 0x0C0C1830,0x0030180C,0x3030180C,0x000C1830,0xF... | 90.892857 | 103 | 0.785855 |
29da11226f6adb6f0afb391ea62460dbb4353af7 | 6,670 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_101.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_101.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_101.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 %r13
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x4bd9, %r12
clflush (%r12)
nop
nop
sub %rdx, %rdx
movb (%r12), %r13b
nop
nop
nop
nop
sub %rbx, %rbx
lea addresses_UC_ht+0x12dd9, %rsi
lea addresses_UC_ht+0x14959, %rdi
nop
no... | 36.25 | 2,999 | 0.657571 |
254b462b33a3c177cde82aa9ba1b2eae97d15c85 | 324 | asm | Assembly | programs/oeis/121/A121471.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/121/A121471.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/121/A121471.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A121471: a(n) = 9*n^2/4 -4*n +19/8 -3*(-1)^n/8.
; 1,3,11,22,39,59,85,114,149,187,231,278,331,387,449,514,585,659,739,822,911,1003,1101,1202,1309,1419,1535,1654,1779,1907,2041,2178,2321,2467,2619,2774,2935,3099,3269,3442,3621,3803,3991,4182,4379,4579,4785,4994,5209
mov $1,9
mul $1,$0
add $1,2
mul $1,$0
div $1,4
add $... | 32.4 | 216 | 0.67284 |
89b3cd5d5ee3faec3412305400667462d148447f | 546 | asm | Assembly | asm/idle.asm | mlndz28/selector-623 | f50c294c56f8e43706ceda7fe9a8862d4d6bb866 | [
"MIT"
] | null | null | null | asm/idle.asm | mlndz28/selector-623 | f50c294c56f8e43706ceda7fe9a8862d4d6bb866 | [
"MIT"
] | null | null | null | asm/idle.asm | mlndz28/selector-623 | f50c294c56f8e43706ceda7fe9a8862d4d6bb866 | [
"MIT"
] | null | null | null | loc
;******************************************************************
;* MODO_LIBRE - standby mode. Load the respective message on the
;* screen for this mode and turn off the 7 segment display.
;*
;* Calling convention:
;* jsr MODO_LIBRE
;*
;* Calls: Cargar_LCD
;* Changes: X, Y, BIN1, BIN2, POSITION
;************... | 24.818182 | 67 | 0.514652 |
39572e39eec28b8e2953a25cedd074eedd661c36 | 386 | asm | Assembly | programs/oeis/244/A244048.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/244/A244048.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/244/A244048.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A244048: Antisigma(n) minus the sum of remainders of n mod k, for k = 1,2,3,...,n.
; 0,0,1,2,5,6,12,13,20,24,32,33,49,50,60,69,84,85,106,107,129,140,154,155,191,197,213,226,254,255,297,298,329,344,364,377,432,433,455,472,522,523,577,578,618,651,677,678,754,762,805,826
mov $2,$0
lpb $2,1
lpb $4,1
add $1,$3
... | 25.733333 | 185 | 0.61658 |
8350722047990b8299630419f5235ca662960227 | 565 | asm | Assembly | oeis/000/A000918.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/000/A000918.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/000/A000918.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A000918: a(n) = 2^n - 2.
; -1,0,2,6,14,30,62,126,254,510,1022,2046,4094,8190,16382,32766,65534,131070,262142,524286,1048574,2097150,4194302,8388606,16777214,33554430,67108862,134217726,268435454,536870910,1073741822,2147483646,4294967294,8589934590,17179869182,34359738366,68719476734,137438953470,274877906942,5497558... | 70.625 | 498 | 0.840708 |
fda7481cbbe86d45496596c8d3921392efc206a9 | 608 | asm | Assembly | programs/oeis/275/A275973.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/275/A275973.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/275/A275973.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A275973: A binary sequence due to Harold Jeffreys.
; 1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,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,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1... | 60.8 | 501 | 0.523026 |
44a47713c697878813949bede42fc50094ac21fb | 157 | asm | Assembly | pipFiles/simple.asm | hwheeler01/comp150 | c0f6eb573c422a24d979d1cf74d935b3bd438da3 | [
"MIT"
] | null | null | null | pipFiles/simple.asm | hwheeler01/comp150 | c0f6eb573c422a24d979d1cf74d935b3bd438da3 | [
"MIT"
] | null | null | null | pipFiles/simple.asm | hwheeler01/comp150 | c0f6eb573c422a24d979d1cf74d935b3bd438da3 | [
"MIT"
] | null | null | null | LOD #4
STO n
LOD #3
ADD n
HLT
| 26.166667 | 34 | 0.121019 |
3ce75c85a6b2b48f05288d1feec1b3a2beafcd0c | 1,715 | asm | Assembly | Muzyka/sounds.asm | arhneu/gruniozerca | 42e94aa976af2230b43876f8c7aebd34a70a9149 | [
"Unlicense"
] | 23 | 2017-02-08T17:59:27.000Z | 2022-03-21T17:09:57.000Z | Muzyka/sounds.asm | arhneu/gruniozerca | 42e94aa976af2230b43876f8c7aebd34a70a9149 | [
"Unlicense"
] | 1 | 2018-03-30T07:30:16.000Z | 2018-03-30T11:50:48.000Z | Muzyka/sounds.asm | arhneu/gruniozerca | 42e94aa976af2230b43876f8c7aebd34a70a9149 | [
"Unlicense"
] | 6 | 2017-02-10T05:04:34.000Z | 2021-04-11T11:23:03.000Z | ;this file for FamiTone2 libary generated by nsf2data tool
sounds:
.dw @sfx_ntsc_0,@sfx_ntsc_0
.dw @sfx_ntsc_1,@sfx_ntsc_1
.dw @sfx_ntsc_2,@sfx_ntsc_2
.dw @sfx_ntsc_3,@sfx_ntsc_3
@sfx_ntsc_0:
.db $89,$3d,$8a,$07,$01,$89,$3c,$8a,$03,$01,$8a,$00,$01,$89,$3a,$8a
.db $0b,$01,$89,$38,$8a,$07,$01,$89,$37,$8... | 47.638889 | 69 | 0.5207 |
687da2c79cfa2b48950fab3ffb0bd630039e3470 | 2,262 | asm | Assembly | sdk-6.5.16/tools/led/example/merlin5670.asm | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.16/tools/led/example/merlin5670.asm | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.16/tools/led/example/merlin5670.asm | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | ;
;
;
; This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
;
; Copyright 2007-2019 Broadcom Inc. All rights reserved.
;
;
; This is the default 5670 program for the Merlin (BCM95690R24S).
;
; To start it, use the following commands from ... | 25.133333 | 133 | 0.674624 |
da4e07ba038d48788f016f3437ebec331d5312cb | 194 | asm | Assembly | ESEMPI/11 PROGRAMMA TRASFERIMENTO.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 8 | 2019-06-07T10:38:41.000Z | 2022-03-24T13:05:12.000Z | ESEMPI/11 PROGRAMMA TRASFERIMENTO.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 2 | 2015-07-14T12:22:33.000Z | 2018-05-11T08:35:24.000Z | ESEMPI/11 PROGRAMMA TRASFERIMENTO.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 9 | 2015-05-06T14:35:08.000Z | 2021-03-23T14:27:21.000Z | ORG 100 /Trasferisce i dati da X+i a Y+i con i = (0,1,2,3)
BUN L
SBR, ISZ L
ISZ N
L, LDA X
N, STA Y
ISZ CNT
BUN SBR
HLT
CNT, DEC -4
X, DEC 10
DEC 20
DEC 30
DEC 40
Y, DEC 0
DEC 0
DEC 0
DEC 0
END
| 9.7 | 58 | 0.64433 |
c1200b3f8e62ee5c4a43d3307bb82538faed8874 | 56,002 | asm | Assembly | src/presets/14ice_data.asm | NobodyNada/sm_practice_hack | d232ffea256b82748aaa4f5677ede66dfa3c6e9e | [
"Unlicense"
] | null | null | null | src/presets/14ice_data.asm | NobodyNada/sm_practice_hack | d232ffea256b82748aaa4f5677ede66dfa3c6e9e | [
"Unlicense"
] | null | null | null | src/presets/14ice_data.asm | NobodyNada/sm_practice_hack | d232ffea256b82748aaa4f5677ede66dfa3c6e9e | [
"Unlicense"
] | null | null | null |
preset_14ice_crateria_ceres_elevator:
dw #$0000
dw $078D, $AB58 ; DDB
dw $079B, $DF45 ; MDB
dw $07F3, $002D ; Music Bank
dw $07F5, $0006 ; Music Track
dw $090F, $0000 ; Screen subpixel X position
dw $0911, $0000 ; Screen X position in pixels
dw $0913, $0000 ; Screen subpixel Y po... | 35.967887 | 99 | 0.629799 |
bb1753b6f6773dbddf9a9dc92bd555b36979b85f | 563 | asm | Assembly | src/tests/priming.asm | hw-sw-contracts/revizor | 6aa7694d55d62c554917fc539b1775949508ed4b | [
"MIT"
] | 29 | 2021-05-24T12:45:19.000Z | 2022-03-16T16:53:10.000Z | src/tests/priming.asm | hw-sw-contracts/revizor | 6aa7694d55d62c554917fc539b1775949508ed4b | [
"MIT"
] | 3 | 2021-11-23T15:37:25.000Z | 2022-01-24T12:01:44.000Z | src/tests/priming.asm | hw-sw-contracts/revizor | 6aa7694d55d62c554917fc539b1775949508ed4b | [
"MIT"
] | 3 | 2021-06-17T09:00:27.000Z | 2022-03-28T03:42:01.000Z | .intel_syntax noprefix
MFENCE
NOP
NOP
NOP
NOP
NOP
NOP
ADD R14, 40
JMP .bb0
.bb0:
AND RCX, 0b111111000000
ADD RCX, R14
CMOVZ ECX, dword ptr [RCX]
LAHF
{store} ADC RAX, RAX
AND RDX, 0b111111000000
ADD RDX, R14
SETNZ byte ptr [RDX]
MOVSX EDX, BX
AND RCX, 0b111111000000
ADD RCX, R14
SUB CX, 19187
JNP .bb1
JMP .bb2
.bb1:
MO... | 12.795455 | 30 | 0.728242 |
7604670cd90cf2df3ad67af771ebb9206d1af52f | 38,300 | asm | Assembly | snake.asm | cepa/snake | 14d2daeb40290429383e2191f7d581d9b7bc519d | [
"Beerware"
] | 4 | 2018-05-10T03:52:46.000Z | 2022-01-10T23:07:40.000Z | snake.asm | cepa/snake | 14d2daeb40290429383e2191f7d581d9b7bc519d | [
"Beerware"
] | null | null | null | snake.asm | cepa/snake | 14d2daeb40290429383e2191f7d581d9b7bc519d | [
"Beerware"
] | 3 | 2019-12-23T07:10:35.000Z | 2021-05-28T06:21:36.000Z |
;====================================================;
;= SNAKE =;
;= =;
;= By Lukasz (Cepa) Cepowski 2004 =;
;= lukasz@cepowski.com =;
;= Visit cepa.io ... | 24.56703 | 219 | 0.440392 |
5641099ec56c0ce05a1085adb894d568af24e441 | 821 | asm | Assembly | oeis/142/A142949.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142949.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142949.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142949: Primes congruent to 53 mod 64.
; Submitted by Jon Maiga
; 53,181,373,757,821,1013,1973,2293,2357,2549,2677,2741,3061,3253,3637,3701,4021,4597,4789,5237,5557,5749,5813,6133,6197,6389,6581,6709,7349,7477,7541,7669,8053,8117,8501,8629,8693,8821,9013,9397,9461,9781,9973,10037,10357,10613,11317,11701,12149,12277,... | 35.695652 | 498 | 0.725944 |
a92954e231f2f6c97ac2bc98d345b315f3a833db | 716 | asm | Assembly | oeis/171/A171824.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/171/A171824.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/171/A171824.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A171824: Triangle T(n,k)= binomial(n + k,n) + binomial(2*n-k,n) read by rows.
; Submitted by Jon Maiga
; 2,3,3,7,6,7,21,14,14,21,71,40,30,40,71,253,132,77,77,132,253,925,469,238,168,238,469,925,3433,1724,828,450,450,828,1724,3433,12871,6444,3048,1452,990,1452,3048,6444,12871,48621,24320,11495,5225,2717,2717,5225,1149... | 42.117647 | 496 | 0.736034 |
8bddd5de219f1d1c3777e1cb337ee924a41ad61c | 5,558 | asm | Assembly | Transynther/x86/_processed/US/_ht_/i7-8650U_0xd2_notsx.log_1_311.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_/i7-8650U_0xd2_notsx.log_1_311.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_/i7-8650U_0xd2_notsx.log_1_311.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 %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x15135, %rsi
lea addresses_A_ht+0x13e4d, %rdi
nop
add $17296, %r9
mov $62, %rcx
rep movsw
nop
nop
xor %r12, %r12
lea addresses_WT_ht+0x9735, %r12
nop
nop
xor %r8, %r8
mov $0x61... | 20.973585 | 155 | 0.650954 |
2d125befa0595412493202ec12059d5c481c0a65 | 4,894 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_21829_795.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_21829_795.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_21829_795.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r14
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
// Store
lea addresses_WC+0x19bfe, %r14
nop
nop
and $25962, %rbp
mov $0x5152535455565758, %r8
movq %r8, %xmm1
vmovups %ymm1, (%r14)
nop
nop
sub %r14,... | 47.980392 | 2,999 | 0.65754 |
80c1e38438e524fdd70b575da178a00dcb7552e6 | 1,399 | asm | Assembly | src/x86_16/setjmp.asm | dargueta/metalc | a4c6cfbb7ceebf41c83b943fd05ecd1d1dcad6ce | [
"BSD-3-Clause"
] | null | null | null | src/x86_16/setjmp.asm | dargueta/metalc | a4c6cfbb7ceebf41c83b943fd05ecd1d1dcad6ce | [
"BSD-3-Clause"
] | null | null | null | src/x86_16/setjmp.asm | dargueta/metalc | a4c6cfbb7ceebf41c83b943fd05ecd1d1dcad6ce | [
"BSD-3-Clause"
] | null | null | null | bits 16
%include "metalc/setjmp.inc"
global mclib_setjmp
global mclib_longjmp
mclib_setjmp:
mov cx, bp
mov bp, sp
; Save return address in AX because we won't be able to access it after we
; make bp point at the jmp_buf struct.
mov ax, [bp]
mov bp, [bp + 2]
mov [bp ... | 24.12069 | 79 | 0.5604 |
7804790b918919880aa14e09aba194048f27b883 | 2,515 | asm | Assembly | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_32/zx_01_output_char_32_stdio_msg_ictl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_32/zx_01_output_char_32_stdio_msg_ictl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_32/zx_01_output_char_32_stdio_msg_ictl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fcntl
PUBLIC zx_01_output_char_32_stdio_msg_ictl
PUBLIC zx_01_output_char_32_stdio_msg_ictl_0
EXTERN asm_vioctl_driver, error_einval_zc, l_offset_ix_de
EXTERN console_01_output_char_stdio_msg_ictl_0
zx_01_output_char_32_stdio_msg_ictl:
; ioctl messages understood:
;
; defc IOCTL_OTERM_FONT ... | 18.909774 | 70 | 0.574553 |
9266872fbd26ab602de464335cbfd18894c81471 | 917 | asm | Assembly | assembly/lab5/src/5-2/cal.asm | sabertazimi/hust-lab | dc3425b6afe75ac3c1b48bb62fdd27c425284a0f | [
"MIT"
] | 29 | 2017-07-30T07:46:11.000Z | 2021-11-21T15:51:04.000Z | assembly/lab5/src/5-2/cal.asm | sabertazimi/hust-lab | dc3425b6afe75ac3c1b48bb62fdd27c425284a0f | [
"MIT"
] | 2 | 2018-03-22T10:09:35.000Z | 2021-09-12T16:08:35.000Z | assembly/lab5/src/5-2/cal.asm | sabertazimi/hust-lab | dc3425b6afe75ac3c1b48bb62fdd27c425284a0f | [
"MIT"
] | 9 | 2018-09-03T13:14:08.000Z | 2021-06-25T17:00:46.000Z | .386
.model flat, c
.code
public cal
cal proc table: dword, num: dword
push eax
push ebx
push ecx
push edx
push esi
push edi
mov edi, table
xor ebx, ebx
xor ecx, ecx
cal_loop:
cmp ecx, num
jge cal_finish
mov eax, ss:[edi + ebx + 12] ; chinese
mov edx, ss:... | 20.840909 | 78 | 0.51145 |
fbb8750b4238ba7b8f80c58f97ce5ee8e0b2f4c4 | 221 | asm | Assembly | assets/assembly/ours/equ.asm | edassis/SB-Tradutor | 9e5a5836e6cf978face35023620257fce684c257 | [
"MIT"
] | 1 | 2021-02-09T22:24:34.000Z | 2021-02-09T22:24:34.000Z | assets/assembly/ours/equ.asm | edassis/SB-Tradutor | 9e5a5836e6cf978face35023620257fce684c257 | [
"MIT"
] | null | null | null | assets/assembly/ours/equ.asm | edassis/SB-Tradutor | 9e5a5836e6cf978face35023620257fce684c257 | [
"MIT"
] | null | null | null | L1: EQU 1
L2: EQU 0
SECTION TEXT
IF L1
LOAD SPACE ;faz esta operacao se L1 for verdadeiro
IF L2
INPUT SPACE ;faz esta operacao se L2 for verdadeiro
SECTION DATA
N: SPACE ;eu tenho q excluir esse comentario | 20.090909 | 54 | 0.723982 |
f7398181457ca325cece906c999007bedac72316 | 1,711 | asm | Assembly | programs/oeis/033/A033572.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/033/A033572.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/033/A033572.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A033572: a(n) = (2*n+1)*(7*n+1).
; 1,24,75,154,261,396,559,750,969,1216,1491,1794,2125,2484,2871,3286,3729,4200,4699,5226,5781,6364,6975,7614,8281,8976,9699,10450,11229,12036,12871,13734,14625,15544,16491,17466,18469,19500,20559,21646,22761,23904,25075,26274,27501,28756,30039,31350,32689,34056,35451,36874,38325,39804... | 190.111111 | 1,626 | 0.827586 |
3bf15c2f6459784cdee9b42ea71204fa2df04322 | 8,262 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_680.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_680.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_680.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 %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xc8fc, %r8
nop
cmp %r11, %r11
mov $0x6162636465666768, %r15
movq %r15, %xmm2
movups %xmm2, (%r8)
nop
cmp %rax, %rax
lea addresses_D_ht+0x1db1c, %rsi
lea addresses_D_ht+0xa0ad,... | 33.048 | 2,999 | 0.652748 |
309f5005806f009893bb91035b5e61c03f4872c6 | 2,089 | asm | Assembly | pkgs/tools/yasm/src/modules/arch/x86/tests/sse5-cc.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 64 | 2015-03-06T00:30:56.000Z | 2022-03-24T13:26:53.000Z | pkgs/tools/yasm/src/modules/arch/x86/tests/sse5-cc.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 12 | 2020-12-15T08:30:19.000Z | 2022-03-13T03:54:24.000Z | pkgs/tools/yasm/src/modules/arch/x86/tests/sse5-cc.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 40 | 2015-02-26T15:31:16.000Z | 2022-03-03T23:23:37.000Z | [bits 16]
comeqpd xmm1, xmm2, xmm3 ; 0F 25 2D 323 10 00
comltpd xmm1, xmm2, xmm3 ; 0F 25 2D 323 10 01
comungepd xmm1, xmm2, xmm3 ; 0F 25 2D 323 10 01
comlepd xmm1, xmm2, xmm3 ; 0F 25 2D 323 10 02
comungtpd xmm1, xmm2, xmm3 ; 0F 25 2D 323 10 02
comunordpd xmm1, xmm2, xmm3 ; 0F 25 2D 323 10 03
comnepd xmm1, xmm2, xmm3 ; ... | 41.78 | 49 | 0.701292 |
b0ab434b7fdc61f2018509d116c5b97eda0944a7 | 1,606 | asm | Assembly | software/profi/net-tools/src/pqdos/browser/gopher/render/row.asm | andykarpov/karabas-pro | 11d897e51a7a66fddcdfb97fc7b785ca535d48dd | [
"MIT"
] | 26 | 2020-07-25T15:00:32.000Z | 2022-03-22T19:30:04.000Z | software/profi/net-tools/src/pqdos/browser/gopher/render/row.asm | zxrepo/andykarpov.karabas-pro | ab84aa2c95c206b2384d99054eb23cbe6aeec56b | [
"MIT"
] | 42 | 2020-07-29T14:29:18.000Z | 2022-03-22T11:34:28.000Z | software/profi/net-tools/src/pqdos/browser/gopher/render/row.asm | zxrepo/andykarpov.karabas-pro | ab84aa2c95c206b2384d99054eb23cbe6aeec56b | [
"MIT"
] | 7 | 2020-09-07T14:21:31.000Z | 2022-01-24T17:18:56.000Z | ; A - row number
; HL - pointer to row
renderRow:
add CURSOR_OFFSET
ld d, a, e, 0 : call TextMode.gotoXY
ld a, (hl)
push hl
call getIcon
call TextMode.putC
pop hl
inc hl
jp print70Goph
; A - gopher id char
getIcon:
cp 'i' : jr z, .info
cp '9' : jr z, .down
cp '1' : jr z,... | 22.942857 | 69 | 0.573474 |
baa33589e223265e0394958d10f8acf1c7a26e94 | 16,616 | asm | Assembly | resources/experiments/dynamic_simple/secondary/build/output.asm | tomwei7/LA104 | fdf04061f37693d37e2812ed6074348e65d7e5f9 | [
"MIT"
] | 336 | 2018-11-23T23:54:15.000Z | 2022-03-21T03:47:05.000Z | resources/experiments/dynamic_simple/secondary/build/output.asm | 203Null/LA104 | b8ae9413d01ea24eafb9fdb420c97511287cbd99 | [
"MIT"
] | 56 | 2019-02-01T05:01:07.000Z | 2022-03-26T16:00:24.000Z | resources/experiments/dynamic_simple/secondary/build/output.asm | 203Null/LA104 | b8ae9413d01ea24eafb9fdb420c97511287cbd99 | [
"MIT"
] | 52 | 2019-02-06T17:05:04.000Z | 2022-03-04T12:30:53.000Z |
output.elf: file format elf32-littlearm
Disassembly of section .text:
08008000 <g_pfnVectors>:
8008000: 00 27 00 20 71 83 00 08 2f 83 00 08 2f 83 00 08 .'. q.../.../...
8008010: 2f 83 00 08 2f 83 00 08 2f 83 00 08 00 00 00 00 /.../.../.......
...
800802c: 2d 83 00 08 2d 83 00 08 00 00 00 00 2d 83 00... | 39.561905 | 78 | 0.607908 |
0030be5c657f864aecc526ff5242fc01d277f022 | 1,773 | asm | Assembly | Testcases/part1/print/print_int10.asm | swapnil96/Cache_simulator | df7b0dd6132e45660ef2731fa4ec722fd7dab2c6 | [
"Apache-2.0"
] | null | null | null | Testcases/part1/print/print_int10.asm | swapnil96/Cache_simulator | df7b0dd6132e45660ef2731fa4ec722fd7dab2c6 | [
"Apache-2.0"
] | null | null | null | Testcases/part1/print/print_int10.asm | swapnil96/Cache_simulator | df7b0dd6132e45660ef2731fa4ec722fd7dab2c6 | [
"Apache-2.0"
] | null | null | null | # http://web.stanford.edu/class/archive/ee/ee108b/ee108b.1072/pas/sample.html
# The program loops 10 times total. With each iteration it calls a subroutine named print_num. This subroutine prints "The number is n", where n is the argument passed in $a0.
.data
COUNT: .word 10
TEXT: .asciiz "The number is "
EOL: .asci... | 22.1625 | 176 | 0.616469 |
e0f778eac326fb7fa25f8e1a177d5bcc1884acef | 1,565 | asm | Assembly | 20180815/DailyTest/bubbleSort.asm | jJayyyyyyy/USTC-2018-Summer-Course | c3620be859c55b4dc06507ec350a1c0aa84784c6 | [
"MIT"
] | 15 | 2018-08-04T15:13:13.000Z | 2021-02-05T22:43:29.000Z | 20180815/DailyTest/bubbleSort.asm | jJayyyyyyy/USTC-2018-Summer-Course | c3620be859c55b4dc06507ec350a1c0aa84784c6 | [
"MIT"
] | 1 | 2018-08-06T03:55:50.000Z | 2018-08-06T04:43:29.000Z | 20180815/DailyTest/bubbleSort.asm | jJayyyyyyy/USTC-2018-Summer-Course | c3620be859c55b4dc06507ec350a1c0aa84784c6 | [
"MIT"
] | 5 | 2018-08-05T01:00:43.000Z | 2021-02-05T22:43:32.000Z | dataseg segment
arr db '7', '3', '2', '8', '9', '1', '4', '5', '6', '0', 13, 10, '$'
dataseg ends
stackseg segment stack ; 要在最后加上 stack, 否则无法建立堆
s dw 1 dup(0)
stackseg ends
codeseg segment
assume cs:codeseg, ds:dataseg, ss:stackseg
start:
mov ax, dataseg
mov ds, ax
mov ax, stackseg
mov ss, ax
mov sp, 10h ... | 14.904762 | 69 | 0.553994 |
6afece9c24dfd94ca68e1edb70de171f39c7adc2 | 12,438 | asm | Assembly | mibench/office/ghostscript/src/iutilasm.asm | hyu-iot/gem5 | aeccc8bd8e9a86f96fc7a6f40d978f8494337fc5 | [
"BSD-3-Clause"
] | 28 | 2017-01-20T15:25:54.000Z | 2020-03-17T00:28:31.000Z | mibench/office/ghostscript/src/iutilasm.asm | hyu-iot/gem5 | aeccc8bd8e9a86f96fc7a6f40d978f8494337fc5 | [
"BSD-3-Clause"
] | 80 | 2019-08-27T14:43:46.000Z | 2020-12-16T11:56:19.000Z | mibench/office/ghostscript/src/iutilasm.asm | hyu-iot/gem5 | aeccc8bd8e9a86f96fc7a6f40d978f8494337fc5 | [
"BSD-3-Clause"
] | 98 | 2019-08-30T14:29:16.000Z | 2020-11-21T18:22:13.000Z | ; Copyright (C) 1989, 1992, 1993 Aladdin Enterprises. All rights reserved.
;
; This file is part of Aladdin Ghostscript.
;
; Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author
; or distributor accepts any responsibility for the consequences of using it,
; or for whether it serves any part... | 17.84505 | 78 | 0.671812 |
9b078b128507647bf6a3fb28f055f282764b3296 | 6,777 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1790.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_1790.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_1790.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 %r13
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1c906, %r10
nop
nop
nop
nop
inc %r12
movb (%r10), %al
nop
nop
nop
nop
xor $24619, %r15
lea addresses_WC_ht+0x1b006, %r8
clflush (%r8)
nop
nop
nop
nop
inc %r15
m... | 35.296875 | 2,999 | 0.659436 |
3460bf71f0231f53b269b722a263a0b469486526 | 1,579 | asm | Assembly | Third_Year/Compilers/testing/double_basic_tests/add_2.asm | danielcorreia96/LEIC_Projects | 82d4822306c391b261204b2ca72b0fbae21e20b6 | [
"CNRI-Python"
] | null | null | null | Third_Year/Compilers/testing/double_basic_tests/add_2.asm | danielcorreia96/LEIC_Projects | 82d4822306c391b261204b2ca72b0fbae21e20b6 | [
"CNRI-Python"
] | null | null | null | Third_Year/Compilers/testing/double_basic_tests/add_2.asm | danielcorreia96/LEIC_Projects | 82d4822306c391b261204b2ca72b0fbae21e20b6 | [
"CNRI-Python"
] | null | null | null | segment .text
align 4
global _main:function
_main:
align 4
xpl:
push ebp
mov ebp, esp
sub esp, 4
segment .rodata
align 4
_L1:
dq 1.50000
segment .text
push dword $_L1
pop eax
push dword [eax+4]
push dword [eax]
call printd
add esp, 8
call println
segment .rodata
align 4
_L2:
dq 25.0000
segment .text
push d... | 13.381356 | 21 | 0.706776 |
0fbcd4496b14d3440f163121794fea2f1d503453 | 303 | asm | Assembly | AVR/multiply_by_2n.asm | StxGuy/EmbeddedSystems | 6d9bc8b295724d361ea1d82e701e6530f74e2300 | [
"MIT"
] | null | null | null | AVR/multiply_by_2n.asm | StxGuy/EmbeddedSystems | 6d9bc8b295724d361ea1d82e701e6530f74e2300 | [
"MIT"
] | null | null | null | AVR/multiply_by_2n.asm | StxGuy/EmbeddedSystems | 6d9bc8b295724d361ea1d82e701e6530f74e2300 | [
"MIT"
] | null | null | null | .device ATmega328
.org 0x00 ; Program starts at 0x00
rjmp INICIO
; Multiply or divide by 2^n
INICIO: nop
ldi R16,0x08
ldi R17,0x02
LOOP: lsr R16 ; or lsl to multiply
dec R17
breq FIM
rjmp LOOP
FIM: jmp FIM
| 16.833333 | 44 | 0.511551 |
857c05178d5afe1026b24cb0012098793c04c40b | 493 | asm | Assembly | oeis/308/A308863.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/308/A308863.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/308/A308863.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A308863: Expansion of e.g.f. (1 + LambertW(-x))/(1 + 2*LambertW(-x)).
; Submitted by Jon Maiga
; 1,1,6,57,736,11985,235296,5403937,142073856,4206560769,138483596800,5017244970441,198363105460224,8498001799768273,392127481640165376,19388814120804416625,1022681739669784231936,57317273018414456262273,3401527253966521309... | 22.409091 | 229 | 0.713996 |
559be912da929723c0b7eb255e2951dc2e1f667b | 1,352 | asm | Assembly | Microprocessor/mouse2.asm | Nmane1612/Nihar-Mane | aa4db52a384f706a431c994e4e12d8e5e0cd8402 | [
"Apache-2.0"
] | 3 | 2019-12-27T06:07:37.000Z | 2020-07-01T08:51:32.000Z | Microprocessor/mouse2.asm | Nihar16/Personal-Repository | 0d319eeb8dbfa3f7c3eb8501829939ecd6923464 | [
"MIT"
] | null | null | null | Microprocessor/mouse2.asm | Nihar16/Personal-Repository | 0d319eeb8dbfa3f7c3eb8501829939ecd6923464 | [
"MIT"
] | null | null | null | ; mouse drawing.
; press left mouse button to draw.
; for a real test click external->run from the emulator's menu.
name "mouse2"
org 100h
jmp start
oldX dw -1
oldY dw 0
start:
mov ah, 00
mov al, 13h ; set screen to 256 colors, 320x200 pixels.
int 10h
; reset mouse and get its status:... | 15.191011 | 65 | 0.633136 |
50aaf2bda79e6c2fd8832cee1b505adb55b210b3 | 2,828 | asm | Assembly | src/io.asm | vzwGrey/meiji-os | d1e0d9df4effde8948394bdf1ed4bc92c6e89b21 | [
"MIT"
] | 2 | 2021-06-30T02:24:41.000Z | 2021-12-28T12:08:39.000Z | src/io.asm | vzwGrey/meiji-os | d1e0d9df4effde8948394bdf1ed4bc92c6e89b21 | [
"MIT"
] | null | null | null | src/io.asm | vzwGrey/meiji-os | d1e0d9df4effde8948394bdf1ed4bc92c6e89b21 | [
"MIT"
] | 1 | 2021-07-31T16:25:21.000Z | 2021-07-31T16:25:21.000Z | ; ---
;
; This file contains various subroutines for interacting with the screen
; as well as reading input from it.
;
; The print subroutines are in a separate file (print.asm) so they can be loaded
; by the first stage of the bootloader without having to load everything else with it.
;
; ---
%define KEY_BACKSPACE 0x... | 25.026549 | 86 | 0.714639 |
4f0ebecc05fb391ba233a7e1968b0f61c4d802cf | 7,851 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_660.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_660.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_660.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 %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x13da6, %rsi
nop
nop
nop
inc %rax
mov $0x6162636465666768, %r11
movq %r11, (%rsi)
nop
nop
nop
nop
and %rdi, %rdi
lea addresses_UC_ht+0x1b40b, %rsi
lea addresses_A_ht+0x17baa, %rdi
nop
s... | 32.442149 | 2,999 | 0.652401 |
ae5cd6ad634cb42623f1ff2b46eb12ad9477e930 | 6,204 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xa0.log_21829_435.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xa0.log_21829_435.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xa0.log_21829_435.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 %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x16f1b, %r14
nop
sub %r9, %r9
movl $0x61626364, (%r14)
nop
xor %r13, %r13
lea addresses_WT_ht+0x15943, %rsi
lea addresses_WT_ht+0x19143, %rdi
nop
nop
nop
nop
and $40724, %r15
... | 38.775 | 2,999 | 0.657801 |
b45e4f596792e33bc3920a2c4d5762a4dba044b6 | 2,299 | asm | Assembly | software/pcx86/test/cpu/id.asm | jriwanek-forks/pcjs | 868047405c383e2b05848e771e89e2bd4558ee96 | [
"MIT"
] | 711 | 2015-01-12T21:43:49.000Z | 2022-03-31T15:04:16.000Z | software/pcx86/test/cpu/id.asm | jriwanek-forks/pcjs | 868047405c383e2b05848e771e89e2bd4558ee96 | [
"MIT"
] | 98 | 2015-01-06T11:52:01.000Z | 2022-03-28T18:14:28.000Z | software/pcx86/test/cpu/id.asm | jriwanek-forks/pcjs | 868047405c383e2b05848e771e89e2bd4558ee96 | [
"MIT"
] | 152 | 2015-02-01T20:23:27.000Z | 2022-03-30T21:58:48.000Z | bits 16
cpu 8086
CPU_86 equ 0
CPU_NEC equ 1
CPU_186 equ 2
CPU_286 equ 3
CPU_386 equ 4
section code start=0 vstart=0x100
start:
mov dx, .tcpu
call print
call getcpu
cbw
push ax
xchg si, ax
shl si, 1
mov dx, [si+.tt]
call print
pop ax
cmp al, CPU_286
jnb .getmsw
int ... | 14.459119 | 43 | 0.531535 |
bef4b9fb346b75fd46600534a42d156f38a765ae | 233 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_resize_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_resize_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_resize_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; int w_array_resize_callee(w_array_t *a, size_t n)
SECTION code_adt_w_array
PUBLIC _w_array_resize_callee
_w_array_resize_callee:
pop af
pop hl
pop de
push af
INCLUDE "adt/w_array/z80/asm_w_array_resize.asm"
| 14.5625 | 51 | 0.755365 |
408c08deb352be81433c088dde4611b41afd343f | 2,692 | asm | Assembly | vm/asm_constructions_test/SimpleAddConstructionTest.asm | MarkoVMicic/nand2tetris-solutions | a917a861d520348f70d084da6aadbfdc90daa10a | [
"Unlicense"
] | null | null | null | vm/asm_constructions_test/SimpleAddConstructionTest.asm | MarkoVMicic/nand2tetris-solutions | a917a861d520348f70d084da6aadbfdc90daa10a | [
"Unlicense"
] | null | null | null | vm/asm_constructions_test/SimpleAddConstructionTest.asm | MarkoVMicic/nand2tetris-solutions | a917a861d520348f70d084da6aadbfdc90daa10a | [
"Unlicense"
] | null | null | null | // Initialize stack pointer to start at 256 (i.e. RAM[0] contains 256)
@256
D=A
@SP
M=D
// Current Stack:
// address | memory
// SP -> 256 | ???
// 257 | ???
// 258 | ???
// 259 | ???
// 260 | ???
// VM Code:
// ... | 34.512821 | 78 | 0.45208 |
fd2dda34ce99f706f127715b5efb2cd0ed06cf79 | 1,055 | asm | Assembly | programs/oeis/162/A162699.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/162/A162699.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/162/A162699.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A162699: Odd numbers not divisible by 7.
; 1,3,5,9,11,13,15,17,19,23,25,27,29,31,33,37,39,41,43,45,47,51,53,55,57,59,61,65,67,69,71,73,75,79,81,83,85,87,89,93,95,97,99,101,103,107,109,111,113,115,117,121,123,125,127,129,131,135,137,139,141,143,145,149,151,153,155,157,159,163,165,167,169,171,173,177,179,181,183,185,18... | 105.5 | 954 | 0.725118 |
5c21e79d06ed578cbe8c5492813120c91e79cc2e | 3,686 | asm | Assembly | base/ntos/ke/amd64/apcint.asm | yang235/wrk-v1.2 | daeeb598c7bf091b1370e8875626ad0cb3cd1ec0 | [
"Intel"
] | 209 | 2018-10-30T15:59:10.000Z | 2022-03-31T06:02:48.000Z | base/ntos/ke/amd64/apcint.asm | WindowsExploitation/wrk-v1.2 | daeeb598c7bf091b1370e8875626ad0cb3cd1ec0 | [
"Intel"
] | 2 | 2019-01-17T04:52:33.000Z | 2019-06-11T06:37:43.000Z | base/ntos/ke/amd64/apcint.asm | WindowsExploitation/wrk-v1.2 | daeeb598c7bf091b1370e8875626ad0cb3cd1ec0 | [
"Intel"
] | 66 | 2018-08-03T11:15:44.000Z | 2022-03-31T01:03:03.000Z | title "Asynchronous Procedure Call Interrupt"
;++
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt).
; If you do not agree to the terms, do not use the code.
;
;
... | 26.710145 | 134 | 0.621541 |
2c82eb33e7c20b11f9ffd95dff8b8e9b8130a638 | 297 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_islessequal_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/sdcc_ix/cm48_sdccix_islessequal_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/sdcc_ix/cm48_sdccix_islessequal_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; int islessequal(float x, float y) __z88dk_callee
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sdccix_islessequal_callee
EXTERN am48_islessequal, cm48_sdccixp_dcallee2
cm48_sdccix_islessequal_callee:
call cm48_sdccixp_dcallee2
; AC'= y
; AC = x
jp am48_islessequal
| 15.631579 | 50 | 0.791246 |
7d0fe3bfa7d1d1232e9b63112f1953ce6b04b7ac | 447 | asm | Assembly | programs/oeis/047/A047322.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047322.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047322.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047322: Numbers that are congruent to {0, 1, 5, 6} mod 7.
; 0,1,5,6,7,8,12,13,14,15,19,20,21,22,26,27,28,29,33,34,35,36,40,41,42,43,47,48,49,50,54,55,56,57,61,62,63,64,68,69,70,71,75,76,77,78,82,83,84,85,89,90,91,92,96,97,98,99,103,104,105,106,110,111,112,113,117,118,119,120,124,125,126,127,131,132,133,134,138,139,1... | 49.666667 | 337 | 0.673378 |
0f513c850b0ad659779881181acef9bc57468a8c | 999 | asm | Assembly | src/test/ref/subexpr-optimize-2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/subexpr-optimize-2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/subexpr-optimize-2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Tests optimization of identical sub-expressions
// Commodore 64 PRG executable file
.file [name="subexpr-optimize-2.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Ba... | 17.526316 | 69 | 0.525526 |
cb4484fd536496da1ebc79f455304a7b6426905a | 247 | asm | Assembly | pwnlib/shellcraft/templates/amd64/popad.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 325 | 2016-01-25T08:38:06.000Z | 2022-03-30T14:31:50.000Z | pwnlib/shellcraft/templates/amd64/popad.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 8 | 2016-08-23T10:15:27.000Z | 2019-01-16T02:49:34.000Z | pwnlib/shellcraft/templates/amd64/popad.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 71 | 2016-07-13T10:03:52.000Z | 2022-01-10T11:57:34.000Z | <% from pwnlib.shellcraft import amd64 %>
<%docstring>
Pop all of the registers onto the stack which i386 popad does,
in the same order.
</%docstring>
pop rdi
pop rsi
pop rbp
pop rsp
pop rbp
pop rdx
pop rcx
pop rax
| 17.642857 | 62 | 0.651822 |
7d6bb266b352b309001435323f9b97a5122c738d | 481 | asm | Assembly | programs/oeis/051/A051503.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/051/A051503.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/051/A051503.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A051503: a(n) = min { n, floor(100/n) }.
; 1,2,3,4,5,6,7,8,9,10,9,8,7,7,6,6,5,5,5,5,4,4,4,4,4,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
mov $1,$0
add $1,1
mov $3,31
mov $5,15
lpb $0
div $0,$3
add $0,3
add $2,1
add $... | 17.178571 | 188 | 0.490644 |
f8fdfc3402b65c601a8e285db51653bcb6cc96b0 | 2,385 | asm | Assembly | dino/lcs/base/6600.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/lcs/base/6600.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/base/6600.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
00486A movea.w ($6600,A5), A4
00486E movea.w (A4)+, A0 [base+6600]
004870 move.w A4, ($6600,A5) [base+6638, base+663A, base+663C, base+663E, base+6640, base+6642, base+6644, base+6646, base+6648, base+664A,... | 85.178571 | 351 | 0.67044 |
dd42557eca55b04550b5c80edc327e2f2119b510 | 566 | asm | Assembly | bootloader/bit16/print_string.asm | mstniy/cerius | ac8a0e3e68243f3e38b2a259e7a7b6f87e6787e3 | [
"MIT"
] | 2 | 2018-01-28T19:04:56.000Z | 2018-12-12T20:59:40.000Z | bootloader/bit16/print_string.asm | mstniy/cerius | ac8a0e3e68243f3e38b2a259e7a7b6f87e6787e3 | [
"MIT"
] | null | null | null | bootloader/bit16/print_string.asm | mstniy/cerius | ac8a0e3e68243f3e38b2a259e7a7b6f87e6787e3 | [
"MIT"
] | null | null | null | [bits 16]
; Prints the zero-terminated string at bx to the screen.
print_string:
pusha
mov ah, 0x0e
pstring_loop:
cmp byte [bx], 0
je pstring_loop_end
mov al, [bx]
int 0x10
add bx, 1
jmp pstring_loop
pstring_loop_end:
popa
ret
; Prints the ascii-encoding characte... | 16.647059 | 59 | 0.613074 |
7ed86f01eaf7fb9f7199cd50d04111bad9565e12 | 674 | asm | Assembly | programs/oeis/229/A229183.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/229/A229183.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/229/A229183.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A229183: a(n) = n*(n^2 + 3)/2.
; 0,2,7,18,38,70,117,182,268,378,515,682,882,1118,1393,1710,2072,2482,2943,3458,4030,4662,5357,6118,6948,7850,8827,9882,11018,12238,13545,14942,16432,18018,19703,21490,23382,25382,27493,29718,32060,34522,37107,39818,42658,45630,48737,51982,55368,58898,62575,66402,70382,74518,78813,83270... | 74.888889 | 592 | 0.78635 |
0404ffad132eec200a816483cf1767160f580a74 | 3,497 | asm | Assembly | hldr32.asm | xXToffeeXx/UROP-Project | c9fcefe506e65866fdef83cec28bfd401033dd39 | [
"FSFAP"
] | null | null | null | hldr32.asm | xXToffeeXx/UROP-Project | c9fcefe506e65866fdef83cec28bfd401033dd39 | [
"FSFAP"
] | null | null | null | hldr32.asm | xXToffeeXx/UROP-Project | c9fcefe506e65866fdef83cec28bfd401033dd39 | [
"FSFAP"
] | 1 | 2020-11-14T20:19:22.000Z | 2020-11-14T20:19:22.000Z | bits 32
%include "hldr32.inc"
;-----------------------------------------------------------------------------
;recover kernel32 image base
;-----------------------------------------------------------------------------
hldr_begin:
push tebProcessEnvironmentBlock
pop eax
fs mov eax, dword... | 32.082569 | 82 | 0.387475 |
8131683dcaa8a34f9c007a24279433ef19e5fc6b | 807 | asm | Assembly | programs/oeis/158/A158645.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/158/A158645.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/158/A158645.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A158645: a(n) = 729*n^2 + 27.
; 27,756,2943,6588,11691,18252,26271,35748,46683,59076,72927,88236,105003,123228,142911,164052,186651,210708,236223,263196,291627,321516,352863,385668,419931,455652,492831,531468,571563,613116,656127,700596,746523,793908,842751,893052,944811,998028,1052703,1108836,1166427,1225476,1285983... | 115.285714 | 744 | 0.83767 |
2df59dc9df1e36fc29ee28504017f3c76b19e772 | 1,646 | asm | Assembly | programs/oeis/224/A224915.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/224/A224915.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/224/A224915.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A224915: a(n) = Sum_{k=0..n} n XOR k where XOR is the bitwise logical exclusive-or operator.
; 0,1,5,6,22,23,27,28,92,93,97,98,114,115,119,120,376,377,381,382,398,399,403,404,468,469,473,474,490,491,495,496,1520,1521,1525,1526,1542,1543,1547,1548,1612,1613,1617,1618,1634,1635,1639,1640,1896,1897,1901,1902,1918,1919,1... | 65.84 | 1,325 | 0.753341 |
9ef523fec5e52328a2c2a48b2a41f7e1f80a4321 | 226 | asm | Assembly | programs/oeis/078/A078582.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/078/A078582.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/078/A078582.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A078582: Duplicate of A051336.
; 1,3,7,13,22,33,48,65,86,110,138,168,204,242,284,330,381,434,493,554
mov $1,1
mov $2,$0
lpb $2,1
add $3,1
mov $4,$2
lpb $4,1
add $1,$4
trn $4,$3
lpe
add $1,1
sub $2,1
lpe
| 14.125 | 69 | 0.570796 |
1137187864f33f6b53269000e9febc4e272db2d9 | 4,788 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_559_1501.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_559_1501.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_559_1501.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 %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x92c6, %rsi
lea addresses_UC_ht+0xb25b, %rdi
nop
nop
nop
add %r15, %r15
mov $15, %rcx
rep movsl
dec %rcx
lea addresses_D_ht+0x1665b, %rax
nop
nop
inc %rbx
mov $0x6162636465666768, %rdi
... | 32.351351 | 1,676 | 0.652464 |
121d0e37ed04f1d5f37c73b5234e674179177863 | 8,127 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1966.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_1966.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_1966.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xaeae, %rsi
lea addresses_WT_ht+0x70ba, %rdi
clflush (%rdi)
cmp $55829, %rbx
mov $20, %rcx
rep movsq
nop
add %r10, %r10
lea addresses_WC_ht+0x105e2, %r9
nop
nop
nop
nop
nop
cmp... | 34.147059 | 2,999 | 0.658053 |
06e575b4682ec7fbee2ed7532140ade16658b5aa | 1,086 | asm | Assembly | programs/oeis/004/A004202.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/004/A004202.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/004/A004202.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A004202: Skip 1, take 1, skip 2, take 2, skip 3, take 3, etc.
; 2,5,6,10,11,12,17,18,19,20,26,27,28,29,30,37,38,39,40,41,42,50,51,52,53,54,55,56,65,66,67,68,69,70,71,72,82,83,84,85,86,87,88,89,90,101,102,103,104,105,106,107,108,109,110,122,123,124,125,126,127,128,129,130,131,132,145,146,147,148,149,150,151,152,153,15... | 98.727273 | 953 | 0.713628 |
cb02955f0207909d31ae3900a29ab818361c3903 | 1,013 | asm | Assembly | programs/oeis/087/A087233.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/087/A087233.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/087/A087233.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A087233: a(n)=floor[sigma[A002110(n)]/A002110(n)]; integer quotient of divisor-sum of primorial numbers and primorials.
; 1,2,2,2,2,3,3,3,3,3,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,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,... | 18.089286 | 211 | 0.458045 |
440d8b74128864feb848afa41d55ae1ecc3a88dc | 577 | asm | Assembly | oeis/005/A005057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/005/A005057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/005/A005057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A005057: 5^n - 2^n.
; 0,3,21,117,609,3093,15561,77997,390369,1952613,9764601,48826077,244136529,1220694933,6103499241,30517545357,152587825089,762939322053,3814697003481,19073485803837,95367430592049,476837156105973,2384185786821321,11920928946689517,59604644758613409,298023223843398693,1490116119317656761,7450580596... | 57.7 | 495 | 0.864818 |
54549250f43f054f4a25831acea5fb21f5a76691 | 655 | asm | Assembly | programs/oeis/155/A155753.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/155/A155753.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/155/A155753.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A155753: a(n) = (n^3 - n + 9)/3.
; 3,5,11,23,43,73,115,171,243,333,443,575,731,913,1123,1363,1635,1941,2283,2663,3083,3545,4051,4603,5203,5853,6555,7311,8123,8993,9923,10915,11971,13093,14283,15543,16875,18281,19763,21323,22963,24685,26491,28383,30363,32433,34595,36851,39203,41653,44203,46855,49611,52473,55443,58523,... | 81.875 | 582 | 0.78626 |
778615f39083858888961fc2d26e04d1de8b7726 | 262 | asm | Assembly | tests/bank_simple/6.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 414 | 2016-10-14T22:39:20.000Z | 2022-03-30T07:52:44.000Z | tests/bank_simple/6.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 100 | 2018-03-22T16:12:24.000Z | 2022-03-26T09:19:23.000Z | tests/bank_simple/6.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 47 | 2017-06-29T15:12:13.000Z | 2022-03-10T04:50:51.000Z | #ruledef test
{
loop => 0x5555 @ $`16
}
#bankdef test
{
#addr 0x8000
#outp 8 * 0x0000
}
loop ; = 0x55558000
loop ; = 0x55558004
loop ; = 0x55558008
loop ; = 0x5555800c
loop ; = 0x55558010
loop ; = 0x55558014
loop ; = 0x55558018
loop ; = 0x5555801c | 13.1 | 25 | 0.637405 |
830349a9fcc46d64bebb3100e13c5b7e6b6719e9 | 694 | asm | Assembly | sprites/sprbars.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | 1 | 2018-12-26T22:55:37.000Z | 2018-12-26T22:55:37.000Z | sprites/sprbars.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | null | null | null | sprites/sprbars.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | null | null | null | // Assembler: KickAssembler 4.4
// taken from programmer's reference guide page 142
BasicUpstart2(start)
* = $0810 "sprbars"
start:
jsr scrclr
// set sprite ptr
lda #13
sta $07f8
// make sprite
lda #129
ldx #64
!l:
dex
sta $0340,x
bne !l-
// show sprite
lda #1
sta $d015
sta $d027
// move sprite
lda #... | 10.057971 | 51 | 0.621037 |
8863a0eb5dac599e304144ea1b106e44d98ca437 | 1,980 | asm | Assembly | I2C_Slave_Code_Dev/I2C_Logger/asm/src/main.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | 5 | 2017-04-17T15:11:40.000Z | 2021-12-13T23:52:09.000Z | I2C_Slave_Code_Dev/I2C_Logger/asm/src/main.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | null | null | null | I2C_Slave_Code_Dev/I2C_Logger/asm/src/main.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | null | null | null | /*
* I2C Slave Library Project
*
* org: 10/03/2014
* auth: Nels "Chip" Pearson
*
* Target: R2 Link Board (ATmega164P) or LCD CDM-16100 Display (ATmega328P)
*
*
* Slave Adrs: 0x57
*
*/
.nolist
;;;.include "m164pdef.inc"
.include "m328pdef.inc"
.list
.ORG $0000
rjmp RESET
.ORG OC0Aaddr ; 0x1c TimerCou... | 17.837838 | 87 | 0.709596 |
7d532313627895fe4f1ca46b4f683d6a3e7b127c | 330 | asm | Assembly | libsrc/math/mbf64/c/sccz80/fpclassify.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/math/mbf64/c/sccz80/fpclassify.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/math/mbf64/c/sccz80/fpclassify.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | SECTION code_fp_mbf64
PUBLIC fpclassify
INCLUDE "mbf64.def"
EXTERN ___mbf64_FA
; Return 0 = normal
; 1 = zero
; 2 = nan
; 3 = infinite
fpclassify:
ld a,(___mbf64_FA+7) ;exponent
ld hl,1
and a
ret z
dec hl
... | 16.5 | 50 | 0.463636 |
92a0a58dfb6adc1be48f1cd10ab3c2d16db0bd05 | 8,047 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i7-7700_9_0xca.log_21829_1164.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i7-7700_9_0xca.log_21829_1164.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i7-7700_9_0xca.log_21829_1164.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 %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1da5d, %r11
nop
nop
nop
nop
sub %r12, %r12
movb $0x61, (%r11)
nop
nop
cmp %rbp, %rbp
lea addresses_UC_ht+0x11401, %rdx
nop
nop
nop
nop
and %rbp, %rbp
mov $0x6162636465666768... | 34.388889 | 2,999 | 0.656891 |
badc4bb4e2b1f3f61856521a18b76dfc02c2f521 | 716 | asm | Assembly | oeis/264/A264772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/264/A264772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/264/A264772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A264772: Triangle T(n,k) = binomial(3*n - 2*k, 2*n - k), 0 <= k <= n.
; Submitted by Jamie Morken(s4)
; 1,3,1,15,4,1,84,21,5,1,495,120,28,6,1,3003,715,165,36,7,1,18564,4368,1001,220,45,8,1,116280,27132,6188,1365,286,55,9,1,735471,170544,38760,8568,1820,364,66,10,1,4686825,1081575,245157,54264,11628,2380,455,78,11,1,3... | 44.75 | 499 | 0.715084 |
a791316bf397be1167ede7f77849ea78913b4ac2 | 1,181 | asm | Assembly | _build/dispatcher/jmp_ippsSHA1MessageDigest_996ebbaa.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsSHA1MessageDigest_996ebbaa.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsSHA1MessageDigest_996ebbaa.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsSHA1MessageDigest:function
extern n8_ippsSHA1MessageDigest:function
extern y8_ippsSHA1MessageDigest:function
extern e9_ippsSHA1MessageDigest:function
extern l9_ippsSHA1MessageDigest:function
extern n0_ippsSHA1MessageDigest:function
extern k0_ippsSHA1MessageDigest:function
extern ippcpJumpIndexForMergedLib... | 30.282051 | 111 | 0.813717 |
1b78f5c1733a46709336a4d16802d6b77ff8cedc | 7,719 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1005.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1005.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_1005.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 %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x5486, %rdi
nop
nop
nop
nop
nop
cmp %rdx, %rdx
mov (%rdi), %r14w
nop
nop
nop
cmp %rbp, %rbp
lea addresses_WC_ht+0x15103, %rbp
clflush (%rbp)
nop
xor $9651, %r15
mov (%rbp... | 33.271552 | 2,999 | 0.654618 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.