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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
03db94983bfb119b3575f026b313a389b770187d | 458 | asm | Assembly | programs/oeis/054/A054071.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/054/A054071.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/054/A054071.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A054071: Position of 1 in the permutation of 1,2,...,n obtained by ordering the fractional parts {h*sqrt(2)} for h=1,2,...,n.
; 1,1,2,2,3,3,3,4,4,5,5,5,6,6,7,7,8,8,8,9,9,10,10,10,11,11,12,12,13,13,13,14,14,15,15,15,16,16,17,17,17,18,18,19,19,20,20,20,21,21,22,22,22,23,23,24,24,25,25,25,26,26,27,27,27,28,28
mov $1,$0... | 25.444444 | 181 | 0.606987 |
524b8153025ab3a1602fb47998cb860561ed0da3 | 824 | asm | Assembly | programs/oeis/220/A220084.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/220/A220084.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/220/A220084.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A220084: a(n) = (n + 1)*(20*n^2 + 19*n + 6)/6.
; 1,15,62,162,335,601,980,1492,2157,2995,4026,5270,6747,8477,10480,12776,15385,18327,21622,25290,29351,33825,38732,44092,49925,56251,63090,70462,78387,86885,95976,105680,116017,127007,138670,151026,164095,177897,192452,207780,223901,240835,258602,277222,296715,317101,338... | 58.857143 | 678 | 0.788835 |
15aef14d7d1f65ddf348e95cc009ac74b3213c50 | 259 | asm | Assembly | programs/oeis/214/A214446.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/214/A214446.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/214/A214446.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A214446: n*(n^2-2*n-1)
; -2,-2,6,28,70,138,238,376,558,790,1078,1428,1846,2338,2910,3568,4318,5166,6118,7180,8358,9658,11086,12648,14350,16198,18198,20356,22678,25170,27838,30688,33726,36958,40390,44028,47878
mov $1,$0
pow $0,2
sub $0,2
add $1,1
mul $0,$1
| 28.777778 | 185 | 0.706564 |
8a418c41ec84820d50f1a745e67aa816749ada3b | 691 | asm | Assembly | src/test/ref/parse-negated-struct-ref.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/parse-negated-struct-ref.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/parse-negated-struct-ref.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Test parsing a negated struct reference - which causes problems with the ASMREL labels !a++
// https://gitlab.com/camelot/kickc/issues/266
// Commodore 64 PRG executable file
.file [name="parse-negated-struct-ref.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef B... | 23.033333 | 94 | 0.636758 |
7a98f92f7b4f4e69678aca26bd9d151afa597fc7 | 967 | asm | Assembly | programs/oeis/186/A186707.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/186/A186707.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/186/A186707.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A186707: Partial sums of A007202 (crystal ball sequence for hexagonal close-packing).
; 1,14,71,224,547,1134,2101,3584,5741,8750,12811,18144,24991,33614,44297,57344,73081,91854,114031,140000,170171,204974,244861,290304,341797,399854,465011,537824,618871,708750,808081,917504,1037681,1169294,1313047,1469664,1639891,182... | 64.466667 | 774 | 0.825233 |
903b9c7aa60b56b08dd30fe61df226936852a49b | 560 | asm | Assembly | oeis/017/A017213.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017213.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017213.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017213: a(n) = (9*n + 4)^5.
; 1024,371293,5153632,28629151,102400000,282475249,656356768,1350125107,2535525376,4437053125,7339040224,11592740743,17623416832,25937424601,37129300000,51888844699,71008211968,95388992557,126049300576,164130859375,210906087424,267785184193,336323216032,418227202051,515363200000,629763392... | 80 | 500 | 0.867857 |
56ca6aeb5da893a3798f2d2b9284e66562ae07f5 | 1,877 | asm | Assembly | programs/oeis/262/A262414.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/262/A262414.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/262/A262414.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A262414: Number of (n+1) X (2+1) 0..1 arrays with each row divisible by 3 and column not divisible by 3, read as a binary number with top and left being the most significant bits.
; 0,4,12,48,144,468,1404,4320,12960,39204,117612,353808,1061424,3187188,9561564,28693440,86080320,258267204,774801612,2324483568,697345070... | 144.384615 | 1,461 | 0.87853 |
26bdb913f7ab414760707518e7aa4cc6d611e028 | 345 | asm | Assembly | programs/oeis/029/A029096.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/029/A029096.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/029/A029096.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A029096: Expansion of 1/((1-x)(1-x^5)(1-x^8)(1-x^9)).
; 1,1,1,1,1,2,2,2,3,4,5,5,5,6,7,8,9,10,12,13,14,15,16,18,20,22,24,26,28,30,32,34,37,40,43,46,49,52,55,58,62,66,70,74,78,83,87,91,96,101,107,112,117,123,129,135,141,147
lpb $0
mov $2,$0
sub $0,5
seq $2,25789 ; Expansion of 1/((1-x)(1-x^8)(1-x^9)).
add $1,$... | 28.75 | 167 | 0.576812 |
31659531fcb9c588bd038e22bd1b1686653d72f4 | 918 | asm | Assembly | SethWhitakerProj4/SethWhitakerProj4.asm | sethjwhitaker/CSCI321-projects | a6a100e0a8e0c02bdbff16dc0d2bc058cce6cd45 | [
"MIT"
] | null | null | null | SethWhitakerProj4/SethWhitakerProj4.asm | sethjwhitaker/CSCI321-projects | a6a100e0a8e0c02bdbff16dc0d2bc058cce6cd45 | [
"MIT"
] | null | null | null | SethWhitakerProj4/SethWhitakerProj4.asm | sethjwhitaker/CSCI321-projects | a6a100e0a8e0c02bdbff16dc0d2bc058cce6cd45 | [
"MIT"
] | null | null | null | ; SethWhitakerProj3.asm - Project 4
; Seth Whitaker: 06/21/2020
.386
.model flat,stdcall
.stack 4096
ExitProcess PROTO, dwExitCode:DWORD
.data
source BYTE "This is the string that will be reversed", 0
target BYTE SIZEOF source DUP('#')
.code
main PROC
mov esi, OFFSET target - 2 ; Adress 2 bytes before target
mo... | 24.810811 | 79 | 0.706972 |
ffe4d6055bd9559565816b5f8097770b941bdd6c | 1,934 | asm | Assembly | projects/dxilconv/test/dxbc2dxil-asm/indexabletemp6.asm | clayne/DirectXShaderCompiler | 0ef9b702890b1d45f0bec5fa75481290323e14dc | [
"NCSA"
] | 1,192 | 2017-01-23T23:27:01.000Z | 2019-05-05T14:08:40.000Z | projects/dxilconv/test/dxbc2dxil-asm/indexabletemp6.asm | clayne/DirectXShaderCompiler | 0ef9b702890b1d45f0bec5fa75481290323e14dc | [
"NCSA"
] | 2,214 | 2019-05-06T22:22:53.000Z | 2022-03-31T19:38:50.000Z | projects/dxilconv/test/dxbc2dxil-asm/indexabletemp6.asm | clayne/DirectXShaderCompiler | 0ef9b702890b1d45f0bec5fa75481290323e14dc | [
"NCSA"
] | 269 | 2019-05-07T11:59:04.000Z | 2022-03-30T08:41:50.000Z | /*// RUN: %testasm %s /allowMinimumPrecision /Fo %t.dxbc*/
// RUN: %dxbc2dxil %t.dxbc /emit-llvm /o %t.ll.converted
// RUN: fc %b.ref %t.ll.converted
//
// Generated by Microsoft (R) HLSL Shader Compiler 10.1 INTERNAL
//
//
// Note: shader requires additional functionality:
// Minimum-precision data types
//
//
... | 30.21875 | 86 | 0.463806 |
c2e0841df8f21a2e3852de2d1ca0ff65ac4305ee | 552 | asm | Assembly | src/arch/i686/arch_start.asm | jaeh/IncludeOS | 1cc2bcf36758ff5ef3099e0c0c1ee55f0bb1de02 | [
"Apache-2.0"
] | 3,673 | 2015-12-01T22:14:02.000Z | 2019-03-22T03:07:20.000Z | src/arch/i686/arch_start.asm | jaeh/IncludeOS | 1cc2bcf36758ff5ef3099e0c0c1ee55f0bb1de02 | [
"Apache-2.0"
] | 960 | 2015-12-01T20:40:36.000Z | 2019-03-22T13:21:21.000Z | src/arch/i686/arch_start.asm | jaeh/IncludeOS | 1cc2bcf36758ff5ef3099e0c0c1ee55f0bb1de02 | [
"Apache-2.0"
] | 357 | 2015-12-02T09:32:50.000Z | 2019-03-22T09:32:34.000Z |
global __arch_start:function
global fast_kernel_start:function
extern kernel_start
[BITS 32]
;; @param: eax - multiboot magic
;; @param: ebx - multiboot bootinfo addr
__arch_start:
;; Create stack frame for backtrace
push ebp
mov ebp, esp
;; hack to avoid stack protector
mov DWORD [0x1014], 0x8... | 17.25 | 43 | 0.668478 |
68ba128af8d016990561f7126e02ddf80d488ff1 | 159 | asm | Assembly | audio/sfx/intro_whoosh.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | audio/sfx/intro_whoosh.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | audio/sfx/intro_whoosh.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | SFX_Intro_Whoosh_Ch8:
noise_note 4, 2, -4, 32
noise_note 3, 10, 0, 32
noise_note 3, 11, 0, 33
noise_note 3, 12, 0, 34
noise_note 15, 13, 2, 36
sound_ret
| 19.875 | 25 | 0.685535 |
a4c3686b0c6d6c4316b2383ca1ed019a8ec780e2 | 1,611 | asm | Assembly | bcm-secimage/gmp-6.0.0/mpn/udiv.asm | hixio-mh/citadel_sdk_2.1.1 | bd15f6ae6c4b39c069d5beefa30c820e351d3b52 | [
"Apache-2.0"
] | null | null | null | bcm-secimage/gmp-6.0.0/mpn/udiv.asm | hixio-mh/citadel_sdk_2.1.1 | bd15f6ae6c4b39c069d5beefa30c820e351d3b52 | [
"Apache-2.0"
] | null | null | null | bcm-secimage/gmp-6.0.0/mpn/udiv.asm | hixio-mh/citadel_sdk_2.1.1 | bd15f6ae6c4b39c069d5beefa30c820e351d3b52 | [
"Apache-2.0"
] | null | null | null | dnl x86 mpn_udiv_qrnnd -- 2 by 1 limb division
dnl Copyright 1999, 2000, 2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesser General Public... | 30.396226 | 79 | 0.740534 |
52934041c81e1a3e52f875db0fbf43c56003c186 | 615 | asm | Assembly | programs/oeis/160/A160094.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/160/A160094.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/160/A160094.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A160094: 1 + the number of trailing zeros in n (A122840).
; 1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,... | 61.5 | 501 | 0.520325 |
d92f84425a354d6283c95c5a73094d9fbfef9de4 | 673 | asm | Assembly | oeis/061/A061705.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/061/A061705.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/061/A061705.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A061705: Number of matchings in the wheel graph with n spokes.
; Submitted by Jon Maiga
; 2,5,10,19,36,66,120,215,382,673,1178,2050,3550,6121,10514,17999,30720,52290,88788,150427,254342,429245,723190,1216514,2043386,3427661,5742490,9609355,16062492,26821698,44744688,74576735,124192270,206650201,343594514,570877954,94... | 48.071429 | 493 | 0.811293 |
05c5047d5f138c9b12d4bb17480c4bd6ee704ef5 | 4,644 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_543.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_543.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_543.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 %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x929, %rbp
nop
nop
nop
nop
and %rdi, %rdi
mov $0x6162636465666768, %r14
movq %r14, %xmm6
vmovups %ymm6, (%rbp)
nop
nop
nop
nop
and %r14, %r14
lea addresses_UC_ht+0xc129, %rsi
lea addre... | 51.6 | 2,999 | 0.663006 |
e9e1d7290ae57b2a1fcde435b8530855ea57b972 | 7,486 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_864.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_/i9-9900K_12_0xa0.log_21829_864.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_/i9-9900K_12_0xa0.log_21829_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 %r14
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1aded, %r9
nop
nop
xor $59637, %rdx
mov $0x6162636465666768, %rdi
movq %rdi, %xmm7
movups %xmm7, (%r9)
nop
nop
nop
nop
nop
xor %r9, %r9
lea addresses_UC_ht+0x49fd, %r14
clflus... | 34.33945 | 2,999 | 0.652418 |
7143e1ccb45dbb6b48dd9be78f900e9066757c1d | 823 | asm | Assembly | programs/oeis/168/A168538.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/168/A168538.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/168/A168538.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A168538: a(n) = (n+6)*(n+1)*(n^2 + 7*n + 16)/4.
; 0,24,84,204,414,750,1254,1974,2964,4284,6000,8184,10914,14274,18354,23250,29064,35904,43884,53124,63750,75894,89694,105294,122844,142500,164424,188784,215754,245514,278250,314154,353424,396264,442884,493500,548334,607614,671574,740454,814500,893964,979104,1070184,1167... | 102.875 | 735 | 0.818955 |
ff40b3d025e29b1b9265acb096bfac7462516278 | 1,062 | asm | Assembly | sk/sfx/CC.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | sk/sfx/CC.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | sk/sfx/CC.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Sound_CC_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_CC_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $02
smpsHeaderSFXChannel cFM3, Sound_CC_FM3, $00, $06
smpsHeaderSFXChannel cFM4, Sound_CC_FM4, $00, $06
; FM3 Data
Sound_CC_FM3:
dc.b nE0, $03, nC0, $07, nA0, $0A, nEb1, $07
; FM4 Data
Sound_... | 26.55 | 62 | 0.629002 |
5932ed4e76680dc002cff58e555c0756f96a6d17 | 5,966 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1240.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1240.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1240.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x119be, %rsi
lea addresses_WT_ht+0x11c76, %rdi
nop
nop
nop
nop
nop
add $20639, %r12
mov $113, %rcx
rep movsw
xor %r8, %r8
lea addresses_D_ht+0x4e3e, %rbp
clflush (%rbp)
nop
nop... | 42.312057 | 2,999 | 0.660744 |
30b5173979dd23e5289285bfe36af19f8b8fc7bd | 1,227 | asm | Assembly | src/public/src/FM7/util/rs232cLoader/minloader.asm | rothberg-cmu/rothberg-run | a42df5ca9fae97de77753864f60d05295d77b59f | [
"MIT"
] | 1 | 2019-08-10T00:24:09.000Z | 2019-08-10T00:24:09.000Z | src/public/src/FM7/util/rs232cLoader/minloader.asm | rothberg-cmu/rothberg-run | a42df5ca9fae97de77753864f60d05295d77b59f | [
"MIT"
] | null | null | null | src/public/src/FM7/util/rs232cLoader/minloader.asm | rothberg-cmu/rothberg-run | a42df5ca9fae97de77753864f60d05295d77b59f | [
"MIT"
] | 2 | 2019-05-01T03:11:10.000Z | 2019-05-01T03:30:35.000Z | ORG $2000
; IO_RS232C_CMD $FD07 (7,U)
; IO_RS232C_DATA $FD06 (6,U)
; IO_RS232C_ENABLE $FD0C ($0C,U) FM77AV20/40 and newer only
; IO_RS232C_MODE $FD0B ($0B,U) FM77AV20/40 and newer only
; 2019/01/20 In FM-7 (original) FD0B works as FD0F (RAM mode on/off)
LEAX RESET_CMD,PCR
LD... | 28.534884 | 73 | 0.597392 |
206b957b0e49c4ac6184f5785d3a51a33f450c5f | 4,055 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_726.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_0xca_notsx.log_21829_726.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_0xca_notsx.log_21829_726.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %rcx
lea addresses_D_ht+0x7a42, %rcx
nop
nop
nop
nop
cmp $19382, %r12
mov $0x6162636465666768, %r15
movq %r15, (%rcx)
nop
add %r14, %r14
pop %rcx
pop %r15
pop %r14
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
p... | 64.365079 | 2,999 | 0.662885 |
e5d92208075d37e05cd3f82b0381467e966c7463 | 10,625 | asm | Assembly | P6/data_P6_2/MDTest161.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6_2/MDTest161.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/MDTest161.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | ori $ra,$ra,0xf
lb $4,7($0)
srav $5,$1,$5
mfhi $4
addu $3,$4,$3
mtlo $4
mfhi $2
mult $3,$5
sb $1,3($0)
lb $1,2($0)
addu $5,$2,$4
mthi $1
ori $6,$3,34044
div $1,$ra
div $1,$ra
addu $6,$5,$1
lb $1,14($0)
multu $1,$2
divu $4,$ra
srav $4,$2,$1
mflo $3
sb $0,6($0)
lb $4,1($0)
sb $5,12($0)
addiu $6,$6,-10587
mult $1,$2
lb $0... | 11.938202 | 18 | 0.5632 |
330c9b1958abcaaa16cb93e9d2ede486869ba72f | 89,840 | asm | Assembly | AudioDriver/SoundSystem.asm | adamsmasher/bustfree | 446d6777f42d3baa57f29ec9e4613a3e5cd4afe9 | [
"MIT"
] | null | null | null | AudioDriver/SoundSystem.asm | adamsmasher/bustfree | 446d6777f42d3baa57f29ec9e4613a3e5cd4afe9 | [
"MIT"
] | null | null | null | AudioDriver/SoundSystem.asm | adamsmasher/bustfree | 446d6777f42d3baa57f29ec9e4613a3e5cd4afe9 | [
"MIT"
] | null | null | null |
INCLUDE "AudioDriver/SoundSystemNotes.inc"
INCLUDE "AudioDriver/SoundSystem.def"
INCLUDE "AudioDriver/SoundSystem.inc"
; tabs=8,hard
;***************************************************************************************************************************
;* default behaviors
;**************************************... | 23.830239 | 124 | 0.610174 |
6c560f38447223ccc3f345c57c26a1dda6b9a74b | 104 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fsdiv.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fsdiv.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fsdiv.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC ___fsdiv
EXTERN cm48_sdccixp_dsdiv
defc ___fsdiv = cm48_sdccixp_dsdiv
| 11.555556 | 34 | 0.855769 |
a4738e6c6e5a66d960612663867d30d4fa7830f5 | 1,324 | asm | Assembly | sw/552tests/rand_simple/t_2_stu.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/rand_simple/t_2_stu.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/rand_simple/t_2_stu.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | // seed 2
lbi r0, 38 // icount 0
slbi r0, 147 // icount 1
lbi r1, 211 // icount 2
slbi r1, 113 // icount 3
lbi r2, 182 // icount 4
slbi r2, 149 // icount 5
lbi r3, 41 // icount 6
slbi r3, 110 // icount 7
lbi r4, 157 // icount 8
slbi r4, 155 // icount 9
lbi r5, 65 // icount 10
slbi r5, 224 // icount 11
lbi r6, 194 // ic... | 25.960784 | 28 | 0.617069 |
e6939f4d6e5408358417dcb765743b6d7d5dbf48 | 503 | asm | Assembly | libsrc/z88/savescr.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/z88/savescr.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/z88/savescr.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;
; Small C+ Runtime Library
;
; Z88 Application functions
;
; *** Z88 SPECIFIC FUNCTION - probably no equiv for your machine! ***
;
; 11/4/99
;
; Save User Screen
;
; int savescr(void)
;
; Returns 0 on failure, or handle on success
XLIB savescr
... | 16.766667 | 75 | 0.471173 |
e252a85b4d6aa6ae103e4cf9a1ce0dc421ee5e71 | 208 | asm | Assembly | unordnung_auch_assembler/asm/attiny13/blinker-16bit-Counter.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | unordnung_auch_assembler/asm/attiny13/blinker-16bit-Counter.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | unordnung_auch_assembler/asm/attiny13/blinker-16bit-Counter.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | .include "myTiny13.h"
Main:
sbi DDRB, 4
Bittoggle:
ldi A, 0b00010000
in B, PINB
eor A, B
out PORTB, A
ldi XH, 255 ; X := 128k
ldi XL, 255
Loop:
sbiw X, 1 ; X = X-1
breq Bittoggle
rjmp Loop
| 12.235294 | 25 | 0.610577 |
c877e13c72f69b3f67cbf2e2c8f6184d9018f227 | 1,836 | asm | Assembly | old/arithmetic/fpmacros.asm | paulscottrobson/mega65-basic | 33c87e8b67f6c39b47286264976f6a63ab2673d6 | [
"MIT"
] | null | null | null | old/arithmetic/fpmacros.asm | paulscottrobson/mega65-basic | 33c87e8b67f6c39b47286264976f6a63ab2673d6 | [
"MIT"
] | null | null | null | old/arithmetic/fpmacros.asm | paulscottrobson/mega65-basic | 33c87e8b67f6c39b47286264976f6a63ab2673d6 | [
"MIT"
] | null | null | null | ; *******************************************************************************************
; *******************************************************************************************
;
; Name : fpmacros.asm
; Purpose : Floating Point Macros
; Date : 11th August 2019
; Author : Paul Robson (paul@robsons.org... | 16.540541 | 93 | 0.382898 |
b0969432daa42bf1bd52531e0dbcd553057dcf20 | 2,176 | asm | Assembly | core/x86/RC4.asm | mshafiqsb/Amber | 1117babcd42c5d4c8a5e33f39d84dd1ce15933a8 | [
"MIT"
] | null | null | null | core/x86/RC4.asm | mshafiqsb/Amber | 1117babcd42c5d4c8a5e33f39d84dd1ce15933a8 | [
"MIT"
] | null | null | null | core/x86/RC4.asm | mshafiqsb/Amber | 1117babcd42c5d4c8a5e33f39d84dd1ce15933a8 | [
"MIT"
] | null | null | null | ;-----------------------------------------------------------------------------;
; Authors: Michael Schierl, Ege Balcı
; Version: 2.0 (02 December 2017)
;-----------------------------------------------------------------------------;
[BITS 32]
; Input: EBP - Data to decode
; ESI - Key
; ECX - Data size
; EDI... | 35.096774 | 83 | 0.504596 |
a08c09d8f8b33e9289e9584b18f296d75a93929f | 7,410 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_xt_/i9-9900K_12_0xa0_notsx.log_2213_817.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_xt_/i9-9900K_12_0xa0_notsx.log_2213_817.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_xt_/i9-9900K_12_0xa0_notsx.log_2213_817.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x13439, %rsi
lea addresses_normal_ht+0x1a17f, %rdi
nop
nop
nop
nop
nop
xor $15092, %r14
mov $28, %rcx
rep movsl
nop
and $14452, %r14
lea addresses_WT_ht+0x750f, %rsi
lea a... | 34.626168 | 2,999 | 0.655735 |
49c1e1fd2fc50ecef5694777eb62f23afdd122e3 | 295 | asm | Assembly | programs/oeis/155/A155559.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/155/A155559.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/155/A155559.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A155559: a(n) = 2*A131577(n).
; 0,2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536,131072,262144,524288,1048576,2097152,4194304,8388608,16777216,33554432,67108864,134217728,268435456,536870912,1073741824,2147483648,4294967296,8589934592
mov $1,2
pow $1,$0
pow $2,$0
sub $1,$2
| 36.875 | 222 | 0.762712 |
f1d3bacb2e0dcfdfc0f1221db8ebc0be04f7951c | 7,319 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2324.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.log_21829_2324.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.log_21829_2324.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 %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xd53e, %rcx
nop
nop
and %r10, %r10
movb (%rcx), %r15b
and $31690, %r15
lea addresses_UC_ht+0x15b4e, %rdi
nop
nop
and $8070, %rsi
mov $0x6162636465666768, %rbp
movq %rbp, %xmm4
and $0xff... | 36.778894 | 2,999 | 0.654461 |
fe99d7db6059974cd23b0fc62dd51e597cd49ac9 | 58 | asm | Assembly | emulator/test.asm | paulscottrobson/scmp-williamson-machine | 7a0cbe529d41dff9c7a3e1419765482aa164c408 | [
"MIT"
] | null | null | null | emulator/test.asm | paulscottrobson/scmp-williamson-machine | 7a0cbe529d41dff9c7a3e1419765482aa164c408 | [
"MIT"
] | null | null | null | emulator/test.asm | paulscottrobson/scmp-williamson-machine | 7a0cbe529d41dff9c7a3e1419765482aa164c408 | [
"MIT"
] | null | null | null |
cpu sc/mp
bootloader:
nop
ccl
ldi 0x36
dai 0x65 | 7.25 | 11 | 0.637931 |
84a12cf35403b37446567907cbbb5937f3ff6237 | 6,485 | asm | Assembly | Code/CustomControl/RADebug/RADebug/Breakpoint.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 11 | 2016-12-03T16:35:42.000Z | 2022-03-26T06:02:53.000Z | Code/CustomControl/RADebug/RADebug/Breakpoint.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 1 | 2018-02-24T20:17:46.000Z | 2018-03-02T08:57:40.000Z | Code/CustomControl/RADebug/RADebug/Breakpoint.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 4 | 2018-10-19T01:14:55.000Z | 2021-09-11T18:51:48.000Z |
.code
ClearBreakpoints proc
invoke RtlZeroMemory,offset breakpoint,sizeof breakpoint
invoke RtlZeroMemory,offset szBPSourceName,sizeof szBPSourceName
ret
ClearBreakpoints endp
AddBreakpoint proc uses ebx esi,nLine:DWORD,lpFileName:DWORD
mov esi,offset szBPSourceName
mov ebx,0
.while byte pt... | 21.54485 | 83 | 0.659368 |
654049e45074855eaa08948f9cbd8855411cfb53 | 434 | asm | Assembly | audio/sfx/battle_34.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | audio/sfx/battle_34.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | audio/sfx/battle_34.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | SFX_Battle_34_Ch5:
duty_cycle_pattern 3, 2, 3, 1
square_note 8, 15, -7, 1016
square_note 15, 15, -7, 1024
square_note 15, 15, 3, 1024
sound_ret
SFX_Battle_34_Ch6:
duty_cycle_pattern 2, 3, 1, 0
square_note 8, 14, -7, 960
square_note 15, 14, -7, 960
square_note 15, 14, 3, 960
sound_ret
SFX_Battle_34_Ch8:
n... | 18.869565 | 30 | 0.698157 |
5a526b713a60a16fcd88bb6d27a53c70f14bc3c8 | 469 | asm | Assembly | programs/oeis/125/A125145.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/125/A125145.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/125/A125145.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A125145: a(n) = 3a(n-1) + 3a(n-2). a(0) = 1, a(1) = 4.
; 1,4,15,57,216,819,3105,11772,44631,169209,641520,2432187,9221121,34959924,132543135,502509177,1905156936,7222998339,27384465825,103822392492,393620574951,1492328902329,5657848431840,21450532002507,81325141303041,308327019916644,1168956483659055,4431850510727097... | 24.684211 | 263 | 0.703625 |
1a9a7f0820fadbbc0605042109d85d2a048701a2 | 128 | asm | Assembly | dsp++/src/arch/x86/xxgetbv.asm | andrzejc/dsp- | fd39d2395a37ade36e3b551d261de0177b78296b | [
"MIT"
] | null | null | null | dsp++/src/arch/x86/xxgetbv.asm | andrzejc/dsp- | fd39d2395a37ade36e3b551d261de0177b78296b | [
"MIT"
] | null | null | null | dsp++/src/arch/x86/xxgetbv.asm | andrzejc/dsp- | fd39d2395a37ade36e3b551d261de0177b78296b | [
"MIT"
] | null | null | null | .CODE
xxgetbv PROC
mov ecx, [esp + 4]
xgetbv
; db 0fh
; db 01h
; db d0h
ret
xxgetbv ENDP
END | 12.8 | 34 | 0.492188 |
1afb9ef2b2621da961e3d5692129ecfa9d4dd3d3 | 596 | asm | Assembly | oeis/161/A161712.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/161/A161712.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/161/A161712.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A161712: a(n) = (4*n^3 - 6*n^2 + 8*n + 3)/3.
; 1,3,9,27,65,131,233,379,577,835,1161,1563,2049,2627,3305,4091,4993,6019,7177,8475,9921,11523,13289,15227,17345,19651,22153,24859,27777,30915,34281,37883,41729,45827,50185,54811,59713,64899,70377,76155,82241,88643,95369,102427,109825,117571,125673,134139,142977,152195,161... | 66.222222 | 500 | 0.771812 |
763ee230756506acdda4be18d62ecfb9a8742db0 | 479 | asm | Assembly | libsrc/_DEVELOPMENT/math/integer/l_mulu_40_32x8.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/integer/l_mulu_40_32x8.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/integer/l_mulu_40_32x8.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
INCLUDE "clib_cfg.asm"
SECTION code_math
PUBLIC l_mulu_40_32x8
; compute: adehl = dehl * a
; alters : af, bc, de, hl, ixh
IF __CLIB_OPT_IMATH <= 50
EXTERN l_small_mul_40_32x8
l_mulu_40_32x8:
exx
push bc
push de
push hl
exx
call l_small_mul_40_32x8
exx
pop h... | 10.886364 | 44 | 0.647182 |
715aa7a875933a461aacebbe571140b35fa42e53 | 663 | asm | Assembly | oeis/032/A032121.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/032/A032121.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/032/A032121.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A032121: Number of reversible strings with n beads of 4 colors.
; Submitted by Jon Maiga
; 1,4,10,40,136,544,2080,8320,32896,131584,524800,2099200,8390656,33562624,134225920,536903680,2147516416,8590065664,34359869440,137439477760,549756338176,2199025352704,8796095119360,35184380477440,140737496743936,562949986975744... | 51 | 494 | 0.850679 |
6aa21bd45c9287af585ee7036eebc6f40e46742c | 416 | asm | Assembly | programs/oeis/277/A277977.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/277/A277977.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/277/A277977.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A277977: a(n) = n*(1-3n+2*n^2+2*n^3)/2.
; 0,1,19,96,298,715,1461,2674,4516,7173,10855,15796,22254,30511,40873,53670,69256,88009,110331,136648,167410,203091,244189,291226,344748,405325,473551,550044,635446,730423,835665,951886,1079824,1220241,1373923,1541680,1724346
mov $1,1
sub $1,$0
mov $2,$0
pow $2,2
sub $2,$1
add... | 21.894737 | 225 | 0.670673 |
51bfeedad5e7947878a2be4df56c336584815277 | 1,801 | asm | Assembly | sadi.asm | NotExactlySiev/rohama | ba422358cdd773068c5d246f869b1f72166eb8a7 | [
"CC0-1.0"
] | null | null | null | sadi.asm | NotExactlySiev/rohama | ba422358cdd773068c5d246f869b1f72166eb8a7 | [
"CC0-1.0"
] | null | null | null | sadi.asm | NotExactlySiev/rohama | ba422358cdd773068c5d246f869b1f72166eb8a7 | [
"CC0-1.0"
] | null | null | null | mkfile: subroutine
ldy #0 ; first find empty row
lda #$00
sta $1
lda #$60
sta $2
.mf_l lda ($1),x
beq .mf_o
lda $1
clc
adc #12
sta $1
bne .mf_j
inc $2
.mf_j jmp .mf_l
.mf_o
lda #1
.mf_l2 sta ($1),y ; write table information
iny
... | 16.522936 | 60 | 0.428651 |
0e723fd26ee9b291aa89f34f49c106e8cbe16c43 | 7,193 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2506.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.log_21829_2506.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.log_21829_2506.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 %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xd642, %rdi
nop
nop
and $60117, %r9
mov (%rdi), %r14w
xor %rdx, %rdx
lea addresses_WT_ht+0xa262, %r10
nop
sub %r14, %r14
mov (%r10), %rdi
nop
nop
nop
nop
nop
lfence
... | 33.769953 | 2,999 | 0.656889 |
911178756eb25a82d95a99bde00ad0d19056a3c6 | 5,371 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1180.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1180.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1180.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x189c5, %r9
nop
nop
nop
nop
nop
xor %rdx, %rdx
movups (%r9), %xmm2
vpextrq $0, %xmm2, %rax
dec %r11
lea addresses_A_ht+0x48c5, %r13
add $2973, %r10
mov (%r13), %r9d
... | 44.02459 | 2,999 | 0.657978 |
64cba0c0772e13471aac3c5e9ef8432615533127 | 6,660 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_9.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_9.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_9.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 %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x157d7, %rsi
lea addresses_WT_ht+0xe6ff, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
sub %rbp, %rbp
mov $77, %rcx
rep movsq
nop
nop
xor $6650, %rax
lea addresses_A_ht+0x1ae5f, %rsi
lea addr... | 37.206704 | 2,999 | 0.657808 |
1da8d5946828f4e33a3e826c23a747ccfcf641f2 | 1,026 | asm | Assembly | 2020 Fall E C E 252/HW08/HW08B/HW08/hw08.asm | jsswd888/2020_FALL_UW_MADISON | 8bfb4616ec8d9c609ef0e15111ac98cfb1af9a65 | [
"MIT"
] | null | null | null | 2020 Fall E C E 252/HW08/HW08B/HW08/hw08.asm | jsswd888/2020_FALL_UW_MADISON | 8bfb4616ec8d9c609ef0e15111ac98cfb1af9a65 | [
"MIT"
] | null | null | null | 2020 Fall E C E 252/HW08/HW08B/HW08/hw08.asm | jsswd888/2020_FALL_UW_MADISON | 8bfb4616ec8d9c609ef0e15111ac98cfb1af9a65 | [
"MIT"
] | null | null | null | ; Filename: hw08.asm
; Author(s): KAIWEN SHI
; kshi42@wisc.edu
;
; Description: Performs various operations on values in
; various memory locations
.ORIG x0200
START
LEA R5, data ; get pointer to data array
; YOUR CODE GOES BELOW HERE
LEA R0, A
LEA R1, B
LEA R2... | 24.428571 | 67 | 0.512671 |
255dc837246eac8e77021015312be1d39f032f0c | 12,466 | asm | Assembly | P6/data_P6_2/ALUTest33.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6_2/ALUTest33.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/ALUTest33.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | nor $6,$3,$3
xori $5,$2,20560
sltiu $5,$3,28288
lbu $3,0($0)
addiu $3,$6,-1646
andi $3,$5,15901
addiu $3,$5,30642
srav $3,$4,$3
or $5,$4,$3
lhu $3,16($0)
ori $6,$5,21146
srl $1,$3,18
srav $5,$4,$3
sh $4,14($0)
sll $6,$2,24
addu $3,$4,$3
slti $1,$3,-29877
subu $3,$3,$3
sb $6,11($0)
andi $4,$4,18385
slt $5,$3,$3
addu $6,... | 14.022497 | 18 | 0.519814 |
c40a456a573a846c095f23323ded0944e963c51d | 3,495 | asm | Assembly | programs/oeis/053/A053367.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/053/A053367.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053367.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A053367: Partial sums of A050494.
; 1,11,63,255,825,2277,5577,12441,25740,50050,92378,163098,277134,455430,726750,1129854,1716099,2552517,3725425,5344625,7548255,10508355,14437215,19594575,26295750,34920756,45924516,59848228,77331980,99128700,126119532,159330732,199952181,249357615,309126675,381068883,467249653,57001... | 249.642857 | 3,329 | 0.908727 |
f28620691b3ca15a4f5ed7f7dc76f2d888fec57a | 947 | asm | Assembly | Lista2/Lista2/Parte2/Programa14.asm | GustavoLR548/ACII-GLR | 135690945f5e29938ef640a3d5475f8a12dbd76c | [
"MIT"
] | 1 | 2021-11-03T17:22:02.000Z | 2021-11-03T17:22:02.000Z | Lista2/Lista2/Parte2/Programa14.asm | GustavoLR548/ACII-GLR | 135690945f5e29938ef640a3d5475f8a12dbd76c | [
"MIT"
] | null | null | null | Lista2/Lista2/Parte2/Programa14.asm | GustavoLR548/ACII-GLR | 135690945f5e29938ef640a3d5475f8a12dbd76c | [
"MIT"
] | null | null | null | .data
TEMP: .word 51
FLAG: .word -2
.text
#Pegando o endereco base da data
main:
ori $t0,$zero,0x1001 # t0 = 1001 # Observacao: t0 eh o vetor
sll $t0,$t0,16 # t0 = t0 *= 2^16 = 10010000
addi $t1,$zero, 30 # t1 = 0 + 30
addi $t2,$zero, 50 # t2 = 0 + 50
lw $s0,0($t0) # Resgatar o valor em "0(t0)"
#Primeiro Teste do ... | 27.852941 | 101 | 0.619852 |
eec3fbb19366443d0be4a87ec3546cadbc617c9d | 8,320 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_1073.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_0x48.log_21829_1073.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_0x48.log_21829_1073.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 %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x860e, %r13
add $10203, %r8
mov (%r13), %rsi
nop
nop
and %r11, %r11
lea addresses_D_ht+0x15cde, %rsi
lea addresses_WC_ht+0x64de, %rdi
xor %rbx, %rbx
mov $19, %rcx
rep movsq
no... | 31.877395 | 2,999 | 0.652043 |
9ee3b34e9b0f5925e8ec918adfd382db1fd9ea52 | 541 | asm | Assembly | oeis/122/A122865.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/122/A122865.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/122/A122865.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A122865: Expansion of chi(x) * phi(x^3) * psi(-x^3) in powers of x where chi(), phi(), psi() are Ramanujan theta functions.
; Submitted by Jon Maiga
; 1,1,0,2,2,1,0,0,3,0,0,2,2,2,0,0,1,2,0,2,2,1,0,0,2,0,0,2,4,0,0,0,2,3,0,2,2,0,0,0,1,0,0,4,0,2,0,0,4,2,0,0,2,2,0,0,3,0,0,2,2,0,0,0,2,1,0,2,4,2,0,0,0,0,0,2,2,2,0,0,2,2,0,4... | 67.625 | 201 | 0.621072 |
9eed617d83ecde655bef522f73f86e62a0b5dec6 | 2,311 | asm | Assembly | projects/07/StackArithmetic/StackTest/StackTest.asm | RobertCurry0216/nand2tetris | 5be3e68b921561f9358b28876e1573b093f1244b | [
"MIT"
] | null | null | null | projects/07/StackArithmetic/StackTest/StackTest.asm | RobertCurry0216/nand2tetris | 5be3e68b921561f9358b28876e1573b093f1244b | [
"MIT"
] | null | null | null | projects/07/StackArithmetic/StackTest/StackTest.asm | RobertCurry0216/nand2tetris | 5be3e68b921561f9358b28876e1573b093f1244b | [
"MIT"
] | null | null | null | // push constant 17
@17
D=A
@SP
A=M
M=D
@SP
M=M+1
// push constant 17
@17
D=A
@SP
A=M
M=D
@SP
M=M+1
// eq
@SP
AM=M-1
D=M
A=A-1
D=M-D
@is-eq-9
D;JEQ
@end-9
D=0;JMP
(is-eq-9)
D=-1
(end-9)
@SP
A=M-1
M=D
// push constant 17
@17
D=A
@SP
A=M
M=D
@SP
M=M+1
// push constant 16
@16
D=A
@SP
A=M
M=D
@SP
M=M+1
// eq
@SP
AM=M-1
D=M... | 6.401662 | 22 | 0.564258 |
799d4e44a836b68a418c8a2a5dc47e6abf2fe0b6 | 1,762 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_261_1272.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_261_1272.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_261_1272.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 %r11
push %r14
push %r15
push %r8
push %r9
push %rbp
push %rdx
// Store
mov $0x6e95dd0000000ed4, %r11
nop
nop
nop
add %rbp, %rbp
movl $0x51525354, (%r11)
nop
nop
nop
nop
nop
xor %r11, %r11
// Faulty Load
lea addresses_PSE+... | 29.366667 | 782 | 0.655505 |
157d0dedfb05c1fd20994b5969b8c91a5c2f33d0 | 7,558 | asm | Assembly | Transynther/x86/_processed/US/_st_sm_/i7-8650U_0xd2.log_10252_56.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_sm_/i7-8650U_0xd2.log_10252_56.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_sm_/i7-8650U_0xd2.log_10252_56.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 %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x10d13, %r13
nop
nop
nop
nop
add %r11, %r11
mov (%r13), %r15w
nop
nop
xor $38807, %rsi
lea addresses_D_ht+0xaa43, %rsi
lea addresses_WT_ht+0xde43, %rdi
nop
nop
dec %r13
mov $... | 33.295154 | 2,999 | 0.657052 |
7b0f7b77b77652b77b63ffca9a490d564299b745 | 1,866 | asm | Assembly | MegaTest.asm | tifa64/SIC-XE-Assembler- | ac89abcf400b63b8ddfe79b7fb7d78e624b558dc | [
"MIT"
] | null | null | null | MegaTest.asm | tifa64/SIC-XE-Assembler- | ac89abcf400b63b8ddfe79b7fb7d78e624b558dc | [
"MIT"
] | null | null | null | MegaTest.asm | tifa64/SIC-XE-Assembler- | ac89abcf400b63b8ddfe79b7fb7d78e624b558dc | [
"MIT"
] | null | null | null | COPY START 0
FIRST STL RETADR 17202D
LDB #LENGTH 69202D
BASE LENGTH
CLOOP +JSUB RDREC 4B101036
LDA LENGTH 032026
COMP #0 290000
JEQ ENDFIL 332007
+JSUB WRREC ... | 35.884615 | 43 | 0.371383 |
ac6a3e96c173923aaae2bef98ace3c35861cc86c | 154 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/copysign_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/copysign_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/lm/c/sccz80/copysign_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC copysign_callee
EXTERN cm48_sccz80_copysign_callee
defc copysign_callee = cm48_sccz80_copysign_callee
| 15.4 | 50 | 0.88961 |
7221c2d962e2c27c9b8f4a76217429ee65090758 | 1,710 | asm | Assembly | host/sgx/windows/host_context.asm | thomasten/openenclave | 1b5038127636e03b1b532f47191802beff61abf7 | [
"MIT"
] | null | null | null | host/sgx/windows/host_context.asm | thomasten/openenclave | 1b5038127636e03b1b532f47191802beff61abf7 | [
"MIT"
] | null | null | null | host/sgx/windows/host_context.asm | thomasten/openenclave | 1b5038127636e03b1b532f47191802beff61abf7 | [
"MIT"
] | null | null | null | ;; Copyright (c) Open Enclave SDK contributors.
;; Licensed under the MIT License.
OE_CONTEXT_FLAGS EQU 00
OE_CONTEXT_RBX EQU 08
OE_CONTEXT_RDI EQU 16
OE_CONTEXT_RSI EQU 24
OE_CONTEXT_R12 EQU 32
OE_CONTEXT_R13 EQU 40
OE_CONTEXT_R14 EQU 48
OE_CONTEXT_R15 EQU 56
OE_CONTEXT_FLOAT ... | 21.64557 | 77 | 0.687719 |
05212f4e972e1d4c17c2adcc3e368d2538d07d87 | 272 | asm | Assembly | input/test6.asm | needsguidance/Semref | 28cbaf2d953e982b22b929516c5e39f7b1c93ffb | [
"MIT"
] | 1 | 2019-11-12T22:03:04.000Z | 2019-11-12T22:03:04.000Z | input/test6.asm | needsguidance/Semref | 28cbaf2d953e982b22b929516c5e39f7b1c93ffb | [
"MIT"
] | 12 | 2019-10-27T00:14:05.000Z | 2019-12-02T22:03:16.000Z | input/test6.asm | needsguidance/Semref | 28cbaf2d953e982b22b929516c5e39f7b1c93ffb | [
"MIT"
] | 1 | 2020-05-21T11:56:43.000Z | 2020-05-21T11:56:43.000Z | org 0
JMPADDR start:
a db A
b db B
suma db 0
resta db 0
and db 0
start:
LOADIM R1, #5
LOADIM R2, #F
ADD R3, R1, R2
STORE suma, R3
SUB R3, R1, R2
STORE resta, R3
AND R3, R1, R2
STORE and, R3
fin:
JMPADDR fin | 15.111111 | 19 | 0.518382 |
7a17e847c64a73b2736315d5e36a737cc5491cba | 63,769 | asm | Assembly | examples/pxScene2d/external/libnode-v10.15.3/deps/openssl/config/archs/VC-WIN32/asm/crypto/aes/aes-586.asm | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 918 | 2016-12-22T02:53:08.000Z | 2022-03-22T06:21:35.000Z | examples/pxScene2d/external/libnode-v10.15.3/deps/openssl/config/archs/VC-WIN32/asm/crypto/aes/aes-586.asm | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 1,432 | 2017-06-21T04:08:48.000Z | 2020-08-25T16:21:15.000Z | examples/pxScene2d/external/libnode-v10.15.3/deps/openssl/config/archs/VC-WIN32/asm/crypto/aes/aes-586.asm | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 317 | 2017-06-20T19:57:17.000Z | 2020-09-16T10:28:30.000Z | %ifidn __OUTPUT_FORMAT__,obj
section code use32 class=code align=64
%elifidn __OUTPUT_FORMAT__,win32
$@feat.00 equ 1
section .text code align=64
%else
section .text code
%endif
align 16
__x86_AES_encrypt_compact:
mov DWORD [20+esp],edi
xor eax,DWORD [edi]
xor ebx,DWORD [4+edi]
xor ecx,DWORD [8+edi]
xor edx,DWORD [... | 19.853362 | 57 | 0.732801 |
754fccd97c2631aeaa4817db21a76bbac4fe6f17 | 381 | asm | Assembly | programs/oeis/029/A029578.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/029/A029578.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/029/A029578.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A029578: The natural numbers interleaved with the even numbers.
; 0,0,1,2,2,4,3,6,4,8,5,10,6,12,7,14,8,16,9,18,10,20,11,22,12,24,13,26,14,28,15,30,16,32,17,34,18,36,19,38,20,40,21,42,22,44,23,46,24,48,25,50,26,52,27,54,28,56,29,58,30,60,31,62,32,64,33,66,34,68,35,70,36,72,37,74,38,76,39,78,40,80,41,82,42,84,43,86,44,... | 54.428571 | 286 | 0.664042 |
4def49ab7f129e977567141d40cb2a45dad08efb | 247 | asm | Assembly | testcases/jsr.asm | Moodrammer/PDP-11 | fe05d524581d15697c2e56b7d2da868e9d7d8729 | [
"MIT"
] | 9 | 2021-01-22T15:08:49.000Z | 2021-12-13T12:51:14.000Z | testcases/jsr.asm | Etshawy1/PDP-11 | fe05d524581d15697c2e56b7d2da868e9d7d8729 | [
"MIT"
] | null | null | null | testcases/jsr.asm | Etshawy1/PDP-11 | fe05d524581d15697c2e56b7d2da868e9d7d8729 | [
"MIT"
] | 2 | 2021-01-23T12:39:23.000Z | 2021-01-26T00:33:41.000Z | MOV #1800,R6 ;address 0 to initialize stack pointer
JSR serviceRoutine ;address 2
mov #15, R4 ;address 4
HLT ; address 6
serviceRoutine
mov #2, R1 ;address 7
loopa:
ADD #20,R0 ;address 9
dec R1 ; address 11
bne loopa ;address 12
RTS ; address 13
| 20.583333 | 51 | 0.740891 |
0ae52fec5841696063ab7852d6aa3ffc8cea1dc4 | 318 | asm | Assembly | examples/asm/multiply_two_numbers.asm | nickgammon/G-Pascal | 993005f39ff6b0334bd44b65cf35f82b36aacc8e | [
"MIT"
] | 7 | 2022-03-07T20:06:01.000Z | 2022-03-24T19:08:10.000Z | examples/asm/multiply_two_numbers.asm | nickgammon/G-Pascal | 993005f39ff6b0334bd44b65cf35f82b36aacc8e | [
"MIT"
] | null | null | null | examples/asm/multiply_two_numbers.asm | nickgammon/G-Pascal | 993005f39ff6b0334bd44b65cf35f82b36aacc8e | [
"MIT"
] | 2 | 2022-03-18T14:40:21.000Z | 2022-03-24T15:44:31.000Z | ;
; put 47302 into value
;
lda #<47302
sta value
lda #>47302
sta value+1
stz value+2
;
; put 55 into value2
;
lda #<55
sta value2
lda #>55
sta value2+1
stz value2+2
;
; multiply them to get the result 2601610
;
jsr exp_multiply
;
; display the result
;
jsr display_in_decimal
; done!
rts
| 11.777778 | 42 | 0.644654 |
680a8547753f9453394326ae892dbf32d95ff25b | 5,997 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1211.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1211.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1211.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x9118, %r13
clflush (%r13)
add %rdi, %rdi
mov (%r13), %edx
nop
mfence
lea addresses_A_ht+0x3b18, %rsi
lea addresses_WC_ht+0x19e18, %rdi
nop
nop
nop
add $42394, %r9
mov $112, %r... | 40.795918 | 2,999 | 0.659496 |
f990b9a879977b6cab1cd708f84837565ebfc7cc | 719 | asm | Assembly | oeis/090/A090658.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/090/A090658.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/090/A090658.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A090658: Numbers n such that n-1 is a prime of the form 4k+3.
; Submitted by Jon Maiga
; 4,8,12,20,24,32,44,48,60,68,72,80,84,104,108,128,132,140,152,164,168,180,192,200,212,224,228,240,252,264,272,284,308,312,332,348,360,368,380,384,420,432,440,444,464,468,480,488,492,500,504,524,548,564,572,588,600,608,620,632,644,... | 34.238095 | 399 | 0.681502 |
c4d8b222c4f4eb82c5395c62b84ef846eca3cca7 | 295 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/ulaplus/c/sccz80/ulap_write_palette_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zx/ulaplus/c/sccz80/ulap_write_palette_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zx/ulaplus/c/sccz80/ulap_write_palette_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void *ulap_write_palette(void *src,unsigned char pent,unsigned char num)
SECTION code_clib
SECTION code_arch
PUBLIC _ulap_write_palette_callee
EXTERN asm_ulap_write_palette
_ulap_write_palette_callee:
pop hl
pop bc
pop de
ex (sp),hl
ld d,c
jp asm_ulap_write_palette
| 15.526316 | 74 | 0.769492 |
e216fde7ced8c56d74abe2f5513a371c70c30520 | 1,829 | asm | Assembly | programs/oeis/048/A048490.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/048/A048490.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/048/A048490.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A048490: a(n)=T(7,n), array T given by A048483.
; 1,9,25,57,121,249,505,1017,2041,4089,8185,16377,32761,65529,131065,262137,524281,1048569,2097145,4194297,8388601,16777209,33554425,67108857,134217721,268435449,536870905,1073741817,2147483641,4294967289,8589934585,17179869177,34359738361,68719476729,137438953465,27487... | 203.222222 | 1,730 | 0.921815 |
5a8031c8e060fa3bca5198d671b664df7768e72c | 376 | asm | Assembly | test/link/section-union/good/b.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | 522 | 2017-02-25T21:10:13.000Z | 2020-09-13T14:26:18.000Z | test/link/section-union/good/b.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | 405 | 2017-02-25T21:32:37.000Z | 2020-09-13T16:43:29.000Z | test/link/section-union/good/b.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | 84 | 2017-02-25T21:10:26.000Z | 2020-09-13T14:28:25.000Z | SECTION UNION "a", WRAM0
a1: ; This is here to check that the two `a1` don't conflict
ds 42
a2::
SECTION UNION "b", WRAMX[$DAB0]
ds 2
b2::
SECTION UNION "c", HRAM[$FFC0]
b1: ; Same but in different sections now
ds 5
c2::
SECTION UNION "d", SRAM,ALIGN[12,$BBA]
ds $1000
d2::
SECTION UNION "e", SRAM,ALIGN[8,$BE]
... | 14.461538 | 60 | 0.656915 |
2f0f01d8f6063fd2482a39e5f5ba1bcd16845f24 | 248 | asm | Assembly | pwnlib/shellcraft/templates/amd64/linux/time.asm | zaratec/pwntools | 8793decd1c9b8c822e3db6c27b9cbf6e8cddfeba | [
"MIT"
] | 5 | 2018-05-15T13:00:56.000Z | 2020-02-09T14:29:00.000Z | pwnlib/shellcraft/templates/amd64/linux/time.asm | FDlucifer/binjitsu | 999ad632004bfc3e623eead20eb11de98fc1f4dd | [
"MIT"
] | null | null | null | pwnlib/shellcraft/templates/amd64/linux/time.asm | FDlucifer/binjitsu | 999ad632004bfc3e623eead20eb11de98fc1f4dd | [
"MIT"
] | 6 | 2017-09-07T02:31:11.000Z | 2021-07-05T16:59:18.000Z |
<%
from pwnlib.shellcraft.amd64.linux import syscall
%>
<%page args="timer"/>
<%docstring>
Invokes the syscall time. See 'man 2 time' for more information.
Arguments:
timer(time_t): timer
</%docstring>
${syscall('SYS_time', timer)}
| 17.714286 | 65 | 0.681452 |
30a9d78a703f9c6df9589a7376c609f555ea71bf | 340 | asm | Assembly | programs/oeis/144/A144855.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/144/A144855.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/144/A144855.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A144855: Number of paths from (1,1) to (n,n) in an n X n grid using only the steps +(1,0), -(1,0), +(0,1) and -(0,1) which do not self-intersect and which avoid any point (p,q) satisfying "(p-1)*n + q is prime".
; 1,0,0,0,0,0,0,254,0,0,0,0,0
mul $0,2
lpb $0
mov $1,$0
dif $0,7
mov $2,10
lpe
sub $1,$2
pow $1,$1
... | 24.285714 | 213 | 0.585294 |
38c421c2339ad3084ddf09ec275028f49f8f32cb | 650 | asm | Assembly | oeis/001/A001254.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001254.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001254.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001254: Squares of Lucas numbers.
; Submitted by Jamie Morken(s2.)
; 4,1,9,16,49,121,324,841,2209,5776,15129,39601,103684,271441,710649,1860496,4870849,12752041,33385284,87403801,228826129,599074576,1568397609,4106118241,10749957124,28143753121,73681302249,192900153616,505019158609,1322157322201,3461452808004,906220... | 43.333333 | 483 | 0.824615 |
896ad7318966a29360d60081bfc33da55eb9b61e | 309 | asm | Assembly | programs/oeis/008/A008368.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/008/A008368.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/008/A008368.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A008368: Number of orbits on points that are at n steps from the origin in the f.c.c. lattice.
; 1,1,3,4,7,8,13,14,20,22,29,31,40
add $0,2
mov $2,$0
div $0,2
sub $2,1
mov $1,$2
add $1,$2
add $1,$0
mul $1,$0
add $1,1
mov $2,7776
add $2,$0
add $1,$2
add $1,1
div $1,3
sub $1,2594
div $1,2
add $1,1
mov $0,$1
| 14.045455 | 96 | 0.608414 |
8e715f61c993c73590e0d85eb7d849104e883395 | 3,832 | asm | Assembly | iod/con2/atmono/gw_pixel.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/atmono/gw_pixel.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/atmono/gw_pixel.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | section gw
* draw in a pixel, filling a line if need be (identical to QL version)
xdef GW_PIXEL
xref bm_block,bm_xblok CS_FILL,CS_OVER
include 'dev8_Minerva_INC_GW'
include 'dev8_Minerva_INC_SD'
include 'dev8_Minerva_INC_HP'
include 'dev8_Minerva_INC_assert'
* The fill buffer is arranged to have space for up ... | 23.95 | 79 | 0.707203 |
5c0f8a019cdfc02b2b805c670366c04dce0f08ce | 3,314 | asm | Assembly | src/hvpp/ia32/context.asm | ExpLife0011/hvpp | 10afdb9aa5628dff8fd8bd206e878b2358a75173 | [
"MIT"
] | 1 | 2018-08-25T15:44:32.000Z | 2018-08-25T15:44:32.000Z | src/hvpp/ia32/context.asm | ExpLife0011/hvpp | 10afdb9aa5628dff8fd8bd206e878b2358a75173 | [
"MIT"
] | null | null | null | src/hvpp/ia32/context.asm | ExpLife0011/hvpp | 10afdb9aa5628dff8fd8bd206e878b2358a75173 | [
"MIT"
] | null | null | null | ;++
;
; Copyright (c) Petr Benes. All rights reserved.
;
; Module:
;
; context.asm
;
; Abstract:
;
; This module implements AMD64-specific code to capture and restore
; the context of the caller.
;
; Author:
;
; Petr Benes (@PetrBenes) 26-Jul-2018 - Initial version
;
; Environment:
;
; Kernel mode only.
;
;... | 22.855172 | 69 | 0.561859 |
d19eb772cffce48d33e76bbcf54dc654e5448f32 | 2,233 | asm | Assembly | third_party/virtualbox/src/VBox/Runtime/common/string/strcpy.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 521 | 2019-03-29T15:44:08.000Z | 2022-03-22T09:46:19.000Z | third_party/virtualbox/src/VBox/Runtime/common/string/strcpy.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 30 | 2019-06-04T17:00:49.000Z | 2021-09-08T20:44:19.000Z | third_party/virtualbox/src/VBox/Runtime/common/string/strcpy.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 99 | 2019-03-29T16:04:13.000Z | 2022-03-28T16:59:34.000Z | ; $Id: strcpy.asm $
;; @file
; IPRT - No-CRT strcpy - AMD64 & X86.
;
;
; Copyright (C) 2006-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistribute it and/or modify it under the terms of the... | 24.811111 | 71 | 0.602777 |
fa4ae05c79b12b78a8687b9675599e99cc1faea2 | 453 | asm | Assembly | programs/oeis/088/A088520.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/088/A088520.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/088/A088520.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A088520: Permutation of natural numbers generated by 3-rowed array shown below.
; 1,5,2,7,4,3,11,8,6,13,10,9,17,14,12,19,16,15,23,20,18,25,22,21,29,26,24,31,28,27,35,32,30,37,34,33,41,38,36,43,40,39,47,44,42,49,46,45,53,50,48,55,52,51,59,56,54,61,58,57,65,62,60,67,64,63,71,68,66,73,70,69
seq $0,116551 ; Permutation ... | 75.5 | 208 | 0.719647 |
379ca7b4068e0123478fad575b603dd7379fdb94 | 604 | asm | Assembly | SO01/kernel.asm | diniremix/NaOS | 3c63475749593418280d688930393006fc88f459 | [
"MIT"
] | null | null | null | SO01/kernel.asm | diniremix/NaOS | 3c63475749593418280d688930393006fc88f459 | [
"MIT"
] | null | null | null | SO01/kernel.asm | diniremix/NaOS | 3c63475749593418280d688930393006fc88f459 | [
"MIT"
] | null | null | null | [ORG 0x0000]
[BITS 16]
cli
mov ax,cs
mov ds,ax
mov es,ax
mov ax,0x9000
mov ss,ax
mov sp,0xFFFF
sti
mov si,info
call print
mov ax,0x0
int 16h
int 19h
print: ; funcion print
mov ah,0x0E ; funcion 0E de la BIOS que pone un caracter (int 10)
start:
lodsb ; carga en al lo que hay en ds:si e incr... | 20.133333 | 75 | 0.682119 |
f32e5f44c82874b58c2639f5edbc169ffa82458b | 314 | asm | Assembly | ref/src/paging.asm | ilya101010/asm_studies | 8014446d021b0f3d50f091fd88cbf3ea726fc160 | [
"WTFPL"
] | 1 | 2019-09-17T01:06:02.000Z | 2019-09-17T01:06:02.000Z | ref/src/paging.asm | ilya101010/asm_studies | 8014446d021b0f3d50f091fd88cbf3ea726fc160 | [
"WTFPL"
] | null | null | null | ref/src/paging.asm | ilya101010/asm_studies | 8014446d021b0f3d50f091fd88cbf3ea726fc160 | [
"WTFPL"
] | null | null | null | format ELF
include 'inc/macro.inc'
include 'inc/procedures.inc'
section '.text' executable
use32
public enable_paging
enable_paging:;(void * PD) ; ret, cause low memory mapped onto itself
push ebp
cli
mov ebp, esp
mov eax, [ebp+8]
mov cr3, eax
mov eax, cr0
or eax, 0x80000000
mov cr0, eax
pop ebp
ret | 14.952381 | 69 | 0.72293 |
a175235b39952863412161458a7a47f185be7959 | 79,760 | asm | Assembly | target/cos_117/disasm/iop_overlay1/UCWRT.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 49 | 2020-10-09T12:29:16.000Z | 2022-03-12T02:33:35.000Z | target/cos_117/disasm/iop_overlay1/UCWRT.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 1 | 2021-12-29T15:59:25.000Z | 2021-12-29T15:59:25.000Z | target/cos_117/disasm/iop_overlay1/UCWRT.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291A- f:00024 d: 282 | OR[282] = A
0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0003 (0x000006) 0x291B- f:00024 d: 283 | OR[283] = A
... | 79.91984 | 79 | 0.457974 |
98421291d285f1ddbb364f8dc8e4e6c380bb09eb | 1,012 | asm | Assembly | asm/zenith.asm | Zenith80/initial_emulator | 2c2bfbed9fe0ed55c856a02b52a5fdd97f328e72 | [
"Apache-2.0"
] | 9 | 2017-11-12T23:16:14.000Z | 2017-12-08T19:42:44.000Z | asm/zenith.asm | Zenith80/Zenith80 | 2c2bfbed9fe0ed55c856a02b52a5fdd97f328e72 | [
"Apache-2.0"
] | null | null | null | asm/zenith.asm | Zenith80/Zenith80 | 2c2bfbed9fe0ed55c856a02b52a5fdd97f328e72 | [
"Apache-2.0"
] | null | null | null | jp start
hello_world:
.db "Hi there! If you need help, ask on the Fantasy Consoles Discord server.\n"
.db "The link can be found from http://pleasanta.tk/zenith80\n",0
escape: .db "Escape pressed\n",0
nescape: .db "Escape not pressed\n",0
start:
ld a, 0
out (0), a
ld a, 47
inc a
inc a
inc a
out (0), a
halt... | 11.244444 | 80 | 0.636364 |
90f86667da8b0bd2dc8a2e4e55f46657ae817609 | 677 | asm | Assembly | _not os code/TESTING/newExtern/Hello world.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 5 | 2015-02-25T01:28:09.000Z | 2021-05-22T09:03:04.000Z | _not os code/TESTING/newExtern/Hello world.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 38 | 2015-02-10T18:37:11.000Z | 2017-10-03T03:08:50.000Z | _not os code/TESTING/newExtern/Hello world.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 2 | 2016-05-06T22:48:46.000Z | 2017-01-12T19:28:49.000Z | ; THIS FILE IS TO BE UPDATED OR DELETED BY 10-26-15
; First program written 3.5 years ago in java.
;
; class HelloWorld {
; public static void main(String[] args) {
; System.out.println("Hello World!");
; }
; }
; Time to rewrite it as the first external program in os3!
; First the file header ;
fileStart :
dd fileEn... | 16.925 | 58 | 0.694239 |
3562a9b210f295e9522fbb944597362d3ab41d45 | 358 | asm | Assembly | oeis/128/A128715.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/128/A128715.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/128/A128715.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A128715: A131830 + A103451 - A000012 as infinite lower triangular matrices.
; Submitted by Christian Krause
; 1,2,2,3,1,3,4,2,2,4,5,3,5,3,5,6,4,9,9,4,6,7,5,14,19,14,5,7,8,6,20,34,34,20,6,8,9,7,27,55,69,55,27,7,9,10,8,35,83,125,125,83,35,8,10
mov $2,1
lpb $0
add $1,1
sub $0,$1
add $2,1
lpe
bin $1,$0
div $2,$1
d... | 21.058824 | 133 | 0.617318 |
de3648ae25fb4a5c1c645be88b2a3dcf1e8369d2 | 1,155 | asm | Assembly | vp8/decoder/arm/armv5/dequantize_v5.asm | CM-Archive/android_external_libvpx | 76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f | [
"BSD-3-Clause"
] | 3 | 2015-08-31T15:24:31.000Z | 2020-04-24T20:31:29.000Z | vp8/decoder/arm/armv5/dequantize_v5.asm | CM-Archive/android_external_libvpx | 76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f | [
"BSD-3-Clause"
] | null | null | null | vp8/decoder/arm/armv5/dequantize_v5.asm | CM-Archive/android_external_libvpx | 76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f | [
"BSD-3-Clause"
] | 4 | 2015-09-16T11:40:39.000Z | 2019-06-10T01:08:46.000Z | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | 21.792453 | 70 | 0.587013 |
b02877f28673905569a9a495a8aa73ce5c7383e8 | 6,178 | asm | Assembly | msx/apps/muflash/slot_helpers.asm | zoggins/yellow-msx-series-for-rc2014 | dbc95fa1480bc7bc541fd985fb4a67aab6c8b0fd | [
"MIT"
] | null | null | null | msx/apps/muflash/slot_helpers.asm | zoggins/yellow-msx-series-for-rc2014 | dbc95fa1480bc7bc541fd985fb4a67aab6c8b0fd | [
"MIT"
] | null | null | null | msx/apps/muflash/slot_helpers.asm | zoggins/yellow-msx-series-for-rc2014 | dbc95fa1480bc7bc541fd985fb4a67aab6c8b0fd | [
"MIT"
] | null | null | null |
DEFC SSL_REGS = 0xFFFF
DEFC PSL_STAT = 0xA8
DEFC MSX_MUSIC_PAGE = 0xE000
DEFC ROM_05555H = (0x5555)
DEFC ROM_02AAAH = (0x2AAA+0x4000)
SECTION CODE_COMPILER
; SWITCH MSX-MUSIC ROM PAGE TO PAGE L
; (SWITCH PAGE 3 TO SLOT 3-1 TO ENABLE MSX-MUSIC PAGING ADDRESS)
;
; MSX-MUSIC'S ROM PAGE CAN BE SELECTED BY WRITING ... | 19.864952 | 159 | 0.696666 |
3d673b96fe7494cd49397c3f2efa936c21bb1796 | 5,162 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_15807_293.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_15807_293.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_15807_293.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 %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x9db6, %rsi
lea addresses_UC_ht+0x19676, %rdi
clflush (%rsi)
nop
nop
and %r10, %r10
mov $122, %rcx
rep movsb
nop
nop
and $7450, %r8
lea addresses_UC_ht+0x9536, %rcx
nop
nop
cmp $15924, ... | 45.280702 | 2,999 | 0.660015 |
2efebc1588895b4b553e75315a0a4f14a45761d2 | 8,309 | asm | Assembly | decompressors/Phantasy Star decompressor.asm | maxim-zhao/bmp2tilecompressors | 1d0e475820731359165deb198aa834f8b177048a | [
"MIT"
] | 12 | 2016-04-20T06:08:11.000Z | 2021-10-12T10:43:39.000Z | decompressors/Phantasy Star decompressor.asm | maxim-zhao/bmp2tilecompressors | 1d0e475820731359165deb198aa834f8b177048a | [
"MIT"
] | 3 | 2016-09-21T14:39:11.000Z | 2021-04-12T16:54:40.000Z | decompressors/Phantasy Star decompressor.asm | maxim-zhao/bmp2tilecompressors | 1d0e475820731359165deb198aa834f8b177048a | [
"MIT"
] | null | null | null | ; Phantasy Star tile/tilemap decompression routines
;
; WLA DX warning:
;
; Great as it is, sometimes WLA DX is buggy, and I've especially found
; this with anonymous labels. If you're gettng screwy results, a
; temporary fix is often to change the anonymous labels (-, +, __, etc)
; to named labels.
;
; Usage notes... | 33.504032 | 110 | 0.443375 |
7d995d8351f60691fc422bb7405f923310e984b3 | 397 | asm | Assembly | programs/oeis/120/A120437.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/120/A120437.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/120/A120437.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A120437: Differences of A037314 (sum of base-3 digits of n = sum of base-9 digits of n).
; 1,1,7,1,1,7,1,1,61,1,1,7,1,1,7,1,1,61,1,1,7,1,1,7,1,1,547,1,1,7,1,1,7,1,1,61,1,1,7,1,1,7,1,1,61,1,1,7,1,1,7,1,1,547,1,1,7,1,1,7,1,1,61,1,1,7,1,1,7,1,1,61,1,1,7,1,1,7,1,1,4921,1,1,7,1,1,7,1,1,61,1,1,7,1,1,7,1,1,61,1
add $0,1
mo... | 28.357143 | 216 | 0.571788 |
459278a091453c77371ee4e61d314e769c65875b | 410 | asm | Assembly | programs/oeis/091/A091398.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/091/A091398.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/091/A091398.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A091398: a(n) = Product_{ p | n } (1 + Legendre(5,p) ).
; 1,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,2,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0
seq $0,75423 ; rad(n) - 1, where rad(n) is the squarefree k... | 58.571429 | 201 | 0.560976 |
3401cc1a14bab3960a1a2c35924bb0688731d87f | 14,248 | asm | Assembly | write.asm | johnw004/WifiRFS | e040a5d9b11b84d838228dae000be5a78fcce882 | [
"MIT"
] | null | null | null | write.asm | johnw004/WifiRFS | e040a5d9b11b84d838228dae000be5a78fcce882 | [
"MIT"
] | null | null | null | write.asm | johnw004/WifiRFS | e040a5d9b11b84d838228dae000be5a78fcce882 | [
"MIT"
] | 1 | 2021-02-27T20:56:35.000Z | 2021-02-27T20:56:35.000Z | \ ROM Filing System for Electron Wifi Board
\ (C) 2021 John Wike
\ high level routines to read and write data to/from RFS
.Write_Header \ the header for the first block will be at heap+1, and the last block at heap+$21
STA rfssrc \ A indicates which one
LD... | 33.84323 | 127 | 0.465258 |
5630698f8d8ef198eb9f8cf28692eeaf97a961a5 | 1,959 | asm | Assembly | util/misc/capture_context_win_arm64.asm | dark-richie/crashpad | d573ac113bd5fce5cc970bb5ae76a235a1431a5d | [
"Apache-2.0"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | util/misc/capture_context_win_arm64.asm | dark-richie/crashpad | d573ac113bd5fce5cc970bb5ae76a235a1431a5d | [
"Apache-2.0"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | util/misc/capture_context_win_arm64.asm | dark-richie/crashpad | d573ac113bd5fce5cc970bb5ae76a235a1431a5d | [
"Apache-2.0"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | ; Copyright 2019 The Crashpad Authors. All rights reserved.
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicabl... | 30.138462 | 78 | 0.681981 |
ed07714b1226f173fa343a56bee806ff2ff0c0f3 | 1,978 | asm | Assembly | third_party/virtualbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc32-U8D.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 521 | 2019-03-29T15:44:08.000Z | 2022-03-22T09:46:19.000Z | third_party/virtualbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc32-U8D.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 30 | 2019-06-04T17:00:49.000Z | 2021-09-08T20:44:19.000Z | third_party/virtualbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc32-U8D.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 99 | 2019-03-29T16:04:13.000Z | 2022-03-28T16:59:34.000Z | ; $Id: bs3-wc32-U8D.asm $
;; @file
; BS3Kit - 32-bit Watcom C/C++, 64-bit unsigned integer division.
;
;
; Copyright (C) 2007-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistribute it and/o... | 27.472222 | 71 | 0.639535 |
adc59bb2ad742695242bedac40ec126ce12f686a | 311 | asm | Assembly | programs/oeis/021/A021929.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/021/A021929.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/021/A021929.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A021929: Decimal expansion of 1/925.
; 0,0,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1,0,8,1
lpb $0
pow $0,4
sub $0,1
lpe
mov $1,$0
add $1,$0
mod $1,3
pow $1,3
| 25.916667 | 199 | 0.530547 |
a1b10da31124ba7e36a60e0a330f763bc4e7dddc | 445 | asm | Assembly | programs/oeis/307/A307469.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/307/A307469.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/307/A307469.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A307469: a(n) = 2*a(n-1) + 6*a(n-2) for n >= 2, a(0) = 1, a(1) = 5.
; 1,5,16,62,220,812,2944,10760,39184,142928,520960,1899488,6924736,25246400,92041216,335560832,1223368960,4460102912,16260419584,59281456640,216125430784,787939601408,2872631787520,10472901183488,38181593092096,139200593285120
add $0,2
mov $4,2
lpb ... | 23.421053 | 226 | 0.67191 |
ae49c00aecbf6439ad3a2e7aae22791ca70f099b | 510 | asm | Assembly | non_regression/basic_x86_linux.obj.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | 1 | 2021-02-28T21:31:18.000Z | 2021-02-28T21:31:18.000Z | non_regression/basic_x86_linux.obj.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | non_regression/basic_x86_linux.obj.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | .file "a00.c"
.text
.def _main; .scl 2; .type 32; .endef
_main:
pushl %ebp
movl %esp, %ebp
subl $8, %esp
andl $-16, %esp
movl $0, %eax
addl $15, %eax
addl $15, %eax
shrl $4, %eax
sall $4, %eax
movl %eax, -8(%ebp)
movl -8(%ebp), %eax
call __alloca... | 18.888889 | 37 | 0.447059 |
51bb49b077b394c93e5d8528f4a91384e97ae29a | 3,920 | asm | Assembly | docs/asm_examples/simple_math.asm | schorrm/arm2riscv | 5fa28e28d920705b660874a03b9906fae710b442 | [
"MIT"
] | 8 | 2020-07-07T13:08:26.000Z | 2022-03-29T23:12:37.000Z | docs/asm_examples/simple_math.asm | schorrm/arm2riscv | 5fa28e28d920705b660874a03b9906fae710b442 | [
"MIT"
] | 2 | 2020-04-05T07:17:22.000Z | 2021-06-27T22:33:25.000Z | docs/asm_examples/simple_math.asm | schorrm/arm2riscv | 5fa28e28d920705b660874a03b9906fae710b442 | [
"MIT"
] | 1 | 2021-06-19T12:38:45.000Z | 2021-06-19T12:38:45.000Z | .file "simple_math.c"
.section .tdata
REG_BANK:
.dword 0
.dword 0
.dword 0
.dword 0
.dword 0
.dword 0
.dword 0
.dword 0
.text
.section .rodata
.align 3
.LC0:
.string "Signed Ops:"
.align 3
.LC1:
.string "Addition: %d\n"
.align 3
.LC2:
.str... | 17.981651 | 59 | 0.559439 |
3599101f5bc0c88a9ec0c84436f7a54e5ac78bec | 899 | asm | Assembly | src/BreathOfTheWild/Mods/DrawDistance/patch_DrawDistance.asm | lilystudent2016/cemu_graphic_packs | a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46 | [
"CC0-1.0"
] | 184 | 2020-11-30T01:03:35.000Z | 2022-03-31T14:09:33.000Z | src/BreathOfTheWild/Mods/DrawDistance/patch_DrawDistance.asm | lilystudent2016/cemu_graphic_packs | a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46 | [
"CC0-1.0"
] | 69 | 2020-12-06T15:36:20.000Z | 2022-03-29T12:35:36.000Z | src/BreathOfTheWild/Mods/DrawDistance/patch_DrawDistance.asm | lilystudent2016/cemu_graphic_packs | a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46 | [
"CC0-1.0"
] | 40 | 2020-12-19T15:00:45.000Z | 2022-02-24T16:32:40.000Z | [BotW_DrawDistance_V208]
moduleMatches = 0x6267BFD0
.origin = codecave
actorMultiplier:
.float $actor
_setActorDrawDistanceMultiplier:
lis r9, actorMultiplier@ha
lfs f9, actorMultiplier@l(r9)
stfs f9, 0x13BC(r28)
blr
0x03857F58 = nop ; Force the draw distance used for load balancing normally to be enabled
0x03857F5... | 20.906977 | 89 | 0.805339 |
f20d480e4facf72ccd29a7061249e9955b18548b | 1,234 | asm | Assembly | programs/oeis/321/A321195.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/321/A321195.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/321/A321195.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A321195: Minimum number of monochromatic Schur triples over all 2-colorings of [n].
; 0,0,0,0,1,1,2,3,4,6,7,9,11,13,15,18,20,23,26,29,33,36,40,44,48,52,57,61,66,71,76,82,87,93,99,105,111,118,124,131,138,145,153,160,168,176,184,192,201,209,218,227,236,246,255,265,275,285,295,306,316,327,338,349,361,372,384,396,408,420... | 137.111111 | 1,098 | 0.76175 |
381435be7a8efab8f461bedd705c5818a1daa8c1 | 764 | asm | Assembly | Projects/Daat/I386/I386.asm | 9176324/Daat | 3f957754f4a7b262fcc7b2dc081b4a132e67ad6b | [
"MIT"
] | 70 | 2019-01-06T23:46:43.000Z | 2022-02-09T13:36:59.000Z | Projects/Daat/I386/I386.asm | hackflame/Daat | 3f957754f4a7b262fcc7b2dc081b4a132e67ad6b | [
"MIT"
] | null | null | null | Projects/Daat/I386/I386.asm | hackflame/Daat | 3f957754f4a7b262fcc7b2dc081b4a132e67ad6b | [
"MIT"
] | 42 | 2019-01-07T01:33:13.000Z | 2022-01-30T13:33:32.000Z | ;
;
; Copyright (c) 2015 - 2021 by blindtiger ( blindtiger@foxmail.com )
;
; The contents of this file are subject to the Mozilla Public License Version
; 2.0 (the "License") you may not use this file except in compliance with
; the License. You may obtain a copy of the License at
; http://www.mozilla.org/MPL/
;
; Soft... | 23.151515 | 77 | 0.710733 |
19758a1f4d5d434227aed950b186ce5861d896da | 680 | asm | Assembly | oeis/079/A079675.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/079/A079675.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/079/A079675.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A079675: a(1)=1; a(n)=sum(u=1,n-1,sum(v=1,u,sum(w=1,v,sum(x=1, w,sum(y=1,x,a(y)))))).
; 1,1,6,26,106,431,1757,7168,29244,119305,486716,1985603,8100456,33046585,134816705,549997641,2243767969,9153665985,37343255690,152345382480,621507555626,2535499503900,10343812679475,42198572937400,172153113473000,702315088294876,28... | 75.555556 | 497 | 0.811765 |
148b115be47c22bd451510fe349f83a1ea764c56 | 464 | asm | Assembly | programs/oeis/222/A222591.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/222/A222591.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/222/A222591.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A222591: Numerators of (n*(n - 3)/6) + 1, arising as the maximum possible number of triple lines for an n element set.
; 1,5,8,4,17,23,10,38,47,19,68,80,31,107,122,46,155,173,64,212,233,85,278,302,109,353,380,136,437,467,166,530,563,199,632,668,235,743,782,274,863,905,316,992,1037,361,1130,1178,409,1277,1328
mov $3,... | 24.421053 | 190 | 0.637931 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.