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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
eb5b2a5a160e1e5a39a1990ca04c129bdc6520cf | 635,128 | asm | Assembly | kernel.asm | personalsreeharsha2002/xv6OSassign | 8244e8eee5dd294e1ca474f3b25ad3e179882176 | [
"MIT-0"
] | null | null | null | kernel.asm | personalsreeharsha2002/xv6OSassign | 8244e8eee5dd294e1ca474f3b25ad3e179882176 | [
"MIT-0"
] | null | null | null | kernel.asm | personalsreeharsha2002/xv6OSassign | 8244e8eee5dd294e1ca474f3b25ad3e179882176 | [
"MIT-0"
] | 1 | 2020-11-02T17:50:03.000Z | 2020-11-02T17:50:03.000Z |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... | 38.541659 | 143 | 0.523956 |
dc293541d07fc6062a196ffd13a6301c5c972f96 | 711 | asm | Assembly | oeis/062/A062112.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/062/A062112.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/062/A062112.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A062112: a(0)=0; a(1)=1; a(n) = a(n-1) + (3 + (-1)^n)*a(n-2)/2.
; Submitted by Jamie Morken(s2)
; 0,1,1,2,4,6,14,20,48,68,164,232,560,792,1912,2704,6528,9232,22288,31520,76096,107616,259808,367424,887040,1254464,3028544,4283008,10340096,14623104,35303296,49926400,120532992,170459392,411525376,581984768,1405035520,198... | 41.823529 | 501 | 0.766526 |
e1b92cc496e81039ce118e6a6f09f958d592d0df | 966 | asm | Assembly | ubb/asc/lab07/a.asm | AlexanderChristian/private_courses | c80f3526af539e35f93b460f3909f669aaef573c | [
"MIT"
] | null | null | null | ubb/asc/lab07/a.asm | AlexanderChristian/private_courses | c80f3526af539e35f93b460f3909f669aaef573c | [
"MIT"
] | 6 | 2020-03-04T20:52:39.000Z | 2022-03-31T00:33:07.000Z | ubb/asc/lab07/a.asm | AlexanderChristian/private_courses | c80f3526af539e35f93b460f3909f669aaef573c | [
"MIT"
] | null | null | null | assume cs:code, ds:data
data segment
a dw 1234h,5678h,90h
la equ ($ - a) / 2
b dw 4h,0abcdh,10h,1122h
lb equ ($ - b) / 2
c db la + lb dup(?)
lc equ ($ - c)
data ends
code segment
start:
mov ax, data
mov ds, ax
mov es, ax
mov cx, la
mov si, offset a
mov di, offset c
CLD
loop1:
LODSW
STOSB
loop ... | 12.227848 | 38 | 0.550725 |
06eda6c0e91675eaac9aaca5f28b683a7fb2131f | 829 | asm | Assembly | programs/oeis/272/A272298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/272/A272298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/272/A272298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A272298: a(n) = n^4 + 324.
; 324,325,340,405,580,949,1620,2725,4420,6885,10324,14965,21060,28885,38740,50949,65860,83845,105300,130645,160324,194805,234580,280165,332100,390949,457300,531765,614980,707605,810324,923845,1048900,1186245,1336660,1500949,1679940,1874485,2085460,2313765,2560324,2826085,3112020,3419125,374... | 138.166667 | 778 | 0.84801 |
23b85b04d2035326fe1f9260b7033ef9b570fa3c | 348 | asm | Assembly | Borland/CBuilder5/Source/RTL/source/pcre/_pcomp.asm | TrevorDArcyEvans/DivingMagpieSoftware | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | 1 | 2021-05-27T10:27:25.000Z | 2021-05-27T10:27:25.000Z | Borland/CBuilder5/Source/RTL/source/pcre/_pcomp.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | Borland/CBuilder5/Source/RTL/source/pcre/_pcomp.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | ;----------------------------------------------------------------------
; _pcomp.asm - jump stubs for the for the PCRE functions
;----------------------------------------------------------------------
; $Copyright: 1998$
; $Revision: 9.0 $
include rules.asi
include entry.inc
Entry@ pcre_compile,_pcre_compile ... | 24.857143 | 71 | 0.399425 |
9b1064f29d9a58ee651337a88453ac385bc28769 | 357 | asm | Assembly | data/mapHeaders/SafariZoneCenterRestHouse.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/SafariZoneCenterRestHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/SafariZoneCenterRestHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | SafariZoneCenterRestHouse_h:
db GATE ; tileset
db SAFARI_ZONE_CENTER_REST_HOUSE_HEIGHT, SAFARI_ZONE_CENTER_REST_HOUSE_WIDTH ; dimensions (y, x)
dw SafariZoneCenterRestHouse_Blocks ; blocks
dw SafariZoneCenterRestHouse_TextPointers ; texts
dw SafariZoneCenterRestHouse_Script ; scripts
db 0 ; connections
dw Safari... | 39.666667 | 97 | 0.857143 |
0f6be9d0c65b8b5d1062f0e8300579e7ab9d3f20 | 5,754 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_2031_697.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_2031_697.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_2031_697.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 %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
lea addresses_WT_ht+0x137ac, %rax
clflush (%rax)
nop
nop
nop
and $8869, %rcx
vmovups (%rax), %ymm6
vextracti128 $1, %ymm6, %xmm6
vpextrq $0, %xmm6, %rbp
nop
and %rcx, %rcx
lea addresses_normal_ht+0x1bbac, %... | 40.237762 | 2,999 | 0.656934 |
ddd4a8c690eff19386919b61c267523da1d74af1 | 542 | asm | Assembly | oeis/158/A158225.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/158/A158225.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/158/A158225.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A158225: 196n - 1.
; 195,391,587,783,979,1175,1371,1567,1763,1959,2155,2351,2547,2743,2939,3135,3331,3527,3723,3919,4115,4311,4507,4703,4899,5095,5291,5487,5683,5879,6075,6271,6467,6663,6859,7055,7251,7447,7643,7839,8035,8231,8427,8623,8819,9015,9211,9407,9603,9799,9995,10191,10387,10583,10779,10975,11171,11367,11563... | 90.333333 | 497 | 0.793358 |
a32d4758901d76c80408174c64d7eeb7251aa40d | 6,949 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_8569_394.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_8569_394.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_8569_394.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 %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1b6a5, %rsi
lea addresses_WT_ht+0x2c09, %rdi
nop
nop
nop
nop
nop
cmp $51254, %rbp
mov $127, %rcx
rep movsw
nop
nop
add %r10, %r10
lea addresses_UC_ht+0x8b83, %rsi
lea addres... | 36.192708 | 2,999 | 0.661246 |
436d6d1c8e64f092ed3c7b7d246b91f6c09a5c1f | 895 | asm | Assembly | programs/oeis/022/A022321.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022321.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022321.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A022321: a(n) = a(n-1) + a(n-2) + 1, with a(0) = 1 and a(1) = 7.
; 1,7,9,17,27,45,73,119,193,313,507,821,1329,2151,3481,5633,9115,14749,23865,38615,62481,101097,163579,264677,428257,692935,1121193,1814129,2935323,4749453,7684777,12434231,20119009,32553241,52672251,85225493,137897745,223123239,361020985,584144225,9451... | 59.666667 | 721 | 0.813408 |
43d3ba9887b5cc02c8dcabd4f14a126543c9068d | 409 | asm | Assembly | programs/oeis/138/A138034.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/138/A138034.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/138/A138034.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A138034: Expansion of (1+3*x^2)/(1-x+x^2).
; 1,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3,2,-1,-3,-2,1,3
add $0,1
mu... | 27.266667 | 262 | 0.447433 |
a14a2539ddb33a889861b878b517ae1c808e10f7 | 719 | asm | Assembly | oeis/178/A178301.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/178/A178301.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/178/A178301.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A178301: Triangle T(n,k) = binomial(n,k)*binomial(n+k+1,n+1) read by rows, 0 <= k <= n.
; Submitted by Christian Krause
; 1,1,3,1,8,10,1,15,45,35,1,24,126,224,126,1,35,280,840,1050,462,1,48,540,2400,4950,4752,1716,1,63,945,5775,17325,27027,21021,6435,1,80,1540,12320,50050,112112,140140,91520,24310,1,99,2376,24024,126... | 47.933333 | 498 | 0.737135 |
d207752f5d75ffd51144d3c78cc10c642394c93d | 1,682 | asm | Assembly | tests/Test/TestProgram/interrupt-test.asm | AshleighAdams/Swis | 244844276f9d2bd66487960eba6c12c85113e5e5 | [
"MIT"
] | 1 | 2021-12-28T18:16:08.000Z | 2021-12-28T18:16:08.000Z | tests/Test/TestProgram/interrupt-test.asm | AshleighAdams/Swis | 244844276f9d2bd66487960eba6c12c85113e5e5 | [
"MIT"
] | 20 | 2020-07-16T11:24:55.000Z | 2022-03-07T11:08:21.000Z | tests/Test/TestProgram/interrupt-test.asm | AshleighAdams/Swis | 244844276f9d2bd66487960eba6c12c85113e5e5 | [
"MIT"
] | null | null | null | ; setup the stack
mov esp, $stack
mov ebp, esp
; setup interrupts
;; set the vector table location
shr epi, $interrupt_vector_table, 8
and epi, epi, 255
;; activate them
sti
call $@main
halt
.align 256
$interrupt_vector_table:
.data pad 1024
;############
$string:
.data ascii "Lorem ipsum... hello world\x0d"
.d... | 19.113636 | 64 | 0.689061 |
eaeee19542f570a11bfb620374765f448cc08cff | 7,464 | asm | Assembly | Transynther/x86/_processed/NC/_zr_un_/i7-7700_9_0x48_notsx.log_21829_418.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_un_/i7-7700_9_0x48_notsx.log_21829_418.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_un_/i7-7700_9_0x48_notsx.log_21829_418.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %rax
push %rcx
push %rdx
push %rsi
lea addresses_A_ht+0x139cc, %r12
nop
nop
nop
nop
inc %rcx
movups (%r12), %xmm7
vpextrq $0, %xmm7, %rdx
nop
nop
nop
nop
inc %r14
lea addresses_UC_ht+0x1dc4c, %rsi
nop
nop
nop
nop
dec %r13
movw $0x6162, (%rs... | 30.716049 | 2,999 | 0.651527 |
6eb687df994cdaeb7d2e5ceee0349a1cc4bfbc19 | 819 | asm | Assembly | 11.stringCopy.asm | tamim87/Assembly-Samples | 99290b8df6484ff9b46afa5bd1dc2f6bc31f29dd | [
"MIT"
] | null | null | null | 11.stringCopy.asm | tamim87/Assembly-Samples | 99290b8df6484ff9b46afa5bd1dc2f6bc31f29dd | [
"MIT"
] | null | null | null | 11.stringCopy.asm | tamim87/Assembly-Samples | 99290b8df6484ff9b46afa5bd1dc2f6bc31f29dd | [
"MIT"
] | null | null | null | ;Moving a string to another string
;org 100h
;
;mov si,offset str1
;mov di,offset str2
;mov cx,len
;
;x:
; mov bl,[si]
; mov [di],bl
; inc si
; inc di
;loop x
;ret
;
;str1 db 'namespace'
;str2 db 10 dup(0)
;len equ ($ - str1)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;... | 21 | 78 | 0.4884 |
cf82422cf43be16c2b37f11946d6fc1b6147214e | 4,795 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_722.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.log_21829_722.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.log_21829_722.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 %rbx
push %rcx
lea addresses_WC_ht+0x122c9, %rax
nop
add $47020, %r14
vmovups (%rax), %ymm0
vextracti128 $1, %ymm0, %xmm0
vpextrq $0, %xmm0, %r11
nop
nop
add %r10, %r10
lea addresses_D_ht+0x9619, %rcx
nop
nop
sub $17508, %rbx
mov ... | 48.434343 | 2,999 | 0.658186 |
109d7b61a95c5d3e21718bbe0d5354f59f4a706c | 3,991 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_3087.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_3087.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_3087.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rcx
lea addresses_normal_ht+0x16056, %r11
nop
nop
nop
and $28283, %rcx
mov (%r11), %r13d
nop
nop
nop
nop
lfence
pop %rcx
pop %r8
pop %r13
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r9
push %rdx
push %rs... | 63.349206 | 2,999 | 0.663242 |
ea35837dedf7953c877e02efc5938ad236fa6281 | 615 | asm | Assembly | programs/oeis/074/A074279.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/074/A074279.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/074/A074279.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A074279: n appears n^2 times.
; 1,2,2,2,2,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,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,... | 51.25 | 501 | 0.504065 |
dd19d8f0bbb70138713be519a7563be08d32aa52 | 215 | asm | Assembly | lab1/x86/src/main.asm | wuzirui/CompilersLab | df1476da475ee1dd8e437f9ff7ab49404d291489 | [
"MIT"
] | null | null | null | lab1/x86/src/main.asm | wuzirui/CompilersLab | df1476da475ee1dd8e437f9ff7ab49404d291489 | [
"MIT"
] | null | null | null | lab1/x86/src/main.asm | wuzirui/CompilersLab | df1476da475ee1dd8e437f9ff7ab49404d291489 | [
"MIT"
] | null | null | null | section .text
global main
main:
mov eax,4 ; 4号调用
mov ebx,1 ; ebx送1表示输出
mov ecx,msge ; 字符串的首地址送入ecx
mov edx,14 ; 字符串的长度送入edx
int 80h ; 输出字串
mov eax,1 ; 1号调用
int 80h ; 结束
msge:
db "Hello world!",0ah,0dh
| 16.538462 | 27 | 0.669767 |
eac127ff598aff68874f23eedfa8b97146bc239e | 137 | asm | Assembly | simple.asm | mrForce/VarSPIM | 3bd54a585f8caa7f4eda249c6b88995641ef46a2 | [
"MIT"
] | null | null | null | simple.asm | mrForce/VarSPIM | 3bd54a585f8caa7f4eda249c6b88995641ef46a2 | [
"MIT"
] | null | null | null | simple.asm | mrForce/VarSPIM | 3bd54a585f8caa7f4eda249c6b88995641ef46a2 | [
"MIT"
] | null | null | null | hello:
addi $t0, $t0, 3
j main
bye:
addi $t0, $t0, -3
j hello
main:
li $t0, 4
bgtz $t0, hello
li $t0, 5
last:
li $t1, -2
j bye
| 9.133333 | 18 | 0.547445 |
2b06c4689facc7ac876d6a748d5c0949bc55c10a | 51,371 | asm | Assembly | ls.asm | marioherrera19/sistema-operativo | ddac0dca54eef5a0992cbdacfcb27e44add4d9d0 | [
"MIT-0"
] | null | null | null | ls.asm | marioherrera19/sistema-operativo | ddac0dca54eef5a0992cbdacfcb27e44add4d9d0 | [
"MIT-0"
] | null | null | null | ls.asm | marioherrera19/sistema-operativo | ddac0dca54eef5a0992cbdacfcb27e44add4d9d0 | [
"MIT-0"
] | null | null | null |
_ls: file format elf32-i386
Disassembly of section .text:
00000000 <fmtname>:
#include "user.h"
#include "fs.h"
char*
fmtname(char *path)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 53 push %ebx
4: 83 ec 24 sub $0x24,%esp
... | 34.710135 | 73 | 0.436375 |
53767e07bc75adecd6835bead09fc4327e806beb | 226 | asm | Assembly | ch02/2_power_4.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | ch02/2_power_4.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | ch02/2_power_4.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | data SEGMENT
hello DB 'Hello World!$' ;注意要以$结束
data ENDS
code SEGMENT
ASSUME CS:CODE,DS:DATA
start:
mov ax, 2;
mov ax, ax;
mov ax, ax;
mov ax, ax
int 21h ;调用4C00h号功能,结束程序
code ENDS
END start
| 16.142857 | 38 | 0.615044 |
236681e989061e60484130e870f16dc6a93fca0b | 179 | asm | Assembly | libsrc/_DEVELOPMENT/sound/bit/c/sccz80/bit_play_tritone.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/sound/bit/c/sccz80/bit_play_tritone.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/sound/bit/c/sccz80/bit_play_tritone.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void *bit_play_tritone(void *song)
SECTION code_clib
SECTION smc_sound_bit
PUBLIC bit_play_tritone
EXTERN asm_bit_play_tritone
defc bit_play_tritone = asm_bit_play_tritone
| 14.916667 | 44 | 0.849162 |
faef43821eb1c04bbf3357fc4352801663664460 | 3,129 | asm | Assembly | tools/asmx2/test/jerry.asm | retro16/blastsdk | 572bd8489e6a2c1cc638120aa62241c99badc2e5 | [
"MIT"
] | 10 | 2017-01-14T16:22:58.000Z | 2021-02-16T21:41:48.000Z | tools/asmx2/test/tom.asm | retro16/blastsdk | 572bd8489e6a2c1cc638120aa62241c99badc2e5 | [
"MIT"
] | 3 | 2016-09-15T21:45:34.000Z | 2016-09-17T08:06:06.000Z | tools/asmx2/test/tom.asm | retro16/blastsdk | 572bd8489e6a2c1cc638120aa62241c99badc2e5 | [
"MIT"
] | 2 | 2016-09-15T22:09:38.000Z | 2018-05-21T15:26:30.000Z | ADD R1,R2 ; 0 0022
ADDC R1,R2 ; 1 0422
ADDQ 1,R2 ; 2 0822
ADDQT 1,R2 ; 3 0C22
SUB R1,R2 ; 4 1022
SUBC R1,R2 ; 5 1422
SUBQ 1,R2 ; 6 1822
SUBQT 1,R... | 41.72 | 52 | 0.325344 |
be275b0f3302040e07838991c421e7d66dc61b0b | 329 | asm | Assembly | programs/oeis/040/A040710.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/040/A040710.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040710.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A040710: Continued fraction for sqrt(738).
; 27,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54,6,54
sub $0,1
mod $0,2
mul $0,11
add $0,2
pow $0,2
mov $1,$0
sub $1,2
div $1,10
mul $1,3
... | 23.5 | 189 | 0.604863 |
ad3fe137cabf9c8a387a118a997538f564254978 | 867 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_list/z80/asm_p_list_pop_front.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/p_list/z80/asm_p_list_pop_front.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/p_list/z80/asm_p_list_pop_front.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; ===============================================================
; Jan 2014
; ===============================================================
;
; void *p_list_pop_front(p_list_t *list)
;
; Pop item from the front of the list.
;
; ===============================================================
SECTION code_clib
SECT... | 17.693878 | 65 | 0.412918 |
f8b23d424cdb52651e1dc804488ff2ee0bbc0bcd | 193 | asm | Assembly | asm_examples/jump.asm | Lukas0025/MIS8 | b3b1906ed783f4d22ff048a148cd8f71ec60b279 | [
"MIT"
] | null | null | null | asm_examples/jump.asm | Lukas0025/MIS8 | b3b1906ed783f4d22ff048a148cd8f71ec60b279 | [
"MIT"
] | null | null | null | asm_examples/jump.asm | Lukas0025/MIS8 | b3b1906ed783f4d22ff048a148cd8f71ec60b279 | [
"MIT"
] | null | null | null | ; Example ASM code
; cout R0 to 100
LDI A, 0 ; 0,1 (2BYTES)
LDI B, 1 ; 2,3 (2BYTES) <-- Jump here
ADDTO A ; 4 (1BYTE)
; compare with 100
LDI B, 100
SUBTO C
JNZ C, 2
; counting is done
HALT | 12.866667 | 37 | 0.626943 |
e1534665b52125a945f3d28b20a1056f7b4abcc3 | 298 | asm | Assembly | programs/oeis/227/A227108.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/227/A227108.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/227/A227108.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A227108: Denominators of harmonic mean H(n,5), n >= 0.
; 1,3,7,4,9,1,11,6,13,7,3,8,17,9,19,2,21,11,23,12,1,13,27,14,29,3,31,16,33,17,7,18,37,19,39,4,41,21,43,22,9,23,47,24,49,1,51,26,53,27,11,28,57,29,59,6,61,31,63,32,13,33,67,34,69,7,71,36,73,37,3,38,77
add $0,5
lpb $0
dif $0,5
lpe
dif $0,2
| 33.111111 | 199 | 0.620805 |
7fe25b9ed0880cb7189072579d2d0eef13ff9cf9 | 49,708 | asm | Assembly | Library/Sound/soundCommon.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Sound/soundCommon.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Sound/soundCommon.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS Sound system
FILE: soundCommon.asm
AUTHOR: Todd Stumpf, Aug 3, 1992
ROUTINES:
Name Description
---- -----------
global SoundEntry Sets up librar... | 23.863658 | 79 | 0.565905 |
dc3269f1a545aa892ce58ddcdde9bd7b8fecaa1a | 548 | asm | Assembly | programs/oeis/245/A245872.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/245/A245872.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/245/A245872.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A245872: Number of length 3+2 0..n arrays with some pair in every consecutive three terms totalling exactly n.
; 16,103,256,549,960,1579,2368,3433,4720,6351,8256,10573,13216,16339,19840,23889,28368,33463,39040,45301,52096,59643,67776,76729,86320,96799,107968,120093,132960,146851,161536,177313,193936,211719,230400,250... | 20.296296 | 210 | 0.686131 |
049d20d7dc5f2a7b467da42238e7653fe3ce5c6f | 699 | asm | Assembly | programs/oeis/212/A212570.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/212/A212570.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/212/A212570.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A212570: Number of (w,x,y,z) with all terms in {1,...,n} and |w-x|=|x-y|+|y-z|.
; 0,1,6,23,52,105,178,287,424,609,830,1111,1436,1833,2282,2815,3408,4097,4854,5719,6660,7721,8866,10143,11512,13025,14638,16407,18284,20329,22490,24831,27296,29953,32742,35735,38868,42217,45714,49439
mov $12,$0
mov $14,$0
lpb $14
clr $... | 18.891892 | 199 | 0.533619 |
c34b7121d0625d3741e5b7e89b16abd0557d0c2c | 354 | asm | Assembly | programs/oeis/048/A048027.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/048/A048027.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/048/A048027.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A048027: Number of nonempty subsets of {1,2,...,n} in which exactly 1/2 of the elements are <= (n-3)/3.
; 0,0,0,0,0,5,6,7,35,44,54,219,285,363,1364,1819,2379,8567,11627,15503,54263,74612,100946,346103,480699,657799,2220074,3108104,4292144,14307149,20160074,28048799,92561039,131128139,183579395
mov $2,$0
add $0,1
sub... | 35.4 | 190 | 0.717514 |
6379d53ecb594c803220c773ba00f96feae7e669 | 127 | asm | Assembly | test/dsc.asm | kspalaiologos/asmbf | c98a51d61724a46855de291a27d68a49a034810b | [
"MIT"
] | 67 | 2020-08-03T06:26:35.000Z | 2022-03-24T19:50:51.000Z | test/dsc.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 55 | 2019-10-02T19:37:08.000Z | 2020-06-12T19:40:53.000Z | test/dsc.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 9 | 2019-05-18T11:59:41.000Z | 2020-06-21T20:40:25.000Z |
psh 0
psh 1
psh 2
psh 3
psh 4
psh 5
pop r1
dsc
dsc
pop r2
dsc
pop r3
add r1, .0
add r2, .0
add r3, .0
out r1
out r2
out r3
| 5.521739 | 10 | 0.637795 |
ed0000b60be240e4ed5f128225c53bd19dc42800 | 1,419 | asm | Assembly | common/csubs.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 28 | 2015-02-03T01:38:24.000Z | 2022-03-23T05:48:24.000Z | common/csubs.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 20 | 2015-01-02T14:51:20.000Z | 2021-01-09T21:37:19.000Z | common/csubs.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 9 | 2015-02-11T17:43:56.000Z | 2019-09-05T11:07:02.000Z | TITLE CSUBS - Copyright (c) SLR Systems 1994
INCLUDE MACROS
if fg_slrpack
INCLUDE SLR32
PUBLIC SLR_MOVER
.DATA
EXTERNDEF SLR_INBUF_LIMIT:DWORD,SLR_BYTES_LEFT:DWORD,SLR_INPUT_PTR_OFFSET:DWORD,SLR_INPUT_PTR_BASE:DWORD
.CODE PASS2_TEXT
EXTERNDEF CONVERT_SUBBX_TO_EAX:PROC,RELEASE_BLOCK:PROC
SLR_M... | 12.025424 | 106 | 0.69556 |
9bbf49ad95193dde3e1afc945334b8274be081be | 1,621 | asm | Assembly | deltaplay.asm | gasman/kisskill | 9f8112a8fb282dc1cf1d0c8ed5f91eacbb59485d | [
"MIT"
] | 2 | 2015-05-26T12:49:13.000Z | 2018-09-09T16:43:06.000Z | deltaplay.asm | gasman/kisskill | 9f8112a8fb282dc1cf1d0c8ed5f91eacbb59485d | [
"MIT"
] | null | null | null | deltaplay.asm | gasman/kisskill | 9f8112a8fb282dc1cf1d0c8ed5f91eacbb59485d | [
"MIT"
] | null | null | null | vsplit
; first quarter: 0x4000, 0x4880
ld a,0x42
ld hl,0x5800
call vsplit_attr
ld b,14
ld hl,vsplit_data
vs1lp
push bc
halt
ld de,0x4000
call delta_frame
halt
ld de,0x4880
call delta_frame
pop bc
djnz vs1lp
; second quarter: 0x4008, 0x4888
ld a,0x44
ld hl,0x5808
call vsplit_attr
ld b,14
ld hl,vs... | 11.335664 | 71 | 0.69525 |
78c53f5a3cfa314927ef82282d859ec9e55655de | 586 | asm | Assembly | programs/oeis/311/A311426.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/311/A311426.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/311/A311426.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A311426: Coordination sequence Gal.6.115.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,4,8,12,17,21,25,29,33,38,42,46,50,54,58,62,67,71,75,79,83,88,92,96,100,104,108,112,117,121,125,129,133,138,142,146,150,154,158,162,167,171... | 20.928571 | 177 | 0.643345 |
2a7d5184570489d2f6f18af11ef4fae96fd3cb3c | 817 | asm | Assembly | oeis/142/A142127.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142127.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142127.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142127: Primes congruent to 18 mod 37.
; Submitted by Jon Maiga
; 277,499,647,1091,1609,1831,1979,2053,2423,2719,3089,3163,3533,3607,4051,4273,4421,4643,5087,5309,5531,5827,6197,6271,6863,7159,7307,7529,7603,8269,8713,8861,9157,9601,9749,10193,10267,10711,10859,11821,11969,12043,12413,12487,13523,13597,13967,14411,1... | 35.521739 | 497 | 0.730722 |
588a9f9e888016c7ab1b90328d6f761f21f6da0a | 6,788 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_10596_1067.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_10596_1067.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_10596_1067.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xbf7f, %r13
nop
sub %rdx, %rdx
mov $0x6162636465666768, %rsi
movq %rsi, %xmm3
and $0xffffffffffffffc0, %r13
movntdq %xmm3, (%r13)
nop
nop
nop
nop
xor $29765, %r10
lea address... | 34.810256 | 2,999 | 0.659546 |
b060abc884cf2a8db5e278602151d126e4180959 | 345 | asm | Assembly | programs/oeis/063/A063099.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/063/A063099.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/063/A063099.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A063099: Dimension of the space of weight 2n cusp forms for Gamma_0( 31 ).
; 2,7,13,17,23,29,33,39,45,49,55,61,65,71,77,81,87,93,97,103,109,113,119,125,129,135,141,145,151,157,161,167,173,177,183,189,193,199,205,209,215,221,225,231,237,241,247,253,257,263
mov $1,$0
mul $1,16
div $1,3
mov $2,$0
cmp $2,0
add $0,$2
mod... | 26.538462 | 180 | 0.672464 |
caaccf8c72018c2c5d90020bc1b8cbed0906ecba | 4,606 | asm | Assembly | src/aw60/introduction/PROG2.asm | cpjobling/eg-151-microcontrollers | 0a4162837bd7b281acb6d7fae1dcb3a1a7d747d3 | [
"MIT"
] | null | null | null | src/aw60/introduction/PROG2.asm | cpjobling/eg-151-microcontrollers | 0a4162837bd7b281acb6d7fae1dcb3a1a7d747d3 | [
"MIT"
] | 4 | 2019-07-08T14:46:52.000Z | 2019-07-23T08:57:45.000Z | src/aw60/introduction/PROG2.asm | cpjobling/eg-151-microcontrollers | 0a4162837bd7b281acb6d7fae1dcb3a1a7d747d3 | [
"MIT"
] | 1 | 2019-10-21T13:58:58.000Z | 2019-10-21T13:58:58.000Z |
;Set-up programme for AW60 demo board
;This file contains the instructions needed to set up an assembly language programme.
;All the instructions are used to define variables and input/output devices in the
;microcontroller. So far, there are no instructions for the intended application!
;**********************... | 40.052174 | 90 | 0.639166 |
42df6f0a76dd59b2aa2673771aed6ca756dbd34a | 5,450 | asm | Assembly | vbox/src/VBox/Runtime/r0drv/os2/timerA-r0drv-os2.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | vbox/src/VBox/Runtime/r0drv/os2/timerA-r0drv-os2.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | vbox/src/VBox/Runtime/r0drv/os2/timerA-r0drv-os2.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | ; $Id: timerA-r0drv-os2.asm 69218 2017-10-24 14:57:36Z vboxsync $
;; @file
; IPRT - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2.
;
;
; Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
;
; Permission is hereby granted, free of charge, to any person
; obtaining a copy of this software and associated d... | 24.885845 | 80 | 0.585321 |
443a442ae9cea5ecdbd6504fd8d8a4e7c9997ca1 | 1,292 | asm | Assembly | programs/oeis/293/A293552.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/293/A293552.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/293/A293552.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A293552: a(n) is the least integer k such that k/Fibonacci(n) > 1/4.
; 0,1,1,1,1,2,2,4,6,9,14,23,36,59,95,153,247,400,646,1046,1692,2737,4428,7165,11592,18757,30349,49105,79453,128558,208010,336568,544578,881145,1425722,2306867,3732588,6039455,9772043,15811497,25583539,41395036,66978574,108373610,175352184,283725793,... | 28.711111 | 728 | 0.702012 |
4f9a9040dd5bdc4e07556dc2ad4fdf4b1387391f | 3,894 | asm | Assembly | CRYLINE v5.0/BOOTLOADER/SOURCE/bannerLoader.asm | DarxiSR/CRYLINE | 854ffb2002dc780e8a59dc845efa83464a7137a7 | [
"MIT"
] | 26 | 2021-02-14T18:34:39.000Z | 2021-12-06T08:17:42.000Z | CRYLINE v5.0/BOOTLOADER/SOURCE/bannerLoader.asm | DarxiSR/CRYLINE | 854ffb2002dc780e8a59dc845efa83464a7137a7 | [
"MIT"
] | null | null | null | CRYLINE v5.0/BOOTLOADER/SOURCE/bannerLoader.asm | DarxiSR/CRYLINE | 854ffb2002dc780e8a59dc845efa83464a7137a7 | [
"MIT"
] | 3 | 2021-05-22T20:06:57.000Z | 2021-07-27T16:02:16.000Z | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;; CRYLINE PROJECT 2020 ;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;; by @DarxiS ;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;; v5.0 ;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;; - BANNER LOADER - ;;;;;;;;;;;;;;;;;;;;;
... | 64.9 | 185 | 0.498716 |
eb871d6bf20ef22319f29196f8a4e86808852dcb | 424 | asm | Assembly | oeis/110/A110444.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | oeis/110/A110444.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | oeis/110/A110444.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | ; A110444: Binary expansion of A074988.
; Submitted by Jon Maiga
; 1,11,111,1110,11101,111011,1110111,11101110,111011100,1110111001,11101110011,111011100110,1110111001101,11101110011011,111011100110111,1110111001101110,11101110011011101,111011100110111010
mov $2,$0
add $2,1
mov $3,$0
lpb $2
mov $0,$3
sub $2,1
su... | 24.941176 | 190 | 0.731132 |
247082be8134e49e16006a510aaba6871fd08cf2 | 2,797 | asm | Assembly | src/Model.asm | gschizas/amstrad-diagnostics | 9eeab20d8042977500e93cd138062f7ae3d42939 | [
"MIT"
] | 60 | 2021-02-21T16:16:40.000Z | 2022-02-28T09:15:08.000Z | src/Model.asm | gschizas/amstrad-diagnostics | 9eeab20d8042977500e93cd138062f7ae3d42939 | [
"MIT"
] | null | null | null | src/Model.asm | gschizas/amstrad-diagnostics | 9eeab20d8042977500e93cd138062f7ae3d42939 | [
"MIT"
] | 10 | 2021-02-27T19:02:15.000Z | 2022-03-06T16:53:09.000Z | MODULE DETECT
;; Useful info from here:
;; http://www.cpcwiki.eu/forum/programming/how-do-i-detect-a-cpc-plus-in-assembly/
@ModelNames:
TxtUnknown: db "UNKNOWN CPC", 0
TxtModelCPC464: db "CPC 464", 0
TxtModelCPC664: db "CPC 664", 0
TxtModelCPC6128: db "CPC 6128", 0
;;TxtModel464Plus: db "464 PLUS", 0
;;TxtModel... | 18.523179 | 106 | 0.703253 |
42fa5898d6d048f54f0b66ef809290c0aafb6e90 | 98 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/acosh.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/acosh.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/acosh.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_am9511
PUBLIC _acosh
EXTERN cam32_sdcc_acosh
defc _acosh = cam32_sdcc_acosh
| 14 | 31 | 0.826531 |
27e9abba068bc4f0d1b6c62947809fb3d0157207 | 215 | asm | Assembly | programs/oeis/133/A133653.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/133/A133653.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/133/A133653.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A133653: A007318^(-1) * A003261.
; 1,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78,82,86,90,94,98,102,106,110,114,118,122,126,130,134,138,142,146,150,154
mul $0,4
bin $1,$0
sub $0,$1
add $0,2
mov $1,$0
| 23.888889 | 130 | 0.637209 |
6d3209053b67c817b969a5eeb9b235ec9d653621 | 5,471 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_331.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_331.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_331.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r15
push %rcx
push %rdi
push %rdx
lea addresses_A_ht+0x1b57, %r11
nop
cmp %rdi, %rdi
movw $0x6162, (%r11)
nop
nop
nop
sub $19122, %rdi
lea addresses_D_ht+0xdc27, %rcx
nop
nop
nop
nop
and $3881, %rdx
movl $0x61626364, (%rcx)
sub $60474, %r1... | 41.763359 | 2,999 | 0.656187 |
a1e753543a943fa69cb879fd555b4cbf632401b4 | 1,503 | asm | Assembly | gfx/tilesets/snowpoint_temple_palette_map.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | gfx/tilesets/snowpoint_temple_palette_map.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | gfx/tilesets/snowpoint_temple_palette_map.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | tilepal 0, BROWN, ROOF, ROOF, ROOF, ROOF, ROOF, ROOF, ROOF
tilepal 0, ROOF, BROWN, ROOF, ROOF, BROWN, BROWN, WATER, WATER
tilepal 0, BROWN, ROOF, ROOF, ROOF, ROOF, ROOF, ROOF, ROOF
tilepal 0, ROOF, ROOF, ROOF, ROOF, BROWN, BROWN, WATER, WATER
tilepal 0, WATER, ROOF, ROOF, ROOF, ROOF, ROOF, GRAY, GRAY
tilepal 0, W... | 50.1 | 68 | 0.690619 |
56b89802b39ca334a0c6faf8cc842b2f87349bab | 4,339 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_924.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_0xca.log_21829_924.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_0xca.log_21829_924.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 %rdx
lea addresses_A_ht+0x1c51d, %r14
nop
nop
add %r15, %r15
mov $0x6162636465666768, %rdx
movq %rdx, %xmm4
vmovups %ymm4, (%r14)
nop
nop
nop
nop
nop
xor %r15, %r15
pop %rdx
pop %r15
pop %r14
ret
.global s_faulty_load
s_faulty_load:
push %r12
pu... | 54.924051 | 2,999 | 0.662134 |
8116591aab32f5aad1f0dec9aed5b45600748624 | 562 | asm | Assembly | programs/oeis/331/A331473.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/331/A331473.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/331/A331473.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A331473: Alternating sum of (n+1)*A000108(n+1).
; 1,3,12,44,166,626,2377,9063,34695,133265,513381,1982763,7674937,29767223,115655452,450067268,1753894162,6843602438,26734398172,104548010228,409243597192,1603372802888,6286998311062,24670701224714,96877958811586,380673221064366
mov $3,2
mov $6,$0
lpb $3
mov $0,$6
... | 18.129032 | 228 | 0.637011 |
a174a2ef9abc9b345a737f2d66ed9844de972575 | 7,632 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1769.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1769.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1769.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 %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x137f4, %rbx
nop
nop
sub %rbp, %rbp
mov $0x6162636465666768, %r11
movq %r11, (%rbx)
nop
cmp $916, %rdi
lea addresses_normal_ht+0x19f6f, %r8
nop
nop
nop
nop
add %r... | 32.755365 | 2,999 | 0.654612 |
838183ef31d9b39397a58e05d16c7f79587fed98 | 6,489 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_21829_1446.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_21829_1446.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_21829_1446.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x368, %r12
nop
nop
nop
nop
add %r14, %r14
and $0xffffffffffffffc0, %r12
vmovaps (%r12), %ymm5
vextracti128 $0, %ymm5, %xmm5
vpextrq $1, %xmm5, %r13
nop
nop
nop
and $2... | 35.459016 | 2,999 | 0.660502 |
96e72045c7c0c755a87c8f73b1c2813fc1c7e318 | 709 | asm | Assembly | oeis/203/A203579.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/203/A203579.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/203/A203579.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A203579: Exponential (or binomial) convolution of A000032 (Lucas) with itself, divided by 2.
; Submitted by Jon Maiga
; 2,2,7,17,57,177,577,1857,6017,19457,62977,203777,659457,2134017,6905857,22347777,72318977,234029057,757334017,2450784257,7930904577,25664946177,83053510657,268766806017,869747654657,2814562533377,91... | 47.266667 | 490 | 0.826516 |
6a75df852c159f8bd0d4c97e132de2becb63945b | 406 | asm | Assembly | oeis/140/A140652.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/140/A140652.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/140/A140652.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A140652: Partial sums of A062968.
; Submitted by Christian Krause
; 1,2,4,6,10,13,19,24,31,38,48,55,67,78,90,102,118,131,149,164,182,201,223,240,263,286,310,333,361,384,414,441,471,502,534,562,598,633,669,702,742,777,819,858,898,941,987,1026,1073,1118,1166,1213,1265,1312
mov $1,1
mov $3,$0
lpb $3
mul $1,$3
cmp $... | 22.555556 | 205 | 0.652709 |
108fc5188ffa2150cfab766b28ed3d278ea1a7c6 | 212 | asm | Assembly | PRG/objects/C025.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/objects/C025.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/objects/C025.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | .byte $01 ; Unknown purpose
.byte OBJ_ROTODISCCCLOCKWISE, $0D, $14
.byte OBJ_ROTODISCCLOCKWISE, $13, $14
.byte OBJ_ROTODISCCCLOCKWISE, $26, $16
.byte OBJ_ROTODISCCLOCKWISE, $29, $16
.byte $FF ; Terminator
| 26.5 | 39 | 0.726415 |
8010896724d93b25486e3550467f1820e19a33f5 | 728 | asm | Assembly | libsrc/genmath/minusbc.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/genmath/minusbc.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/genmath/minusbc.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; Z88dk Generic Floating Point Math Library
;
; Complement FASIGN and negate the fraction c ix de b
;
; $Id: minusbc.asm,v 1.1 2002/01/21 20:35:22 dom Exp $:
XLIB minusbc
XREF fasign
.MINUSBC LD HL,FASIGN
LD A,(HL)
CPL
LD (HL),A
XOR A
... | 18.2 | 61 | 0.366758 |
2ef69a9cbb461d95d633287506dfd4a2f1b01ac5 | 851 | asm | Assembly | programs/oeis/103/A103439.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/103/A103439.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/103/A103439.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A103439: a(n) = Sum_{i=0..n-1} Sum_{j=0..i} (i-j+1)^j.
; 0,1,3,7,16,39,105,315,1048,3829,15207,65071,297840,1449755,7468541,40555747,231335960,1381989881,8623700811,56078446615,379233142800,2662013133295,19362917622001,145719550012299,1133023004941272,9090156910550109,75161929739797519,639793220877941503,560083231222... | 141.833333 | 729 | 0.887192 |
e7f8e197ea651a07e28d98459ef0755cd12963ea | 391 | asm | Assembly | programs/oeis/104/A104706.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/104/A104706.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/104/A104706.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A104706: First terms in the rearrangements of integer numbers (see comments).
; 1,2,3,1,4,5,1,2,6,1,7,3,1,2,8,1,9,4,1,2,10,1,3,11,1,2,5,1,12,13,1,2,3,1,4,6,1,2,14,1,15,3,1,2,7,1,5,4,1,2,16,1,3,17,1,2,8,1,18,6,1,2,3,1,4,19,1,2,5,1,9,3,1,2,20,1,21,4,1,2,7,1,3,10,1,2,22,1,5,6,1,2,3,1,4,23,1,2,11,1
mul $0,2
add $0,1
mov... | 27.928571 | 217 | 0.578005 |
507b43e1d3936e41c4516caff6c822fd0925b3fe | 4,802 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_3_15.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_3_15.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_3_15.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 %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1a1f2, %r9
nop
inc %rax
mov $0x6162636465666768, %rcx
movq %rcx, %xmm6
movups %xmm6, (%r9)
nop
nop
nop
nop
and $52467, %rsi
lea addresses_normal_ht+0x1b0b2, %rsi
nop
and $26216... | 19.441296 | 147 | 0.645356 |
b82d00f2a18ea88ad4d371da91f1f1650301175a | 528 | asm | Assembly | programs/oeis/114/A114186.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/114/A114186.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/114/A114186.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A114186: Running sums of consecutive integers with all primes set to 2.
; 0,1,3,5,9,11,17,19,27,36,46,48,60,62,76,91,107,109,127,129,149,170,192,194,218,243,269,296,324,326,356,358,390,423,457,492,528,530,568,607,647,649,691,693,737,782,828,830,878,927,977,1028,1080,1082,1136,1191
mov $3,$0
mov $5,$0
lpb $3
mov $0... | 25.142857 | 209 | 0.625 |
8023b79e376c422f0938f84ed1f8c015ba9649d8 | 677 | asm | Assembly | data/pokemon/base_stats/vileplume.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/pokemon/base_stats/vileplume.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/pokemon/base_stats/vileplume.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | db DEX_VILEPLUME ; pokedex id
db 75, 80, 85, 50, 100
; hp atk def spd spc
db GRASS, POISON ; type
db 45 ; catch rate
db 184 ; base exp
INCBIN "gfx/pokemon/front/vileplume.pic", 0, 1 ; sprite dimensions
dw VileplumePicFront, VileplumePicBack
db LEECH_SEED, TOXIC, SLEEP_POWDER, PETAL_DANCE ; level ... | 28.208333 | 77 | 0.629247 |
53d12cab6797fef807f1a00712a777b74c78c3d0 | 445 | asm | Assembly | oeis/192/A192142.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/192/A192142.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/192/A192142.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A192142: 1-sequence of reduction of (n^2+n+1) by x^2 -> x+1.
; Submitted by Christian Krause
; 0,3,10,36,99,254,598,1339,2872,5966,12071,23908,46516,89155,168702,315712,585163,1075442,1961754,3554715,6402780,11470778,20450255,36297576,64164744,113006019,198345298,347033724,605414067,1053307526
mov $1,$0
add $0,1
lpb... | 23.421053 | 201 | 0.678652 |
98f61152f105aca886c99f2af1aeeb4330072f12 | 641 | asm | Assembly | oeis/049/A049397.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/049/A049397.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/049/A049397.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A049397: Expansion of (1-25*x)^(-9/5).
; Submitted by Jon Maiga
; 1,45,1575,49875,1496250,43391250,1229418750,34248093750,941822578125,25638503515625,692239594921875,18564607318359375,495056195156250000,13138029794531250000,347219358855468750000,9143443116527343750000,240015381808842773437500,628275558264323730468750... | 58.272727 | 479 | 0.854914 |
fd3b018063ea35befbb412a4608dcc0e19b3805f | 1,602 | asm | Assembly | kernel/arch/x86_64/Scheduler.asm | DeanoBurrito/minos | 45a1a1adf5ef57d84d26fcbdc15ea6adbe2e732a | [
"BSL-1.0"
] | 3 | 2021-09-21T23:48:09.000Z | 2022-02-24T14:09:56.000Z | kernel/arch/x86_64/Scheduler.asm | DeanoBurrito/minos | 45a1a1adf5ef57d84d26fcbdc15ea6adbe2e732a | [
"BSL-1.0"
] | null | null | null | kernel/arch/x86_64/Scheduler.asm | DeanoBurrito/minos | 45a1a1adf5ef57d84d26fcbdc15ea6adbe2e732a | [
"BSL-1.0"
] | 2 | 2021-10-05T10:13:34.000Z | 2021-12-27T13:49:29.000Z | .code64
.extern scheduler_nextThreadData
.extern scheduler_selectNext
.extern scheduler_sendEOI
.global scheduler_HandleInterrupt
scheduler_HandleInterrupt:
#save rdi and then rax to give us some scratch registers
push %rdi
mov scheduler_nextThreadData, %rdi
#check if current thread needs its regist... | 22.25 | 119 | 0.682896 |
86a5e49a797708fd813505a3f717f568ef24528f | 7,347 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_530_864.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_530_864.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_530_864.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 %rdx
push %rsi
lea addresses_A_ht+0x7eb4, %rax
nop
nop
nop
add %rdx, %rdx
mov $0x6162636465666768, %r11
movq %r11, (%rax)
nop
nop
dec %rdx
lea addresses_WC_ht+0x10af4, %rsi
lea addresses_WC_ht+0x17ef4, %rdi
clf... | 26.716364 | 1,589 | 0.655506 |
4c397ce6984198bdda22c6b48139f4f381fc0175 | 43,322 | asm | Assembly | tests/z80test-1.0/src/crctab.asm | PhylumChordata/chips-test | 4f80ede2da9952efeb25d3887c768654d2374167 | [
"MIT"
] | 674 | 2016-05-05T18:47:48.000Z | 2022-03-30T01:48:53.000Z | tests/z80test-1.0/src/crctab.asm | gunterhager/mz-800-emulator | 342914123e85408e09d35e2f50d7fc64cdec99ae | [
"MIT"
] | 223 | 2016-05-11T13:45:11.000Z | 2022-03-27T08:20:26.000Z | tests/z80test-1.0/src/crctab.asm | gunterhager/mz-800-emulator | 342914123e85408e09d35e2f50d7fc64cdec99ae | [
"MIT"
] | 36 | 2017-11-24T18:07:52.000Z | 2022-03-17T23:30:14.000Z | ; CRC table for the standard 100000100110000010001110110110111 polynomial.
; Chunked little endian, the 256 LSBs first, the 256 MSBs last, for fast access.
;
; Copyright (C) 2012 Patrik Rak (patrik@raxoft.cz)
;
; This source code is released under the MIT license, see included license.txt.
crctable:
db ... | 41.736031 | 80 | 0.383662 |
997e0848746a8a26826ed5234ac3119de25a5bbe | 287 | asm | Assembly | oeis/021/A021380.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021380.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021380.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021380: Decimal expansion of 1/376.
; 0,0,2,6,5,9,5,7,4,4,6,8,0,8,5,1,0,6,3,8,2,9,7,8,7,2,3,4,0,4,2,5,5,3,1,9,1,4,8,9,3,6,1,7,0,2,1,2,7,6,5,9,5,7,4,4,6,8,0,8,5,1,0,6,3,8,2,9,7,8,7,2,3,4,0,4,2,5,5,3,1,9,1,4,8,9,3,6,1,7,0,2,1,2,7,6,5,9,5
seq $0,173833 ; 10^n - 3.
div $0,376
mod $0,10
| 41 | 199 | 0.54007 |
54e8f08d6c1fe72d9e8e46387db45c30478675b7 | 603 | asm | Assembly | src/third_party/nasm/test/br3392538.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 2,219 | 2018-03-26T02:57:34.000Z | 2022-03-31T00:27:59.000Z | src/third_party/nasm/test/br3392538.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 250 | 2018-02-02T23:16:57.000Z | 2022-03-21T06:09:53.000Z | src/third_party/nasm/test/br3392538.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 473 | 2019-03-24T16:34:23.000Z | 2022-03-31T02:01:05.000Z | bits 64
default rel
section .text
global _start
_start:
mov rax, 1 ; write syscall
mov rdi, 1
mov rsi, msg
mov rdx, msglen
syscall
mov rax, 60 ; exit syscall
sub rdi, rdi
syscall
; either of the following lines cause: Error in `nasm': double free or corruption ; Aborted (core dumped)
foo
; warning: lab... | 21.535714 | 105 | 0.721393 |
07d518a942aaabc0ca67fcc3d9fcb6419fa51733 | 591 | asm | Assembly | programs/oeis/337/A337286.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/337/A337286.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/337/A337286.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A337286: a(n) = Sum_{i=0..n} i^2*T(i)^2, where T(i) = A000073(i) is the i-th tribonacci number.
; 0,0,4,13,77,477,2241,10522,47386,204202,860302,3546623,14357567,57286271,225714755,879795380,3397426356,13012405492,49478890936,186932228945,702169068945,2623863676449,9758799153349,36140284390030,133317609306766,4900326... | 32.833333 | 264 | 0.7022 |
0746da7609c941bc94c88d6c038c074a51745233 | 416 | asm | Assembly | programs/oeis/027/A027271.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/027/A027271.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/027/A027271.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A027271: a(n) = Sum_{k=0..2n} (k+1)*T(n,k), where T is given by A026536.
; 1,4,18,48,180,432,1512,3456,11664,25920,85536,186624,606528,1306368,4199040,8957952,28553472,60466176,191476224,403107840,1269789696,2660511744,8344332288,17414258688,54419558400,113192681472
mov $2,$0
add $2,1
mov $0,$2
mov $1,$2
mov $4,3
lp... | 21.894737 | 193 | 0.680288 |
920478491dbeb6c09c1c908ae5f2516f8e37e193 | 1,767 | asm | Assembly | audio/music/meetmaletrainer.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | audio/music/meetmaletrainer.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | audio/music/meetmaletrainer.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | Music_MeetMaleTrainer_Ch1::
tempo 112
volume 7, 7
duty 3
vibrato 20, 3, 3
toggleperfectpitch
notetype 12, 11, 4
octave 3
C# 1
D_ 1
D# 1
E_ 1
F_ 12
rest 16
Music_MeetMaleTrainer_branch_7f78f::
octave 3
B_ 4
A_ 4
G# 2
F# 2
E_ 2
D# 2
F# 4
E_ 6
F_ 2
F# 4
G_ 8
octave 4
D_ 8
E_ 16
loopchannel 0,... | 9.251309 | 50 | 0.644029 |
863a0c91badf51df2cb0be1e852525efdbda0bf9 | 4,845 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_4565_396.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_0x84_notsx.log_4565_396.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_0x84_notsx.log_4565_396.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 %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1984, %rsi
lea addresses_WT_ht+0x19380, %rdi
nop
nop
dec %r11
mov $98, %rcx
rep movsq
nop
nop
nop
and %r15, %r15
lea addresses_A_ht+0xc3d9, %rsi
lea addresses_A_ht+0x182f9, %rdi
add %r12, %r12
m... | 46.142857 | 2,999 | 0.660268 |
702ccb011c7423ade7ba533d06870ca4afa8a77a | 4,437 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_21829_1815.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_notsx.log_21829_1815.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_notsx.log_21829_1815.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 %r14
push %r15
push %rax
push %rbp
push %rbx
push %rdi
push %rsi
// Store
lea addresses_A+0xf153, %r14
nop
cmp %rsi, %rsi
mov $0x5152535455565758, %r15
movq %r15, (%r14)
nop
inc %rsi
// Store
mov $0xd23, %rax
nop
nop
nop
s... | 52.2 | 2,999 | 0.656975 |
29d1a2e6258dd16803e05572a22b3c04db02ca74 | 1,167 | asm | Assembly | programs/oeis/164/A164464.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/164/A164464.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/164/A164464.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A164464: Number of binary strings of length n with no substrings equal to 0001, 0100, or 0111.
; 13,20,31,47,70,104,154,227,334,491,721,1058,1552,2276,3337,4892,7171,10511,15406,22580,33094,48503,71086,104183,152689,223778,327964,480656,704437,1032404,1513063,2217503,3249910,4762976,6980482,10230395,14993374,21973859... | 53.045455 | 892 | 0.825193 |
b2ee194578efd63e9df755247c8c6c3a3dcf4d9d | 24 | asm | Assembly | tmp.asm | GarkGarcia/CAMat-Wiki | 2488ce79bf7182bc25d5cf54bd836b344e36db1a | [
"MIT"
] | null | null | null | tmp.asm | GarkGarcia/CAMat-Wiki | 2488ce79bf7182bc25d5cf54bd836b344e36db1a | [
"MIT"
] | null | null | null | tmp.asm | GarkGarcia/CAMat-Wiki | 2488ce79bf7182bc25d5cf54bd836b344e36db1a | [
"MIT"
] | 2 | 2020-06-20T13:03:42.000Z | 2020-06-20T13:06:11.000Z | [BITS 64]
mov [10], eip
| 8 | 13 | 0.583333 |
f26232b25c5951a7fe5bc8748381b37f75bbc867 | 9,030 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_567.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_567.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_567.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 %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1c571, %rsi
lea addresses_A_ht+0x10b3d, %rdi
nop
nop
sub $32906, %rbp
mov $54, %rcx
rep movsb
nop
nop
cmp %rax, %rax
lea addresses_WT_ht+0xcb39, %r15
nop
nop
xor %r12, %r12
mo... | 31.030928 | 2,999 | 0.656035 |
5964ce327c6c5d0aa434e43d861bb8292301667d | 7,067 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1487.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_1487.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_1487.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x17b5e, %r11
nop
nop
cmp $64876, %rdi
mov (%r11), %r12w
nop
nop
nop
nop
nop
dec %rbp
lea addresses_UC_ht+0xfee6, %r10
nop
inc %rsi
mov $0x6162636465666768, %rbp
movq %rbp, %x... | 33.178404 | 2,999 | 0.655016 |
d65c96d394ebd113a04e69e7742c1abe98e7fc67 | 1,182 | asm | Assembly | programs/oeis/017/A017056.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017056.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017056.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017056: a(n) = (7*n + 6)^4.
; 1296,28561,160000,531441,1336336,2825761,5308416,9150625,14776336,22667121,33362176,47458321,65610000,88529281,116985856,151807041,193877776,244140625,303595776,373301041,454371856,547981281,655360000,777796321,916636176,1073283121,1249198336,1445900625,1664966416,1908029761,2176782336,... | 168.857143 | 1,122 | 0.887479 |
1545f5752923db77c4eb2770d4cb856815ce9275 | 337 | asm | Assembly | programs/oeis/072/A072262.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/072/A072262.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/072/A072262.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A072262: a(n) = 4*a(n-1) + 1, a(1)=11.
; 11,45,181,725,2901,11605,46421,185685,742741,2970965,11883861,47535445,190141781,760567125,3042268501,12169074005,48676296021,194705184085,778820736341,3115282945365,12461131781461,49844527125845,199378108503381,797512434013525,3190049736054101
mov $1,4
pow $1,$0
div $1,3
mul... | 37.444444 | 246 | 0.78635 |
e2a890039da427a1ae5ff582bee02bf1f5bc0658 | 7,684 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_114.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_114.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_114.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1c3cc, %rdx
sub $5443, %r12
movb (%rdx), %r11b
and %rbp, %rbp
lea addresses_D_ht+0xe33f, %rcx
nop
nop
xor %r11, %r11
movl $0x61626364, (%rcx)
nop
nop
nop
nop
nop
su... | 33.408696 | 2,999 | 0.652395 |
75965a5081abcf1e1bf32dd2140af4611e932ced | 584 | asm | Assembly | programs/oeis/292/A292117.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/292/A292117.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/292/A292117.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A292117: Coefficients of a power series f(q) with coefficients +1 or -1 such that Product_{m >= 1} f(q^(2m-1)) = Sum_{m = -oo..oo} q^(m(3m-1)/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,-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... | 64.888889 | 214 | 0.554795 |
a5d43e9aaa10f88fc68d4a20a30872c9f4392b25 | 22,278 | asm | Assembly | 12_02CBMScrDisp/bak/12_01ScrDisp.asm | phaze101/C64-Bedtime-Coding-Public | f74eb3c454479f3df9c1122ecc1b27f6633570d9 | [
"MIT"
] | null | null | null | 12_02CBMScrDisp/bak/12_01ScrDisp.asm | phaze101/C64-Bedtime-Coding-Public | f74eb3c454479f3df9c1122ecc1b27f6633570d9 | [
"MIT"
] | null | null | null | 12_02CBMScrDisp/bak/12_01ScrDisp.asm | phaze101/C64-Bedtime-Coding-Public | f74eb3c454479f3df9c1122ecc1b27f6633570d9 | [
"MIT"
] | 1 | 2021-03-01T21:27:42.000Z | 2021-03-01T21:27:42.000Z | ;============================================================================
; C64 Bedtime Coding
; By Phaze 101
;
; Article 12 - Example 01
;============================================================================
; I wish to thank all those that sent me emails or get in touch with me
; regarding this serious o... | 41.332096 | 175 | 0.438729 |
5e33b8a9d8a2b9efebe48c2d3f5fc1fbc57f5b27 | 416 | asm | Assembly | programs/oeis/159/A159917.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/159/A159917.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/159/A159917.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A159917: Fixed point of the morphism 0 -> 01, 1 -> 2, 2 -> 01, starting from a(0) = 0.
; 0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,2,0,1,0,1,2,0,1,0,1,2,0,1,2
lpb $0
mov $2,$0
seq $2,... | 37.818182 | 201 | 0.545673 |
25bd2f690efcf7a16e3f4957e0ec22fcdd51bc18 | 34,658 | asm | Assembly | ioq3/build/release-js-js/baseq3/ui/ui_playersettings.asm | RawTechnique/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 1 | 2021-12-31T10:26:58.000Z | 2021-12-31T10:26:58.000Z | ioq3/build/release-js-js/baseq3/ui/ui_playersettings.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 28 | 2019-03-05T20:45:07.000Z | 2019-03-05T20:45:57.000Z | ioq3/build/release-js-js/baseq3/ui/ui_playersettings.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | null | null | null | data
align 4
LABELV gamecodetoui
byte 4 4
byte 4 2
byte 4 3
byte 4 0
byte 4 5
byte 4 1
byte 4 6
align 4
LABELV uitogamecode
byte 4 4
byte 4 6
byte 4 2
byte 4 3
byte 4 1
byte 4 5
byte 4 7
align 4
LABELV handicap_items
address $69
address $70
address $71
address $72
address $73
address $74
address $75
address $76
address... | 13.687994 | 45 | 0.85103 |
5a70b209e7e754f1a8913bc768e5c96486dc1c94 | 473 | asm | Assembly | oeis/094/A094790.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/094/A094790.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/094/A094790.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A094790: Number of (s(0), s(1), ..., s(2n)) such that 0 < s(i) < 7 and |s(i) - s(i-1)| = 1 for i = 1,2,...,2n, s(0) = 1, s(2n) = 3.
; Submitted by Jon Maiga
; 1,3,9,28,89,286,924,2993,9707,31501,102256,331981,1077870,3499720,11363361,36896355,119801329,388991876,1263047761,4101088878,13316149700,43237262993,140390505... | 27.823529 | 191 | 0.632135 |
48a902e11944dd845a7ade22a24ffc0020fca7f7 | 6,962 | asm | Assembly | src/headers.asm | remy/next-http | 61c4d3139178f375e61d703671c1a7533725b8c2 | [
"MIT"
] | 14 | 2021-04-09T18:45:38.000Z | 2022-02-27T15:58:52.000Z | src/headers.asm | remy/next-http | 61c4d3139178f375e61d703671c1a7533725b8c2 | [
"MIT"
] | 2 | 2021-05-19T18:44:15.000Z | 2022-02-27T16:37:09.000Z | src/headers.asm | remy/next-httpbank | 61c4d3139178f375e61d703671c1a7533725b8c2 | [
"MIT"
] | 3 | 2021-04-11T23:56:32.000Z | 2022-02-27T15:49:17.000Z | ; DEFINE TEST_HEADERS
IFDEF TEST_HEADERS
OPT reset --zxnext --syntax=abfw
INCLUDE "constants.inc.asm"
DEVICE ZXSPECTRUM48
SLDOPT COMMENT WPMEM, LOGPOINT, ASSERTION
ORG $8000
start:
di
exx
ld hl, s2
exx
call Headers.findContentLength
ld de, 1299
call Headers.contentLengthSub
; call Uart.re... | 18.867209 | 93 | 0.674519 |
38cc91122c169f8bb480657ccabaf9d5a53a78f1 | 670 | asm | Assembly | oeis/052/A052468.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/052/A052468.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/052/A052468.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A052468: Numerators in the Taylor series for arccosh(x) - log(2*x).
; 1,3,5,35,63,77,429,6435,12155,46189,88179,676039,1300075,5014575,646323,300540195,583401555,756261275,4418157975,6892326441,22427411435,263012370465,514589420475,2687300306925,15801325804719,61989816618513,121683714103007,136583760727865,1879204156... | 41.875 | 481 | 0.816418 |
aa25683244f5fb56ec1e13c40e707a0206937f8a | 2,912 | asm | Assembly | libsrc/stdlib/qsort_sccz80_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/stdlib/qsort_sccz80_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/stdlib/qsort_sccz80_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z |
;
; QSORT - compiled, then hand-adjusted
; Stefano, 29/10/2010
;
; $Id: qsort_callee.asm,v 1.4 2016-03-04 23:48:13 dom Exp $
;
; Original code taken from the BDS C by Leor Zolman
;
;void qsort(char *base, unsigned int nel, unsigned int width, void *compar)
;{ int i, j;
; unsigned gap, ngap, t1;
; int jd, t2;
;
; t1... | 16.088398 | 75 | 0.528503 |
e2b57ac336f648f82b7ef126ae304d3ed7b89327 | 7,898 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i3-7100_9_0xca_notsx.log_11699_20.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i3-7100_9_0xca_notsx.log_11699_20.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i3-7100_9_0xca_notsx.log_11699_20.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1cabe, %rsi
lea addresses_A_ht+0x729e, %rdi
nop
cmp %r13, %r13
mov $126, %rcx
rep movsq
nop
nop
nop
nop
nop
cmp %r13, %r13
lea addresses_D_ht+0xa4be, %r15
nop
xor %r9, %r9
movups (... | 32.236735 | 2,999 | 0.651178 |
1403ef913ab2c6ecd44c42f2455ce1bfcbe47f7a | 285 | asm | Assembly | programs/oeis/067/A067239.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/067/A067239.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/067/A067239.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A067239: a(0)=1, a(n) = 8n*(2n-1).
; 1,8,48,120,224,360,528,728,960,1224,1520,1848,2208,2600,3024,3480,3968,4488,5040,5624,6240,6888,7568,8280,9024,9800,10608,11448,12320,13224,14160,15128,16128,17160,18224,19320,20448,21608,22800,24024
mul $0,2
bin $0,2
mul $0,8
trn $0,1
add $0,1
| 31.666667 | 201 | 0.708772 |
79c99a7628518903b94df8a7fd2942d454b48763 | 173 | asm | Assembly | programs/oeis/145/A145577.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/145/A145577.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/145/A145577.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A145577: A045944 mod 9. Period 9: repeat 0,5,7,6,2,4,3,8,1.
; 0,5,7,6,2,4,3,8,1,0,5,7,6,2,4,3,8,1,0,5,7,6,2,4,3,8,1,0,5,7,6,2,4,3,8,1
mul $0,3
add $0,2
bin $0,4
mod $0,9
| 21.625 | 73 | 0.554913 |
1c1a23626c24738eb9044a5a8357d5ecaac03650 | 5,586 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1127.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_1127.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_1127.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %r8
push %r9
push %rax
lea addresses_D_ht+0xfe35, %r11
nop
nop
nop
nop
nop
dec %r14
movw $0x6162, (%r11)
nop
nop
nop
and %r9, %r9
lea addresses_normal_ht+0x9d45, %r14
nop
add %r9, %r9
mov (%r14), %r10d
nop
nop
nop
add %r11, %r11
l... | 38 | 2,999 | 0.655926 |
87092bbeea168a0fbdca797837ba2879ec598630 | 685 | asm | Assembly | Application/AssemblyCode/working_and_tmp_asm_files/testInitLevel.asm | t0ddpar0dy/Handmade_Pacman | 68cfdd355bd26e5f5d8d8d6ba344a71f2e19fd70 | [
"MIT"
] | null | null | null | Application/AssemblyCode/working_and_tmp_asm_files/testInitLevel.asm | t0ddpar0dy/Handmade_Pacman | 68cfdd355bd26e5f5d8d8d6ba344a71f2e19fd70 | [
"MIT"
] | null | null | null | Application/AssemblyCode/working_and_tmp_asm_files/testInitLevel.asm | t0ddpar0dy/Handmade_Pacman | 68cfdd355bd26e5f5d8d8d6ba344a71f2e19fd70 | [
"MIT"
] | null | null | null | JAL r1 initlevel # maybe macro to JAL initlevel
LUI 255 r0
ORI 247 r0
MOVI 8 r1
STOR r1 r0
BUC 0
initlevel:
LUI 55 r0 # Make the address for where init function starts
ORI 182 r0 #
MOV r0 r3 # r3 current address of where we are reading from memory
LUI 63 r1 # make address for writting location in frame buffer
ORI 2... | 17.125 | 68 | 0.741606 |
90a5be96f810c810bdc35781a1f3d50e188f445c | 395 | asm | Assembly | programs/oeis/176/A176566.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/176/A176566.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/176/A176566.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A176566: Triangle T(n, k) = binomial(n*(n+1)/2 + k, k), read by rows.
; 1,1,1,1,2,3,1,4,10,20,1,7,28,84,210,1,11,66,286,1001,3003,1,16,136,816,3876,15504,54264,1,22,253,2024,12650,65780,296010,1184040,1,29,435,4495,35960,237336,1344904,6724520,30260340,1,37,703,9139,91390,749398,5245786,32224114,177232627,886163135
... | 32.916667 | 246 | 0.681013 |
9a862696be1d49357a06acbaedb6df0b449b0ca1 | 7,490 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_110.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_110.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_110.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 %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1aa67, %rsi
lea addresses_normal_ht+0x1388f, %rdi
nop
nop
nop
xor %r13, %r13
mov $13, %rcx
rep movsq
nop
nop
nop
nop
nop
sub $56352, %r13
lea addresses_UC_ht+0xf33f, %rbp
no... | 34.837209 | 2,999 | 0.658745 |
67ec8f1eeb0cc92269339646c674ec4ce81457dd | 5,123 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_/i3-7100_9_0x84_notsx.log_21829_2335.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_/i3-7100_9_0x84_notsx.log_21829_2335.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_/i3-7100_9_0x84_notsx.log_21829_2335.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1887, %rsi
lea addresses_normal_ht+0x7d17, %rdi
nop
nop
add %rax, %rax
mov $68, %rcx
rep movsl
nop
nop
nop
nop
cmp %rdi, %rdi
lea addresses_UC_ht+0x1c317, %rcx
nop
cmp %rax, %rax
movw $0x6162, (... | 48.330189 | 2,999 | 0.656451 |
25724dad83be8a53308b95ad223df9d217df6a6e | 517 | asm | Assembly | programs/oeis/212/A212793.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/212/A212793.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/212/A212793.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A212793: Characteristic function of cubefree numbers, A004709.
; 1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1
seq $0,336551 ; a(n) = A003557(n) - 1.
seq $0,188 ; ... | 43.083333 | 201 | 0.582205 |
94d44c575a2d1cf8aa8f3f4e11debab600e068e3 | 563 | asm | Assembly | libsrc/stdio/ansi/ticalc/f_ansi_dline.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/stdio/ansi/ticalc/f_ansi_dline.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/stdio/ansi/ticalc/f_ansi_dline.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ;
; ANSI Video handling for the TI calculators
; By Stefano Bodrato - Dec. 2000
;
; Clean a text line
;
; in: A = text row number
;
;
; $Id: f_ansi_dline.asm,v 1.6 2016-06-12 16:06:43 dom Exp $
;
INCLUDE "stdio/ansi/ticalc/ticalc.inc"
SECTION code_clib
PUBLIC ansi_del_line
EXTERN base_graphics
EXTERN cp... | 14.435897 | 59 | 0.689165 |
5a896cd8e11df4f9a19a16e26ad9d6c6de640031 | 430 | asm | Assembly | programs/oeis/076/A076618.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/076/A076618.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/076/A076618.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A076618: Least x>1 such that x^d == 1 (mod d) for each divisor d of n.
; 2,3,4,3,6,7,8,3,4,11,12,7,14,15,16,3,18,7,20,11,22,23,24,7,6,27,4,15,30,31,32,3,34,35,36,7,38,39,40,11,42,43,44,23,16,47,48,7,8,11,52,27,54,7,56,15,58,59,60,31,62,63,22,3,66,67,68,35,70,71,72,7,74,75,16,39
lpb $0
mov $2,$0
seq $2,71773 ; a(... | 43 | 207 | 0.611628 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.