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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a9f29e23066ecc9f37b09e28fac1fa0a1af8ae83 | 1,978 | asm | Assembly | ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.asm | christopherco/RPi-UEFI | 48fd8bb20dd4d45a4cf0a8970a65837e45bbaa99 | [
"BSD-2-Clause"
] | 93 | 2016-10-27T12:03:57.000Z | 2022-03-29T15:22:10.000Z | ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.asm | khezami/RPi-UEFI | 5bfd48d674e6c7efea6e31f9eb97b9da90c20263 | [
"BSD-2-Clause"
] | 16 | 2016-11-02T02:08:40.000Z | 2021-06-03T21:18:06.000Z | ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.asm | khezami/RPi-UEFI | 5bfd48d674e6c7efea6e31f9eb97b9da90c20263 | [
"BSD-2-Clause"
] | 41 | 2016-11-02T00:05:02.000Z | 2022-03-29T14:33:09.000Z | ;------------------------------------------------------------------------------
;
; SetMem() worker for ARM
;
; This file started out as C code that did 64 bit moves if the buffer was
; 32-bit aligned, else it does a byte copy. It also does a byte copy for
; any trailing bytes. It was updated to do 32-byte at a t... | 24.121951 | 85 | 0.555612 |
be1314a3bbad8c58ded37d18e8a8da2876527bcf | 440 | asm | Assembly | libsrc/graphics/zx81/hr/mt_invhrg.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/graphics/zx81/hr/mt_invhrg.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/graphics/zx81/hr/mt_invhrg.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;--------------------------------------------------------------
; ZX81 HRG library for the Memotech expansion
; by Stefano Bodrato, Feb. 2010
;--------------------------------------------------------------
;
; Invert HRG video output (hardware)
;
; $Id: mt_invhrg.asm,v 1.1 2010/02/10 16:15:35 stefano Exp $
;
XLIB i... | 19.130435 | 63 | 0.479545 |
d42c2798bff88c220309f45793acc0da1c78740f | 817 | asm | Assembly | programs/oeis/245/A245399.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/245/A245399.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/245/A245399.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A245399: Number of nonnegative integers with property that their base 6/5 expansion (see A024638) has n digits.
; 6,6,6,6,6,6,12,12,12,18,18,24,30,36,42,48,60,72,84,102,126,150,180,216,258,312,372,444,534,642,768,924,1110,1332,1596,1914,2298,2760,3312,3972,4770,5724,6864,8238,9888,11862,14238,17082,20502,24600,29520,... | 81.7 | 595 | 0.784578 |
cd525b4c2e2576fcb2aafdb24365483110f5ffa6 | 724 | asm | Assembly | programs/oeis/158/A158626.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/158/A158626.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/158/A158626.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A158626: a(n) = 42*n^2 - 1.
; 41,167,377,671,1049,1511,2057,2687,3401,4199,5081,6047,7097,8231,9449,10751,12137,13607,15161,16799,18521,20327,22217,24191,26249,28391,30617,32927,35321,37799,40361,43007,45737,48551,51449,54431,57497,60647,63881,67199,70601,74087,77657,81311,85049,88871,92777,96767,100841,104999,109241... | 72.4 | 633 | 0.798343 |
237eca4509ff643a4d112e36063e94d69cfc45f0 | 331 | asm | Assembly | programs/oeis/005/A005061.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/005/A005061.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/005/A005061.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A005061: a(n) = 4^n - 3^n.
; 0,1,7,37,175,781,3367,14197,58975,242461,989527,4017157,16245775,65514541,263652487,1059392917,4251920575,17050729021,68332056247,273715645477,1096024843375,4387586157901,17560804984807,70274600998837,281192547174175,1125052618233181,4501057761542167
mov $1,4
pow $1,$0
mov $2,3
pow $2,$0... | 36.777778 | 252 | 0.791541 |
b9f34f246c1a020e0444c433b4e1c8ad62d8c32e | 487 | asm | Assembly | programs/oeis/255/A255563.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/255/A255563.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/255/A255563.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A255563: a(n) = -3 * n/4 if n divisible by 4, a(n) = -(-1)^n * n otherwise.
; 0,1,-2,3,-3,5,-6,7,-6,9,-10,11,-9,13,-14,15,-12,17,-18,19,-15,21,-22,23,-18,25,-26,27,-21,29,-30,31,-24,33,-34,35,-27,37,-38,39,-30,41,-42,43,-33,45,-46,47,-36,49,-50,51,-39,53,-54,55,-42,57,-58,59,-45,61,-62,63,-48,65,-66,67,-51,69,-70,71,... | 44.272727 | 339 | 0.537988 |
7c84d6b747fc523419ac0a4a4d20d01a5d72ae99 | 7,067 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1810.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_1810.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_1810.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 %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1039e, %rsi
lea addresses_WT_ht+0x182ce, %rdi
nop
nop
xor %r14, %r14
mov $89, %rcx
rep movsl
nop
nop
nop
sub $6394, %r11
lea addresses_normal_ht+0x11b4e, %rsi
lea addresses_D... | 36.427835 | 2,999 | 0.660818 |
507c8abbef0edf2f1439f2ea20d03ff9bb6eed44 | 560 | asm | Assembly | oeis/251/A251575.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/251/A251575.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/251/A251575.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A251575: E.g.f.: exp(5*x*G(x)^4) / G(x)^4 where G(x) = 1 + x*G(x)^5 is the g.f. of A002294.
; Submitted by Christian Krause
; 1,1,5,65,1505,51505,2354725,135258625,9373203425,761486105825,71001537157925,7475144493546625,877222642396170625,113551974107296500625,16073867927431440597125,2470217878902686107522625,4095968... | 28 | 277 | 0.721429 |
b49ad6974aae055190715776e49ea041da95798b | 667 | asm | Assembly | oeis/321/A321119.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/321/A321119.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/321/A321119.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A321119: a(n) = ((1 - sqrt(3))^n + (1 + sqrt(3))^n)/2^floor((n - 1)/2); n-th row common denominator of A321118.
; Submitted by Jamie Morken(s2)
; 4,2,8,10,28,38,104,142,388,530,1448,1978,5404,7382,20168,27550,75268,102818,280904,383722,1048348,1432070,3912488,5344558,14601604,19946162,54493928,74440090,203374108,2778... | 20.212121 | 222 | 0.608696 |
4ce4dd683213108a7c28a9679cd7b61d867d7f4d | 7,039 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_345.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_345.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_345.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 %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1c692, %rdi
nop
nop
cmp $61157, %r9
mov $0x6162636465666768, %rcx
movq %rcx, %xmm6
vmovups %ymm6, (%rdi)
nop
nop
mfence
lea addresses_WC_ht+0xca18, %r11
nop
add %r9, %r9
and ... | 36.471503 | 2,999 | 0.655775 |
236b94da6bcc02be93c28e80e4089ae15f22f520 | 684 | asm | Assembly | programs/oeis/183/A183002.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/183/A183002.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/183/A183002.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A183002: Partial sums of A161840.
; 0,0,0,2,2,4,4,6,8,10,10,14,14,16,18,22,22,26,26,30,32,34,34,40,42,44,46,50,50,56,56,60,62,64,66,74,74,76,78,84,84,90,90,94,98,100,100,108,110,114,116,120,120,126,128,134,136,138,138
mov $10,$0
mov $12,$0
lpb $12
mov $0,$10
sub $12,1
sub $0,$12
mov $6,$0
mov $8,2
lpb $8... | 15.906977 | 183 | 0.494152 |
7fe46f2a5e62134795479f89a21cd095cac9c535 | 1,068 | asm | Assembly | kern/x86/entry.asm | archibate/ChaOS | 1d0442ca5846d23efd5b2ac1e50a93b4207a5dc0 | [
"MIT"
] | 2 | 2020-07-06T02:46:36.000Z | 2022-01-14T13:49:15.000Z | kern/x86/entry.asm | archibate/ChaOS | 1d0442ca5846d23efd5b2ac1e50a93b4207a5dc0 | [
"MIT"
] | null | null | null | kern/x86/entry.asm | archibate/ChaOS | 1d0442ca5846d23efd5b2ac1e50a93b4207a5dc0 | [
"MIT"
] | null | null | null | ; vim: ft=nasm ai
%include "cext.inc"
KBASE equ 0xc0000000
GLOBAL _start
EXTERNC kern_main
EXTERNC memory_test
EXTERNC meminfo
EXTERNC init_afterbootvm
[SECTION .phys.text]
[BITS 32]
_start:
call kern_physetup
push highstart
ret
kern_physetup:
lea eax, [meminfo - KBASE]
mov ecx, dword [eax + 4]
sub ec... | 14.24 | 37 | 0.691011 |
7fe8d12090222a80f57677ef72f060e4463adbdf | 10,282 | asm | Assembly | x86/ThreadPool.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 150 | 2016-11-26T05:41:31.000Z | 2022-02-09T20:54:53.000Z | x86/ThreadPool.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 199 | 2016-12-07T22:13:00.000Z | 2022-03-22T15:42:18.000Z | x86/ThreadPool.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 95 | 2016-11-24T22:57:13.000Z | 2022-01-24T19:42:10.000Z |
; the thread pool has two possible states
; depending on whether the numa function are present or not
;
;1. not present:
; threadPool.nodeCnt = 1 this is semi accurate but works for the purpose of ThreadIdxToNode
; the lone entry of threadPool.nodeTable has
; .coreCnt =1 this is not accurate but works fo... | 29.293447 | 106 | 0.63937 |
2d98e627c4f1499d82dc9998d4eb3bdde81f2ae3 | 9,699 | asm | Assembly | fe10x4_carry.mac.asm | dsprenkels/curve13318-haswell | 8f281e2dd5938bf8b7f0e246c99491739cbd8090 | [
"CC0-1.0"
] | 1 | 2019-10-12T17:52:30.000Z | 2019-10-12T17:52:30.000Z | fe10x4_carry.mac.asm | dsprenkels/curve13318-haswell | 8f281e2dd5938bf8b7f0e246c99491739cbd8090 | [
"CC0-1.0"
] | null | null | null | fe10x4_carry.mac.asm | dsprenkels/curve13318-haswell | 8f281e2dd5938bf8b7f0e246c99491739cbd8090 | [
"CC0-1.0"
] | null | null | null | ; 4x vectorized carry ripple implementation for integers modulo 2^255 - 19
;
; Author: Daan Sprenkels <hello@dsprenkels.com>
%ifndef CURVE13318_FE10_CARRY_MAC_ASM_
%define CURVE13318_FE10_CARRY_MAC_ASM_
%macro fe10x4_carry_load 1
; load field element
vmovdqa ymm0, yword [%1 + 0*32]
vmovdqa ymm1, yword [%1... | 32.989796 | 74 | 0.60233 |
eed5d4ff875e887abb4fd9d3c31f5756e6858192 | 1,007 | a51 | Assembly | C51/RtxTiny2/SourceCode/os_set_ready.a51 | AllRoundeer/Keil | 43cad8de348ff206c02395fca86bdb08c9725142 | [
"Apache-2.0",
"MIT"
] | null | null | null | C51/RtxTiny2/SourceCode/os_set_ready.a51 | AllRoundeer/Keil | 43cad8de348ff206c02395fca86bdb08c9725142 | [
"Apache-2.0",
"MIT"
] | null | null | null | C51/RtxTiny2/SourceCode/os_set_ready.a51 | AllRoundeer/Keil | 43cad8de348ff206c02395fca86bdb08c9725142 | [
"Apache-2.0",
"MIT"
] | null | null | null | ;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH and Keil Software, Inc. 1991 - 2002
;------------------------------------------------------------------------------
;
; OS_SET_... | 23.97619 | 79 | 0.531281 |
04efb8a2aa2e8a1b9b4a0e9a769becefc20f9682 | 83,089 | asm | Assembly | source/redbook/intbasic.asm | zellyn/goapple2 | 998569cee15e83ec7a37668ff57ba00258dad542 | [
"MIT"
] | 9 | 2016-07-13T22:04:29.000Z | 2021-10-12T01:06:24.000Z | source/redbook/intbasic.asm | zellyn/goapple2 | 998569cee15e83ec7a37668ff57ba00258dad542 | [
"MIT"
] | null | null | null | source/redbook/intbasic.asm | zellyn/goapple2 | 998569cee15e83ec7a37668ff57ba00258dad542 | [
"MIT"
] | 3 | 2018-01-01T20:30:27.000Z | 2020-04-06T19:12:41.000Z | 10 ORG $E000
20 LST OFF
30 XC OFF ;6502 only
40 EXP ON ;print only macro call
50 LSTDO OFF ;don't list conditional code
60 TR OFF ;don't truncate listing to 3 bytes
70 CYC OFF ;don't print cycle times
80 USE MACROS
90 LST ON
100 *********************************... | 21.49224 | 69 | 0.586492 |
f62b75d47a9a83c5d2c7bc510063fdd3071b53ef | 2,601 | asm | Assembly | programs/oeis/227/A227085.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/227/A227085.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/227/A227085.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A227085: Number of n X 2 binary arrays indicating whether each 2 X 2 subblock of a larger binary array has lexicographically increasing rows and columns, for some larger (n+1) X 3 binary array with rows and columns of the latter in lexicographically nondecreasing order.
; 4,12,29,62,122,225,393,655,1048,1618,2421,352... | 68.447368 | 1,890 | 0.802768 |
2ef56b75f1c0ff77175887c6cae0abf59da296db | 1,119 | asm | Assembly | stage4/print_functions_16_SF.asm | amrwc/8086-graphics | 396ebd087f7747f13fee9b24bb41b54c53f43b9d | [
"MIT"
] | 5 | 2019-11-23T10:07:23.000Z | 2021-05-22T08:13:45.000Z | stage3/print_functions_16_SF.asm | amrwc/8086-graphics | 396ebd087f7747f13fee9b24bb41b54c53f43b9d | [
"MIT"
] | null | null | null | stage3/print_functions_16_SF.asm | amrwc/8086-graphics | 396ebd087f7747f13fee9b24bb41b54c53f43b9d | [
"MIT"
] | 2 | 2020-11-03T14:48:04.000Z | 2021-05-23T03:50:13.000Z | ; Common functions for writing to the console using BIOS interrupts.
;
; Input:
; [bp + 4] -- a null-terminated string
Console_Write_16:
push bp
mov bp, sp
push si
push ax
mov si, [bp + 4] ; SI: beginning of the string.
mov ah, 0Eh ; Output character ins... | 25.431818 | 86 | 0.511171 |
faffa4978e71fb071e74f40f94102c2d157b8146 | 641 | asm | Assembly | oeis/004/A004299.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/004/A004299.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/004/A004299.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A004299: Expansion of (1+2*x+x^2)/(1-74*x+x^2).
; Submitted by Jon Maiga
; 1,76,5624,416100,30785776,2277731324,168521332200,12468300851476,922485741677024,68251476583248300,5049686781418697176,373608570348400342724,27641984519000206664400,2045133245835666892822876,151312218207320349862228424,111950590140958702229120... | 42.733333 | 466 | 0.840874 |
5f537fd9bfb8acb5c35177a6510f7e219ffa1222 | 7,073 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1147.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1147.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1147.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1c9d6, %rbx
nop
nop
nop
nop
nop
lfence
mov $0x6162636465666768, %r13
movq %r13, %xmm1
vmovups %ymm1, (%rbx)
nop
nop
nop
nop
cmp %rcx, %rcx
lea addresses_normal_ht+0xbe56, %rd... | 34.334951 | 2,999 | 0.658419 |
1467b689b615f6479f562aa4f57a626335d15e31 | 10,142 | asm | Assembly | externals/mpir-3.0.0/mpn/alpha/ev6/addmul_1.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 12 | 2021-09-29T14:50:06.000Z | 2022-03-31T15:01:21.000Z | externals/mpir-3.0.0/mpn/alpha/ev6/addmul_1.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 15 | 2021-12-24T22:53:49.000Z | 2021-12-25T10:03:13.000Z | LibSource/mpir/mpn/alpha/ev6/addmul_1.asm | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 10 | 2021-10-17T19:46:51.000Z | 2022-03-18T02:57:57.000Z | dnl Alpha ev6 mpn_addmul_1 -- Multiply a limb vector with a limb and add the
dnl result to a second limb vector.
dnl Copyright 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it... | 25.938619 | 79 | 0.646125 |
101763a1cdcd00c956c1523bda52a6de43f31acf | 1,477 | asm | Assembly | gfx/tilesets/lab_palette_map.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | gfx/tilesets/lab_palette_map.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | gfx/tilesets/lab_palette_map.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | tilepal 0, GRAY, WATER, WATER, GRAY, GRAY, GRAY, GRAY, GRAY
tilepal 0, GRAY, GRAY, ROOF, ROOF, GRAY, GRAY, GRAY, GRAY
tilepal 0, WATER, WATER, WATER, RED, GRAY, GRAY, GRAY, GRAY
tilepal 0, GRAY, GRAY, ROOF, ROOF, GRAY, GRAY, GRAY, GRAY
tilepal 0, WATER, BROWN, RED, RED, BROWN, BROWN, BROWN, GREEN
tilepal 0, GREEN... | 49.233333 | 67 | 0.685173 |
0746368c6062049a2d4a40722f1348204760556a | 736 | asm | Assembly | programs/oeis/000/A000894.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/000/A000894.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/000/A000894.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A000894: a(n) = (2*n)!*(2*n+1)! /((n+1)! *n!^3).
; 1,6,60,700,8820,116424,1585584,22084920,312869700,4491418360,65166397296,953799087696,14062422446800,208618354980000,3111393751416000,46619049708716400,701342468412012900,10588896091710783000,160381525599596070000,2436110962528601358000,37098489800792700680400,566273... | 61.333333 | 605 | 0.855978 |
1101546c7d25c8bd7e482b011e8423ea96fa3ec1 | 550 | asm | Assembly | oeis/120/A120801.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/120/A120801.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/120/A120801.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A120801: a(n) = 3^(n^2) - 2^(n^2).
; Submitted by Christian Krause
; 0,1,65,19171,42981185,847255055011,150094566577522385,239299328667667576168771,3433683820274065740584139537665,443426488243035352096610401360800480451,515377520732011329768810529537391871205404316625,5391030899743293631236881032537245287448619268492... | 45.833333 | 412 | 0.86 |
6d243705255314447dc56dea55f8b71858a06d04 | 311 | asm | Assembly | programs/oeis/016/A016162.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/016/A016162.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/016/A016162.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A016162: Expansion of 1/((1-5x)(1-8x)).
; 1,13,129,1157,9881,82173,673009,5462197,44088201,354658733,2847035489,22825112037,182845036921,1463980998493,11717951503569,93774129606677,750345624744041,6003527937405453,48032038196509249
add $0,1
mov $1,8
pow $1,$0
mov $2,5
pow $2,$0
sub $1,$2
div $1,3
mov $0,$1
| 25.916667 | 191 | 0.758842 |
6bc83cd68e767f8de02a5e0ec10e2cde90264d4b | 965 | asm | Assembly | _build/dispatcher/jmp_ippsSHA1Init_5d572c92.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsSHA1Init_5d572c92.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsSHA1Init_5d572c92.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsSHA1Init:function
extern n8_ippsSHA1Init:function
extern y8_ippsSHA1Init:function
extern e9_ippsSHA1Init:function
extern l9_ippsSHA1Init:function
extern n0_ippsSHA1Init:function
extern k0_ippsSHA1Init:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
segment .data
align 8
dq .Li... | 24.74359 | 75 | 0.772021 |
0603b41335fab44e7723ad966f7d8f699f2197df | 6,867 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_513.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_513.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_513.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1a455, %r10
nop
and %r12, %r12
movw $0x6162, (%r10)
nop
nop
nop
nop
nop
sub %r10, %r10
lea addresses_D_ht+0xfc3d, %rsi
lea addresses_WC_ht+0x15085, %rdi
and $64608, %rbx
mov... | 36.526596 | 2,999 | 0.661424 |
663324635a199261d7562409151fc3f807454f13 | 12,070 | asm | Assembly | fiat-amd64/71.88_ratio10859_seed1800767550616553_square_p224.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 491 | 2015-11-25T23:44:39.000Z | 2022-03-29T17:31:21.000Z | fiat-amd64/71.88_ratio10859_seed1800767550616553_square_p224.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 755 | 2016-02-02T14:03:05.000Z | 2022-03-31T16:47:23.000Z | fiat-amd64/71.88_ratio10859_seed1800767550616553_square_p224.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 117 | 2015-10-25T16:28:15.000Z | 2022-02-08T23:01:09.000Z | SECTION .text
GLOBAL square_p224
square_p224:
sub rsp, 0xc8 ; last 0x30 (6) for Caller - save regs
mov [ rsp + 0x98 ], rbx; saving to stack
mov [ rsp + 0xa0 ], rbp; saving to stack
mov [ rsp + 0xa8 ], r12; saving to stack
mov [ rsp + 0xb0 ], r13; saving to stack
mov [ rsp + 0xb8 ], r14; saving to stack
mov [ rsp + 0x... | 40.915254 | 167 | 0.687407 |
cb7494c7e18efd5949ade7a11a10396a9b8d3ab1 | 741 | asm | Assembly | oeis/026/A026795.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/026/A026795.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/026/A026795.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A026795: Expansion of 1/((1-2*x)*(1-6*x)*(1-9*x)*(1-10*x)).
; Submitted by Jon Maiga
; 1,27,475,6915,90571,1110147,13011355,147722355,1638222091,17846324067,191730867835,2037261517395,21455455896811,224319716510787,2331201129229915,24104752246858035,248186422724438731,2546139719536214307,26040028965923457595,26560888... | 43.588235 | 489 | 0.80027 |
11a831499880cfc9dacddcdc0a183da5b4e64b13 | 2,084 | asm | Assembly | programs/IO Test.asm | TheLogicMaster/lm8 | 8f75c0c0b269f699fc3ba574b20ceb1ff86a1b61 | [
"MIT"
] | 10 | 2021-08-29T10:31:45.000Z | 2022-02-26T14:20:54.000Z | programs/IO Test.asm | TheLogicMaster/lm8 | 8f75c0c0b269f699fc3ba574b20ceb1ff86a1b61 | [
"MIT"
] | null | null | null | programs/IO Test.asm | TheLogicMaster/lm8 | 8f75c0c0b269f699fc3ba574b20ceb1ff86a1b61 | [
"MIT"
] | null | null | null | ; Functionality test for physical I/O
; Test writing to and reading from seven segment displays by counting from 1 to 6
ldr $1,A
out {seven_segment_0},A
in {seven_segment_0},A
inc A
out {seven_segment_1},A
in {seven_segment_1},A
inc A
out {seven_segment_2},A
in {seven_segment_2},A
... | 18.442478 | 81 | 0.639155 |
88ea6e996d575fe00830bc03db6e51f0e7827225 | 1,682 | asm | Assembly | programs/oeis/273/A273366.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/273/A273366.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/273/A273366.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A273366: a(n) = 10*n^2 + 10*n + 2.
; 2,22,62,122,202,302,422,562,722,902,1102,1322,1562,1822,2102,2402,2722,3062,3422,3802,4202,4622,5062,5522,6002,6502,7022,7562,8122,8702,9302,9922,10562,11222,11902,12602,13322,14062,14822,15602,16402,17222,18062,18922,19802,20702,21622,22562,23522,24502,25502,26522,27562,28622,297... | 210.25 | 1,605 | 0.827586 |
42cfbfb485b3541c3a5a7d30337bc0db156e0641 | 332 | asm | Assembly | programs/oeis/047/A047433.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/047/A047433.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047433.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A047433: Numbers that are congruent to {2, 4, 5, 6} mod 8.
; 2,4,5,6,10,12,13,14,18,20,21,22,26,28,29,30,34,36,37,38,42,44,45,46,50,52,53,54,58,60,61,62,66,68,69,70,74,76,77,78,82,84,85,86,90,92,93,94,98,100,101,102,106,108,109,110,114,116,117,118,122,124
mov $1,$0
lpb $0
div $0,4
mul $0,4
add $0,1
lpe
add $0,... | 27.666667 | 196 | 0.63253 |
bc683948ba38a9b355029b8c5229fccbb9fe557d | 599 | asm | Assembly | 3. Random/3. Random/Source.asm | ShinoharaYuuyoru/Assembly-Language-Project | 968d1650f361493677cccbd2925ae8c24858b092 | [
"MIT"
] | null | null | null | 3. Random/3. Random/Source.asm | ShinoharaYuuyoru/Assembly-Language-Project | 968d1650f361493677cccbd2925ae8c24858b092 | [
"MIT"
] | null | null | null | 3. Random/3. Random/Source.asm | ShinoharaYuuyoru/Assembly-Language-Project | 968d1650f361493677cccbd2925ae8c24858b092 | [
"MIT"
] | 1 | 2019-06-20T06:48:59.000Z | 2019-06-20T06:48:59.000Z | .386
.model flat, stdcall
includelib msvcrt.lib
printf PROTO C :dword, :vararg
.data
Xn dd 0
Numm dd 0
Numa dd 0
Numc dd 0
OutInt db '%d', 0ah, 0
.code
start PROC
mov EAX, 1
mov Xn, EAX ;seed
mov EAX, 1
shl EAX, 31
mov Numm, EAX ;set m
mov EAX, 1103515245
mov Numa, EAX ;set a
mov EAX, 12345
... | 11.519231 | 35 | 0.624374 |
dd44dc70239e6e57075c027b0ec0db9a04bf5fbc | 7,122 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1273.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1273.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1273.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1768c, %rsi
lea addresses_D_ht+0x73b4, %rdi
nop
nop
nop
nop
xor %r14, %r14
mov $39, %rcx
rep movsb
nop
nop
nop
nop
nop
xor %r10, %r10
lea addresses_WT_ht+0x1052c, %r13
nop
no... | 35.432836 | 2,999 | 0.660489 |
ad06b53be7781c6a299748476daa21cbd2f2cc71 | 5,430 | asm | Assembly | bootsect/fat.asm | joshwyant/myos | a2b7139b75cc4929adc19e0d0636bdc689713850 | [
"MIT"
] | 4 | 2015-07-22T03:24:46.000Z | 2022-01-09T23:42:44.000Z | bootsect/fat.asm | joshwyant/myos | a2b7139b75cc4929adc19e0d0636bdc689713850 | [
"MIT"
] | null | null | null | bootsect/fat.asm | joshwyant/myos | a2b7139b75cc4929adc19e0d0636bdc689713850 | [
"MIT"
] | null | null | null | ; 0000:7C00 = Stack top
; 07C0:0000 = Boot sector
; 07E0:0000 = Globals
; :0000 = DAP
; :0010 = Other globals
; 1000:0000 = FAT
; 2000:0000 = Root directory
; 3000:0000 = OS loader
; ...
bits 16
global _start
bootsect:
%include "const.inc"
; ========================
; Boot Sector
; ========================
%i... | 17.980132 | 81 | 0.634622 |
3682536503bb31d746724c99593af64f795d525b | 16,085 | asm | Assembly | src/core/asm/x86/data.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | null | null | null | src/core/asm/x86/data.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | 4 | 2019-02-27T05:41:26.000Z | 2020-07-16T00:24:24.000Z | src/core/asm/x86/data.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | null | null | null |
default rel
section .data
global _reg_names
global _tls1
global _reg_head
global _rax
global _rcx
global _rdx
global _rbx
global _rsp
global _rbp
global _rsi
global _rdi
global _r8
global _r9
global _r10
global _r11
global _r12
global _r13
global _r14
global _r15
global _eflags
global _r... | 14.122037 | 102 | 0.765496 |
cc04c0767aa17edca8c5ac7dccd3056195d09128 | 427 | asm | Assembly | programs/oeis/220/A220511.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/220/A220511.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/220/A220511.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A220511: n^5 + 5n + 5^n.
; 1,11,67,383,1669,6275,23431,94967,423433,2012219,9865675,48989231,244389517,1221074483,6104053519,30518337575,152588939281,762940873067,3814699155283,19073488804319,95367434840725,476837162287331,2384185796169367,11920928961514583
mov $4,$0
add $0,1
trn $2,$0
sub $0,1
mov $3,$0
mul $3,2
mo... | 22.473684 | 232 | 0.711944 |
0395f932fedccb26e2e170202337387e8e992afc | 765 | asm | Assembly | oeis/167/A167484.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/167/A167484.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/167/A167484.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A167484: For n people on one side of a river, the number of ways they can all travel to the opposite side following the pattern of 2 sent, 1 returns, 2 sent, 1 returns, ..., 2 sent.
; Submitted by Jon Maiga
; 1,1,6,108,4320,324000,40824000,8001504000,2304433152000,933295426560000,513312484608000000,372664863825408000... | 51 | 457 | 0.830065 |
1e78cf9cd3161c5f91bc9ebc88f579b7cf2fcb4f | 3,376 | asm | Assembly | multiblit.asm | celerizer/Party_F | 4e52bc9ae52e80d1ce01e0a26e875a76d9bd95a9 | [
"MIT"
] | null | null | null | multiblit.asm | celerizer/Party_F | 4e52bc9ae52e80d1ce01e0a26e875a76d9bd95a9 | [
"MIT"
] | null | null | null | multiblit.asm | celerizer/Party_F | 4e52bc9ae52e80d1ce01e0a26e875a76d9bd95a9 | [
"MIT"
] | null | null | null | ;================;
; Multiblit Code ;
;================;
;
; green: %00
; red : %01
; blue : %10
; background: %11.
;
;-------------------;
; Multiblit Graphic ;
;-------------------;
; takes graphic parameters from ROM, stores them in r1-r4, changes
; the DC and calls the multiblit function with the parameters
;
; ... | 20.711656 | 70 | 0.630628 |
8522c8bdde30100c4015db9eb88594906594eab4 | 4,686 | asm | Assembly | onnxruntime/core/mlas/lib/amd64/sgemma.asm | srkreddy1238/onnxruntime | 6d80253502686208190c81e21053caeb78f797c9 | [
"MIT"
] | null | null | null | onnxruntime/core/mlas/lib/amd64/sgemma.asm | srkreddy1238/onnxruntime | 6d80253502686208190c81e21053caeb78f797c9 | [
"MIT"
] | null | null | null | onnxruntime/core/mlas/lib/amd64/sgemma.asm | srkreddy1238/onnxruntime | 6d80253502686208190c81e21053caeb78f797c9 | [
"MIT"
] | null | null | null | ;++
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; Licensed under the MIT License.
;
; Module Name:
;
; sgemma.asm
;
; Abstract:
;
; This module implements the kernels for the single precision matrix/matrix
; multiply operation (SGEMM).
;
;--
.xlist
INCLUDE macamd64.inc
.list
... | 25.747253 | 81 | 0.643619 |
5dfb8c8ff9f1d3c34a5fc75e5a41e4734b23ae07 | 395 | asm | Assembly | programs/oeis/049/A049240.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/049/A049240.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/049/A049240.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A049240: Smallest nonnegative value taken on by x^2 - ny^2 for an infinite number of integer pairs (x, y).
; 0,1,1,0,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0
lpb $0
... | 30.384615 | 201 | 0.562025 |
90925f4c659d1a5a64de90486bf3050a9460af62 | 5,759 | asm | Assembly | src/Main.asm | JordanMajd/SuperActionSquare | d85e5c8bd5020f2229f6a8cd760bb5b06c1b9377 | [
"MIT"
] | 4 | 2018-01-18T23:05:25.000Z | 2018-11-06T06:18:52.000Z | src/Main.asm | JordanMajd/SuperActionSquare | d85e5c8bd5020f2229f6a8cd760bb5b06c1b9377 | [
"MIT"
] | 11 | 2017-07-27T03:52:49.000Z | 2017-08-08T18:54:57.000Z | src/Main.asm | JordanMajd/SuperActionSquare | d85e5c8bd5020f2229f6a8cd760bb5b06c1b9377 | [
"MIT"
] | null | null | null | ; ========
; Includes
; ========
.INCLUDE "Header.inc"
.INCLUDE "Init.asm"
; ========
; Macros
; ========
;----------------------------------------------------------
; Macro | LoadPalette
; 1 | Label of bank address
; 2 | Address for upload
; 3 | Bank size
;---------------------------------------------... | 25.258772 | 96 | 0.508943 |
aae097e13e215779d4753b5ffe22538c67c6ce32 | 389 | asm | Assembly | Examples/ch12/VisualCPP/Addem/addem.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | Examples/ch12/VisualCPP/Addem/addem.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | Examples/ch12/VisualCPP/Addem/addem.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | title The addem Subroutine (addem.asm)
; This subroutine links to Visual C++ 6.0.
.386P
.model flat
public _addem
.code
_addem proc near
push ebp
mov ebp,esp
mov eax,[ebp+16] ; first argument
add eax,[ebp+12] ; second argument
add eax,[ebp+8] ; third argum... | 18.52381 | 45 | 0.550129 |
89e255715cb127e66773f26cd0ccf49133f9f604 | 449 | asm | Assembly | data/mapObjects/LavenderPokecenter.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapObjects/LavenderPokecenter.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapObjects/LavenderPokecenter.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | LavenderPokecenter_Object:
db $0 ; border block
db 2 ; warps
warp 3, 7, 0, -1
warp 4, 7, 0, -1
db 0 ; signs
db 4 ; objects
object SPRITE_NURSE, 3, 1, STAY, DOWN, 1 ; person
object SPRITE_GENTLEMAN, 5, 3, STAY, NONE, 2 ; person
object SPRITE_LITTLE_GIRL, 2, 6, WALK, 1, 3 ; person
object SPRITE_CABLE_CLUB_WO... | 23.631579 | 62 | 0.699332 |
ef7e076f8012c6ca32c62420f0fdfd07a6e0eae9 | 686 | asm | Assembly | programs/oeis/152/A152235.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/152/A152235.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/152/A152235.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A152235: Largest squarefree number dividing the number of divisors n.
; 1,2,2,3,2,2,2,2,3,2,2,6,2,2,2,5,2,6,2,6,2,2,2,2,3,2,2,6,2,2,2,6,2,2,2,3,2,2,2,2,2,2,2,6,6,2,2,10,3,6,2,6,2,2,2,2,2,2,2,6,2,2,6,7,2,2,2,6,2,2,2,6,2,2,6,6,2,2,2,10,5,2,2,6,2,2,2,2,2,6,2,6,2,2,2,6,2,6,6,3,2,2,2,2,2,2,2,6,2,2,2,10,2,2,2,6,6,2,2,2,3,2... | 98 | 510 | 0.556851 |
b54c9921e287c59922f1da9172785ca1142bc93a | 7,648 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_919.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_21829_919.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_21829_919.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 %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x161bc, %r12
nop
nop
nop
add %rcx, %rcx
mov (%r12), %r10
nop
cmp $23732, %rbp
lea addresses_WC_ht+0x19836, %r11
xor %r9, %r9
mov (%r11), %r12
nop
xor %r12, %r12
lea a... | 33.991111 | 2,999 | 0.654027 |
9a14bf21a362db1210b20aef334d401bbc462ef6 | 181 | asm | Assembly | data/pokemon/dex_entries/totodile.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/totodile.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/totodile.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "BIG JAW@" ; species name
db "This rough critter"
next "chomps at any"
next "moving object it"
page "sees. Turning your"
next "back on it is not"
next "recommended.@"
| 18.1 | 29 | 0.668508 |
62d17908340c37d2344fa0e525965fe5558c264c | 2,637 | asm | Assembly | chrissalo/dot2.asm | mikepea/vectrex-playground | 0de7d2d6db0914d915f4334402f747ab3bcdc7e6 | [
"0BSD"
] | 5 | 2018-01-14T10:03:50.000Z | 2020-01-17T13:53:49.000Z | chrissalo/dot2.asm | mikepea/vectrex-playground | 0de7d2d6db0914d915f4334402f747ab3bcdc7e6 | [
"0BSD"
] | null | null | null | chrissalo/dot2.asm | mikepea/vectrex-playground | 0de7d2d6db0914d915f4334402f747ab3bcdc7e6 | [
"0BSD"
] | null | null | null | ;***************************************************************************
; DEFINE SECTION
;***************************************************************************
include "VECTREX.I" ; vectrex function includes
; start of vectrex memory with cartridge name...
org ... | 56.106383 | 78 | 0.262799 |
d94545895a733e4997f60d83e5c9d8078850624b | 400 | asm | Assembly | oeis/087/A087458.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | oeis/087/A087458.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | oeis/087/A087458.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A087458: Greatest prime p such that prime(n)+p <= prime(n+1); a(1)=1.
; 1,2,2,3,2,3,2,3,5,2,5,3,2,3,5,5,2,5,3,2,5,3,5,7,3,2,3,2,3,13,3,5,2,7,2,5,5,3,5,5,2,7,2,3,2,11,11,3,2,3,5,2,7,5,5,5,2,5,3,2,7,13,3,2,3,13,5,7,2,3,5,7,5,5,3,5,7,3,7,7,2,7,2,5,3,5,7,3,2,3,11,7,3,7,3,5,11,2,17
seq $0,1223 ; Prime gaps: differences b... | 66.666667 | 207 | 0.5725 |
721bc91af4eee310e19301ad86849b2c817753f6 | 98 | asm | Assembly | oldstuff/tigcc/PolySnd/sources/statique/AddNotes_voice2.asm | bcherry/bcherry | 5d2f1144dbdbf35d6284018fa2c9e24ec5cecec6 | [
"MIT"
] | 3 | 2016-11-13T09:06:41.000Z | 2021-09-11T23:36:19.000Z | oldstuff/tigcc/PolySnd/sources/statique/AddNotes_voice2.asm | bcherry/bcherry | 5d2f1144dbdbf35d6284018fa2c9e24ec5cecec6 | [
"MIT"
] | null | null | null | oldstuff/tigcc/PolySnd/sources/statique/AddNotes_voice2.asm | bcherry/bcherry | 5d2f1144dbdbf35d6284018fa2c9e24ec5cecec6 | [
"MIT"
] | 2 | 2017-04-04T10:03:18.000Z | 2021-09-11T23:36:26.000Z | section ".data"
xdef pSnd_AddNotes_voice2
pSnd_AddNotes_voice2:
move.b d0,add_note_voice2
rts | 16.333333 | 26 | 0.816327 |
14bf85b109a9017de42180cec31d88b79e1201fd | 874 | asm | Assembly | programs/oeis/313/A313127.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/313/A313127.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/313/A313127.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A313127: Coordination sequence Gal.5.69.2 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,9,14,19,25,31,36,41,46,50,54,59,64,69,75,81,86,91,96,100,104,109,114,119,125,131,136,141,146,150,154,159,164,169,175,181,186,191,196,200,... | 20.325581 | 178 | 0.549199 |
b29a6d9059fd73ca64dbff60b15b6305196e5920 | 525 | asm | Assembly | libsrc/_DEVELOPMENT/ctype/c/sccz80/isblank.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/ctype/c/sccz80/isblank.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/ctype/c/sccz80/isblank.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; int isblank(int c)
SECTION code_clib
SECTION code_ctype
PUBLIC isblank
EXTERN asm_isblank, error_znc
IF __CLASSIC && __CPU_GBZ80__
PUBLIC _isblank
_isblank:
ld hl,sp+2
ld a,(hl+)
ld h,(hl)
ld l,a
ENDIF
isblank:
inc h
dec h
jp nz, error_znc
ld a,l
call asm_isblank
ld l,h
IF __... | 10.9375 | 30 | 0.67619 |
566432149a6e597a80a5e6af98ac5a43e2f6493d | 1,815 | asm | Assembly | savefile/maps/4B3A_HiddenRetreat.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 35 | 2018-04-01T06:55:28.000Z | 2021-05-09T19:09:42.000Z | savefile/maps/4B3A_HiddenRetreat.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 4 | 2018-04-01T15:32:55.000Z | 2019-02-23T20:46:49.000Z | savefile/maps/4B3A_HiddenRetreat.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 12 | 2018-04-01T15:48:09.000Z | 2021-01-27T10:22:33.000Z | SECTION "Map_4B3A", ROM0[$B800]
Map_4B3A_Header:
hdr_tileset 0
hdr_dimensions 7, 6
hdr_pointers_a Map_4B3A_Blocks, Map_4B3A_TextPointers
hdr_pointers_b Map_4B3A_Script, Map_4B3A_Objects
hdr_pointers_c Map_4B3A_InitScript, Map_4B3A_RAMScript
hdr_palette $06
... | 24.863014 | 63 | 0.633058 |
3b33f7cd586ccaa4b11bca7d6bf22507a8b9399a | 1,094 | asm | Assembly | programs/oeis/007/A007664.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/007/A007664.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/007/A007664.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A007664: Reve's puzzle: number of moves needed to solve the Towers of Hanoi puzzle with 4 pegs and n disks, according to the Frame-Stewart algorithm.
; 0,1,3,5,9,13,17,25,33,41,49,65,81,97,113,129,161,193,225,257,289,321,385,449,513,577,641,705,769,897,1025,1153,1281,1409,1537,1665,1793,2049,2305,2561,2817,3073,3329,... | 34.1875 | 504 | 0.66819 |
57eb628c63f965e87d723e7e75c4827fda8250b9 | 401 | asm | Assembly | oeis/202/A202828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/202/A202828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/202/A202828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A202828: E.g.f.: exp(4*x/(1-2*x)) / sqrt(1-4*x^2).
; Submitted by Jon Maiga
; 1,4,36,400,5776,97344,1915456,42406144,1049760000,28558296064,848579961856,27271456395264,943132599095296,34877026635366400,1373536895379849216,57351382681767706624,2530646978003730497536,117614221470591038521344,5742190572014854792806400
... | 57.285714 | 240 | 0.74813 |
5ed2245cf18b086c87c27b32d6b95d9271b13ad4 | 5,145 | asm | Assembly | src/boot.asm | clydeshaffer/GameTankTetris | b926c0993624c7799a8f18482c69902cd265cc34 | [
"MIT"
] | null | null | null | src/boot.asm | clydeshaffer/GameTankTetris | b926c0993624c7799a8f18482c69902cd265cc34 | [
"MIT"
] | 13 | 2021-04-21T04:45:56.000Z | 2021-05-04T05:50:13.000Z | src/boot.asm | clydeshaffer/GameTankTetris | b926c0993624c7799a8f18482c69902cd265cc34 | [
"MIT"
] | null | null | null | ;:ts=8
; General purpose ROM startup code
;
; First we set up the stack pointer.
; Then we copy the initialized data.
; Then we clear out the uninitialized data.
; Then we call main.
chip 65C02
include "zpage.inc"
****************************************************************
* ... | 15.87963 | 65 | 0.469388 |
08bf072d37ff57d019b9430ac9ea9ee7ed910262 | 6,552 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_2235.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_2235.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_2235.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 %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x7019, %rsi
lea addresses_D_ht+0xae65, %rdi
nop
nop
xor $18668, %r15
mov $59, %rcx
rep movsw
nop
nop
cmp $31170, %r10
lea addresses_WT_ht+0xce87, %r15
nop
nop
sub $2068, %r8
mov... | 38.315789 | 2,999 | 0.660104 |
1c14fb892934beced1dd30f89334ec6a020df1f7 | 5,844 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3088.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3088.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3088.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x18e7e, %rsi
lea addresses_A_ht+0x1757e, %rdi
nop
nop
nop
nop
cmp $39153, %r15
mov $66, %rcx
rep movsl
nop
nop
nop
nop
cmp %rdi, %rdi
lea addresses_normal_ht+0x1a3c2, %rsi
lea addresses... | 38.701987 | 2,999 | 0.660849 |
3b1e24c9d09a91e30c0c7c3ce8c51a75a1f2f9a8 | 1,173 | asm | Assembly | data/tilemaps.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/tilemaps.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/tilemaps.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | tile_ids: MACRO
dw \1
dn \3, \2
ENDM
TileIDListPointerTable:
; entries correspond to TILEMAP_* constants (see constants/gfx_constants.asm)
table_width 3, TileIDListPointerTable
; tilemap pointer, width, height
tile_ids MonTiles, 7, 7
tile_ids SlideDownMonTiles_7x5, 7, 5
tile_ids SlideDownMonTil... | 23.938776 | 77 | 0.768968 |
914520d859c512840e0d78adea3411626eec016d | 2,562 | asm | Assembly | programs/oeis/060/A060300.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/060/A060300.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/060/A060300.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A060300: a(n) = (2n(n+1))^2.
; 0,16,144,576,1600,3600,7056,12544,20736,32400,48400,69696,97344,132496,176400,230400,295936,374544,467856,577600,705600,853776,1024144,1218816,1440000,1690000,1971216,2286144,2637376,3027600,3459600,3936256,4460544,5035536,5664400,6350400,7096896,7907344,8785296,9734400,10758400,1186113... | 320.25 | 2,491 | 0.887978 |
6f3cc2b4486758bda6ac4386d803ea0f709bce0d | 407,741 | asm | Assembly | Raven___Win32_boundschecker/FuzzyOperators.asm | Sundragon1993/AI-Game-Pratices | 7549b23f71c3b2b5145388f0d8d4900bdb307a7a | [
"MIT"
] | null | null | null | Raven___Win32_boundschecker/FuzzyOperators.asm | Sundragon1993/AI-Game-Pratices | 7549b23f71c3b2b5145388f0d8d4900bdb307a7a | [
"MIT"
] | null | null | null | Raven___Win32_boundschecker/FuzzyOperators.asm | Sundragon1993/AI-Game-Pratices | 7549b23f71c3b2b5145388f0d8d4900bdb307a7a | [
"MIT"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.24213.1
TITLE G:\DOOM\New Kingdom\Game Development [torrents.ru]\AI\Programming Game AI by Example\Buckland_AISource\Common\fuzzy\FuzzyOperators.cpp
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB LIBCMTD
INCLUDELIB OLDNAMES
PUBLIC ?_... | 39.872971 | 441 | 0.689776 |
bb4598b6aa4af257ba5db88736fda3dc5620d8c0 | 2,559 | asm | Assembly | Cameras/MetroExodus/InjectableGenericCameraSystem/Interceptor.asm | ghostinthecamera/InjectableGenericCameraSystem | f4de55ab8fa58a479834b8b6586171f82b3d6b08 | [
"BSD-2-Clause"
] | 623 | 2016-12-02T16:01:05.000Z | 2022-03-29T19:59:10.000Z | Cameras/MetroExodus/InjectableGenericCameraSystem/Interceptor.asm | AmyChocolates/InjectableGenericCameraSystem | 0b686603cdaf93184146e1b9e0c8400015e47137 | [
"BSD-2-Clause"
] | 113 | 2016-12-10T17:34:24.000Z | 2022-02-06T21:59:42.000Z | Cameras/MetroExodus/InjectableGenericCameraSystem/Interceptor.asm | AmyChocolates/InjectableGenericCameraSystem | 0b686603cdaf93184146e1b9e0c8400015e47137 | [
"BSD-2-Clause"
] | 232 | 2016-12-17T06:32:08.000Z | 2022-03-27T16:51:29.000Z | ;////////////////////////////////////////////////////////////////////////////////////////////////////////
;// Part of Injectable Generic Camera System
;// Copyright(c) 2019, Frans Bouma
;// All rights reserved.
;// https://github.com/FransBouma/InjectableGenericCameraSystem
;//
;// Redistribution and use in source and ... | 49.211538 | 105 | 0.565455 |
590503085fa447216b5303226544bb89517ccbf9 | 644 | asm | Assembly | boot_loader/src/boot_loader.asm | arpitchakladar/bazl | bd871d06b440b03bf05b153a3705ca3321b081f3 | [
"MIT"
] | null | null | null | boot_loader/src/boot_loader.asm | arpitchakladar/bazl | bd871d06b440b03bf05b153a3705ca3321b081f3 | [
"MIT"
] | null | null | null | boot_loader/src/boot_loader.asm | arpitchakladar/bazl | bd871d06b440b03bf05b153a3705ca3321b081f3 | [
"MIT"
] | null | null | null | org 0x7c00
bits 16
_start:
init:; Initialize segment registers
mov ax, 0
mov ds, ax
mov es, ax
mov ss, ax
mov sp, KERNAL_START
mov bp, KERNAL_START
push dx ; Store the boot drive number
clear_screen:
mov ah, 0x07
mov al, 0x00
mov bh, 0x07
mov ch, 0
mov cl, 0
mov dh, 24
mov dl, 79
... | 14 | 72 | 0.636646 |
6287955de343aff247578938a936cdd20554246b | 4,259 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_551.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_551.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_551.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 %rax
lea addresses_UC_ht+0x6ca, %r15
cmp %r14, %r14
mov $0x6162636465666768, %rax
movq %rax, %xmm7
movups %xmm7, (%r15)
nop
xor $27920, %r14
pop %rax
pop %r15
pop %r14
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r8
push %r... | 63.567164 | 2,999 | 0.661892 |
ef38b8bdb50a29be06674a139d04aa1e676778fc | 2,357 | asm | Assembly | programs/oeis/235/A235988.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/235/A235988.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/235/A235988.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A235988: Sum of the partition parts of 3n into 3 parts.
; 3,18,63,144,285,486,777,1152,1647,2250,3003,3888,4953,6174,7605,9216,11067,13122,15447,18000,20853,23958,27393,31104,35175,39546,44307,49392,54897,60750,67053,73728,80883,88434,96495,104976,113997,123462,133497,144000,155103,166698,178923,191664,205065,219006,... | 71.424242 | 1,949 | 0.802715 |
a071a8e21d19a8f8aace5773068e766d9381301a | 670 | asm | Assembly | oeis/071/A071582.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/071/A071582.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/071/A071582.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A071582: Powers of 4 written backwards.
; Submitted by Jamie Morken(s4)
; 1,4,61,46,652,4201,6904,48361,63556,441262,6758401,4034914,61277761,46880176,654534862,4281473701,6927694924,48196897171,63767491786,449609778472,6777261159901,4011156408934,61444068129571,46677144786307,656017679474182,4262486099985211,6940737... | 41.875 | 484 | 0.829851 |
3aa2c46a0e901f91ba060a80da000973ea539cc3 | 492 | asm | Assembly | untested/x86/findFirstSet.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | untested/x86/findFirstSet.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | untested/x86/findFirstSet.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | global _findFirstSet
global _findFirstSet64
segment .text align=16
_findFirstSet:
xor edx, edx
bsf eax, [esp + 4]
sete dl
neg edx
or eax, edx
inc eax
ret
align 16
_findFirstSetCMOV:
bsf eax, [esp + 4]
mov edx, -1
cmove eax, edx
inc eax
ret
align 16
_findFirstSet64:
xor eax, eax
mov e... | 10.040816 | 25 | 0.634146 |
14fd37da3d50a366d17c4c2b7e29b0f483f6c25b | 28 | asm | Assembly | test/zero.asm | esovm/asmbf | d132f59813259314cf996d9f83b4dca8bea238eb | [
"MIT"
] | 1 | 2020-07-22T16:29:07.000Z | 2020-07-22T16:29:07.000Z | test/zero.asm | esovm/asmbf | d132f59813259314cf996d9f83b4dca8bea238eb | [
"MIT"
] | null | null | null | test/zero.asm | esovm/asmbf | d132f59813259314cf996d9f83b4dca8bea238eb | [
"MIT"
] | null | null | null | #!/bin/asmbf/bfmake
out .0
| 7 | 19 | 0.642857 |
f7d844b555974ea0c72bf9465d36e9deab94314f | 1,897 | asm | Assembly | boot_logo/sourcezx0/altbios_boot_logo_rom.asm | uniabis/Alternate_BIOS | 396440f3481ffe4cbcd9218ff94af4d9bdfbae1f | [
"MIT"
] | 1 | 2022-03-23T23:24:19.000Z | 2022-03-23T23:24:19.000Z | boot_logo/sourcezx0/altbios_boot_logo_rom.asm | uniabis/Alternate_BIOS | 396440f3481ffe4cbcd9218ff94af4d9bdfbae1f | [
"MIT"
] | null | null | null | boot_logo/sourcezx0/altbios_boot_logo_rom.asm | uniabis/Alternate_BIOS | 396440f3481ffe4cbcd9218ff94af4d9bdfbae1f | [
"MIT"
] | null | null | null | ; -----------------------------------------------------------------------------
; Altenate BIOS Boot Logo Program
;
; MIT License
;
; Copyright (c) 2021 HRA!
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal... | 33.875 | 81 | 0.659462 |
f7eb503c147f369fee38a70afdbb6cff9254e5b3 | 1,427 | asm | Assembly | programs/oeis/164/A164135.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/164/A164135.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/164/A164135.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A164135: Numbers k such that k^2 == 2 (mod 47).
; 7,40,54,87,101,134,148,181,195,228,242,275,289,322,336,369,383,416,430,463,477,510,524,557,571,604,618,651,665,698,712,745,759,792,806,839,853,886,900,933,947,980,994,1027,1041,1074,1088,1121,1135,1168,1182,1215,1229,1262,1276,1309,1323,1356,1370,1403,1417,1450,1464,1... | 64.863636 | 1,203 | 0.746321 |
e25b643a776894c648560ec8fa862cd425969b5f | 4,943 | asm | Assembly | s2/music-original/9C - Continue.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s2/music-original/9C - Continue.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s2/music-original/9C - Continue.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Continue_Header:
smpsHeaderStartSong 2
smpsHeaderVoice Continue_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $DB
smpsHeaderDAC Continue_DAC
smpsHeaderFM Continue_FM1, $E5, $08
smpsHeaderFM Continue_FM2, $E8, $08
smpsHeaderFM Continue_FM3, $F4, $0F
smpsHeaderFM ... | 28.906433 | 71 | 0.590734 |
ef07424b5eab4dccb14e73dfbe70d383d7c50eb4 | 224 | asm | Assembly | data/mapHeaders/ssanne10.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapHeaders/ssanne10.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapHeaders/ssanne10.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | SSAnne10_h:
db SHIP ; tileset
db SS_ANNE_10_HEIGHT, SS_ANNE_10_WIDTH ; dimensions (y, x)
dw SSAnne10Blocks, SSAnne10TextPointers, SSAnne10Script ; blocks, texts, scripts
db $00 ; connections
dw SSAnne10Object ; objects
| 32 | 81 | 0.785714 |
2da0f0cc945350123e95bf272e23f1b04d6b9eab | 336 | asm | Assembly | programs/oeis/103/A103974.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/103/A103974.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/103/A103974.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A103974: Smaller sides (a) in (a,a,a+1)-integer triangle with integer area.
; 1,5,65,901,12545,174725,2433601,33895685,472105985,6575588101,91586127425,1275630195845,17767236614401,247465682405765,3446752317066305,48007066756522501,668652182274248705
seq $0,3500 ; a(n) = 4*a(n-1) - a(n-2) with a(0) = 2, a(1) = 4.
po... | 48 | 174 | 0.741071 |
84378117e78cf401c52bd8d8ebace61a2e5247d2 | 262 | asm | Assembly | programs/oeis/004/A004341.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/004/A004341.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/004/A004341.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A004341: Binomial coefficient C(4n,n-11).
; 1,48,1326,27720,487635,7624512,109453344,1473109704,18855883575,231900297200,2761025887620,32006008361808,362827605867363,4036320536972640,44186942677323600,477092811067148640
mov $1,$0
add $0,11
mul $0,4
bin $0,$1
| 32.75 | 177 | 0.812977 |
2fcff4d315f431e7b3b780a3bab60df0185e8283 | 888 | asm | Assembly | src/mods/dta/cloakstop_to_toobigforcarryalls.asm | mvdhout1992/ts-patches | a426970abeb6993eea6703d1a756fd74489ffed2 | [
"MIT"
] | 33 | 2016-07-30T14:17:28.000Z | 2021-12-19T15:45:19.000Z | src/mods/dta/cloakstop_to_toobigforcarryalls.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 73 | 2018-08-17T00:25:19.000Z | 2021-05-10T08:31:15.000Z | src/mods/dta/cloakstop_to_toobigforcarryalls.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 18 | 2017-05-16T11:28:06.000Z | 2022-03-20T20:41:03.000Z | %include "macros/patch.inc"
%include "macros/datatypes.inc"
%include "TiberianSun.inc"
; Converts CloakStop= to TooBigForCarryalls=. Vehicles with this key set to true
; cannot be picked up by carryalls.
; Author: Rampastring
sstring str_TooBigForCarryalls, "TooBigForCarryalls"
@LJMP 0x004A686E, 0x004A6897 ; Remove ... | 26.117647 | 80 | 0.756757 |
f145398a8824cba7efdfb28854a39e668a10865f | 3,047 | asm | Assembly | programs/oeis/027/A027801.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/027/A027801.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/027/A027801.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A027801: a(n) = 5*(n+1)*binomial(n+4,5)/2.
; 5,45,210,700,1890,4410,9240,17820,32175,55055,90090,141960,216580,321300,465120,658920,915705,1250865,1682450,2231460,2922150,3782350,4843800,6142500,7719075,9619155,11893770,14599760,17800200,21564840,25970560,31101840,37051245,43919925,51818130,60865740,71192810,82940130... | 277 | 2,934 | 0.899902 |
6851bb4c3c6e83e169c9123c27592415d1c09557 | 4,341 | asm | Assembly | danagy/faddp.asm | DW0RKiN/Floating-point-Library-for-Z80 | 494add6bc20922f4a634fbbacb32d8bd4dd185a7 | [
"MIT"
] | 12 | 2020-02-17T09:07:02.000Z | 2022-02-09T22:15:34.000Z | danagy/faddp.asm | DW0RKiN/Floating-point-Library-for-Z80 | 494add6bc20922f4a634fbbacb32d8bd4dd185a7 | [
"MIT"
] | null | null | null | danagy/faddp.asm | DW0RKiN/Floating-point-Library-for-Z80 | 494add6bc20922f4a634fbbacb32d8bd4dd185a7 | [
"MIT"
] | 1 | 2021-06-21T23:30:28.000Z | 2021-06-21T23:30:28.000Z | if not defined @FADDP
; continue from @FADD (if it was included)
; Add two floating point numbers with the same sign
; In: HL, DE numbers to add, no restrictions
; Out: HL = HL + DE, if ( carry_flow_warning && overflow ) set carry
; Pollutes: AF, B, DE
; -------------- HL + DE ---------------
; HL = (+H... | 40.194444 | 147 | 0.303617 |
415e164103beffb0e973941a7f81895fd2c03875 | 273 | asm | Assembly | libsrc/stdio/ansi/z9001/f_ansi_bel.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/stdio/ansi/z9001/f_ansi_bel.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/stdio/ansi/z9001/f_ansi_bel.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; ANSI Video handling for the Robotron Z9001
;
; Stefano Bodrato - Sept. 2016
;
;
; BEL - chr(7) Beep it out
;
;
;
; $Id: f_ansi_bel.asm,v 1.1 2016-09-23 06:21:35 stefano Exp $
;
SECTION code_clib
PUBLIC ansi_BEL
.ansi_BEL
ld c,7
jp $f00c ; conout
| 12.409091 | 61 | 0.622711 |
ff4aafaa4470f1be0c11cb6711d9678a45ace9fd | 696 | asm | Assembly | oeis/160/A160084.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/160/A160084.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/160/A160084.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A160084: Numerator of Hermite(n, 25/26).
; Submitted by Christian Krause
; 1,25,287,-9725,-534143,-205375,897567295,22855682875,-1552252148095,-100608070196375,2206749279595615,395224009253637875,1675906409804450305,-1561130921287643963375,-46392205796871853724545,6227466374611334891576875,390895142755423670672865025... | 40.941176 | 495 | 0.826149 |
f9ea56e518b1ff83b85fef9e7f62ea49efd1020a | 1,132 | asm | Assembly | programs/oeis/003/A003482.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/003/A003482.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/003/A003482.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A003482: a(n) = 7*a(n-1) - a(n-2) + 4, with a(0) = 0, a(1) = 5.
; 0,5,39,272,1869,12815,87840,602069,4126647,28284464,193864605,1328767775,9107509824,62423800997,427859097159,2932589879120,20100270056685,137769300517679,944284833567072,6472224534451829,44361286907595735,304056783818718320,2084036199823432509,14284196... | 161.714286 | 855 | 0.860424 |
49feac984116dce1587a87cd51c2b9a39fdc3206 | 323 | asm | Assembly | src/arch/x86_64/long_mode_init.asm | kettle11/pacifickernel | d007daa18b3c4f518904105b5bfe7e12aef2c5d2 | [
"MIT"
] | 1 | 2017-10-12T18:47:55.000Z | 2017-10-12T18:47:55.000Z | src/arch/x86_64/long_mode_init.asm | kettle11/pacifickernel | d007daa18b3c4f518904105b5bfe7e12aef2c5d2 | [
"MIT"
] | null | null | null | src/arch/x86_64/long_mode_init.asm | kettle11/pacifickernel | d007daa18b3c4f518904105b5bfe7e12aef2c5d2 | [
"MIT"
] | null | null | null | global long_mode_start
section .text
bits 64
long_mode_start:
; load 0 into all data segment registers
mov ax, 0
mov ss, ax
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
;print 'OKAY' to screen
mov rax, 0x2f592f412f4b2f4f
mov qword [0xb8000], rax
extern kernel_main
call kernel_main
... | 14.681818 | 44 | 0.681115 |
ce72c6845c8450b2f82c5f2f0c216afe07f425ca | 379 | asm | Assembly | programs/oeis/091/A091282.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/091/A091282.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/091/A091282.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A091282: Exponent of 2 in prime(n)^2 - 1.
; 0,3,3,4,3,3,5,3,4,3,6,3,4,3,5,3,3,3,3,4,4,5,3,4,6,3,4,3,3,5,8,3,4,3,3,4,3,3,4,3,3,3,7,7,3,4,3,6,3,3,4,5,5,3,9,4,3,5,3,4,3,3,3,4,4,3,3,5,3,3,6,4,5,3,3,8,3,3,5,4,3,3,5,5,4,3,7,4,3,5,3,6,4,3,3,4,3,4,3,3
seq $0,6005 ; The odd prime numbers together with 1.
pow $0,2
sub $0,1
mo... | 27.071429 | 201 | 0.551451 |
6f8a0dbc2cfa0beed70695a74e9a450f0e47c541 | 592 | asm | Assembly | oeis/214/A214731.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/214/A214731.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/214/A214731.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A214731: a(n) = n^3 - 2*n^2 - 1.
; -2,-1,8,31,74,143,244,383,566,799,1088,1439,1858,2351,2924,3583,4334,5183,6136,7199,8378,9679,11108,12671,14374,16223,18224,20383,22706,25199,27868,30719,33758,36991,40424,44063,47914,51983,56276,60799,65558,70559,75808,81311,87074,93103,99404,105983,112846,119999,127448,135199,1432... | 59.2 | 497 | 0.77027 |
da4a06c5be66f38ebd8ba80bdf3f41db625aa4c0 | 6,643 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_2613.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_2613.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_2613.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1906f, %rsi
lea addresses_UC_ht+0x13eab, %rdi
nop
nop
nop
nop
cmp %r15, %r15
mov $6, %rcx
rep movsb
xor %r14, %r14
lea addresses_WT_ht+0x1becf, %r13
nop
dec %rax
mov $0x6162... | 36.300546 | 2,999 | 0.655427 |
259f9f496bb86075223953b804f920a036bb6edd | 2,718 | asm | Assembly | examples/kernel/drivers/soc/ac/ac.asm | rostislav-nikitin/socOS | 75e3bbaa16086df5dd1a476ee86052b3073ce075 | [
"MIT"
] | 1 | 2020-07-29T12:30:42.000Z | 2020-07-29T12:30:42.000Z | examples/kernel/drivers/soc/ac/ac.asm | rostislav-nikitin/socOS | 75e3bbaa16086df5dd1a476ee86052b3073ce075 | [
"MIT"
] | null | null | null | examples/kernel/drivers/soc/ac/ac.asm | rostislav-nikitin/socOS | 75e3bbaa16086df5dd1a476ee86052b3073ce075 | [
"MIT"
] | null | null | null | .cseg
.org 0x00
rcall main_thread
; include components interrupts
;.include "../../../../../src/kernel/drivers/{driver_name}_int.asm"
.include "../../../../../src/kernel/drivers/soc/ac_int.asm"
; include SoC defaults
.include "m8def.inc"
; include components definitions
.include "../../../../../src/kernel/kernel_def.a... | 31.241379 | 125 | 0.700515 |
3ab2a6b1a8e074f74a48c5d586eb23868903a0e7 | 991 | asm | Assembly | libsrc/graphics/gray/g_circle.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/graphics/gray/g_circle.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/graphics/gray/g_circle.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; TI Gray Library Functions
;
; Written by Stefano Bodrato - Mar 2001
;
;
; $Id: g_circle.asm,v 1.5 2017/01/02 22:57:58 aralbrec Exp $
;
;Usage: g_circle(int x, int y, int radius, int skip, int GrayLevel)
PUBLIC g_circle
PUBLIC _g_circle
EXTERN ... | 16.79661 | 67 | 0.511604 |
b3392483c855a0786aa953d9ff04a2354a2bf566 | 1,024 | asm | Assembly | Borland/CBuilder5/Source/Vcl/filepos.asm | TrevorDArcyEvans/DivingMagpieSoftware | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | 1 | 2021-05-27T10:27:25.000Z | 2021-05-27T10:27:25.000Z | Borland/CBuilder5/Source/Vcl/filepos.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | Borland/CBuilder5/Source/Vcl/filepos.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null |
; *******************************************************
; * *
; * Delphi Runtime Library *
; * *
; * Copyright (c) 1996,98 Inprise Corporation *
; * *
; *******************************************************
INCLUDE SE.ASM
INCLUDE FILEIO.ASM
.386
.MODEL FLAT
EX... | 15.283582 | 57 | 0.564453 |
f9315e8a2ef3de7c0980124291e8f75972902169 | 2,365 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_6_1423.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_6_1423.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_6_1423.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r13
push %rax
push %rcx
push %rdi
push %rsi
// Store
lea addresses_D+0x1b9e9, %rcx
nop
nop
and %r13, %r13
movl $0x51525354, (%rcx)
nop
nop
nop
nop
xor %r13, %r13
// Store
lea addresses_D+0x1f4e9, %r10
... | 17.137681 | 139 | 0.638901 |
97bf1b9704131c041338aac051f819f29cd86fcc | 471 | asm | Assembly | oeis/070/A070544.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/070/A070544.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/070/A070544.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A070544: Number of squarefree numbers s such that n < s < 2n.
; Submitted by Christian Krause
; 0,1,1,3,2,3,3,5,6,6,6,8,7,7,7,9,9,11,11,13,13,14,13,15,15,15,16,17,17,18,18,19,19,20,20,22,22,22,22,24,23,24,24,26,27,27,27,29,30,30,30,32,32,34,34,36,36,37,36,38,37,38,38,39,39,40,40,41,41,42,42,44,44,44,45
mov $2,$0
add... | 26.166667 | 209 | 0.615711 |
199c7551de3ee56d3c65c1ffe3df7113d9c4a2b5 | 370 | asm | Assembly | programs/oeis/033/A033662.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/033/A033662.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/033/A033662.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A033662: Possible digital sums of Smith numbers (conjectural).
; 4,9,13,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82
sub $1,$0
add $0,11
add $1,2
lpb $0
sub $0... | 26.428571 | 209 | 0.640541 |
94de9414e456a4120de8c44219343730ac0ae333 | 280 | asm | Assembly | HW1/calculator.asm | yuya737/tiny_vm | 52b56f0caf879d623d1e96162c39ca4da1c7478f | [
"CC-BY-3.0"
] | null | null | null | HW1/calculator.asm | yuya737/tiny_vm | 52b56f0caf879d623d1e96162c39ca4da1c7478f | [
"CC-BY-3.0"
] | null | null | null | HW1/calculator.asm | yuya737/tiny_vm | 52b56f0caf879d623d1e96162c39ca4da1c7478f | [
"CC-BY-3.0"
] | null | null | null | .class Calculator:Obj
.method $constructor
const 6
const 0
const 1
call Int:minus
call Int:times
const 3
const 0
const 1
call Int:minus
call Int:times
const 1
call Int:plus
call Int:divide
const 3
const 4
call Int:minus
call Int:times
call Int:print
pop
halt
| 11.666667 | 21 | 0.728571 |
399edfbd41b1911ac653b98b3f800a91e814983b | 748 | asm | Assembly | scripts/MrPsychicsHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | scripts/MrPsychicsHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | scripts/MrPsychicsHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | MrPsychicsHouse_Script:
jp EnableAutoTextBoxDrawing
MrPsychicsHouse_TextPointers:
dw SaffronHouse2Text1
SaffronHouse2Text1:
text_asm
CheckEvent EVENT_GOT_TM29
jr nz, .got_item
ld hl, TM29PreReceiveText
call PrintText
lb bc, TM_PSYCHIC_M, 1
call GiveItem
jr nc, .bag_full
ld hl, ReceivedTM29Text
call PrintT... | 16.26087 | 30 | 0.830214 |
e093e64615e5df7109bedb7bcc88e0d5bafe81a6 | 1,955 | asm | Assembly | libsrc/target/trs80/gfxhrg1/w_pixladdr.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/trs80/gfxhrg1/w_pixladdr.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/trs80/gfxhrg1/w_pixladdr.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; HRG1 Hi-Rez graphics routines for TRS-80
;
; Stefano Bodrato 2021
;
SECTION code_graphics
PUBLIC w_pixeladdress
EXTERN div3_192
EXTERN __curbyte
;
; $Id: w_pixladdr.asm $
;
; ******************************************************************
;
; Get absolute ... | 15.64 | 79 | 0.510486 |
fbc61bfc0c20bafafdb8a849f80a9cbdeea855a0 | 578 | asm | Assembly | programs/oeis/026/A026058.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/026/A026058.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/026/A026058.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A026058: a(n) = (d(n)-r(n))/2, where d = A026057 and r is the periodic sequence with fundamental period (0,0,1,0).
; 13,25,41,63,90,123,162,209,263,325,395,475,564,663,772,893,1025,1169,1325,1495,1678,1875,2086,2313,2555,2813,3087,3379,3688,4015,4360,4725,5109,5513,5937,6383,6850,7339,7850,8385,8943,9525,10131,10763,... | 22.230769 | 244 | 0.640138 |
a4c410af7ccc66c6623f39093001dcb7cd28c3ed | 1,710 | asm | Assembly | programs/oeis/100/A100776.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/100/A100776.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/100/A100776.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A100776: a(n) = 997 * n + 1009.
; 1009,2006,3003,4000,4997,5994,6991,7988,8985,9982,10979,11976,12973,13970,14967,15964,16961,17958,18955,19952,20949,21946,22943,23940,24937,25934,26931,27928,28925,29922,30919,31916,32913,33910,34907,35904,36901,37898,38895,39892,40889,41886,42883,43880,44877,45874,46871,47868,48865,... | 244.285714 | 1,641 | 0.834503 |
29ed0146bc49b9e703df39455e57f259e47d9430 | 5,517 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_996.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_notsx.log_21829_996.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_notsx.log_21829_996.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 %rdi
push %rsi
lea addresses_WC_ht+0x18307, %r8
nop
inc %r9
movb $0x61, (%r8)
nop
mfence
lea addresses_A_ht+0x15cd5, %r8
nop
nop
nop
nop
add $57745, %rdi
movw $0x6162, (%r8)
nop
sub $5335, %rsi
lea addresses_WT_ht+0xbd37, %r12
nop
n... | 43.440945 | 2,999 | 0.654341 |
f7e1acb4c9c32eeb34d7a5c17277efc35d3ec4a7 | 1,894 | asm | Assembly | programs/oeis/119/A119651.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/119/A119651.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/119/A119651.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A119651: Number of different values of exactly n standard American coins (pennies, nickels, dimes and quarters).
; 4,10,20,34,52,73,96,120,144,168,192,216,240,264,288,312,336,360,384,408,432,456,480,504,528,552,576,600,624,648,672,696,720,744,768,792,816,840,864,888,912,936,960,984,1008,1032,1056,1080,1104,1128,1152,... | 38.653061 | 1,199 | 0.678458 |
e854af2e3bc8ba8391c470a593c8aeb6f95c4d72 | 452 | asm | Assembly | util/cv/vodds.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | util/cv/vodds.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | util/cv/vodds.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; visible strings for odd characters V0.00 1988 Tony Tebby QJUMP
section cv
xdef cv_vodds
;+++
; Table of visible strings for odd keys.
; 4 (positive) relative byte pointer to byte length strings for $fc to $ff
;---
cv_vodds
dc.b fc-*
dc.b fd-*
dc.b fe-*
... | 22.6 | 74 | 0.517699 |
8f00b32fc82885708aeb5a5b3c5417baba0cddf0 | 7,432 | asm | Assembly | AVR_Studio_project/src/note_scheduler.asm | pappavis/mixtape_alpha | 514ccc0b1f59d9e831d561e4c734392ed7e400f6 | [
"MIT"
] | null | null | null | AVR_Studio_project/src/note_scheduler.asm | pappavis/mixtape_alpha | 514ccc0b1f59d9e831d561e4c734392ed7e400f6 | [
"MIT"
] | null | null | null | AVR_Studio_project/src/note_scheduler.asm | pappavis/mixtape_alpha | 514ccc0b1f59d9e831d561e4c734392ed7e400f6 | [
"MIT"
] | null | null | null | ; note_scheduler.asm
; this function does the 4 voice polyphony and sets up the playback registers
; because all working registers are consumed by the function,
; the notes and voices
;check which voices are free - take first available
lds r25,note_scheduler
sbrs r25,$03
rjmp playnote4
sbrs r25,$02
rjmp playnote3
sbr... | 26.927536 | 77 | 0.763052 |
6a0f9ad0279e2bbd7ac2764f17dcd516d8c166f8 | 708 | asm | Assembly | oeis/081/A081195.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/081/A081195.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/081/A081195.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A081195: a(n) = 10*a(n-1)-24*a(n-2) for n>1, a(0)=1, a(1)=25.
; Submitted by Christian Krause
; 1,25,226,1660,11176,71920,450976,2783680,17013376,103325440,624933376,3769523200,22696830976,136499752960,820273586176,4926741790720,29580851838976,177566715412480,1065726709989376,6395665929994240,38379218260197376,230296... | 41.647059 | 495 | 0.812147 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.