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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
81c76ccf878649f6ac22760e3d671b55ffd9a304 | 434 | asm | Assembly | oeis/136/A136696.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/136/A136696.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/136/A136696.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A136696: Final nonzero digit of n! in base 9.
; Submitted by Jamie Morken(m4)
; 1,1,2,6,6,3,8,2,7,7,7,5,6,6,3,2,5,4,8,8,7,3,3,6,1,7,2,6,6,3,4,7,8,3,3,6,6,6,3,7,1,5,3,3,6,3,3,6,8,5,7,6,6,3,8,8,7,3,3,6,1,7,2,5,5,1,3,3,6,4,1,8,1,1,2,6,6,3,8,2,7,7,7,5,6,6,3,2,5,4,4,4,8,6,6,3,5,8,1,2
seq $0,142 ; Factorial numbers: n! = ... | 43.4 | 201 | 0.59447 |
801006796a3697315fd662b96958d0c5352e2852 | 31,280 | asm | Assembly | target/cos_117/disasm/iop_overlay1/EDIT.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/EDIT.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/EDIT.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) 0x2940- f:00024 d: 320 | OR[320] = A
0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0003 (0x000006) 0x2941- f:00024 d: 321 | OR[321] = A
... | 79.795918 | 79 | 0.468223 |
08b57d7d640267a761d82f779672d42791d7d274 | 99 | asm | Assembly | Oct29/4.asm | s10singh97/Microprocessor_Lab | 0ff882a953a8068367363dc7c533470d60064cef | [
"Apache-2.0"
] | null | null | null | Oct29/4.asm | s10singh97/Microprocessor_Lab | 0ff882a953a8068367363dc7c533470d60064cef | [
"Apache-2.0"
] | null | null | null | Oct29/4.asm | s10singh97/Microprocessor_Lab | 0ff882a953a8068367363dc7c533470d60064cef | [
"Apache-2.0"
] | null | null | null | ;dec to binary
mvi a,24
loop: sui 2
inr c
cpi 2
jnc loop
mov d,a
mov a,c
rlc
rlc
rlc
rlc
ora d
hlt | 6.6 | 14 | 0.69697 |
47f4b53a09904d4184c6ab38cc99b54e21017e2b | 563 | asm | Assembly | oeis/267/A267031.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/267/A267031.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/267/A267031.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A267031: a(n) = (32*n^3 - 2*n)/3.
; 0,10,84,286,680,1330,2300,3654,5456,7770,10660,14190,18424,23426,29260,35990,43680,52394,62196,73150,85320,98770,113564,129766,147440,166650,187460,209934,234136,260130,287980,317750,349504,383306,419220,457310,497640,540274,585276,632710,682640,735130,790244,848046,908600,971970,1... | 80.428571 | 498 | 0.808171 |
97f2f4589fb8733c3a34debd9cd7e0b80254b2a5 | 1,083 | asm | Assembly | AVR Studio/macro/macro.asm | ataniazov/AVR | 01e22a151d4c0affb7e73577c63373023260dfcb | [
"Apache-2.0"
] | null | null | null | AVR Studio/macro/macro.asm | ataniazov/AVR | 01e22a151d4c0affb7e73577c63373023260dfcb | [
"Apache-2.0"
] | null | null | null | AVR Studio/macro/macro.asm | ataniazov/AVR | 01e22a151d4c0affb7e73577c63373023260dfcb | [
"Apache-2.0"
] | null | null | null | ;============================================================
.include "m16def.inc" ; ATMega16
;= Start macro.inc ==========================================
; SUBI16 0x1234,r16,r17
.MACRO SUBI16 ; Start macro definition
subi @1,low(@0) ; Subtract low byte
sbci @2,high(@0) ; Subtract high byte
.... | 30.083333 | 63 | 0.390582 |
fe0b8bac4fe3460dbf8a0f13ed382d87a435242e | 7,505 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_122.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_122.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_122.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1c686, %rdi
nop
nop
nop
cmp %r9, %r9
movb (%rdi), %bl
nop
nop
nop
xor $61180, %rdi
lea addresses_A_ht+0x1aa86, %rsi
lea addresses_UC_ht+0x15b46, %rdi
clflush (%rdi)
nop
n... | 34.906977 | 2,999 | 0.656496 |
6967ecb139a99c3eec6c47f432640d8931197201 | 619 | asm | Assembly | oeis/034/A034723.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/034/A034723.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/034/A034723.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A034723: a(n) = n-th sextic factorial number divided by 3.
; 1,9,135,2835,76545,2525985,98513415,4433103675,226088287425,12887032383225,811883040143175,56019929769879075,4201494732740930625,340321073352015380625,29607933381625338114375,2753537804491156444636875,272600242644624488019050625,2862302547768557124200031562... | 51.583333 | 483 | 0.869144 |
aace346e7982658bb8218a7df1d37f70b1394bb0 | 358 | asm | Assembly | Chapter_5/Program 5.1/x86/Program_5.1_MASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 272 | 2016-12-28T02:24:21.000Z | 2022-03-30T21:05:37.000Z | Chapter_5/Program 5.1/x86/Program_5.1_MASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 1 | 2018-04-17T19:47:52.000Z | 2018-04-17T19:47:52.000Z | Chapter_5/Program 5.1/x86/Program_5.1_MASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 62 | 2017-02-02T14:39:37.000Z | 2022-01-04T09:02:07.000Z | ; Program 5.1
; Conditional Jump - MASM (32-bit)
; Copyright (c) 2017 Hall & Slonka
.386
.MODEL FLAT, stdcall
.STACK 4096
ExitProcess PROTO, dwExitCode:DWORD
.data
wages DWORD 46000
taxes DWORD ?
.code
_main PROC
mov eax, 50000
cmp wages, eax
jae higher
mov taxes, 2000
jmp done
higher:
mov taxes, 4000
done:... | 11.933333 | 35 | 0.726257 |
a06f4469ce237651cc44f9aca0086c0b00c70a2e | 265 | asm | Assembly | src/kernel/cpp/crti.asm | dan1994/journey | e9060a6aceac414541da1194a165d49b0a3b48a2 | [
"MIT"
] | null | null | null | src/kernel/cpp/crti.asm | dan1994/journey | e9060a6aceac414541da1194a165d49b0a3b48a2 | [
"MIT"
] | 41 | 2021-08-07T13:03:56.000Z | 2022-03-13T18:36:22.000Z | src/kernel/cpp/crti.asm | dan1994/journey | e9060a6aceac414541da1194a165d49b0a3b48a2 | [
"MIT"
] | null | null | null | section .init
global _init
_init:
push ebp
mov ebp, esp
; gcc will nicely put the contents of crtbegin.o's .init section here.
section .fini
global _fini
_fini:
push ebp
mov ebp, esp
; gcc will nicely put the contents of crtbegin.o's .fini section here. | 14.722222 | 71 | 0.732075 |
4b994b4712ae8e2fdaacec8bcff15be4c296b647 | 6,048 | asm | Assembly | asm/isr.asm | mlndz28/selector-623 | f50c294c56f8e43706ceda7fe9a8862d4d6bb866 | [
"MIT"
] | null | null | null | asm/isr.asm | mlndz28/selector-623 | f50c294c56f8e43706ceda7fe9a8862d4d6bb866 | [
"MIT"
] | null | null | null | asm/isr.asm | mlndz28/selector-623 | f50c294c56f8e43706ceda7fe9a8862d4d6bb866 | [
"MIT"
] | null | null | null | ;******************************************************************
;* User interrupt service routines
;******************************************************************
loc
;******************************************************************
;* RTI_ISR - real time interrupt service routine. Called every
;* 1 ms or ... | 24.888889 | 97 | 0.573909 |
2376d906e4c37a49e1b226c48fcfa9c5b77d181f | 5,083 | asm | Assembly | course_2/assembler/2semester/3lab.asm | IlonaZellka/DonNU | 943111d7e5df022fdb0fdc7c14f31e1f529f4bf0 | [
"MIT"
] | null | null | null | course_2/assembler/2semester/3lab.asm | IlonaZellka/DonNU | 943111d7e5df022fdb0fdc7c14f31e1f529f4bf0 | [
"MIT"
] | null | null | null | course_2/assembler/2semester/3lab.asm | IlonaZellka/DonNU | 943111d7e5df022fdb0fdc7c14f31e1f529f4bf0 | [
"MIT"
] | 1 | 2021-09-30T05:50:44.000Z | 2021-09-30T05:50:44.000Z | ;Z[k] = (( X[k]**2+k)/(k+1)) + (X[N+1-k]**2) N=5;k=1,2,3
nata segment 'code'
assume cs:nata, ds:nata, ss:nata, es:nata
org 100h
begin: jmp main
;------------Для ввода ---------------------
Buf db 7,7 DUP(?)
datev dw 0
mnoj dw ?
ps dw 10,13,'$'
;------------Для вывода ---------------------
date dw ?
my_s d... | 18.825926 | 65 | 0.58253 |
ae551185c0aa52cafc44a6e2a498ae825df566b5 | 902 | asm | Assembly | ee/hxt/mkit.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/hxt/mkit.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/hxt/mkit.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Make item V2.00 1990 Tony Tebby QJUMP
section exten
xdef hxt_mkit
xref gu_achpp
include 'dev8_ee_hk_data'
;+++
; Make item: allocates memory.
; Fills item, including the name length, but not including the name characters.
;
; d1 c p item name length
; ... | 23.736842 | 79 | 0.493348 |
c45d2988b21c40b482609df0c8f03bbba1954c51 | 832 | asm | Assembly | e09.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | 1 | 2018-07-23T10:30:22.000Z | 2018-07-23T10:30:22.000Z | e09.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | null | null | null | e09.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | null | null | null | assume cs:code
data segment
db 'Welcome to MASM!'
db 02h ; text - G
db 24h ; text - R, back - G
db 71h ; text - B, back - RGB
data ends
stack segment
db 16 dup (0)
stack ends
code segment
start:
mov ax,data
mov ds,ax ; ds: data
mov ax,stack
mov ss,ax ; ss: stack
mov sp,0
mov ax,0b800h
mov es... | 16.979592 | 50 | 0.627404 |
b6af9993a6e92ade4772f05d501b2f18f0b2161b | 8,029 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2223.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_2223.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_2223.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x58ef, %rsi
lea addresses_WT_ht+0x88ef, %rdi
nop
xor $27193, %r8
mov $67, %rcx
rep movsw
nop
nop
and %rbp, %rbp
lea addresses_normal_ht+0x2fcf, %rdi
clflush (%rdi)
nop
nop
xor $... | 33.877637 | 2,999 | 0.659983 |
09abaafd97da95403d3f9e9ce40cbf05f43cab6e | 406 | asm | Assembly | libsrc/sdcard/sd_send_eight_clocks.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/sdcard/sd_send_eight_clocks.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/sdcard/sd_send_eight_clocks.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; Old School Computer Architecture - SD Card driver
; Taken from the OSCA Bootcode by Phil Ruston 2011
; Port by Stefano Bodrato, 2012
;
; Send 8 clocks to card, used in various places to keep communications stable
;
; $Id: sd_send_eight_clocks.asm,v 1.3 2015/01/19 01:33:07 pauloscustodio Exp $
;
PUBLIC sd_send_eig... | 20.3 | 78 | 0.761084 |
aa1a0fddafbc4f73ed1fc91f7a560dc0cf059826 | 810 | asm | Assembly | oeis/099/A099909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/099/A099909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/099/A099909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A099909: (prime(n)*(prime(n+1)-1) + (prime(n)-1)*prime(n+1)) / 2.
; Submitted by Jon Maiga
; 11,29,68,131,206,305,416,641,869,1113,1478,1721,1976,2441,3071,3539,4023,4688,5111,5691,6476,7301,8540,9698,10301,10916,11555,12206,14231,16508,17813,18905,20567,22349,23553,25431,27056,28721,30791,32219,34385,36671,37826,390... | 62.307692 | 496 | 0.723457 |
fe2a6f14c6d443337b9324df5b4f495e9a733b7d | 1,139 | asm | Assembly | Version-3/boot/kernel_entry.asm | AaronV77/Friday | 1f4c32a01859738b8b7193f655322ac5454e4d52 | [
"MIT"
] | null | null | null | Version-3/boot/kernel_entry.asm | AaronV77/Friday | 1f4c32a01859738b8b7193f655322ac5454e4d52 | [
"MIT"
] | null | null | null | Version-3/boot/kernel_entry.asm | AaronV77/Friday | 1f4c32a01859738b8b7193f655322ac5454e4d52 | [
"MIT"
] | null | null | null | ; This file is getting linked in at a specific memory location 0x1000 and will be
; - called by the boot.asm when the system has loaded the sectors from the disk, and
; - has entered protected or long mode. When the memory location 0x1000 is called the
; - the symbol associated to it "_start" which is done by the globa... | 51.772727 | 85 | 0.703248 |
3b515e3527e901f21b0a816ee8a36f6b3a271840 | 342 | asm | Assembly | programs/oeis/276/A276876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/276/A276876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/276/A276876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A276876: Sums-complement of the Beatty sequence for 2e.
; 1,2,3,4,7,8,9,12,13,14,15,18,19,20,23,24,25,26,29,30,31,34,35,36,37,40,41,42,45,46,47,50,51,52,53,56,57,58,61,62,63,64,67,68,69,72,73,74,75,78,79,80,83,84,85,88,89,90,91,94,95,96,99,100,101,102
mov $1,1679616
mul $1,$0
div $1,5764801
add $1,1
mul $1,2
sub $1,... | 28.5 | 195 | 0.657895 |
5444d7de987f8f72c3334a00c724641282ac0901 | 236 | asm | Assembly | programs/oeis/322/A322111.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/322/A322111.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/322/A322111.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A322111: Number of non-isomorphic self-dual connected multiset partitions of weight n with multiset density -1.
; 1,1,1,2,2,5,5,13,13,37,37
add $0,1
div $0,2
mul $0,2
add $0,2
div $0,2
mov $1,3
pow $1,$0
div $1,20
mov $0,$1
add $0,1
| 16.857143 | 113 | 0.669492 |
b703e19ef3f338cd83e0907193aec836d7606568 | 637 | asm | Assembly | oeis/162/A162245.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/162/A162245.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/162/A162245.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A162245: Triangle T(n,m) = 6*m*n + 3*m + 3*n + 1 read by rows.
; Submitted by Christian Krause
; 13,22,37,31,52,73,40,67,94,121,49,82,115,148,181,58,97,136,175,214,253,67,112,157,202,247,292,337,76,127,178,229,280,331,382,433,85,142,199,256,313,370,427,484,541,94,157,220,283,346,409,472,535,598,661,103,172,241,310,37... | 30.333333 | 386 | 0.66719 |
9b7f8e8b7eefe1a4e7a0ef16847b688f124e56b5 | 865 | asm | Assembly | oeis/317/A317759.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/317/A317759.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/317/A317759.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A317759: Number of nX2 0..1 arrays with every element unequal to 0, 1 or 2 horizontally, vertically or antidiagonally adjacent elements, with upper left element zero.
; Submitted by Christian Krause
; 2,6,10,20,42,89,190,407,873,1874,4024,8642,18561,39866,85627,183917,395034,848492,1822474,3914489,8407926,18059375,38... | 41.190476 | 494 | 0.786127 |
7f4eae594c051cc845ee0fcaf57d77b23164c436 | 244 | asm | Assembly | Working Disassembly/Levels/LBZ/Misc Object Data/Map - Player Launcher.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | Working Disassembly/Levels/LBZ/Misc Object Data/Map - Player Launcher.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/LBZ/Misc Object Data/Map - Player Launcher.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Map_22534C: dc.w Frame_225350-Map_22534C ; ...
dc.w Frame_225364-Map_22534C
Frame_225350: dc.w 3
dc.b $F8, 5, 0,$14,$FF,$E0
dc.b $F8, $D, 0,$18,$FF,$F0
dc.b $F8, 5, 8,$14, 0,$10
Frame_225364: dc.w 1
dc.b $F8, 5, 0,$20,$FF,$F8
| 27.111111 | 46 | 0.586066 |
eb563bcf7b6cd1083a10752483b75ef5eaa8435b | 532 | asm | Assembly | oeis/019/A019691.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/019/A019691.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/019/A019691.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A019691: Decimal expansion of Pi/24.
; Submitted by Jon Maiga
; 1,3,0,8,9,9,6,9,3,8,9,9,5,7,4,7,1,8,2,6,9,2,7,6,8,0,7,6,3,6,6,4,5,9,5,3,5,0,8,2,1,5,3,9,1,6,4,0,6,2,9,4,0,9,2,0,7,2,8,9,3,5,8,0,1,2,8,2,5,6,8,3,5,9,5,2,5,8,7,0,8,2,7,6,1,6,8,1,1,7,7,2,2,5,8,8,2,1,1,1
mov $1,1
mov $2,1
mov $3,$0
mul $3,5
lpb $3
mul $1,... | 17.16129 | 201 | 0.520677 |
40cf714981d54a8bc1a6d503f8b20c67a955b1fa | 195 | asm | Assembly | mc-sema/validator/x86/tests/CDQ.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86/tests/CDQ.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86/tests/CDQ.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; CDQ
;TEST_BEGIN_RECORDING
MOV eax, 0x819EDB32
MOV edx, 0
cdq
;TEST_END_RECORDING
| 15 | 25 | 0.728205 |
0dd3c68e7266b03d4d0d962fc79051f1173c60e2 | 431 | asm | Assembly | oeis/159/A159024.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159024.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159024.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159024: a(0)=55; a(n) = a(n-1) + floor(sqrt(a(n-1))), n > 0.
; Submitted by Jon Maiga
; 55,62,69,77,85,94,103,113,123,134,145,157,169,182,195,208,222,236,251,266,282,298,315,332,350,368,387,406,426,446,467,488,510,532,555,578,602,626,651,676,702,728,754,781,808,836,864,893,922,952,982,1013,1044
add $0,6
mov $3,1
lp... | 23.944444 | 209 | 0.61949 |
0009c457474ffb2151835de2c87520a3f0417be6 | 467 | asm | Assembly | tests/startup_linux_x64.asm | adrianlizarraga/nibble | 4909038d697b56c6251dca4c9788412446c87789 | [
"MIT"
] | 3 | 2021-04-20T00:30:43.000Z | 2021-05-18T06:58:36.000Z | tests/startup_linux_x64.asm | adrianlizarraga/nibble | 4909038d697b56c6251dca4c9788412446c87789 | [
"MIT"
] | 1 | 2021-06-20T08:43:49.000Z | 2021-06-20T08:43:49.000Z | tests/startup_linux_x64.asm | adrianlizarraga/nibble | 4909038d697b56c6251dca4c9788412446c87789 | [
"MIT"
] | null | null | null | SECTION .text
global _start
_start:
xor rbp, rbp
mov edi, dword [rsp]
lea rsi, [rsp + 8]
lea rdx, [rsp + 8*rdi + 16]
xor eax, eax
call main
mov edi, eax
mov rax, 60
syscall
global _nibble_#writeout
_nibble_#writeout:
push rbp
mov rbp, rsp
xchg rdi, rsi
mov rax, 1
mov rdx, rdi
mov rdi, 1
syscall
mov rsp, rbp
pop rbp
re... | 12.621622 | 27 | 0.723769 |
32545b292253f1036673856a43de3d3eec43c4cd | 453 | asm | Assembly | programs/oeis/084/A084903.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/084/A084903.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/084/A084903.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A084903: Binomial transform of positive cubes.
; 1,9,44,170,576,1792,5248,14688,39680,104192,267264,672256,1662976,4055040,9764864,23257088,54853632,128253952,297533440,685375488,1568669696,3569352704,8078229504,18192793600,40785412096,91049951232
mov $1,$0
add $0,2
mov $2,$1
mov $4,$1
add $4,2
mov $5,-2
lpb $1
mu... | 18.12 | 200 | 0.697572 |
a82659c43d422100e1776fc76e0990878f0ede66 | 4,237 | asm | Assembly | libsrc/stdio_new/fd/open_callee.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/stdio_new/fd/open_callee.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/stdio_new/fd/open_callee.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ; int __CALLEE__ open_callee(char *filename, int flags)
; 06.2008 aralbrec
XLIB open_callee
XDEF ASMDISP_OPEN_CALLEE, LIBDISP_OPEN_CALLEE
LIB stdio_malloc, stdio_free, l_jpix, stdio_findfdslot
LIB stdio_error_enfile_mc, stdio_error_edevnf_mc, stdio_error_enomem_mc, stdio_error_mc
XREF _stdio_devtbl, _stdio_defdev
IN... | 21.728205 | 87 | 0.538353 |
6d274a495dc1c99a4bc56c41193744da8492fce5 | 335 | asm | Assembly | oeis/027/A027313.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/027/A027313.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/027/A027313.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A027313: a(n) = Sum_{k=0..2n} (k+1) * A026323(n, 2n-k).
; Submitted by Jon Maiga
; 1,6,27,81,243,729,2187,6561,19683,59049,177147,531441,1594323,4782969,14348907,43046721,129140163,387420489,1162261467,3486784401,10460353203,31381059609,94143178827,282429536481,847288609443
mov $1,$0
min $0,2
add $0,1
mov $2,3
pow $... | 30.454545 | 193 | 0.734328 |
699acf295f585384311c2bf526370f2c3bb5bbc8 | 710 | asm | Assembly | Part-2 Submission/CODE-2.asm | asad-n/CSE331L_Section_7_Summer20_NSU_Midterm_1 | 1566e8609c5424a6ce73ab229aa7649b7bcac2fd | [
"MIT"
] | null | null | null | Part-2 Submission/CODE-2.asm | asad-n/CSE331L_Section_7_Summer20_NSU_Midterm_1 | 1566e8609c5424a6ce73ab229aa7649b7bcac2fd | [
"MIT"
] | null | null | null | Part-2 Submission/CODE-2.asm | asad-n/CSE331L_Section_7_Summer20_NSU_Midterm_1 | 1566e8609c5424a6ce73ab229aa7649b7bcac2fd | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 64
.DATA
STRING DB ?
SYM DB '$'
INPUT_M DB 0ah,0dh,0AH,0DH,'Enter a string: ',0DH,0AH,'$'
OUTPUT_M DB 0ah,0dh,0AH,0DH,'The string is: ',0DH,0AH,'$'
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
MOV DX,OFFSET INPUT_M
MOV AH,09
INT 21H
LEA SI,STRING
... | 14.791667 | 60 | 0.494366 |
480332e0c108883529541858b9a834342461bbac | 7,380 | asm | Assembly | Transynther/x86/_processed/US/_st_4k_/i9-9900K_12_0xa0.log_21829_1641.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_4k_/i9-9900K_12_0xa0.log_21829_1641.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_4k_/i9-9900K_12_0xa0.log_21829_1641.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1f59, %rsi
lea addresses_WT_ht+0x14b59, %rdi
and $26121, %r8
mov $89, %rcx
rep movsb
nop
nop
nop
nop
nop
and $24945, %rbx
lea addresses_WC_ht+0x12159, %r8
nop
nop
dec %rsi
movw... | 33.853211 | 2,999 | 0.657182 |
e4f69866e7c42241592164256e4b8f7c178b8c0d | 400 | asm | Assembly | programs/oeis/270/A270510.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/270/A270510.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/270/A270510.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A270510: Number of 2X2X2 triangular 0..n arrays with some element plus some adjacent element totalling n+1 exactly once.
; 3,6,21,36,63,90,129,168,219,270,333,396,471,546,633,720,819,918,1029,1140,1263,1386,1521,1656,1803,1950,2109,2268,2439,2610,2793,2976,3171,3366,3573,3780,3999,4218,4449,4680,4923,5166,5421,5676,5... | 36.363636 | 210 | 0.7375 |
65ac4e205b0ca4b8878dba4edb062d84a36093be | 858 | asm | Assembly | oeis/145/A145388.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/145/A145388.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/145/A145388.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A145388: Sum of (k,n)_* for k=1,2,...,n, where (k,n)_* is the greatest divisor of k which is a unitary divisor of n.
; Submitted by Jon Maiga
; 1,3,5,7,9,15,13,15,17,27,21,35,25,39,45,31,33,51,37,63,65,63,45,75,49,75,53,91,57,135,61,63,105,99,117,119,73,111,125,135,81,195,85,147,153,135,93,155,97,147,165,175,105,159,... | 25.235294 | 359 | 0.568765 |
3c180c5ae2db0c2179d60c5492269d3d831e420f | 2,837 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_1_1045.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_1_1045.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_1_1045.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1cbd2, %rsi
lea addresses_D_ht+0x14612, %rdi
nop
nop
nop
nop
nop
sub $51781, %r13
mov $52, %rcx
rep movsq
nop
nop
nop
nop
nop
inc %r14
lea addresses_UC_ht+0x9ed2, %rsi
lea addresses_W... | 17.512346 | 148 | 0.652097 |
9631677850841632861dc970136c6299d3927022 | 421 | asm | Assembly | oeis/099/A099517.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/099/A099517.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/099/A099517.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A099517: A transform of (1-x)/(1-2x).
; Submitted by Jon Maiga
; 1,1,2,3,6,10,17,27,44,71,116,188,305,493,798,1291,2090,3382,5473,8855,14328,23183,37512,60696,98209,158905,257114,416019,673134,1089154,1762289,2851443,4613732,7465175,12078908,19544084,31622993,51167077
add $0,2
seq $0,52959 ; a(2n) = a(2n-1)+a(2n-2),... | 32.384615 | 205 | 0.669834 |
84593ad68fa0c070159079464e1eb6b60b221aec | 267 | asm | Assembly | programs/oeis/027/A027781.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/027/A027781.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/027/A027781.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A027781: 4*(n+1)*C(n+2,8).
; 28,288,1620,6600,21780,61776,156156,360360,772200,1555840,2975544,5441904,9573720,16279200,26860680,43147632,67663332,103831200,156227500,230887800,335675340,480720240,678939300
mov $1,$0
add $1,8
bin $1,$0
add $0,7
mul $1,$0
mul $1,4
| 26.7 | 179 | 0.745318 |
57609c37b6f5a5612afb2b47bab14508063a990e | 447 | asm | Assembly | oeis/140/A140149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/140/A140149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/140/A140149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A140149: a(1)=1, a(n)=a(n-1)+n^2 if n odd, a(n)=a(n-1)+ n^3 if n is even.
; Submitted by Jon Maiga
; 1,9,18,82,107,323,372,884,965,1965,2086,3814,3983,6727,6952,11048,11337,17169,17530,25530,25971,36619,37148,50972,51597,69173,69902,91854,92695,119695,120656,153424,154513,193817,195042,241698,243067
mov $6,$0
add $6... | 23.526316 | 201 | 0.644295 |
8dcdffc2e68dae72cac0fb1b6e79e677fd76b548 | 269 | asm | Assembly | programs/oeis/177/A177097.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/177/A177097.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/177/A177097.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A177097: 6*(10^n-5)
; 30,570,5970,59970,599970,5999970,59999970,599999970,5999999970,59999999970,599999999970,5999999999970,59999999999970,599999999999970,5999999999999970,59999999999999970,599999999999999970
add $0,1
mov $1,10
pow $1,$0
sub $1,5
mul $1,6
mov $0,$1
| 26.9 | 188 | 0.791822 |
632adf924072720e820a5e07085914a48cc27119 | 2,403 | asm | Assembly | libsrc/_DEVELOPMENT/target/rc2014/device/acia/acia_getc.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/rc2014/device/acia/acia_getc.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/rc2014/device/acia/acia_getc.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
SECTION code_driver
SECTION code_driver_character_input
PUBLIC _acia_getc
EXTERN ACIA_RX_SIZE, ACIA_RX_FULLISH
EXTERN ACIA_TEI_MASK, ACIA_TDI_RTS0, ACIA_CTRL_ADDR
EXTERN aciaRxCount, aciaRxOut, aciaRxBuffer, aciaControl
EXTERN asm_z80_push_di, asm_z80_pop_ei
_acia_getc:
; e... | 35.338235 | 87 | 0.54099 |
12dce78e4843487d70ece43d9c81898d4aec9acf | 1,013 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_un_/i9-9900K_12_0xa0.log_7_1532.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_un_/i9-9900K_12_0xa0.log_7_1532.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_un_/i9-9900K_12_0xa0.log_7_1532.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 %r13
push %r14
push %r9
push %rbx
push %rdx
push %rsi
// Store
mov $0x6f4, %r14
nop
nop
nop
nop
and $64915, %rsi
mov $0x5152535455565758, %r13
movq %r13, %xmm5
movaps %xmm5, (%r14)
nop
dec %r14
// Faulty Load
mov $0x74, %r... | 17.77193 | 120 | 0.634748 |
543ae821739e05b137739dcca517646163fa36c2 | 1,290 | asm | Assembly | programs/oeis/157/A157106.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/157/A157106.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/157/A157106.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A157106: 5651522n^2 - 2541672n + 285769.
; 3395619,17808513,43524451,80543433,128865459,188490529,259418643,341649801,435184003,540021249,656161539,783604873,922351251,1072400673,1233753139,1406408649,1590367203,1785628801,1992193443,2210061129,2439231859,2679705633,2931482451,3194562313,3468945219,3754631169,4051620... | 129 | 1,141 | 0.886047 |
8094cfd824a29694125dd92cd8e7a9d894f07a4f | 2,110 | asm | Assembly | 2020/quals/sandbox-teleport/exploit/sc.asm | BearerPipelineTest/google-ctf | a0cab9cb6663ab908b9186d5428aa9674253c5c3 | [
"Apache-2.0"
] | 2,757 | 2018-04-28T21:41:36.000Z | 2022-03-29T06:33:36.000Z | 2020/quals/sandbox-teleport/exploit/sc.asm | BearerPipelineTest/google-ctf | a0cab9cb6663ab908b9186d5428aa9674253c5c3 | [
"Apache-2.0"
] | 20 | 2019-07-23T15:29:32.000Z | 2022-01-21T12:53:04.000Z | 2020/quals/sandbox-teleport/exploit/sc.asm | BearerPipelineTest/google-ctf | a0cab9cb6663ab908b9186d5428aa9674253c5c3 | [
"Apache-2.0"
] | 449 | 2018-05-09T05:54:05.000Z | 2022-03-30T14:54:18.000Z | ; Copyright 2020 Google LLC
;
; 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
;
; https://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writi... | 18.839286 | 78 | 0.682464 |
4215c7b7438660f65b23dd7d6655ed2c36dd5938 | 38,789 | asm | Assembly | user/Hello_world.asm | Hasnain62/xv6-Procject | 93162ef8e9be42a4b506a1f97bcd7e054bc35ffe | [
"MIT-0"
] | null | null | null | user/Hello_world.asm | Hasnain62/xv6-Procject | 93162ef8e9be42a4b506a1f97bcd7e054bc35ffe | [
"MIT-0"
] | null | null | null | user/Hello_world.asm | Hasnain62/xv6-Procject | 93162ef8e9be42a4b506a1f97bcd7e054bc35ffe | [
"MIT-0"
] | null | null | null |
user/_Hello_world: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <main>:
#include "kernel/types.h"
#include "user/user.h"
int main(int argc, char *argv[]) {
0: 1141 addi sp,sp,-16
2: e406 sd ra,8(sp)
4: e022 sd s0,0(sp)
6... | 29.055431 | 60 | 0.46209 |
d20c2b935af67d13f89eed8fd52df12591391da2 | 306 | asm | Assembly | projects/06/instructions/AInstruction.asm | chapnitsky/Nand2Tetris | bef03c5e8f286d377a315c79793d4b49f86af713 | [
"MIT"
] | null | null | null | projects/06/instructions/AInstruction.asm | chapnitsky/Nand2Tetris | bef03c5e8f286d377a315c79793d4b49f86af713 | [
"MIT"
] | null | null | null | projects/06/instructions/AInstruction.asm | chapnitsky/Nand2Tetris | bef03c5e8f286d377a315c79793d4b49f86af713 | [
"MIT"
] | null | null | null | // Copyright Janet Davis, January 2018.
// Free for educational use.
// Exercises only the A-instruction type, with no symbols.
// This is not a program and cannot be tested by running the resulting
// .hack file. Instead, compare to the .hack file produced by the
// given assembler.
@0
@1
@42
@12345
| 23.538462 | 70 | 0.72549 |
ca0f91751d4cab440ef36484b519b341a90986e4 | 420 | asm | Assembly | start.asm | rwsenser/NoOSv2 | 50eca4a8822aa1bbb19540a7677aee7e965621e0 | [
"MIT"
] | null | null | null | start.asm | rwsenser/NoOSv2 | 50eca4a8822aa1bbb19540a7677aee7e965621e0 | [
"MIT"
] | null | null | null | start.asm | rwsenser/NoOSv2 | 50eca4a8822aa1bbb19540a7677aee7e965621e0 | [
"MIT"
] | null | null | null | bits 32
global _start
extern kernel_early
extern main
section .text
align 4
dd 0x1BADB002 ; magic
dd 0x00 ; flags
dd - (0x1BADB002 + 0x00) ; checksum
_start:
cli
mov esp, stack
call kernel_early
; do other stuff
; from ://wiki.osdev.org/Text_Mode_Cursor#Disabling_the_Cursor_2
mov dx,0x3D4
mov al,0x... | 13.548387 | 66 | 0.707143 |
0fe16930761ed2171a2fad7d4965ef3a754eb32d | 1,552 | asm | Assembly | dv3/dv3/locfd.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/dv3/locfd.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/dv3/locfd.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; DV3 Locate Format Dependent Vector V3.00 1992 Tony Tebby
section dv3
xdef dv3_locfd
xref dv3_setfd
include 'dev8_dv3_keys'
include 'dev8_keys_err'
;+++
; This is the routine that is used to scan the table of format dependent vectors
; to try and find... | 25.442623 | 80 | 0.513531 |
931c3cb806df649e357781567a73f6bc3464ce7a | 2,279 | asm | Assembly | ASC/mips4.asm | ParaschivAlex/FMI-Thangs | 26d8a13b08344744ee6ab56f088dd4adb665980e | [
"MIT"
] | null | null | null | ASC/mips4.asm | ParaschivAlex/FMI-Thangs | 26d8a13b08344744ee6ab56f088dd4adb665980e | [
"MIT"
] | null | null | null | ASC/mips4.asm | ParaschivAlex/FMI-Thangs | 26d8a13b08344744ee6ab56f088dd4adb665980e | [
"MIT"
] | null | null | null | .data
v: .word 1, 2, 4, 5
n: .word 4
x: .word 2
t: .word 16
.text
main:
la $t0, v
lw $t1, n
lw $t2, x
lw $t3, t
subu $sp, $sp, 4
sw $t3, 0($sp)
subu $sp, $sp, 4
sw $t2, 0($sp)
subu $sp, $sp, 4
sw $t1, 0($sp)
subu $sp, $sp, 4
sw $t0, 0($sp)
jal eval
addu $sp, $sp, 16
move $a0, $v1
li $v0, ... | 14.333333 | 73 | 0.499781 |
9b5c373f724f77c4b53f81e2d787a6b215f62cd2 | 744 | asm | Assembly | stage2/boot2.asm | amrwc/8086-graphics | 396ebd087f7747f13fee9b24bb41b54c53f43b9d | [
"MIT"
] | 5 | 2019-11-23T10:07:23.000Z | 2021-05-22T08:13:45.000Z | stage2/boot2.asm | amrwc/8086-graphics | 396ebd087f7747f13fee9b24bb41b54c53f43b9d | [
"MIT"
] | null | null | null | stage2/boot2.asm | amrwc/8086-graphics | 396ebd087f7747f13fee9b24bb41b54c53f43b9d | [
"MIT"
] | 2 | 2020-11-03T14:48:04.000Z | 2021-05-23T03:50:13.000Z | ORG 9000h
jmp Stage_2_Start
%include "print_functions_16_SF.asm"
%include "graphics_line.asm"
%include "graphics_colour_menu.asm"
; Assignment Stage 2 -- draw a line using Bresenham’s algorithm,
; but pass the values using the stack frame.
Stage_2_Start:
push word horizontal_line
call ... | 24 | 65 | 0.670699 |
0034c48d9b8d3a0ff2332e173ba755850f0298b9 | 1,114 | asm | Assembly | programs/oeis/168/A168206.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/168/A168206.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/168/A168206.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A168206: a(n) = 5*n - a(n-1) + 1 with n>1, a(1)=0.
; 0,11,5,16,10,21,15,26,20,31,25,36,30,41,35,46,40,51,45,56,50,61,55,66,60,71,65,76,70,81,75,86,80,91,85,96,90,101,95,106,100,111,105,116,110,121,115,126,120,131,125,136,130,141,135,146,140,151,145,156,150,161,155,166,160,171,165,176,170,181,175,186,180,191,185,196,1... | 74.266667 | 961 | 0.704668 |
2cf30d37ea092373a120bcdd1ed80ee8794287e7 | 467 | asm | Assembly | programs/oeis/053/A053404.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/053/A053404.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053404.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A053404: Expansion of 1/((1+3*x)*(1-4*x)).
; 1,1,13,25,181,481,2653,8425,40261,141361,624493,2320825,9814741,37664641,155441533,607417225,2472715621,9761722321,39434309773,156574977625,629786694901,2508686426401,10066126765213,40170363882025,160963885064581,643008251648881,2574574872423853
add $0,1
lpb $0
sub $0,1... | 22.238095 | 247 | 0.702355 |
07cce33759ce7e1e4b142db82dd7c1fca945bb98 | 10,003 | asm | Assembly | compeng205-assign-45/space-sprites/space-sprites/asm/fighter_001.asm | cooperbarth/COMP_ENG-205-Final | 22596601a27b16d61f856b60aa4b10ae281035fa | [
"MIT"
] | null | null | null | compeng205-assign-45/space-sprites/space-sprites/asm/fighter_001.asm | cooperbarth/COMP_ENG-205-Final | 22596601a27b16d61f856b60aa4b10ae281035fa | [
"MIT"
] | null | null | null | compeng205-assign-45/space-sprites/space-sprites/asm/fighter_001.asm | cooperbarth/COMP_ENG-205-Final | 22596601a27b16d61f856b60aa4b10ae281035fa | [
"MIT"
] | null | null | null | fighter_001 EECS205BITMAP <41, 45, 255,, offset fighter_001 + sizeof fighter_001>
BYTE 0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh
BYTE 0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh
BYTE 0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,0ffh,... | 84.771186 | 85 | 0.790663 |
a97923f0ba8ff507cafc94a15ce598c76b3a1e6f | 2,687 | asm | Assembly | src/intel/tools/tests/gen5/sel.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen5/sel.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen5/sel.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | (+f0.0) sel(8) g6<1>F g3<8,8,1>F 0x0F /* 0F */ { align1 };
(-f0.0) sel(8) g2<1>UD g2<8,8,1>UD 0x00000000UD { align1 };
(+f0.0) sel(16) g10<1>F g6<8,8,1>F 0x0F /* 0F */ { align1 compr };
(-f0.0) sel(16) g4<1>UD g6<8,8,1>UD 0x00000000UD { align1 compr };
(+f0... | 76.771429 | 88 | 0.457387 |
2ade33752f7af504f58c9105a89a9f7ede33fb10 | 3,796 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_zr_sm_/i9-9900K_12_0xca.log_26_1283.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_sm_/i9-9900K_12_0xca.log_26_1283.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_sm_/i9-9900K_12_0xca.log_26_1283.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x10f0d, %rdx
nop
nop
xor %rcx, %rcx
mov $0x6162636465666768, %r11
movq %r11, (%rdx)
nop
nop
nop
nop
nop
add %r9, %r9
lea addresses_WT_ht+0x19c0d, %r14
clflush (%... | 18.792079 | 148 | 0.644889 |
cabbe9aaa7fc63bdddeb90105bbb68b17bb47c5c | 407 | asm | Assembly | programs/oeis/062/A062830.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/062/A062830.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/062/A062830.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A062830: a(n) = n - phi(n) + 1.
; 1,2,2,3,2,5,2,5,4,7,2,9,2,9,8,9,2,13,2,13,10,13,2,17,6,15,10,17,2,23,2,17,14,19,12,25,2,21,16,25,2,31,2,25,22,25,2,33,8,31,20,29,2,37,16,33,22,31,2,45,2,33,28,33,18,47,2,37,26,47,2,49,2,39,36,41,18,55,2,49,28,43,2,61,22,45,32,49,2,67,20,49,34,49,24,65,2,57,40,61
mov $1,$0
seq $1,10 ... | 50.875 | 264 | 0.60688 |
452e7dc5af233d0da2644bafcd6bb846d7c8fccf | 476 | asm | Assembly | programs/oeis/019/A019745.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/019/A019745.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/019/A019745.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A019745: Decimal expansion of e/8.
; 3,3,9,7,8,5,2,2,8,5,5,7,3,8,0,6,5,4,4,2,0,0,3,5,9,3,3,9,1,9,0,8,2,8,1,2,2,1,9,6,5,5,8,8,6,7,1,2,4,9,4,9,4,6,8,7,0,8,7,0,9,5,3,4,6,5,5,0,9,5,7,8,7,9,4,1,9,3,4,4,9,3,2,1,4,2,2,7,7,2,3,1,5,6,4,5,8,0,3,4
add $0,1
mov $3,$0
mul $3,5
lpb $3
sub $2,2
mul $2,$3
add $1,$2
mov $5,$... | 17.62963 | 201 | 0.506303 |
020ebab867eb08e09f88a28b9ee5306f14adc873 | 489 | asm | Assembly | oeis/343/A343445.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/343/A343445.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/343/A343445.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A343445: Coefficients of the series S(p, q) for which (-sqrt(p))*S converges to the largest real root of x^3 - p*x + q for 0 < p and 0 < q < 2*(p/3)^(3/2).
; Submitted by Jon Maiga
; -1,1,3,24,315,5760,135135,3870720,130945815,5109350400,225881530875,11158821273600,609202488769875,36422392637030400,236675166887096437... | 28.764706 | 184 | 0.693252 |
2ce4e6b1bef69eb50d65bc64b3b2d1d00e9071a1 | 632 | asm | Assembly | oeis/157/A157081.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/157/A157081.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/157/A157081.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A157081: 32805000n^2 + 16200n + 1.
; 32821201,131252401,295293601,524944801,820206001,1181077201,1607558401,2099649601,2657350801,3280662001,3969583201,4724114401,5544255601,6430006801,7381368001,8398339201,9480920401,10629111601,11842912801,13122324001,14467345201,15877976401,17354217601,18896068801,20503530001,2217... | 63.2 | 494 | 0.857595 |
fa657d0d8e374304d14bca15998d4b36b274aa57 | 1,390 | asm | Assembly | Altair101/asm/programs/pAddDemoShort.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | 2 | 2021-12-12T23:27:10.000Z | 2022-02-17T14:01:21.000Z | Altair101/asm/programs/pAddDemoShort.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | null | null | null | Altair101/asm/programs/pAddDemoShort.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | 4 | 2021-08-29T19:55:49.000Z | 2022-02-15T08:30:15.000Z | ; --------------------------------------
; Add content of memory address 1 and 3.
; Store the answer to address 64.
; --------------------------------------
Start: mvi a,2 ; Register A = 2.
... | 51.481481 | 69 | 0.420144 |
cd82215180407a9cff27552c6f0f2793f2fd6c63 | 105 | asm | Assembly | LabB/part1.asm | SanjayP9/eecs-2021 | 01a2655d6b5e7138840351d9f4f36b16a9881b02 | [
"MIT"
] | null | null | null | LabB/part1.asm | SanjayP9/eecs-2021 | 01a2655d6b5e7138840351d9f4f36b16a9881b02 | [
"MIT"
] | null | null | null | LabB/part1.asm | SanjayP9/eecs-2021 | 01a2655d6b5e7138840351d9f4f36b16a9881b02 | [
"MIT"
] | null | null | null | addi x1, x0, 15
addi x2, x0, 6
addi x3, x0, -5
add x4, x1, x2
add x4, x4, x3
sub x4, x4, x1
sd x4, 64(x0) | 15 | 15 | 0.6 |
be8a5420f762a7d219530dcab8bae23e278c4589 | 10,230 | asm | Assembly | archive/vtl-2/source/expression.asm | paulscottrobson/retrochallenge-jan-2016 | 8bd340efc85969fa6f2fecc788aa21b27123a4db | [
"MIT"
] | null | null | null | archive/vtl-2/source/expression.asm | paulscottrobson/retrochallenge-jan-2016 | 8bd340efc85969fa6f2fecc788aa21b27123a4db | [
"MIT"
] | null | null | null | archive/vtl-2/source/expression.asm | paulscottrobson/retrochallenge-jan-2016 | 8bd340efc85969fa6f2fecc788aa21b27123a4db | [
"MIT"
] | null | null | null | ; ****************************************************************************************************************
; ****************************************************************************************************************
;
; Expression Evaluation
; =====================
;
; On entry, P1 point... | 42.272727 | 114 | 0.413978 |
eb51715d228c4d627df7520ca1ff1a73c0aa2178 | 7,260 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_809.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_809.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_809.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xbd42, %r9
nop
nop
nop
xor %rdx, %rdx
mov $0x6162636465666768, %r13
movq %r13, %xmm4
movups %xmm4, (%r9)
nop
nop
and %r14, %r14
lea addresses_D_ht+0x169a, %r10
nop
no... | 35.414634 | 2,999 | 0.656336 |
4054f1dfd7104cd819c4a64224d0faa1bad210d6 | 614 | asm | Assembly | programs/oeis/209/A209116.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/209/A209116.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/209/A209116.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A209116: Number of 4-bead necklaces labeled with numbers -n..n not allowing reversal, with sum zero and avoiding the patterns z z+1 z+2 and z z-1 z-2.
; 5,22,55,120,221,362,559,816,1137,1538,2023,2596,3273,4058,4955,5980,7137,8430,9875,11476,13237,15174,17291,19592,22093,24798,27711,30848,34213,37810,41655,45752,5010... | 22.740741 | 210 | 0.643322 |
552ed9273a7e80a9c9e9bbd8b31adb0d34c73663 | 558 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_dstore.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_dstore.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_dstore.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 cm48_sccz80p_dstore
cm48_sccz80p_dstore:
; sccz80 float primitive
; Write float in AC' to memory pointed at by HL.
;
; enter : HL = double * (sccz80 format)
; AC'(BCDEHL') = double (math48 format)
;
; uses : a
push hl
... | 12.4 | 52 | 0.52509 |
0df20ebbc3bacbbeccdba79b6d16e6afa66c5727 | 484 | asm | Assembly | programs/oeis/085/A085913.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/085/A085913.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/085/A085913.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A085913: Group the natural numbers such that the product of the terms of the n-th group is divisible by n!. (1),(2),(3,4),(5,6,7,8),(9,10,11,12),(13,14,15,16,17,18),(19,20,21,22,23,24),... Sequence contains the first term of every group.
; 1,2,3,5,9,13,19,25,33,41,51,61,73,85,99,113,129,145,163,181,201,221,243,265,28... | 60.5 | 239 | 0.690083 |
a74e133ea7888fb5484e0794b213a7e65650128b | 747 | asm | Assembly | Working Disassembly/General/Sprites/Fireworm/Map - Fireworm Segments.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | Working Disassembly/General/Sprites/Fireworm/Map - Fireworm Segments.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/General/Sprites/Fireworm/Map - Fireworm Segments.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | dc.w word_8FA9C-Map_FirewormSegments
dc.w word_8FA6C-Map_FirewormSegments
dc.w word_8FA74-Map_FirewormSegments
dc.w word_8FA7C-Map_FirewormSegments
dc.w word_8FA84-Map_FirewormSegments
dc.w word_8FA8C-Map_FirewormSegments
dc.w word_8FA94-Map_FirewormSegments
dc.w word_8FAA4-Map_FirewormSegments
word_8FA... | 31.125 | 38 | 0.619813 |
249bd869eb9f34f5f4e23040c49017a17cf94104 | 315 | asm | Assembly | oeis/212/A212427.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/212/A212427.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/212/A212427.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A212427: a(n) = 17*n + A000217(n-1).
; Submitted by Christian Krause
; 0,17,35,54,74,95,117,140,164,189,215,242,270,299,329,360,392,425,459,494,530,567,605,644,684,725,767,810,854,899,945,992,1040,1089,1139,1190,1242,1295,1349,1404,1460,1517,1575,1634,1694,1755,1817,1880,1944,2009
add $0,17
bin $0,2
sub $0,136
| 39.375 | 212 | 0.71746 |
bccc95d1696e849d4fb84b468f332f39ff4ea273 | 2,203 | asm | Assembly | engine/events/cinnabar_lab.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | engine/events/cinnabar_lab.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | engine/events/cinnabar_lab.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | GiveFossilToCinnabarLab::
ld hl, wd730
set 6, [hl]
xor a
ld [wCurrentMenuItem], a
ld a, A_BUTTON | B_BUTTON
ld [wMenuWatchedKeys], a
ld a, [wFilteredBagItemsCount]
dec a
ld [wMaxMenuItem], a
ld a, 2
ld [wTopMenuItemY], a
ld a, 1
ld [wTopMenuItemX], a
ld a, [wFilteredBagItemsCount]
dec a
ld bc, 2
ld hl,... | 17.766129 | 72 | 0.748979 |
2c5a17a91c294080cdce48bf275873f832f46bc7 | 611 | asm | Assembly | programs/oeis/210/A210469.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/210/A210469.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/210/A210469.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A210469: a(n) = n - primepi(2n).
; 0,0,0,0,1,1,1,2,2,2,3,3,4,5,5,5,6,7,7,8,8,8,9,9,10,11,11,12,13,13,13,14,15,15,16,16,16,17,18,18,19,19,20,21,21,22,23,24,24,25,25,25,26,26,26,27,27,28,29,30,31,32,33,33,34,34,35,36,36,36,37,38,39,40,40,40,41,42,42,43,44,44,45,45,46,47,47,48,49,49,49,50,51,52,53,53,53,54,54,54
mov $2... | 25.458333 | 277 | 0.577741 |
a8548b1ce926a3e38ea90e7158247b06703ba348 | 1,021 | asm | Assembly | data/mapObjects/PowerPlant.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapObjects/PowerPlant.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapObjects/PowerPlant.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | PowerPlant_Object:
db $2e ; border block
db 3 ; warps
warp 4, 35, 3, -1
warp 5, 35, 3, -1
warp 0, 11, 3, -1
db 0 ; signs
db 14 ; objects
object SPRITE_BALL, 9, 20, STAY, NONE, 1, VOLTORB, 40
object SPRITE_BALL, 32, 18, STAY, NONE, 2, VOLTORB, 40
object SPRITE_BALL, 21, 25, STAY, NONE, 3, VOLTORB, 40
objec... | 32.935484 | 57 | 0.6905 |
fa2d72614ad72309ca1304b9f7ebc06e8e62afed | 7,351 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1591.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1591.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1591.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x19cda, %rsi
clflush (%rsi)
nop
nop
nop
nop
nop
sub %r11, %r11
mov $0x6162636465666768, %r14
movq %r14, %xmm7
vmovups %ymm7, (%rsi)
nop
nop
xor %rcx, %rcx
lea addresses_normal... | 34.511737 | 2,999 | 0.657189 |
43499f031f613e4954fbfac969f91f62705c641e | 5,821 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_/i7-7700_9_0x48.log_21829_2809.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_/i7-7700_9_0x48.log_21829_2809.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_/i7-7700_9_0x48.log_21829_2809.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 %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1078a, %r10
nop
nop
and $33175, %rcx
mov $0x6162636465666768, %rax
movq %rax, %xmm3
vmovups %ymm3, (%r10)
nop
nop
nop
nop
xor $41705, %r15
lea addresses_normal_ht+0x1da12, %r... | 37.554839 | 2,999 | 0.65865 |
45e26b76e8b942365dc4a9da8ba2cc3122630de0 | 6,545 | asm | Assembly | source/Crinkler/modules/old/header14.asm | Vertver/Crinkler | 608f1aff6041b394ed3b206e30d67f4a47b25d83 | [
"BSD-3-Clause"
] | 739 | 2020-07-21T21:08:21.000Z | 2022-03-29T20:59:43.000Z | source/Crinkler/modules/old/header14.asm | Vertver/Crinkler | 608f1aff6041b394ed3b206e30d67f4a47b25d83 | [
"BSD-3-Clause"
] | 10 | 2020-08-07T21:24:03.000Z | 2021-11-23T16:11:51.000Z | source/Crinkler/modules/old/header14.asm | Vertver/Crinkler | 608f1aff6041b394ed3b206e30d67f4a47b25d83 | [
"BSD-3-Clause"
] | 47 | 2020-07-21T22:14:12.000Z | 2022-03-14T04:44:37.000Z | ;; -*- tab-width: 4 -*-
bits 32
extern _PackedData
extern _Models
extern _HashTable
extern _UnpackedData
extern _HashTableSize
extern _VirtualSize
extern _ImageBase
global _header
global _DepackEntry
global _LinkerVersionPtr
global _SubsystemTypePtr
global _ModelSkipPtr
global _BaseProbPtr
global _Sp... | 25.076628 | 111 | 0.600306 |
14a6981587e95c6a731804735a5e40097cf1a75d | 438 | asm | Assembly | programs/oeis/078/A078588.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/078/A078588.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/078/A078588.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A078588: a(n) = 1 if the integer multiple of phi nearest n is greater than n, otherwise 0, where phi = (1+sqrt(5))/2.
; 0,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0,1,1,... | 43.8 | 201 | 0.586758 |
0fb005a0a6c10b84c413b3d3458ea0555dd43153 | 599 | asm | Assembly | programs/oeis/295/A295869.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/295/A295869.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/295/A295869.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A295869: Numbers not divisible by 2, 3 or 5 (A007775) with digital root 8.
; 17,53,71,89,107,143,161,179,197,233,251,269,287,323,341,359,377,413,431,449,467,503,521,539,557,593,611,629,647,683,701,719,737,773,791,809,827,863,881,899,917,953,971,989,1007,1043,1061,1079,1097,1133,1151,1169,1187,1223,1241,1259,1277,1313... | 54.454545 | 453 | 0.742905 |
a1afc46d4762d5eab89d8083dabf24fc22f7e41a | 6,723 | asm | Assembly | coverage/PENDING_SUBMIT/amdvlk/0565-COVERAGE-basic-alias-analysis-606/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | null | null | null | coverage/PENDING_SUBMIT/amdvlk/0565-COVERAGE-basic-alias-analysis-606/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 47 | 2021-03-11T07:42:51.000Z | 2022-03-14T06:30:14.000Z | coverage/PENDING_SUBMIT/amdvlk/0565-COVERAGE-basic-alias-analysis-606/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 4 | 2021-03-09T13:37:19.000Z | 2022-02-25T07:32:11.000Z | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 126
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %107
OpExecutionMode %4 Origin... | 35.384211 | 61 | 0.484605 |
779594d53e5481897eca2f5f34fc10993b3167e2 | 474 | asm | Assembly | oeis/177/A177851.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/177/A177851.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/177/A177851.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A177851: Triangle read by rows: T(n, m) = binomial(n + m - 3, m - 1)*(2 * m + n - 2) / m, for n>=1 and 1<=m<=n.
; Submitted by Jon Maiga
; 1,2,2,3,5,7,4,9,16,25,5,14,30,55,91,6,20,50,105,196,336,7,27,77,182,378,714,1254,8,35,112,294,672,1386,2640,4719,9,44,156,450,1122,2508,5148,9867,17875,10,54,210,660,1782,4290,943... | 24.947368 | 200 | 0.605485 |
ae709159e264dfe3249c2040dc584c130c6b28dc | 2,013 | asm | Assembly | programs/oeis/250/A250777.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/250/A250777.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/250/A250777.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A250777: Number of (n+1) X (2+1) 0..1 arrays with nondecreasing x(i,j)+x(i,j-1) in the i direction and nondecreasing absolute value of x(i,j)-x(i-1,j) in the j direction.
; 21,46,96,196,396,796,1596,3196,6396,12796,25596,51196,102396,204796,409596,819196,1638396,3276796,6553596,13107196,26214396,52428796,104857596,20... | 201.3 | 1,780 | 0.909588 |
ead1b0e3517c1ad4271d52d8738ab8d35ee1eeec | 569 | asm | Assembly | oeis/017/A017776.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017776.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017776.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017776: Binomial coefficients C(60,n).
; 1,60,1770,34220,487635,5461512,50063860,386206920,2558620845,14783142660,75394027566,342700125300,1399358844975,5166863427600,17345898649800,53194089192720,149608375854525,387221678682300,925029565741050,2044802197953900,4191844505805495,7984465725343800,14154280149473100,233... | 81.285714 | 495 | 0.889279 |
665f2f44ea5eed3bdad3f7fb76fa74a0d2672751 | 6,953 | asm | Assembly | Transynther/x86/_processed/P/_zr_/i7-8650U_0xd2_notsx.log_1242_140.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/P/_zr_/i7-8650U_0xd2_notsx.log_1242_140.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/P/_zr_/i7-8650U_0xd2_notsx.log_1242_140.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1c4f5, %rsi
lea addresses_A_ht+0x5eeb, %rdi
clflush (%rsi)
nop
nop
add %r10, %r10
mov $121, %rcx
rep movsb
nop
nop
nop
sub %r12, %r12
lea addresses_A_ht+0xfaab, %rsi
lea addresses_A_ht... | 33.752427 | 2,999 | 0.655544 |
2ea42e95731fb43197393e73d8a8b2d099f3f56f | 7,724 | asm | Assembly | lib/am335x_sdk/ti/drv/pruss/example/apps/sorte/firmware/src/slave/sync.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | 2 | 2021-12-27T10:19:01.000Z | 2022-03-15T07:09:06.000Z | lib/am335x_sdk/ti/drv/pruss/example/apps/sorte/firmware/src/slave/sync.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | null | null | null | lib/am335x_sdk/ti/drv/pruss/example/apps/sorte/firmware/src/slave/sync.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | null | null | null | ; Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
;
; Redistributions of source code must retain the above copyright
; notice, this list of... | 37.862745 | 146 | 0.758156 |
fd399273c56a3d7b92137dc817df4f622cbed568 | 834 | asm | Assembly | oeis/142/A142547.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142547.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142547.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142547: Primes congruent to 17 mod 53.
; Submitted by Simon Strandgaard
; 17,229,547,653,971,1289,1607,2137,2243,2879,3727,3833,4363,4787,4999,5741,5953,6271,6907,7013,7331,7649,8179,9133,9239,9769,10193,10723,11677,11783,12101,13267,13691,13903,14009,14221,14327,15493,16447,16553,16871,17189,17401,18143,18461,19309... | 34.75 | 497 | 0.732614 |
a98055ff065bb0f3ebd2defa1e794debc04f3aac | 251 | asm | Assembly | src/data.asm | Hacktix/GB-8 | f6d49a62c7108e95b70f4aeaa3fdde859d07b79d | [
"MIT"
] | 42 | 2021-01-08T11:41:10.000Z | 2021-12-23T02:43:03.000Z | src/data.asm | Hacktix/GB-8 | f6d49a62c7108e95b70f4aeaa3fdde859d07b79d | [
"MIT"
] | 2 | 2021-09-06T17:25:51.000Z | 2021-10-08T18:27:28.000Z | src/data.asm | Hacktix/GB-8 | f6d49a62c7108e95b70f4aeaa3fdde859d07b79d | [
"MIT"
] | null | null | null | SECTION "Strings", ROM0
strChip8: db "CHIP 8", 0
SECTION "Graphics", ROM0
fontNumbers:
INCBIN "inc/font/numbers.bin"
endFontNumbers:
fontLetters:
INCBIN "inc/font/letters.bin"
endFontLetters:
borderTiles:
INCBIN "inc/gfx/border.bin"
endBorderTiles: | 16.733333 | 29 | 0.776892 |
d4e8c60fad5fb4b2da5583fe4a8147f99ad3ccf1 | 637 | asm | Assembly | programs/oeis/200/A200746.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/200/A200746.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/200/A200746.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A200746: Completely multiplicative function with a(prime(k)) = prime(k)*prime(k-1), a(2) = 2.
; 1,2,6,4,15,12,35,8,36,30,77,24,143,70,90,16,221,72,323,60,210,154,437,48,225,286,216,140,667,180,899,32,462,442,525,144,1147,646,858,120,1517,420,1763,308,540,874,2021,96,1225,450,1326,572,2491,432,1155,280,1938,1334,3127,... | 79.625 | 417 | 0.718995 |
beb17cb3393d7984ba8f087d5df63009fc02ab16 | 411 | asm | Assembly | src/BlackBone/Syscalls/Syscall32.asm | Inori/Blackbone | 4286a6d89d159fc928911a813ffc16d1394ff08a | [
"MIT"
] | 3,576 | 2015-01-07T20:15:25.000Z | 2022-03-31T12:43:22.000Z | src/BlackBone/Syscalls/Syscall32.asm | CarlosBendo/Blackbone | a672509b5458efeb68f65436259b96fa8cd4dcfc | [
"MIT"
] | 431 | 2015-02-18T18:03:36.000Z | 2022-03-30T02:15:49.000Z | src/BlackBone/Syscalls/Syscall32.asm | CarlosBendo/Blackbone | a672509b5458efeb68f65436259b96fa8cd4dcfc | [
"MIT"
] | 1,229 | 2015-02-06T08:37:01.000Z | 2022-03-24T18:49:49.000Z | .MODEL flat
.code
x64_enter proc
retf
x64_enter endp
x64_exit proc
mov dword ptr [esp + 4], 23h
retf
x64_exit endp
_syscall_stub proc
push ebp
mov ebp, esp
sub esp, 20h
push 33h
call x64_enter
db 48h
mov eax, 0DEADBEEFh
call x64_exit
... | 11.742857 | 46 | 0.574209 |
cbb5cbba24c2709d5370f77507ee92c04fd95405 | 915 | asm | Assembly | ASSEMBLY-EMU8086/EVEN ODD Checker.asm | ar-pavel/Code-Library | 2d1b952231c1059bbf98d85d2c23fd8fb21b455c | [
"MIT"
] | null | null | null | ASSEMBLY-EMU8086/EVEN ODD Checker.asm | ar-pavel/Code-Library | 2d1b952231c1059bbf98d85d2c23fd8fb21b455c | [
"MIT"
] | null | null | null | ASSEMBLY-EMU8086/EVEN ODD Checker.asm | ar-pavel/Code-Library | 2d1b952231c1059bbf98d85d2c23fd8fb21b455c | [
"MIT"
] | null | null | null | INCLUDE 'EMU8086.INC'
.MODEL SMALL
.STACK 100H
.DATA
.CODE
MAIN PROC
@INPUT:
PRINT " INPUT THE NUMBER : "
MOV AH,1
INT 21H
@CHECK:
MOV AH,0
MOV DL, 2
DIV DL
... | 19.468085 | 42 | 0.306011 |
fa55c9f6c1099868174453235a79d672a7ffea49 | 414 | asm | Assembly | libsrc/_DEVELOPMENT/l/z80/long/l_decs_dehl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/l/z80/long/l_decs_dehl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/l/z80/long/l_decs_dehl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_l
PUBLIC l_decs_dehl
l_decs_dehl:
; signed decrement of long
;
; enter : dehl = signed long
;
; exit : dehl = dehl - 1, min at $8000 0000
; z flag set on underflow
;
; uses : af, de, hl
ld a,h
or l
jr z, msw
dec hl
ret
msw:
or e
jr z, limit
... | 9.857143 | 47 | 0.516908 |
3c440356c8cf005b0d7a223769fc8cddb085fc16 | 679 | asm | Assembly | oeis/281/A281858.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/281/A281858.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/281/A281858.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A281858: Curious cubic identities based on the Armstrong number 370.
; Submitted by Jamie Morken(s3)
; 370,336700,333667000,333366670000,333336666700000,333333666667000000,333333366666670000000,333333336666666700000000,333333333666666667000000000,333333333366666666670000000000,333333333336666666666700000000000,333333... | 45.266667 | 477 | 0.870398 |
83ef99a6231dc952863f18fb63b44a72184b0373 | 2,860 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.cgagrafa.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.cgagrafa.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.cgagrafa.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | ;
; grafix --- cgagrafa.asm
;
; stuff to plot points fast in 8086 assembler (BLEECH!!!)
;
; Written 4/87 by Scott Snyder (ssnyder@romeo.caltech.edu or @citromeo.bitnet)
;
; Modified 5/29/87 by sss to allow for different memory models
;
title cgagrafa
include macros.ah
sseg
endss
g_oddoff equ 02000h
g_linsiz equ 80... | 15.628415 | 78 | 0.642657 |
2e491c3c50fe9bb85c14c9f79b56812a3123273d | 1,727 | asm | Assembly | src/parser.asm | LessNick/CLi-for-WildCommander | 9b3267278f89ff08b52d8ad8dfceb34af3f8fdcb | [
"BSD-2-Clause"
] | 8 | 2016-10-22T19:38:38.000Z | 2021-08-22T12:53:28.000Z | src/parser.asm | LessNick/CLi-for-WildCommander | 9b3267278f89ff08b52d8ad8dfceb34af3f8fdcb | [
"BSD-2-Clause"
] | null | null | null | src/parser.asm | LessNick/CLi-for-WildCommander | 9b3267278f89ff08b52d8ad8dfceb34af3f8fdcb | [
"BSD-2-Clause"
] | 2 | 2019-04-28T16:12:08.000Z | 2020-04-14T13:15:06.000Z | ;---------------------------------------
; Command line parser
;---------------------------------------
; In: de, command string addr
; hl, table of commands list
; Out:a,#ff = command not found
; a,#00 - command found, hl - addr params start
;startCode
; ld hl,table
; ld de,cmd_buffer
; call parser
parser ... | 19.625 | 97 | 0.607412 |
a94fa868b48164ee6403cff9e339518bf5fa181f | 3,351 | asm | Assembly | Assembly/textures/selectWindow_return.asm | WildGenie/Ninokuni | 019b4b7f069b311d0146d634f0af4c3096be7dd9 | [
"Apache-2.0"
] | 14 | 2015-01-15T19:08:06.000Z | 2021-09-27T17:27:22.000Z | Assembly/textures/selectWindow_return.asm | WildGenie/Ninokuni | 019b4b7f069b311d0146d634f0af4c3096be7dd9 | [
"Apache-2.0"
] | 5 | 2015-01-13T21:19:45.000Z | 2015-04-12T15:51:18.000Z | Assembly/textures/selectWindow_return.asm | WildGenie/Ninokuni | 019b4b7f069b311d0146d634f0af4c3096be7dd9 | [
"Apache-2.0"
] | 7 | 2015-02-02T20:14:00.000Z | 2017-05-14T07:58:12.000Z | ;; Modify the subimages position of the texture battles images.
;
; Arguments of v3d_setSubImage function:
; + R0: Sprite struct
; + R1: Frame index
; + R2: Layer index
; + R3: X Start
; + SP+00: Y Start
; + SP+04: X End
; + SP+08: Y End
; + SP+0C: X Output
; + SP+10: Y Output
; + SP+14: Width
; ... | 20.685185 | 64 | 0.499254 |
1b7c6e95302a0bb6082323be463b9d4ee9de674f | 4,040 | asm | Assembly | src/asm/bios32_call.asm | theobori/drunkOS | a3ec1fbefd6f8af86c4dda87f2ccfc9784d4302f | [
"MIT"
] | null | null | null | src/asm/bios32_call.asm | theobori/drunkOS | a3ec1fbefd6f8af86c4dda87f2ccfc9784d4302f | [
"MIT"
] | null | null | null | src/asm/bios32_call.asm | theobori/drunkOS | a3ec1fbefd6f8af86c4dda87f2ccfc9784d4302f | [
"MIT"
] | 1 | 2022-03-29T20:59:27.000Z | 2022-03-29T20:59:27.000Z | [bits 32]
%define REBASE_ADDRESS(x) (0x7c00 + ((x) - BIOS32_START))
section .text
global BIOS32_START ; start memory address
global BIOS32_END ; end memory address
global bios32_gdt_ptr ; GDT pointer
global gdt_entri... | 24.484848 | 98 | 0.588119 |
3cbf1f063d0955d0535ee3c8d8b40b562c054cb9 | 886 | asm | Assembly | Chapter_8/Program 8.1_x87_FPU/MASM/Program_8.1_MASM_64.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 272 | 2016-12-28T02:24:21.000Z | 2022-03-30T21:05:37.000Z | Chapter_8/Program 8.1_x87_FPU/MASM/Program_8.1_MASM_64.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 1 | 2018-04-17T19:47:52.000Z | 2018-04-17T19:47:52.000Z | Chapter_8/Program 8.1_x87_FPU/MASM/Program_8.1_MASM_64.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 62 | 2017-02-02T14:39:37.000Z | 2022-01-04T09:02:07.000Z | ; Program 8.1
; x87 FPU - MASM (64-bit)
; Copyright (c) 2019 Hall & Slonka
extrn ExitProcess : proc
_printFloat PROTO
_printDouble PROTO
.data
value REAL4 1.2
r_value DWORD ? ; Reserve 4 bytes for holding a 32-bit value
f_result REAL4 ?
d_result REAL8 ? ; Reserve 8 bytes for holding a 64-bit value
.code
_asmMa... | 21.609756 | 78 | 0.725734 |
43ccfc7e7d06c6483e91633367aa55a9fd78e78a | 4,307 | asm | Assembly | mylib.asm | page404/x86HexToBinAutoStack | 7c2b06d07aff8f47fafb3c4fa257f7eac9b534fa | [
"Apache-2.0"
] | null | null | null | mylib.asm | page404/x86HexToBinAutoStack | 7c2b06d07aff8f47fafb3c4fa257f7eac9b534fa | [
"Apache-2.0"
] | null | null | null | mylib.asm | page404/x86HexToBinAutoStack | 7c2b06d07aff8f47fafb3c4fa257f7eac9b534fa | [
"Apache-2.0"
] | null | null | null | include mylib.inc
MyData segment
g_strHex2Bin db '0000$'
db '0001$'
db '0010$'
db '0011$'
db '0100$'
db '0101$'
db '0110$'
db '0111$'
db '1000$'
... | 27.259494 | 134 | 0.549803 |
276ff2ad80c39205619ff205845f0aa8b772a295 | 1,437 | asm | Assembly | programs/oeis/202/A202963.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/202/A202963.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/202/A202963.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A202963: Number of arrays of 3 integers in -n..n with sum zero and adjacent elements differing in absolute value
; 2,6,20,36,62,90,128,168,218,270,332,396,470,546,632,720,818,918,1028,1140,1262,1386,1520,1656,1802,1950,2108,2268,2438,2610,2792,2976,3170,3366,3572,3780,3998,4218,4448,4680,4922,5166,5420,5676,5942,6210... | 89.8125 | 1,204 | 0.795407 |
e7d013514084e2987bd51c48bbafcd08aa50f0d2 | 14,087 | asm | Assembly | old/dlc3/test/test3.asm | icefoxen/finished-dumblang | 6d466314c0d51f20637e27073ff1f4fb37607572 | [
"MIT"
] | null | null | null | old/dlc3/test/test3.asm | icefoxen/finished-dumblang | 6d466314c0d51f20637e27073ff1f4fb37607572 | [
"MIT"
] | null | null | null | old/dlc3/test/test3.asm | icefoxen/finished-dumblang | 6d466314c0d51f20637e27073ff1f4fb37607572 | [
"MIT"
] | null | null | null |
segment .text
extern printIntC
extern printCharC
extern printNLC
extern printFloatC
global id
global idf
global testTrivial
global testVars
global testArgs
global testArgsAndVars
global testLogic
global float2int
global floatMath
global int2float
global loopTest
global floatComp
global notTest
global ifTest
global mai... | 17.327183 | 35 | 0.584014 |
445f8c8d8665c4ef37249b349e66d277cbb478d5 | 1,992 | asm | Assembly | programs/oeis/267/A267661.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/267/A267661.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/267/A267661.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A267661: Number of nX2 0..1 arrays with every repeated value in every row unequal to the previous repeated value, and in every column equal to the previous repeated value, and new values introduced in row-major sequential order.
; 2,8,32,98,288,800,2178,5832,15488,40898,107648,282752,741762,1944392,5094432,13343778,3... | 249 | 1,691 | 0.917169 |
9d706ad8fd31d22d183501d0d4472d4d3b19e494 | 180 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/acosh.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/acosh.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/acosh.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math32
PUBLIC acosh
EXTERN cm32_sccz80_acosh
defc acosh = cm32_sccz80_acosh
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _acosh
defc _acosh = acosh
ENDIF
| 12 | 31 | 0.8 |
c1438d892c2584297704e0179cb811d3ed6eeedd | 700 | asm | Assembly | oeis/160/A160107.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/160/A160107.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/160/A160107.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A160107: Numerator of Hermite(n, 7/27).
; Submitted by Jon Maiga
; 1,14,-1262,-58492,4701100,406940744,-28573848584,-3959951508688,236185377526672,49495469682710240,-2406287948347046624,-755331979250773951936,28017398406079098428608,13607531886656648441072768,-340536322975630153440817280,-2825244493920943301273487823... | 36.842105 | 484 | 0.811429 |
143bdb28a3641d237c5029e7a9dee16bc09f584c | 33 | asm | Assembly | tests/comment/2.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 414 | 2016-10-14T22:39:20.000Z | 2022-03-30T07:52:44.000Z | tests/comment/2.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 100 | 2018-03-22T16:12:24.000Z | 2022-03-26T09:19:23.000Z | tests/comment/2.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 47 | 2017-06-29T15:12:13.000Z | 2022-03-10T04:50:51.000Z | ; = 0x000203
#d8 0, ;* 1, *; 2, 3 | 16.5 | 20 | 0.424242 |
085345693f058d91567fd6772e0ee02ccbafebb0 | 390 | asm | Assembly | programs/oeis/082/A082023.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/082/A082023.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/082/A082023.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A082023: Number of partitions of n into 2 parts which are not relatively prime.
; 0,0,0,0,1,0,2,0,2,1,3,0,4,0,4,3,4,0,6,0,6,4,6,0,8,2,7,4,8,0,11,0,8,6,9,5,12,0,10,7,12,0,15,0,12,10,12,0,16,3,15,9,14,0,18,7,16,10,15,0,22,0,16,13,16,8,23,0,18,12,23,0,24,0,19,17,20,8,27,0,24,13,21,0,30,10,22,15,24,0,33,9,24,16,24,11,32,... | 55.714286 | 245 | 0.620513 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.