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
35c4c9828a5cdf3a73cc116c1f38f66eec11b9fb
11,711
asm
Assembly
Source/HBIOS/eastaegg.asm
davidknoll/RomWBW
8a7bc97fea27bf10a23c61ee508522a60e2909c6
[ "DOC", "MIT" ]
194
2015-08-20T03:18:01.000Z
2022-03-27T02:25:00.000Z
Source/HBIOS/eastaegg.asm
davidknoll/RomWBW
8a7bc97fea27bf10a23c61ee508522a60e2909c6
[ "DOC", "MIT" ]
234
2017-03-30T10:59:54.000Z
2022-03-26T20:05:52.000Z
Source/HBIOS/eastaegg.asm
davidknoll/RomWBW
8a7bc97fea27bf10a23c61ee508522a60e2909c6
[ "DOC", "MIT" ]
68
2016-12-18T18:20:12.000Z
2022-03-20T16:02:40.000Z
; Adapted from https://rosettacode.org/wiki/Mandelbrot_set#Z80_Assembly ; by Phillip Summers difficultylevelhigh@gmail.com ; ; WBWROM SBV V2 Easteregg ; ; Compute a Mandelbrot set on a simple Z80 computer. ; ; Porting this program to another Z80 platform should be easy and straight- ; forward: The only depende...
35.274096
81
0.413543
1a8e68b29515d13cffbd57e41b376fa49856996e
54
asm
Assembly
src/tiles05.asm
fjpena/sword-of-ianna-msx2
f104f46a677e4b21f42fbed478307a0bb1d372f3
[ "Apache-2.0" ]
43
2017-10-21T23:01:25.000Z
2022-02-21T17:45:11.000Z
src/tiles05.asm
fjpena/sword-of-ianna-msx2
f104f46a677e4b21f42fbed478307a0bb1d372f3
[ "Apache-2.0" ]
null
null
null
src/tiles05.asm
fjpena/sword-of-ianna-msx2
f104f46a677e4b21f42fbed478307a0bb1d372f3
[ "Apache-2.0" ]
6
2017-10-23T05:48:50.000Z
2022-01-06T03:11:49.000Z
org $8000 tilestest: INCBIN "tiles_nivel05.SR5.plet1"
18
43
0.796296
f436175aa7dd1a048c0c7255541f8ba0dbdd3c10
1,281
nasm
Assembly
Microprocessor lab/bubbleSort/bubbleSort.nasm
IamVaibhavsar/Second_Year_Lab_Assignments
dec3a0d4e71bc30820948d40d4e073b1d3e1da98
[ "MIT" ]
34
2020-02-09T08:42:49.000Z
2022-03-01T09:04:53.000Z
Microprocessor lab/bubbleSort/bubbleSort.nasm
MXNXV/Second_Year_Lab_Assignments
dec3a0d4e71bc30820948d40d4e073b1d3e1da98
[ "MIT" ]
1
2020-10-16T15:41:43.000Z
2020-10-16T16:03:50.000Z
Microprocessor lab/bubbleSort/bubbleSort.nasm
MXNXV/Second_Year_Lab_Assignments
dec3a0d4e71bc30820948d40d4e073b1d3e1da98
[ "MIT" ]
34
2020-01-07T08:47:42.000Z
2022-03-29T16:45:56.000Z
%include"macro.nasm" ;Write X86 program to sort the list of integers in ascending/descending order. Read the input ;from the text file and write the sorted data back to the same text file using bubble sort global _start _start: section .text pop rcx ;3 pop rcx ;assg8.asm pop rcx ;t3.txt mov...
14.724138
93
0.696331
e4844515e4377932c9ca3562279a67dce89866cc
1,766
asm
Assembly
sort/bubblesort.asm
MrRaffo/c64routines
30cbef07dab66360ba83dd8d98c6ff4c6ca92d28
[ "MIT" ]
null
null
null
sort/bubblesort.asm
MrRaffo/c64routines
30cbef07dab66360ba83dd8d98c6ff4c6ca92d28
[ "MIT" ]
null
null
null
sort/bubblesort.asm
MrRaffo/c64routines
30cbef07dab66360ba83dd8d98c6ff4c6ca92d28
[ "MIT" ]
null
null
null
;================== ; BUBBLE SORT ;================== ;SORT_Bubble8Bit ; sorts a list of unsigned bytes in place, not entirely useless for C64 ; as sprite multiplexors use 'almost' sorted lists and so bubble sort can ; exit early when handling them ; PARAM1 - low byte of address of first item i...
27.169231
79
0.589468
22c05b6b15282e3823a7df0b72d628fcdea5c1e9
3,999
asm
Assembly
x86-methods2.asm
mfleming/uarch-bench
a87790f76e02913fdafa2723fb0c99c485c93822
[ "MIT" ]
501
2017-06-01T23:20:31.000Z
2022-03-22T06:52:09.000Z
x86-methods2.asm
mfleming/uarch-bench
a87790f76e02913fdafa2723fb0c99c485c93822
[ "MIT" ]
90
2017-06-01T23:54:34.000Z
2021-10-30T00:31:02.000Z
x86-methods2.asm
mfleming/uarch-bench
a87790f76e02913fdafa2723fb0c99c485c93822
[ "MIT" ]
42
2018-01-22T12:58:53.000Z
2022-02-16T06:45:41.000Z
%include "x86-helpers.asm" nasm_util_assert_boilerplate thunk_boilerplate ; segregate some particular benchamrk here if you want to repeatedly compile different versions of it quickly %ifndef UNROLLB ;%warning 'UNROLLB' defined to default of 1 %define UNROLLB 1 %endif %ifndef UNROLLX ;%warning UNROLLX defined to d...
18.686916
109
0.669167
d9381247dd0c51764ac89c6d76bd7e84673a9134
375
asm
Assembly
programs/oeis/159/A159699.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/159/A159699.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/159/A159699.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A159699: Replace 2^k in binary expansion of n with A045623(k+1). ; 0,2,5,7,12,14,17,19,28,30,33,35,40,42,45,47,64,66,69,71,76,78,81,83,92,94,97,99,104,106,109,111,144,146,149,151,156,158,161,163,172,174,177,179,184,186,189,191,208,210,213,215,220,222,225,227,236,238,241,243 mov $2,$0 mul $2,2 mov $1,$2 seq $1,6520 ;...
34.090909
209
0.68
09264b66690ff36cbaa90e2a273f6cf5cb76b0b0
49,437
asm
Assembly
user/ls.asm
Hasnain62/xv6-Procject
93162ef8e9be42a4b506a1f97bcd7e054bc35ffe
[ "MIT-0" ]
null
null
null
user/ls.asm
Hasnain62/xv6-Procject
93162ef8e9be42a4b506a1f97bcd7e054bc35ffe
[ "MIT-0" ]
null
null
null
user/ls.asm
Hasnain62/xv6-Procject
93162ef8e9be42a4b506a1f97bcd7e054bc35ffe
[ "MIT-0" ]
null
null
null
user/_ls: file format elf64-littleriscv Disassembly of section .text: 0000000000000000 <fmtname>: #include "user/user.h" #include "kernel/fs.h" char* fmtname(char *path) { 0: 7179 addi sp,sp,-48 2: f406 sd ra,40(sp) 4: f022 sd s0,32(sp) 6: ec26 ...
30.255202
70
0.469871
e0996506a7ab23696fa81dc1e0a8d3f36ef81eaf
864
asm
Assembly
MSDOS/Virus.MSDOS.Unknown.rnd.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
MSDOS/Virus.MSDOS.Unknown.rnd.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
MSDOS/Virus.MSDOS.Unknown.rnd.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
; A pseudo random numbers generator ; for use with the MuTation Engine <tm> ; Version 1.01 (26-10-91) ; (C) 1991 CrazySoft, Inc. .model tiny .code public rnd_init, rnd_get, rnd_buf, data_top rnd_init: push ds si dx cx bx xor ah,ah int 1ah in al,[40h] mov ah,al in al,[40h] xor ax,cx xor dx,ax push cs ...
12.705882
44
0.66088
51b0b33d7f5e1d3d84b15d2c37e3ba9d3ae966aa
7,750
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1303.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_1303.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_1303.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 %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x9021, %rcx nop nop add $64051, %r10 mov $0x6162636465666768, %rdx movq %rdx, %xmm1 and $0xffffffffffffffc0, %rcx vmovaps %ymm1, (%rcx) nop nop nop nop nop xor $59046, %rdx l...
31.632653
2,999
0.661935
0eac53f020748e3e7a470e716d95fe3adbb24027
3,368
asm
Assembly
source/entity/spider.asm
evanbowman/Red
85735269a46757305a81ad39f47034bc6cd97846
[ "BSD-2-Clause" ]
5
2021-08-30T16:18:55.000Z
2021-10-30T20:23:32.000Z
source/entity/spider.asm
evanbowman/gbc-project
85735269a46757305a81ad39f47034bc6cd97846
[ "BSD-2-Clause" ]
null
null
null
source/entity/spider.asm
evanbowman/gbc-project
85735269a46757305a81ad39f47034bc6cd97846
[ "BSD-2-Clause" ]
null
null
null
;;; $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ ;;; ;;; ASM Source code for Red GBC, by Evan Bowman, 2021 ;;; ;;; ;;; The following licence covers the source code included in this file. The ;;; game's characters and artwork belong to Evan Bowman, and should not be used ;;; without permi...
35.452632
80
0.559679
1eb7de03ae2e21f65655147b6b13cd1f8ee55116
1,174
asm
Assembly
code/6502/lib/ut/bcd.asm
visrealm/hbc-56
9c082946e247e79edc12867299b5b0fda3b6c873
[ "MIT" ]
65
2021-07-22T10:32:02.000Z
2022-03-30T04:42:45.000Z
code/6502/lib/ut/bcd.asm
visrealm/hbc-56
9c082946e247e79edc12867299b5b0fda3b6c873
[ "MIT" ]
5
2022-03-29T20:23:57.000Z
2022-03-30T23:12:42.000Z
code/6502/lib/ut/bcd.asm
visrealm/hbc-56
9c082946e247e79edc12867299b5b0fda3b6c873
[ "MIT" ]
4
2021-12-30T17:13:23.000Z
2022-03-05T09:07:22.000Z
; 6502 - BCD subroutines ; ; Copyright (c) 2020 Troy Schrapel ; ; This code is licensed under the MIT license ; ; https://github.com/visrealm/hbc-56 ; ; !ifndef BCD_RAM_START { BCD_RAM_START = $10 !warn "BCD_RAM_START not provided. Defaulting to ", BCD_RAM_START } ; ------------------------- ; High RAM ; ---...
20.241379
89
0.522147
3fd026c5e5c6b30cc7df69df24cc1b8e247012b5
7,181
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_sm_/i7-7700_9_0x48.log_21829_2147.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_sm_/i7-7700_9_0x48.log_21829_2147.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_sm_/i7-7700_9_0x48.log_21829_2147.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 %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x13dd9, %rdi nop nop nop add $62501, %r9 vmovups (%rdi), %ymm3 vextracti128 $1, %ymm3, %xmm3 vpextrq $0, %xmm3, %r12 nop nop nop nop nop xor $41290, %r11 lea addresses_UC_ht+0x161d9, %r...
40.342697
2,999
0.622197
28ba1d1dc5f2c2a8d3f34ff94f005fc557d736a3
280
asm
Assembly
Documentation/boot.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Documentation/boot.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Documentation/boot.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
1
2020-07-15T04:09:05.000Z
2020-07-15T04:09:05.000Z
# $Id$ # # boot.asm: # 1. Initialize sp, fp, ra. 2. Initialize leh. 3. Jump to the base of the real code. 4. Code for exception handling stuff. # Standard memory map: # # 1 meg of physical RAM. # boot.asm lives in last page. # stack starts and end of second-to-last page.
15.555556
46
0.671429
4b00ca6fbccc081a39d55dd98dc4284e1e2e2eb1
867
asm
Assembly
programs/oeis/083/A083553.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/083/A083553.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/083/A083553.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A083553: Product of prime(n+1)-1 and prime(n)-1. ; 2,8,24,60,120,192,288,396,616,840,1080,1440,1680,1932,2392,3016,3480,3960,4620,5040,5616,6396,7216,8448,9600,10200,10812,11448,12096,14112,16380,17680,18768,20424,22200,23400,25272,26892,28552,30616,32040,34200,36480,37632,38808,41580,46620,50172,51528,52896,55216,57...
72.25
595
0.748558
0879d327ab247d86de0c2e82d4ab2b2e650a6b7e
1,740
asm
Assembly
EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/SupportItpDebug.asm
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
2,757
2018-04-28T21:41:36.000Z
2022-03-29T06:33:36.000Z
EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/SupportItpDebug.asm
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
20
2019-07-23T15:29:32.000Z
2022-01-21T12:53:04.000Z
EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/SupportItpDebug.asm
CEOALT1/RefindPlusUDK
116b957ad735f96fbb6d80a0ba582046960ba164
[ "BSD-2-Clause" ]
449
2018-05-09T05:54:05.000Z
2022-03-30T14:54:18.000Z
;------------------------------------------------------------------------------ ; ; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> ; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD License ; ...
24.857143
93
0.43908
ce0aa73debea59729868df855144bf6e33c02831
404
asm
Assembly
programs/oeis/052/A052909.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/052/A052909.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/052/A052909.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A052909: Expansion of (1+x-x^2)/((1-x)*(1-3*x)). ; 1,5,16,49,148,445,1336,4009,12028,36085,108256,324769,974308,2922925,8768776,26306329,78918988,236756965,710270896,2130812689,6392438068,19177314205,57531942616,172595827849,517787483548,1553362450645,4660087351936,13980262055809,41940786167428,125822358502285,377467...
50.5
312
0.809406
5d0aba25c5b5391bcb206138d2e5c29e4eac4a46
2,094
asm
Assembly
code/Forec/t12.asm
KongoHuster/assembly-exercise
1c4a44c60c0e93a1350ed4f887aeaf1414702a51
[ "0BSD" ]
1
2021-08-20T03:57:29.000Z
2021-08-20T03:57:29.000Z
code/Forec/t12.asm
KongoHuster/assembly-exercise
1c4a44c60c0e93a1350ed4f887aeaf1414702a51
[ "0BSD" ]
null
null
null
code/Forec/t12.asm
KongoHuster/assembly-exercise
1c4a44c60c0e93a1350ed4f887aeaf1414702a51
[ "0BSD" ]
null
null
null
;; last edit date: 2016/10/24 ;; author: Forec ;; LICENSE ;; Copyright (c) 2015-2017, Forec <forec@bupt.edu.cn> ;; Permission to use, copy, modify, and/or distribute this code for any ;; purpose with or without fee is hereby granted, provided that the above ;; copyright notice and this permission notice appear in all ...
19.942857
75
0.692932
30284b5d16883caae2c533acbeeae2b415ce826d
9,978
asm
Assembly
dos/search.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
dos/search.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
dos/search.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
TITLE SEARCH - Directory scan system calls NAME SEARCH ; ; Microsoft Confidential ; Copyright (C) Microsoft Corporation 1991 ; All Rights Reserved. ; ;** Search.asm ; ; Directory search system calls. These will be passed direct text of the ; pathname from the user. They will need to be passed through the macro ; e...
22.990783
77
0.664261
e9e93dd0159c3b14a0d553e394cbea60bb1cf619
4,647
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1053.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_1053.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_1053.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 %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1e547, %rsi lea addresses_A_ht+0x8f47, %rdi nop nop nop nop nop cmp %rbx, %rbx mov $80, %rcx rep movsw and %rdx, %rdx lea addresses_A_ht+0xb107, %rbp nop nop nop nop nop dec ...
47.907216
2,999
0.662363
900d4dfeaf0ff713844cc737f4df32deccef997a
978
asm
Assembly
programs/oeis/056/A056926.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/056/A056926.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/056/A056926.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A056926: a(n) = sqrt(n) if n is a square, otherwise 1. ; 0,1,1,1,2,1,1,1,1,3,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,5,1,1,1,1,1,1,1,1,1,1,6,1,1,1,1,1,1,1,1,1,1,1,1,7,1,1,1,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,9,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,10,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,11,1,1,1,1,1,1,1,1...
25.076923
507
0.48364
eff9b4093e6de18309ef7a6acf3de2e33c86a24f
34
asm
Assembly
tests/jump/jump_address.asm
UPB-FILS-ALF/devoir-1-tests
75ad3698f506329c609cdfe66e9fbeffe2ae03ad
[ "Apache-2.0" ]
null
null
null
tests/jump/jump_address.asm
UPB-FILS-ALF/devoir-1-tests
75ad3698f506329c609cdfe66e9fbeffe2ae03ad
[ "Apache-2.0" ]
null
null
null
tests/jump/jump_address.asm
UPB-FILS-ALF/devoir-1-tests
75ad3698f506329c609cdfe66e9fbeffe2ae03ad
[ "Apache-2.0" ]
1
2021-03-25T10:58:49.000Z
2021-03-25T10:58:49.000Z
push 1 push 2 jump 5 push 3 stack
5.666667
6
0.735294
23a8ba7fa6ffd0497751ff44543007aaf760ec83
504
asm
Assembly
programs/oeis/076/A076049.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/076/A076049.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/076/A076049.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A076049: Numbers k such that the sum of the k-th triangular number and (k+2)-nd triangular number is a triangular number. ; 0,3,8,25,54,153,322,899,1884,5247,10988,30589,64050,178293,373318,1039175,2175864,6056763,12681872,35301409,73915374,205751697,430810378,1199208779,2510946900,6989500983,14634871028,40737797125 ...
38.769231
195
0.686508
ba0c91014293ebc76a2abbba9656fbe74e14ea67
734
asm
Assembly
test/jzas/sintactic/valid/success12.asm
scoffey/jz80sim
0de07a5ef51a1e7131b27056744459f29cd11d39
[ "MIT" ]
1
2015-03-27T15:58:50.000Z
2015-03-27T15:58:50.000Z
test/jzas/sintactic/valid/success12.asm
scoffey/jz80sim
0de07a5ef51a1e7131b27056744459f29cd11d39
[ "MIT" ]
null
null
null
test/jzas/sintactic/valid/success12.asm
scoffey/jz80sim
0de07a5ef51a1e7131b27056744459f29cd11d39
[ "MIT" ]
null
null
null
aseg org 100h ;n1, n2 y mayor son direcciones de 16 bits tanto n1 como n2 no pueden ser bc pudiendo ser rotulos o registros al igualq ue mayor. maximo macro n1, n2, mayor local backup, carga ld (backup), a ld a, b ld (backup + 1), a ld a, (n1) ld b, a ld a, (n2) cp b ...
18.35
130
0.56267
b8d41de3d1a149a4792a8b7b5adae08cf3eb2c8e
1,051
asm
Assembly
libsrc/strings/strnicmp_callee.asm
andydansby/z88dk-mk2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
1
2020-09-15T08:35:49.000Z
2020-09-15T08:35:49.000Z
libsrc/strings/strnicmp_callee.asm
andydansby/z88dk-MK2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
null
null
null
libsrc/strings/strnicmp_callee.asm
andydansby/z88dk-MK2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
null
null
null
; int __CALLEE__ strnicmp_callee(char *s1, char *s2, uint n) ; caseless compare ; 12.2006 aralbrec XLIB strnicmp_callee XDEF ASMDISP_STRNICMP_CALLEE LIB asm_tolower .strnicmp_callee pop hl pop bc pop de ex (sp),hl ; enter : bc = uint n ; de = char *s2 ; hl = char *s1 ; ex...
14.39726
83
0.564225
c7c360e9d2eb3b2daa25cf6ecd72a8c39196ee4f
436
asm
Assembly
unittests/32Bit_ASM/PrimaryGroup/5_FF_02.asm
cobalt2727/FEX
13087f8425aeaad28dc81bed46a83e1d72ff0db8
[ "MIT" ]
628
2020-03-06T14:01:32.000Z
2022-03-31T06:35:14.000Z
unittests/32Bit_ASM/PrimaryGroup/5_FF_02.asm
cobalt2727/FEX
13087f8425aeaad28dc81bed46a83e1d72ff0db8
[ "MIT" ]
576
2020-03-06T08:25:12.000Z
2022-03-30T04:05:29.000Z
unittests/32Bit_ASM/PrimaryGroup/5_FF_02.asm
cobalt2727/FEX
13087f8425aeaad28dc81bed46a83e1d72ff0db8
[ "MIT" ]
38
2020-03-07T06:10:00.000Z
2022-03-29T09:27:36.000Z
%ifdef CONFIG { "RegData": { "RAX": "0x41424344" }, "Mode": "32BIT" } %endif mov edi, 0xe0000000 lea esp, [edi + 8 * 4] mov eax, 0x41424344 mov [edi + 8 * 0], eax mov eax, 0x51525354 mov [edi + 8 * 1], eax lea ebx, [rel .call_tgt] mov [edi + 8 * 2], ebx mov eax, 0 call dword [edi + 8 * 2] jmp .end .call_...
12.111111
40
0.600917
d29cafab87132226e868b00b0386bc296672b626
7,208
asm
Assembly
Transynther/x86/_processed/NONE/_st_zr_/i7-8650U_0xd2_notsx.log_922_73.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_st_zr_/i7-8650U_0xd2_notsx.log_922_73.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_st_zr_/i7-8650U_0xd2_notsx.log_922_73.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 %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0xd3a6, %rsi lea addresses_WC_ht+0xbfa6, %rdi clflush (%rsi) nop nop nop nop nop inc %rax mov $80, %rcx rep movsb nop nop nop mfence lea addresses_normal_ht+0xcda6, %rsi lea addresses_WT...
30.542373
2,765
0.649556
d8d5c83559e103066e7ed3093709324ba9f3e4ec
722
asm
Assembly
oeis/023/A023539.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/023/A023539.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/023/A023539.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A023539: Convolution of natural numbers with composite numbers. ; 4,14,32,59,96,145,208,286,380,492,624,777,952,1151,1375,1625,1902,2207,2542,2909,3309,3743,4212,4717,5260,5842,6464,7128,7836,8589,9388,10235,11131,12077,13074,14123,15226,16384,17598,18869,20198,21587,23038,24552,26130,27773,29482,31259,33105,35021,37...
45.125
495
0.759003
36b57c34f04917c995df49c6307c42bd3785cc83
4,324
asm
Assembly
covid.asm
oxypomme/CallOfVid-19
a1a9d8b79a2d96c1e85b3fdf7faf066911ec0a90
[ "MIT" ]
1
2021-12-15T14:55:37.000Z
2021-12-15T14:55:37.000Z
covid.asm
oxypomme/CallOfVid-19
a1a9d8b79a2d96c1e85b3fdf7faf066911ec0a90
[ "MIT" ]
null
null
null
covid.asm
oxypomme/CallOfVid-19
a1a9d8b79a2d96c1e85b3fdf7faf066911ec0a90
[ "MIT" ]
null
null
null
.286 SSEG SEGMENT STACK DB 32 DUP("STACK---") SSEG ENDS ; Data Segment DSEG SEGMENT DSEG ENDS ; Code Segment CSEG SEGMENT 'CODE' ASSUME CS:CSEG, DS:DSEG, SS:SSEG %include game.asm MAIN PROC FAR ; Sauver l'adresse de retour push DS push 0 ; Registre ...
21.405941
48
0.470398
5160ad4611fc10e2c92d73c7bbb5375a0d2e432f
8,885
asm
Assembly
asm/tasm32/pcmail10/src/pcmail.asm
dindoliboon/archive
a5b54367dbb57260f9230375ac81e86c5fce0d7d
[ "MIT" ]
4
2020-10-02T15:24:20.000Z
2021-11-02T04:20:38.000Z
asm/tasm32/pcmail10/src/pcmail.asm
dindoliboon/archive
a5b54367dbb57260f9230375ac81e86c5fce0d7d
[ "MIT" ]
null
null
null
asm/tasm32/pcmail10/src/pcmail.asm
dindoliboon/archive
a5b54367dbb57260f9230375ac81e86c5fce0d7d
[ "MIT" ]
2
2019-10-28T01:20:07.000Z
2020-10-02T15:25:13.000Z
; ; PCMail v1.00 ; ; synopsis: ; This win32asm program demonstrates use of simple MAPI to send ; an email message with file attachments,etc. This is not one ; of my greater achievements but anyone interested in using ; MAPI32.DLL might be interested. ; ; info and usage: ; -self explanitory really. Multiple file...
27.940252
104
0.693979
0cd94ca91083a9e4cef405ec3faf2c2f7a546b57
305
asm
Assembly
programs/oeis/089/A089143.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/089/A089143.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/089/A089143.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A089143: a(n) = 9*2^n - 6. ; 3,12,30,66,138,282,570,1146,2298,4602,9210,18426,36858,73722,147450,294906,589818,1179642,2359290,4718586,9437178,18874362,37748730,75497466,150994938,301989882,603979770,1207959546,2415919098,4831838202,9663676410,19327352826 mov $1,2 pow $1,$0 sub $1,1 mul $1,9 add $1,3
33.888889
228
0.763934
9ed836d8bdf71d3639b2b054747a600820e9b69d
1,992
asm
Assembly
src/interrupt.asm
fjpena/sword-of-ianna-msx2
f104f46a677e4b21f42fbed478307a0bb1d372f3
[ "Apache-2.0" ]
43
2017-10-21T23:01:25.000Z
2022-02-21T17:45:11.000Z
src/interrupt.asm
fjpena/sword-of-ianna-msx2
f104f46a677e4b21f42fbed478307a0bb1d372f3
[ "Apache-2.0" ]
null
null
null
src/interrupt.asm
fjpena/sword-of-ianna-msx2
f104f46a677e4b21f42fbed478307a0bb1d372f3
[ "Apache-2.0" ]
6
2017-10-23T05:48:50.000Z
2022-01-06T03:11:49.000Z
; Interrupt-related routines ; Initialize ISR hook, set frame counter init_ISR: ; Initialize variables ld hl, 0 ld (FrameCounter), hl ld (UserISR), hl ld (msx2ISR), hl ; Initialize ISR ; first, copy the old hook, so that it can be called ld de, InterruptBuffer ld hl, $fd9a ld bc, 5 ldir ; now,...
20.968421
104
0.606928
be1b619ccb9be492a99ea22972d887a04f8fa592
315
asm
Assembly
programs/oeis/040/A040649.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/040/A040649.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/040/A040649.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A040649: Continued fraction for sqrt(675). ; 25,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50 mov $1,$0 cmp $0,0 sub $1,$0 gcd $1,2 add $1,23 add $0,$1 mul $0,$1 sub $0,575
26.25
189
0.603175
77737a837e3432e848f6209a92129ccb72d881ab
1,618
asm
Assembly
programs/Music.asm
TheLogicMaster/lm8
8f75c0c0b269f699fc3ba574b20ceb1ff86a1b61
[ "MIT" ]
10
2021-08-29T10:31:45.000Z
2022-02-26T14:20:54.000Z
programs/Music.asm
TheLogicMaster/lm8
8f75c0c0b269f699fc3ba574b20ceb1ff86a1b61
[ "MIT" ]
null
null
null
programs/Music.asm
TheLogicMaster/lm8
8f75c0c0b269f699fc3ba574b20ceb1ff86a1b61
[ "MIT" ]
null
null
null
; Music player --- Run the fetch_songs.sh script to generate the song binaries before assembling ; Set buzzer pin (Arduino 2) to output mode ldr $2,B out {arduino_output},B ; Setup timer 0 for note duration ldr {centiseconds},A out {timer_unit_0},A ; Load song address lda song str...
16.680412
96
0.628554
c7451f799ada8b5f7cd68b8aba53d036ebbe8d28
7,539
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_284.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_0x48.log_21829_284.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_0x48.log_21829_284.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 %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0xf95a, %rsi lea addresses_D_ht+0x1e972, %rdi nop nop nop nop nop inc %r15 mov $80, %rcx rep movsw and %rax, %rax lea addresses_D_ht+0x1cffa, %rdx clflush (%rdx) nop nop nop xo...
34.741935
2,999
0.661494
3777204dc6518f160eb71db741d5f98e0ef2da84
341
asm
Assembly
libsrc/_DEVELOPMENT/stdlib/c/sdcc_ix/ultoa_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdlib/c/sdcc_ix/ultoa_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdlib/c/sdcc_ix/ultoa_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; char *ultoa_callee(unsigned long num, char *buf, int radix) SECTION code_stdlib PUBLIC _ultoa_callee, l0_ultoa_callee EXTERN asm_ultoa _ultoa_callee: pop af pop hl pop de exx pop bc exx pop bc push af l0_ultoa_callee: exx push bc exx ex (sp),ix call asm_ultoa ...
10.333333
61
0.636364
95a6853a16d57c37ab81ea69373438728bb66c4e
6,887
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1838.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_1838.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_1838.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 %r8 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x4e60, %rbx nop nop cmp %rax, %rax mov (%rbx), %r13 nop nop nop nop add $55058, %r9 lea addresses_A_ht+0x10ce0, %rax nop nop nop nop nop xor %r8, %r8 mov (%rax), %r13 nop add %...
37.429348
2,999
0.655728
a9d1b16a894251ef0e000d9e699ba6e012848820
74
asm
Assembly
gfx/pokemon/dewgong/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
gfx/pokemon/dewgong/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
gfx/pokemon/dewgong/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
frame 1, 09 frame 2, 09 frame 3, 09 frame 4, 09 frame 5, 14 endanim
10.571429
12
0.635135
0b3893627812c9bc33fb777da35715c2eb67acdd
2,521
asm
Assembly
dspx/vbe/tools/vbefix.asm
lpproj/dspxvbe
5ca073927c231487e56ee2c27c281f029c6fe5c2
[ "MIT" ]
null
null
null
dspx/vbe/tools/vbefix.asm
lpproj/dspxvbe
5ca073927c231487e56ee2c27c281f029c6fe5c2
[ "MIT" ]
null
null
null
dspx/vbe/tools/vbefix.asm
lpproj/dspxvbe
5ca073927c231487e56ee2c27c281f029c6fe5c2
[ "MIT" ]
null
null
null
COMMENT # =============================================================================== vbefix.asm =============================================================================== # MAJOR EQU 0 MINOR EQU 00h CR EQU 13 LF EQU 10 eos EQU '$' jmps MACRO p1 jmp short p1 ENDM pushm MACRO p1 ...
13.928177
80
0.558905
5044fb28ac1b85b1f16f22b3d84ce53794396667
437
asm
Assembly
libsrc/graphics/px4/swapgfxbk.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/graphics/px4/swapgfxbk.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/graphics/px4/swapgfxbk.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
; ; Z88 Graphics Functions - Small C+ stubs ; ; Written around the Interlogic Standard Library ; ; Stubs Written by D Morris - 15/10/98 ; ; ; Page the graphics bank in/out - used by all gfx functions ; Simply does a swap... ; ; ; $Id: swapgfxbk.asm,v 1.2 2015/11/05 16:08:04 stefano Exp $ ;...
13.65625
65
0.585812
505d345c8d02e69db9109308ecd3eaa403681fc0
743
asm
Assembly
oeis/068/A068764.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/068/A068764.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/068/A068764.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A068764: Generalized Catalan numbers. ; Submitted by Christian Krause ; 1,1,4,18,88,456,2464,13736,78432,456416,2697088,16141120,97632000,595912960,3665728512,22703097472,141448381952,885934151168,5575020435456,35230798994432,223485795258368,1422572226146304,9083682419818496,58169612565614592,373486362257899520,24038...
30.958333
478
0.79677
0212d72d16c1fdc69b2e643b42240513d14e5f96
597
asm
Assembly
oeis/158/A158129.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/158/A158129.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/158/A158129.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A158129: 100n^2 - 2n. ; 98,396,894,1592,2490,3588,4886,6384,8082,9980,12078,14376,16874,19572,22470,25568,28866,32364,36062,39960,44058,48356,52854,57552,62450,67548,72846,78344,84042,89940,96038,102336,108834,115532,122430,129528,136826,144324,152022,159920,168018,176316,184814,193512,202410,211508,220806,230304,240...
49.75
495
0.788945
c3cacaef2f41d20d38dc9cff4083d3b6eea3b55b
204
asm
Assembly
libsrc/_DEVELOPMENT/z80/c/sdcc/z80_delay_tstate_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/z80/c/sdcc/z80_delay_tstate_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/z80/c/sdcc/z80_delay_tstate_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void z80_delay_tstate_fastcall(uint tstates) SECTION code_clib SECTION code_z80 PUBLIC _z80_delay_tstate_fastcall EXTERN asm_z80_delay_tstate defc _z80_delay_tstate_fastcall = asm_z80_delay_tstate
17
54
0.877451
7fb42a201405cc664b890fa71ad07dcbfe71f55f
6,681
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_182.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_182.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_182.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x18959, %rcx nop nop nop nop nop dec %r13 movups (%rcx), %xmm2 vpextrq $0, %xmm2, %r15 nop nop nop add %r11, %r11 lea addresses_WC_ht+0xe79, %rsi lea addresses_UC_ht+0xc0d9, ...
34.796875
2,999
0.654992
898383e30f0c9d16b052ad22aad49d471cc5fd53
255
asm
Assembly
src/src/c/borlandc/dpmi32/bdosptr.asm
amindlost/wdosx
1e256d22c1547e7b1f1ccd23e400f5b81b8bd013
[ "Unlicense" ]
7
2022-01-20T08:27:54.000Z
2022-03-17T10:15:31.000Z
src/src/c/borlandc/dpmi32/bdosptr.asm
amindlost/wdosx
1e256d22c1547e7b1f1ccd23e400f5b81b8bd013
[ "Unlicense" ]
null
null
null
src/src/c/borlandc/dpmi32/bdosptr.asm
amindlost/wdosx
1e256d22c1547e7b1f1ccd23e400f5b81b8bd013
[ "Unlicense" ]
null
null
null
.386 .model flat,C EXTRN __IOerror:NEAR PUBLIC bdosptr .code bdosptr proc near sub eax,eax mov ah,[esp+4] mov edx,[esp+8] mov al,[esp+12] clc int 21h jc short BdosErr ret BdosErr: push eax call __IOerror pop eax ret bdosptr endp end
8.5
21
0.694118
7263064f685e98a6a90d9511986f5032aef78890
1,160
asm
Assembly
programs/oeis/164/A164096.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/164/A164096.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/164/A164096.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A164096: Partial sums of A164095. ; 5,11,21,33,53,77,117,165,245,341,501,693,1013,1397,2037,2805,4085,5621,8181,11253,16373,22517,32757,45045,65525,90101,131061,180213,262133,360437,524277,720885,1048565,1441781,2097141,2883573,4194293,5767157,8388597,11534325,16777205,23068661,33554421,46137333,67108853,92274677,134...
77.333333
1,015
0.856034
056ff596103d50684161dc1e4fd99c5bc8fbd69a
410
asm
Assembly
oeis/242/A242124.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/242/A242124.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/242/A242124.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A242124: Primes modulo 26. ; Submitted by Jon Maiga ; 2,3,5,7,11,13,17,19,23,3,5,11,15,17,21,1,7,9,15,19,21,1,5,11,19,23,25,3,5,9,23,1,7,9,19,21,1,7,11,17,23,25,9,11,15,17,3,15,19,21,25,5,7,17,23,3,9,11,17,21,23,7,21,25,1,5,19,25,9,11,15,21,3,9,15,19,25,7,11,19,3,5,15,17,23,1,7,15,19,21,25,11,19,23,5,9,15,1,3,21 mul...
45.555556
261
0.643902
e450f8b03df412794abef42eb5a04a73e5c6da2e
739
asm
Assembly
pcl/edsger_lib/stdio/writer.asm
johnp41/Compiler-Uni
4f653180d4f3f98316b15e566e57443041ef6faa
[ "MIT" ]
null
null
null
pcl/edsger_lib/stdio/writer.asm
johnp41/Compiler-Uni
4f653180d4f3f98316b15e566e57443041ef6faa
[ "MIT" ]
null
null
null
pcl/edsger_lib/stdio/writer.asm
johnp41/Compiler-Uni
4f653180d4f3f98316b15e566e57443041ef6faa
[ "MIT" ]
null
null
null
; void writeReal (double d); ; -------------------------- ; This function prints a real number to the standard output. section .code global _writeReal extern _formatReal extern _writeString _writeReal: push rbp mov rbp, rsp...
22.393939
61
0.403248
7bbc47f1ab412a1538bac6f985ef47b50db193c4
1,515
asm
Assembly
programs/oeis/054/A054622.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/054/A054622.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/054/A054622.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A054622: Number of ways to color vertices of an octagon using <= n colors, allowing only rotations. ; 0,1,36,834,8230,48915,210126,720916,2097684,5381685,12501280,26796726,53750346,101969959,184478490,320367720,536879176,871980201,1377508284,2122961770,3200020110,4727881851,6859513606,9788908284,13759455900,190735353...
101
1,309
0.885149
5d34e10eb164b342bc763f63106174fcf52419c5
241
asm
Assembly
src/howard16.asm
JoshRodd/HOWARD
838b511abafbaf085a68d51a9d5c6b6759e6c92a
[ "MIT" ]
null
null
null
src/howard16.asm
JoshRodd/HOWARD
838b511abafbaf085a68d51a9d5c6b6759e6c92a
[ "MIT" ]
null
null
null
src/howard16.asm
JoshRodd/HOWARD
838b511abafbaf085a68d51a9d5c6b6759e6c92a
[ "MIT" ]
null
null
null
_TEXT segment para public 'CODE' org 0 assume cs:_TEXT assume es:nothing, ss:nothing, ds:nothing howard16: include howard16.inc _TEXT ends end howard16
18.538462
57
0.506224
a888ce0db4619776b83e0203909c70fec054e949
4,925
asm
Assembly
libsrc/games/bit_fx4_mwr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/games/bit_fx4_mwr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/games/bit_fx4_mwr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; $Id: bit_fx4_mwr.asm,v 1.4 2016-04-23 21:06:32 dom Exp $ ; ; 1 bit sound library - version for "memory write" I/O architectures ; sound effects module. ; ; Library #4 by Stefano Bodrato ; SECTION code_clib PUBLIC bit_fx4 PUBLIC _bit_fx4 INCLUDE "games/games.inc" ...
18.040293
68
0.344975
eb3b992fbc09aa3a0f5c43d6ecbe267481b1ac71
2,637
asm
Assembly
mcu_tests.asm
jwestfall69/ddragon-diag
847c8cb4a447196eec895e7d608e412602c6fbc2
[ "Unlicense" ]
null
null
null
mcu_tests.asm
jwestfall69/ddragon-diag
847c8cb4a447196eec895e7d608e412602c6fbc2
[ "Unlicense" ]
null
null
null
mcu_tests.asm
jwestfall69/ddragon-diag
847c8cb4a447196eec895e7d608e412602c6fbc2
[ "Unlicense" ]
null
null
null
include "ddragon.inc" include "ddragon_diag.inc" include "error_codes.inc" include "macros.inc" global manual_mcu_tests global STR_MCU_TESTS section text manual_mcu_tests: jsr fg_clear_with_header FG_XY 12,4 ldy #STR_MCU_TESTS JRU fg_print_string FG_XY 5,25 ldy #STR_A_RE_RUN JR...
15.421053
65
0.712931
2aec5aa0a28f9d90d270436810be2c21399fce42
12,018
asm
Assembly
3/3-1a.asm
winderica/GoodbyeASM
6836c0e954f6295e92b9f4619195238bb6ad2f7d
[ "MIT" ]
null
null
null
3/3-1a.asm
winderica/GoodbyeASM
6836c0e954f6295e92b9f4619195238bb6ad2f7d
[ "MIT" ]
null
null
null
3/3-1a.asm
winderica/GoodbyeASM
6836c0e954f6295e92b9f4619195238bb6ad2f7d
[ "MIT" ]
null
null
null
extern print_number:far, calc_all:far, calc_rank:far, print_all:far, calc_suggestion_level:far print_newline macro push ax push dx mov ah, 02h mov dl, 13 int 21h mov ah, 02h mov dl, 10 int 21h pop dx pop ax endm print macro string push ...
25.08977
145
0.536778
fb99449bd8f0cf0fedb3f86f25b6383e57680a0f
4,068
asm
Assembly
src/vbl/vbl_seq.asm
furrtek/GB303
2f275fff085b05fdc7843074dcc062956a1d8d56
[ "CC-BY-4.0" ]
90
2015-06-19T14:26:19.000Z
2022-01-05T08:19:41.000Z
src/vbl/vbl_seq.asm
furrtek/GB303
2f275fff085b05fdc7843074dcc062956a1d8d56
[ "CC-BY-4.0" ]
2
2015-06-21T20:55:40.000Z
2022-02-09T08:02:04.000Z
src/vbl/vbl_seq.asm
furrtek/GB303
2f275fff085b05fdc7843074dcc062956a1d8d56
[ "CC-BY-4.0" ]
10
2015-06-21T20:43:11.000Z
2020-12-08T13:24:16.000Z
vbl_seq: call RAMtoOAM call refresh_seq ld hl,FRAME inc (hl) call readinput call input_seq ld a,(HWOK_ADC) or a call nz,readpots ld hl,OAMCOPY ld bc,$40 call clear call changescreen ;Always do this at end of VBL ...
15.526718
62
0.470501
48c53cefcfe1c5d2dcdfb721c7428f9aa27f57e9
489
asm
Assembly
libsrc/alloc/farz88/lp_gchar.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/alloc/farz88/lp_gchar.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/alloc/farz88/lp_gchar.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; Internal routine to read char at far pointer ; 31/3/00 GWL ; Entry: EHL=far pointer ; Exit: A=byte ; ; $Id: lp_gchar.asm,v 1.4 2016-06-10 22:42:22 dom Exp $ ; SECTION code_clib PUBLIC lp_gchar EXTERN farseg1 .lp_gchar ld a,($04d1) ex af,af' ld b,h ...
15.28125
55
0.474438
080018c2a426c1ab141467a0a64a5ede337cdd5a
1,297
asm
Assembly
programs/oeis/179/A179942 (2 cal).asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/179/A179942 (2 cal).asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/179/A179942 (2 cal).asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A179942: Number of times n appears in a 1000 x 1000 multiplication table. ; 1,2,2,3,2,4,2,4,3,4,2,6,2,4,4,5,2,6,2,6,4,4,2,8,3,4,4,6,2,8,2,6,4,4,4,9,2,4,4,8,2,8,2,6,6,4,2,10,3,6,4,6,2,8,4,8,4,4,2,12,2,4,6,7,4,8,2,6,4,8,2,12,2,4,6,6,4,8,2,10,5,4,2,12,4,4,4,8,2,12,4,6,4,4,4,12,2,6,6,9,2,8,2,8,8,4,2,12,2,8,4,10,2,8,4,6,6...
21.262295
534
0.546646
17a87af5e7c7f87cdc5082fc6b05e6dff8657b3a
496
asm
Assembly
oeis/074/A074712.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/074/A074712.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/074/A074712.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A074712: Number of (interiors of) cells touched by a diagonal in a regular m X n grid (enumerated antidiagonally). ; Submitted by Christian Krause ; 1,2,2,3,2,3,4,4,4,4,5,4,3,4,5,6,6,6,6,6,6,7,6,7,4,7,6,7,8,8,6,8,8,6,8,8,9,8,9,8,5,8,9,8,9,10,10,10,10,10,10,10,10,10,10,11,10,9,8,11,6,11,8,9,10,11,12,12,12,12,12,12,12,...
31
250
0.633065
8c2436b44efb658a32a85cb991c4023c6557948d
17,694
asm
Assembly
3rdparty/ffmpeg/libavcodec/x86/hevc_sao.asm
jjzhang166/zzilla_opencvr
b8914d59908fbb449c1d0359ebcb4788ab1d7c8e
[ "MIT" ]
2
2017-09-16T13:59:15.000Z
2019-04-24T03:25:36.000Z
3rdparty/ffmpeg/libavcodec/x86/hevc_sao.asm
jjzhang166/opencvr
b8914d59908fbb449c1d0359ebcb4788ab1d7c8e
[ "MIT" ]
null
null
null
3rdparty/ffmpeg/libavcodec/x86/hevc_sao.asm
jjzhang166/opencvr
b8914d59908fbb449c1d0359ebcb4788ab1d7c8e
[ "MIT" ]
1
2019-04-24T03:25:40.000Z
2019-04-24T03:25:40.000Z
;****************************************************************************** ;* SIMD optimized SAO functions for HEVC decoding ;* ;* Copyright (c) 2013 Pierre-Edouard LEPERE ;* Copyright (c) 2014 James Almer ;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free software; you can redistribute it and/or ;* modify it...
28.3104
128
0.54883
41fbf6c155b2813944de8cc86ba41bb1afa2bbf5
396
asm
Assembly
programs/oeis/141/A141125.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/141/A141125.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/141/A141125.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A141125: Hankel transform of a transform of Fibonacci numbers. ; 1,4,-4,-16,16,64,-64,-256,256,1024,-1024,-4096,4096,16384,-16384,-65536,65536,262144,-262144,-1048576,1048576,4194304,-4194304,-16777216,16777216,67108864,-67108864,-268435456,268435456 mov $1,2 mov $2,6 lpb $0 sub $0,1 mul $1,2 sub $2,$1 mul $...
20.842105
187
0.674242
a4af6f264c6e7dd112f69ca4807251d0455ef455
5,671
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1848.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1848.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1848.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xdb1c, %rbp nop nop nop inc %r10 mov (%rbp), %bx nop nop nop xor $1690, %r14 lea addresses_D_ht+0x11ffc, %rsi lea addresses_A_ht+0x19675, %rdi nop xor %rbp, %rbp mov $74, %rcx rep movs...
39.381944
2,999
0.660025
64a2322ad7f4ea6b1f40362a37f66b98cdda7881
252
asm
Assembly
programs/oeis/109/A109008.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/109/A109008.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/109/A109008.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A109008: a(n) = gcd(n,4). ; 4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4,1,2,1,4 mov $1,$0 gcd $1,4
42
203
0.496032
0598c1b4393e84cdcfa4b72fed16339f7aec38d7
628
asm
Assembly
programs/oeis/247/A247903.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/247/A247903.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/247/A247903.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A247903: Start with a single square; at n-th generation add a square at each expandable vertex (this is the "vertex to side" version); a(n) is the sum of all label values at n-th generation. (See comment for construction rules.) ; 1,5,13,29,53,93,149,237,357,541,789,1165,1669,2429,3445,4973,7013,10077,14165,20301,284...
29.904762
230
0.691083
654798d38092e9c834d4d6bc07ac730a3a4adc0d
187
asm
Assembly
programs/oeis/088/A088741.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/088/A088741.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/088/A088741.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A088741: Number of connected strongly regular simple graphs on n nodes. ; 1,1,1,2,2,3,1,3,3,5 sub $0,1 mov $2,$0 div $0,2 sub $2,4 lpb $2 sub $0,2 mul $0,2 trn $2,8 lpe add $0,1
13.357143
73
0.620321
c53b9f82317d188c3a154a017650000536634ff4
684
asm
Assembly
programs/oeis/186/A186539.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/186/A186539.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/186/A186539.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A186539: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) before g(j) when f(i)=g(j), where f(i)=i^2 and g(j)=-2+3j^2. Complement of A186540. ; 1,3,4,6,7,9,11,12,14,15,17,18,20,22,23,25,26,28,29,31,33,34,36,37,39,41,42,44,45,47,48,50,52,53,55,56,58,59,61,63,64,66,67,69,70,72,74,75,77,78,80,82,83,85,86,88,...
28.5
332
0.630117
9a15e5b785d20975db2bd757f7edcbdd3e71791b
1,205
asm
Assembly
PRG/levels/Airship/W8A.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
PRG/levels/Airship/W8A.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
PRG/levels/Airship/W8A.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
; Original address was $B617 ; World 8 Airship .word W8Airship_BossL ; Alternate level layout .word W8Airship_BossO ; Alternate object layout .byte LEVEL1_SIZE_12 | LEVEL1_YSTART_140 .byte LEVEL2_BGPAL_06 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_70 .byte LEVEL3_TILESET_10 | LEVEL3_VSCROLL_LOCKLOW | LEVEL3_PIPENOTEXIT ....
57.380952
85
0.560996
0ce2960806ca6da771087010cfb5c8f7ab515df5
1,843
asm
Assembly
chap15/ex21/mul_cpx_mem.asm
jamesreinders/optimization-manual
1d370df8ee5bdd1427ea8757514f1048cd394ef1
[ "0BSD" ]
374
2021-06-08T10:42:01.000Z
2022-03-29T14:21:45.000Z
chap15/ex21/mul_cpx_mem.asm
jamesreinders/optimization-manual
1d370df8ee5bdd1427ea8757514f1048cd394ef1
[ "0BSD" ]
1
2021-06-11T20:24:02.000Z
2021-06-11T20:24:02.000Z
chap15/ex21/mul_cpx_mem.asm
jamesreinders/optimization-manual
1d370df8ee5bdd1427ea8757514f1048cd394ef1
[ "0BSD" ]
39
2021-06-08T11:25:29.000Z
2022-03-05T05:14:17.000Z
; ; Copyright (C) 2021 by Intel Corporation ; ; Permission to use, copy, modify, and/or distribute this software for any ; purpose with or without fee is hereby granted. ; ; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH ; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA...
26.710145
86
0.705914
30684f7490397dde334af356fbe19383080747f8
7,940
asm
Assembly
assembly/cronometroRegressivo/cronometroRegressivo.asm
cardosorrenan/micros
0e58625a043dcdf69053dc76d6e2babc31a139ab
[ "MIT" ]
null
null
null
assembly/cronometroRegressivo/cronometroRegressivo.asm
cardosorrenan/micros
0e58625a043dcdf69053dc76d6e2babc31a139ab
[ "MIT" ]
null
null
null
assembly/cronometroRegressivo/cronometroRegressivo.asm
cardosorrenan/micros
0e58625a043dcdf69053dc76d6e2babc31a139ab
[ "MIT" ]
null
null
null
; PIC18F4550 Configuration Bit Settings ; Assembly source line config statements #include "p18f4550.inc" ; CONFIG1L CONFIG PLLDIV = 1 ; PLL Prescaler Selection bits (No prescale (4 MHz oscillator input drives PLL directly)) CONFIG CPUDIV = OSC1_PLL2 ; System Clock Postscaler Selection bits ([Prim...
34.977974
193
0.678463
52ce4dc438ddac434c253449ac6ed5c88bd402b8
531
asm
Assembly
programs/oeis/153/A153285.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/153/A153285.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/153/A153285.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A153285: a(1)=1; for n > 1, a(n) = n^2 + Sum_{j=1..n-1} (-1)^j*a(j). ; 1,3,11,7,23,11,35,15,47,19,59,23,71,27,83,31,95,35,107,39,119,43,131,47,143,51,155,55,167,59,179,63,191,67,203,71,215,75,227,79,239,83,251,87,263,91,275,95,287,99,299,103,311,107,323,111,335,115,347,119,359,123,371,127,383,131,395,135,407,139,419,...
37.928571
364
0.647834
87fc8e659e39a165fca61179d1f4b38445b713c9
572
asm
Assembly
programs/oeis/066/A066798.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/066/A066798.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/066/A066798.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A066798: a(n) = Sum_{i=1..n} binomial(6*i,3*i). ; 20,944,49564,2753720,157871240,9233006540,547490880980,32795094564080,1979734520212192,120244316085073616,7339672750101339356,449852213026938118560,27666867082225970134160,1706577353294117060381480,105533998640847528430052600,6540601012507146436851655700,4061494558792...
40.857143
391
0.811189
fff5932bdd4a84c7732ba032fcd2ceb7a35bf5a4
432
asm
Assembly
programs/oeis/100/A100691.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/100/A100691.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/100/A100691.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A100691: Number of self-avoiding paths with n steps on a triangular lattice in the strip Z x {0,1}. ; 1,4,12,30,70,158,352,780,1724,3806,8398,18526,40864,90132,198796,438462,967062,2132926,4704320,10375708,22884348,50473022,111321758,245527870,541528768,1194379300,2634286476,5810101726,12814582758 seq $0,77852 ; Exp...
33.230769
198
0.722222
e9b532a6a4eec677f7c6f4b7a7b4dd12147eb8fb
297
asm
Assembly
programs/oeis/008/A008954.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/008/A008954.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/008/A008954.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A008954: Final digit of triangular number n*(n+1)/2. ; 0,1,3,6,0,5,1,8,6,5,5,6,8,1,5,0,6,3,1,0,0,1,3,6,0,5,1,8,6,5,5,6,8,1,5,0,6,3,1,0,0,1,3,6,0,5,1,8,6,5,5,6,8,1,5,0,6,3,1,0,0,1,3,6,0,5,1,8,6,5,5,6,8,1,5,0,6,3,1,0,0,1,3,6,0,5,1,8,6,5,5,6,8,1,5,0,6,3,1,0 sub $1,$0 bin $1,2 mod $1,10 mov $0,$1
37.125
201
0.538721
b2e914404f59a6c8db548022f79d41b276c74988
4,660
asm
Assembly
Library/Trans/Graphics/Vector/EPS/Export/exportType3Fonts.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Trans/Graphics/Vector/EPS/Export/exportType3Fonts.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Trans/Graphics/Vector/EPS/Export/exportType3Fonts.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: PostScript Translation Library FILE: exportType3Fonts.asm AUTHOR: Jim DeFrisco, 21 Feb 1991 REVISION HISTORY: Name Date Description ...
34.264706
81
0.616953
8092471a2262b985d84ea19806172eb86bcb214e
5,264
asm
Assembly
src/foundation/MundosPerdidosAO/Foundation.asm
Dunkansdk/AoW
59dfc984c510f1e98fe46d221d01c4a36e4a527f
[ "Apache-2.0" ]
2
2016-02-05T15:57:30.000Z
2018-05-25T06:09:43.000Z
src/foundation/MundosPerdidosAO/Foundation.asm
Drexlor/AoW
59dfc984c510f1e98fe46d221d01c4a36e4a527f
[ "Apache-2.0" ]
null
null
null
src/foundation/MundosPerdidosAO/Foundation.asm
Drexlor/AoW
59dfc984c510f1e98fe46d221d01c4a36e4a527f
[ "Apache-2.0" ]
1
2021-11-15T15:24:03.000Z
2021-11-15T15:24:03.000Z
;////////////////////////////////////////////////////////////////////// ;/// This file is subject to the terms and conditions defined in /// ;/// file 'LICENSE.txt', which is part of this source code package. /// ;////////////////////////////////////////////////////////////////////// [SEGMENT .text] ;//////////////...
29.244444
71
0.348214
36e29b34c81b602f1dde8c3fdb6a6ad33f112eb1
528
asm
Assembly
oeis/066/A066342.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/066/A066342.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/066/A066342.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A066342: Number of triangulations of the cyclic polytope C(n, n-4). ; Submitted by Jon Maiga ; 1,2,4,8,14,25,40,67,102,165,244,387,562,881,1264,1967,2798,4333,6124,9451,13290,20457,28648,44007,61414,94181,131044,200675,278498,425953,589792,901087,1245150,1900509,2621404,3997659,5504986,8388569 add $0,1 mov $1,1 mov ...
19.555556
201
0.643939
9659e0f99b0ab1fdd4c113bb80cd18aca270f763
2,629
asm
Assembly
Examples/system/elf64header/elf64header.asm
agguro/linux-nasm
3e72083c3db6d7118eb2aa430b73e0d20e88456b
[ "Unlicense" ]
6
2020-07-19T18:34:43.000Z
2022-03-26T10:21:09.000Z
Examples/system/elf64header/elf64header.asm
NrdyBhu1/linux-nasm
3e72083c3db6d7118eb2aa430b73e0d20e88456b
[ "Unlicense" ]
null
null
null
Examples/system/elf64header/elf64header.asm
NrdyBhu1/linux-nasm
3e72083c3db6d7118eb2aa430b73e0d20e88456b
[ "Unlicense" ]
3
2020-07-19T18:35:10.000Z
2021-07-25T17:34:50.000Z
;name: elf64header.asm ; ;build: nasm -fbin -o elf64header elf64header.asm && chmod +x elf64header ; ;description: Small, self-contained 64-bit ELF executable for NASM ; ;adapted from: http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html ;http://blog.markloiseau.com/2012/05/tiny-64-bit-elf-executables/ bits ...
35.527027
76
0.478889
6efc3b2c526246a3f808bc602f70df5d3e2e6eca
8,580
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_226.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_226.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_226.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x922f, %rdi nop nop nop dec %r8 mov $0x6162636465666768, %r14 movq %r14, %xmm5 vmovups %ymm5, (%rdi) nop sub $59248, %rax lea addresses_A_ht+0x311f, %rdx nop nop sub $45944, %...
32.255639
2,999
0.655128
0a3a1cc4098455d1085b64ce9060dac2992eda00
616
asm
Assembly
oeis/027/A027658.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/027/A027658.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/027/A027658.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A027658: C(n+2,2)+C(n+4,5). ; 1,4,12,31,71,147,280,498,837,1342,2068,3081,4459,6293,8688,11764,15657,20520,26524,33859,42735,53383,66056,81030,98605,119106,142884,170317,201811,237801,278752,325160,377553,436492,502572,576423,658711,750139,851448,963418,1086869,1222662,1371700,1534929,1713339,1907965,2119888,2350236,...
47.384615
498
0.785714
41ec19c1bce64b61d59aa828fd8357488ef1ba9e
527
asm
Assembly
oeis/111/A111224.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/111/A111224.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/111/A111224.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A111224: Numbers n such that 5*n + 7 is prime. ; Submitted by Jamie Morken(s4) ; 0,2,6,8,12,18,20,24,26,30,32,38,44,50,54,60,62,66,68,72,78,90,92,96,108,110,114,116,120,122,128,134,144,150,156,158,164,170,174,176,180,186,188,192,194,198,216,218,222,236,242,246,254,258,260,264,272,284 mov $1,6 mov $2,$0 pow $2,2 lpb ...
23.954545
205
0.639469
5e311e0a3f9b83ebf8f72633347b92ac76391200
1,491
asm
Assembly
programs/oeis/166/A166481.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/166/A166481.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/166/A166481.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A166481: a(n) = 3*a(n-2) for n > 2; a(1) = 1; a(2) = 7. ; 1,7,3,21,9,63,27,189,81,567,243,1701,729,5103,2187,15309,6561,45927,19683,137781,59049,413343,177147,1240029,531441,3720087,1594323,11160261,4782969,33480783,14348907,100442349,43046721,301327047,129140163,903981141,387420489,2711943423,1162261467,8135830269,3...
186.375
1,362
0.887324
56f37fc1dab933424e58f973c169fded26c4f842
1,026
asm
Assembly
programs/oeis/301/A301977.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/301/A301977.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/301/A301977.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A301977: a(n) is the number of distinct positive numbers whose binary digits appear in order but not necessarily as consecutive digits in the binary representation of n. ; 1,2,2,3,4,4,3,4,6,7,6,6,7,6,4,5,8,10,9,10,12,11,8,8,11,12,10,9,10,8,5,6,10,13,12,14,17,16,12,13,18,20,17,16,18,15,10,10,15,18,16,17,20,18,13,12,16...
93.272727
723
0.678363
2520c3b7798fe0a84194fd26a226b5c7526ae2f3
460
asm
Assembly
oeis/290/A290564.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/290/A290564.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/290/A290564.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A290564: Number of primes between n^2 and 2*n^2. ; Submitted by Christian Krause ; 1,2,3,5,6,9,10,13,15,21,23,27,29,33,39,43,45,52,56,61,67,71,78,85,90,95,102,110,117,124,131,137,145,153,163,167,180,190,196,201,211,218,233,241,252,261,271,281,290,302,314,320,329,344,355,371,385,393,407,416,423,443 mov $2,2 add $2,$0...
32.857143
217
0.663043
d175b02f3fa58c3dd3c287e1505a3222f6476750
1,102
asm
Assembly
programs/oeis/083/A083065.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/083/A083065.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/083/A083065.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A083065: 4th row of number array A083064. ; 1,4,19,94,469,2344,11719,58594,292969,1464844,7324219,36621094,183105469,915527344,4577636719,22888183594,114440917969,572204589844,2861022949219,14305114746094,71525573730469,357627868652344,1788139343261719,8940696716308594,44703483581542969,223517417907714844,11175870895...
110.2
1,000
0.916515
83fcb4dc96a024e4d6e18585d9b41efdd42d8c79
6,435
asm
Assembly
Examples/template_80.asm
sparks-c16/zasm
c03a31c6d7ec2c2aecb1d6dc6b4ced73b7cf00c4
[ "BSD-2-Clause" ]
43
2019-12-06T23:46:40.000Z
2022-03-31T15:34:44.000Z
Examples/template_80.asm
sparks-c16/zasm
c03a31c6d7ec2c2aecb1d6dc6b4ced73b7cf00c4
[ "BSD-2-Clause" ]
21
2019-12-27T01:49:08.000Z
2022-03-31T15:38:42.000Z
Examples/template_80.asm
sparks-c16/zasm
c03a31c6d7ec2c2aecb1d6dc6b4ced73b7cf00c4
[ "BSD-2-Clause" ]
13
2019-12-27T00:38:46.000Z
2022-03-15T08:34:51.000Z
; ================================================================ ; Example source with target 'o' or '80' ; ZX80 tape file / snapshot ; Copyright (c) Günter Woigk 1994 - 2017 ; mailto:kio@little-bat.de ; ================================================================ ; "o" and "80...
46.630435
106
0.512199
325e59cd25963619d22a1dc5cb3b6bc61f314672
657
asm
Assembly
programs/oeis/081/A081609.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/081/A081609.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/081/A081609.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A081609: Number of numbers <= n having at least one 1 in their ternary representation. ; 0,1,1,2,3,4,4,5,5,6,7,8,9,10,11,12,13,14,14,15,15,16,17,18,18,19,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,46,47,47,48,49,50,50,51,51,52,53,54,55,56,57,58,59,60,60,61 mov $18,$0 mov $20,...
20.53125
210
0.534247
e7e1f4dec9786ed7e9202eaf47a131c09564dae4
1,568
asm
Assembly
programs/oeis/140/A140689.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/140/A140689.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/140/A140689.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A140689: a(n) = n*(3*n + 20). ; 0,23,52,87,128,175,228,287,352,423,500,583,672,767,868,975,1088,1207,1332,1463,1600,1743,1892,2047,2208,2375,2548,2727,2912,3103,3300,3503,3712,3927,4148,4375,4608,4847,5092,5343,5600,5863,6132,6407,6688,6975,7268,7567,7872,8183,8500,8823,9152,9487,9828,10175,10528,10887,11252,11623,12...
196
1,495
0.815689
99ff5716ae4a3de0ca2726d7a2a2160f6b3b2903
363
asm
Assembly
programs/oeis/173/A173711.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/173/A173711.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/173/A173711.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A173711: Nonnegative integers, six even followed by two odd. ; 0,0,0,0,0,0,1,1,2,2,2,2,2,2,3,3,4,4,4,4,4,4,5,5,6,6,6,6,6,6,7,7,8,8,8,8,8,8,9,9,10,10,10,10,10,10,11,11,12,12,12,12,12,12,13,13,14,14,14,14,14,14,15,15,16,16,16,16,16,16,17,17,18,18,18,18,18,18,19,19,20,20,20,20,20,20,21,21,22,22,22,22,22,22,23,23,24,24,2...
45.375
261
0.633609
a92dbe181d59b43b5d4c7d5a0538d1fe696d684b
689
asm
Assembly
oeis/046/A046175.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/046/A046175.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/046/A046175.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A046175: Indices of triangular numbers which are also pentagonal. ; Submitted by Jamie Morken(w2) ; 0,1,20,285,3976,55385,771420,10744501,149651600,2084377905,29031639076,404358569165,5631988329240,78443478040201,1092576704233580,15217630381229925,211954248632985376,2952141850480565345,41118031658094929460,5727003013...
43.0625
483
0.847605
373af89a225b9049edbbafd3c582b86754fc798b
1,806
asm
Assembly
libsrc/graphics/generic_console/pixel6.asm
bahmanrafatjoo/z88dk
001b7eab7fa2e94ee7210ff483c789e15e8d6a40
[ "ClArtistic" ]
null
null
null
libsrc/graphics/generic_console/pixel6.asm
bahmanrafatjoo/z88dk
001b7eab7fa2e94ee7210ff483c789e15e8d6a40
[ "ClArtistic" ]
null
null
null
libsrc/graphics/generic_console/pixel6.asm
bahmanrafatjoo/z88dk
001b7eab7fa2e94ee7210ff483c789e15e8d6a40
[ "ClArtistic" ]
null
null
null
; ; Generic pseudo graphics routines for text-only platforms ; Version for the 2x3 graphics symbols using generic console ; INCLUDE "graphics/grafix.inc" EXTERN textpixl EXTERN div3 EXTERN generic_console_printc EXTERN generic_console_vpeek EXTERN generic_console_plotc EXTERN generic_console_pointxy ...
15.176471
64
0.609081
55ce928fd06c1471d84be44bd72b75d05ac8b448
1,910
asm
Assembly
programs/oeis/017/A017246.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/017/A017246.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/017/A017246.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A017246: a(n) = (9*n + 7)^2. ; 49,256,625,1156,1849,2704,3721,4900,6241,7744,9409,11236,13225,15376,17689,20164,22801,25600,28561,31684,34969,38416,42025,45796,49729,53824,58081,62500,67081,71824,76729,81796,87025,92416,97969,103684,109561,115600,121801,128164,134689,141376,148225,155236,162409,169744,177241,184900,1...
238.75
1,840
0.849215
68ed2be093686f7e1472f85c1fb5671f4dd4b35a
294
asm
Assembly
programs/oeis/173/A173512.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/173/A173512.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/173/A173512.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A173512: a(n) = 8*n + 4 + n mod 2. ; 4,13,20,29,36,45,52,61,68,77,84,93,100,109,116,125,132,141,148,157,164,173,180,189,196,205,212,221,228,237,244,253,260,269,276,285,292,301,308,317,324,333,340,349,356,365,372,381,388,397,404,413,420,429,436 mov $1,$0 mul $0,8 mod $1,2 add $0,$1 add $0,4
32.666667
208
0.659864
57b11aaec267c0cb65a318439afd3100ea50c646
450
asm
Assembly
programs/oeis/138/A138330.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/138/A138330.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/138/A138330.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A138330: Beatty discrepancy (defined in A138253) giving the closeness of the pair (A136497,A136498) to the Beatty pair (A001951,A001952). ; 1,2,1,1,1,1,2,1,2,1,1,2,1,2,1,1,1,1,2,1,1,1,1,2,1,2,1,1,1,1,2,1,1,1,1,2,1,2,1,1,2,1,2,1,1,1,1,2,1,2,1,1,2,1,2,1,1,1,1,2,1,1,1,1,2,1,2,1,1,2,1,2,1,1,1,1,2,1,2,1,1,2,1,2,1,1,1,1,2,...
64.285714
201
0.626667
f4d87063651ccb86c2dfec4e9bb44c27fbcf9fcf
3,121
asm
Assembly
WS3_ASM/Task_6.asm
OlegMalchenko/ACOS_WS_3
a0a6d02b6dcd54b1a103a3da24de17251d934605
[ "MIT" ]
null
null
null
WS3_ASM/Task_6.asm
OlegMalchenko/ACOS_WS_3
a0a6d02b6dcd54b1a103a3da24de17251d934605
[ "MIT" ]
null
null
null
WS3_ASM/Task_6.asm
OlegMalchenko/ACOS_WS_3
a0a6d02b6dcd54b1a103a3da24de17251d934605
[ "MIT" ]
null
null
null
# # all *,/,% # almost all these operations can be done without multiplication, # division and remainder instructions, just by bit-shifts and bit addition (but that may be hard to implement). # That is what I'm exactly going to implement (if possible). # Output format: binary # .data please: .string "Please, input ...
15.374384
121
0.561999
ebe887f3b2b8145409c317af66d3614f9e74f898
656
asm
Assembly
base/mvdm/dos/v86/cmd/command/envdata.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/mvdm/dos/v86/cmd/command/envdata.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/mvdm/dos/v86/cmd/command/envdata.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ ; SCCSID = @(#)envdata.asm 1.1 85/05/14 ; SCCSID = @(#)envdata.asm 1.1 85/05/14 ; This file is included by command.asm and is used as the defaul...
28.521739
74
0.617378
362126969565a738b39d465f8146c24d0edac984
2,623
asm
Assembly
data/tilesets/ice_path_collision.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
data/tilesets/ice_path_collision.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
data/tilesets/ice_path_collision.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 00 tilecoll WALL, WALL, WALL, WALL ; 01 tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 02 tilecoll FLOOR, FLOOR, FLOOR, LADDER ; 03 tilecoll WALL, UP_WALL, WALL, FLOOR ; 04 tilecoll UP_WALL, UP_WALL, FLOOR, FLOOR ; 05 tilecoll UP_WALL, WALL, FLOOR, WALL ; 06 tilecoll FLOOR, FLOOR, F...
40.353846
63
0.707205
66547bfaceafa75d3849a612e70a468e21b5c355
1,049
asm
Assembly
programs/oeis/140/A140341.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/140/A140341.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/140/A140341.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A140341: The number of bits needed to write the universal code for an Elias delta coding, the simplest asymptotically optimal code. ; 1,4,4,5,5,5,5,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11...
43.708333
720
0.642517
f744a1de22dfa6da781355fd0b9233301f39252e
767
asm
Assembly
xmrstak/backend/cpu/crypto/asm/cryptonight_v8_main_loop.asm
danyalson-py/cryptoanalyst-mining
3a0e52b329a1a80fbc7d8ad404144aafec44b722
[ "Unlicense" ]
null
null
null
xmrstak/backend/cpu/crypto/asm/cryptonight_v8_main_loop.asm
danyalson-py/cryptoanalyst-mining
3a0e52b329a1a80fbc7d8ad404144aafec44b722
[ "Unlicense" ]
null
null
null
xmrstak/backend/cpu/crypto/asm/cryptonight_v8_main_loop.asm
danyalson-py/cryptoanalyst-mining
3a0e52b329a1a80fbc7d8ad404144aafec44b722
[ "Unlicense" ]
null
null
null
_TEXT_CNV8_MAINLOOP SEGMENT PAGE READ EXECUTE PUBLIC cryptonight_v8_mainloop_ivybridge_asm PUBLIC cryptonight_v8_mainloop_ryzen_asm PUBLIC cryptonight_v8_double_mainloop_sandybridge_asm ALIGN(64) cryptonight_v8_mainloop_ivybridge_asm PROC INCLUDE cryptonight_v8_main_loop_ivybridge_win64.inc ret 0 mov eax, 373592905...
27.392857
62
0.90352
11e20ea118e7ef2c7e7e0365f01ef47843d060b3
623
asm
Assembly
oeis/173/A173764.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/173/A173764.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/173/A173764.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A173764: (3*10^n+51)/9 for n>0. ; Submitted by Jon Maiga ; 9,39,339,3339,33339,333339,3333339,33333339,333333339,3333333339,33333333339,333333333339,3333333333339,33333333333339,333333333333339,3333333333333339,33333333333333339,333333333333333339,3333333333333333339,33333333333333333339,333333333333333333339,3333333...
51.916667
496
0.865169
9938ccce5e8485682f8391d84817960581a3aa1f
792
asm
Assembly
oeis/248/A248533.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/248/A248533.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/248/A248533.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A248533: Number of length n+3 0..4 arrays with every four consecutive terms having the sum of some three elements equal to three times the fourth. ; 101,113,125,137,149,173,197,221,245,293,341,389,437,533,629,725,821,1013,1205,1397,1589,1973,2357,2741,3125,3893,4661,5429,6197,7733,9269,10805,12341,15413,18485,21557,2...
44
499
0.758838
40fcaebf40f615c94b363f2f93e0be5bee4c13c4
4,576
asm
Assembly
third-party/gmp/gmp-src/mpn/x86_64/mod_1_2.asm
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
1,602
2015-01-06T11:26:31.000Z
2022-03-30T06:17:21.000Z
third-party/gmp/gmp-src/mpn/x86_64/mod_1_2.asm
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
11,789
2015-01-05T04:50:15.000Z
2022-03-31T23:39:19.000Z
third-party/gmp/gmp-src/mpn/x86_64/mod_1_2.asm
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
498
2015-01-08T18:58:18.000Z
2022-03-20T15:37:45.000Z
dnl AMD64 mpn_mod_1s_2p dnl Contributed to the GNU project by Torbjorn Granlund. dnl Copyright 2009-2012, 2014 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of either: dnl dnl...
18.909091
79
0.626311
7e9b99bcc4d8eddcaa1eb41f284ba15f3c120e0d
940
asm
Assembly
PIC/FILO.asm
StxGuy/EmbeddedSystems
6d9bc8b295724d361ea1d82e701e6530f74e2300
[ "MIT" ]
null
null
null
PIC/FILO.asm
StxGuy/EmbeddedSystems
6d9bc8b295724d361ea1d82e701e6530f74e2300
[ "MIT" ]
null
null
null
PIC/FILO.asm
StxGuy/EmbeddedSystems
6d9bc8b295724d361ea1d82e701e6530f74e2300
[ "MIT" ]
null
null
null
;-----------------------------; ; STACK/FILO FOR PIC ; ; ; ; Por: Prof. Carlo Requiao ; ; 03/Sep/2020 ; ;-----------------------------; list p = 16f877a ; Specify processor include <p16f877a.inc> ; Include mapping tmp equ 0x20 ; byte to be tested stack equ 0x...
18.076923
47
0.582979
240df1c5de583e455bd29af02960f746ac5e7fef
16,290
asm
Assembly
fiat-amd64/90.44_ratio11062_seed2001410703584519_square_p521.asm
gares/fiat-crypto
edba07de3c424cb4d584044d3231afcaca67edd5
[ "BSD-1-Clause", "Apache-2.0", "MIT-0", "MIT" ]
491
2015-11-25T23:44:39.000Z
2022-03-29T17:31:21.000Z
fiat-amd64/90.44_ratio11062_seed2001410703584519_square_p521.asm
gares/fiat-crypto
edba07de3c424cb4d584044d3231afcaca67edd5
[ "BSD-1-Clause", "Apache-2.0", "MIT-0", "MIT" ]
755
2016-02-02T14:03:05.000Z
2022-03-31T16:47:23.000Z
fiat-amd64/90.44_ratio11062_seed2001410703584519_square_p521.asm
MaxMood96/fiat-crypto
4fb49e91e5d50df4f6969ad5ae59dacdbd2ec8bb
[ "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_p521 square_p521: sub rsp, 0x138 ; last 0x30 (6) for Caller - save regs mov [ rsp + 0x108 ], rbx; saving to stack mov [ rsp + 0x110 ], rbp; saving to stack mov [ rsp + 0x118 ], r12; saving to stack mov [ rsp + 0x120 ], r13; saving to stack mov [ rsp + 0x128 ], r14; saving to stack mov [ rs...
41.032746
128
0.654819