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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
470b89808e83da723c5ba55d5f8789703cab88b8 | 335 | asm | Assembly | programs/oeis/172/A172968.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/172/A172968.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/172/A172968.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A172968: a(n) = 7*a(n-1) - a(n-2) for n>1, a(0)=1, a(1)=2.
; 1,2,13,89,610,4181,28657,196418,1346269,9227465,63245986,433494437,2971215073,20365011074,139583862445,956722026041,6557470319842,44945570212853,308061521170129,2111485077978050,14472334024676221
mul $0,2
sub $0,1
mov $1,1
lpb $0,1
sub $0,1
add $2,$1
... | 27.916667 | 197 | 0.716418 |
da41b2d08f1ff5da96ed57e954d2571762c4c5f4 | 402 | asm | Assembly | oeis/091/A091630.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/091/A091630.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/091/A091630.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A091630: Numbers n + product of digits associated with A091628.
; Submitted by Christian Krause
; 29,235,2247,22271,222319,2222415,22222607,222222991,2222223759,22222225295,222222228367,2222222234511,22222222246799,222222222271375,2222222222320527,22222222222418831,222222222222615439
add $0,1
mov $1,5
mov $2,1
lpb $... | 23.647059 | 188 | 0.758706 |
5a45a57b12c0d13ce5acc0e82ecb45502aa083eb | 711 | asm | Assembly | oeis/056/A056454.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/056/A056454.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/056/A056454.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A056454: Number of palindromes of length n using exactly three different symbols.
; Submitted by Jamie Morken(s2)
; 0,0,0,0,6,6,36,36,150,150,540,540,1806,1806,5796,5796,18150,18150,55980,55980,171006,171006,519156,519156,1569750,1569750,4733820,4733820,14250606,14250606,42850116,42850116,128746950,128746950,38663406... | 47.4 | 499 | 0.818565 |
035765f39786fb947776d0fff78e53b9dc4b1acc | 410 | asm | Assembly | cc4x86/tests/regressive/asm_listings/div_bug__optimize.asm | artyompal/C-compiler | 0c13e96b926d4c3282be8e9629cbc7ba439ea2d4 | [
"MIT"
] | 4 | 2017-03-19T20:10:55.000Z | 2022-01-20T08:34:25.000Z | cc4x86/tests/regressive/asm_listings/div_bug__optimize_noinline.asm | artyompal/C-compiler | 0c13e96b926d4c3282be8e9629cbc7ba439ea2d4 | [
"MIT"
] | null | null | null | cc4x86/tests/regressive/asm_listings/div_bug__optimize_noinline.asm | artyompal/C-compiler | 0c13e96b926d4c3282be8e9629cbc7ba439ea2d4 | [
"MIT"
] | null | null | null |
.686
.model flat
.xmm
.code
_test proc
push ebp
mov ebp,esp
sub esp,20
push edi
mov edi,2
mov dword ptr [ebp-12],1
mov eax,4
cdq
idiv edi
add eax,[ebp-12]
sub eax,3
... | 15.185185 | 37 | 0.373171 |
a253b2184e60b2974edc5bac14e9390c88795275 | 763 | asm | Assembly | programs/oeis/240/A240438.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/240/A240438.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/240/A240438.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A240438: Greatest minimal difference between numbers of adjacent cells in a regular hexagonal honeycomb of order n with cells numbered from 1 through the total number of cells, the order n corresponding to the number of cells on one side of the honeycomb.
; 0,1,5,11,18,28,40,53,69,87,106,128,152,177,205,235,266,300,3... | 84.777778 | 456 | 0.773263 |
1e36feb4caf4b8bee8ab6480f368df9546cb9a22 | 445 | asm | Assembly | programs/oeis/001/A001352.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001352.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001352.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A001352: a(0) = 1, a(1) = 6, a(2) = 24; for n>=3, a(n) = 4a(n-1) - a(n-2).
; 1,6,24,90,336,1254,4680,17466,65184,243270,907896,3388314,12645360,47193126,176127144,657315450,2453134656,9155223174,34167758040,127515808986,475895477904,1776066102630,6628368932616,24737409627834,92321269578720,344547668687046,12858694051... | 31.785714 | 265 | 0.707865 |
af006a5c35d433d56b78a53945e9df452633a95a | 587 | asm | Assembly | programs/oeis/141/A141214.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/141/A141214.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/141/A141214.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A141214: Defining A to be the interior angle of a regular polygon, the number of constructible regular polygons such that A is in a field extension <= degree 2^n, starting with n=0. This is also the number of values of x such that phi(x)/2 is a power of 2 <= 2^n (where phi is Euler's phi function), also starting with... | 32.611111 | 325 | 0.684838 |
bb3201d0d6c333b312cbace3e32805f53b9dce1b | 2,615 | asm | Assembly | data/tilesets/champions_room_collision.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/tilesets/champions_room_collision.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/tilesets/champions_room_collision.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | tilecoll WALL, WALL, WALL, WALL ; 00
tilecoll WALL, WALL, FLOOR, WALL ; 01
tilecoll WALL, WALL, WALL, FLOOR ; 02
tilecoll FLOOR, FLOOR, WALL, WALL ; 03
tilecoll WALL, WALL, WALL, WALL ; 04
tilecoll WALL, WALL, COUNTER, FLOOR ; 05
tilecoll COUNTER, FLOOR, COUNTER, FLOOR ; 06
tilecoll COUNTER, COUNTER, FLOOR, FLO... | 40.230769 | 63 | 0.70631 |
f899bd010f0dcb9043c1fa0216275533947bb034 | 308 | asm | Assembly | Vezba 9/while/program.asm | KristianKalamin/Programski-Prevodioci-Domaci | 8e97173f0fbcd21acc12d1c8a04945b989be1dc3 | [
"MIT"
] | 1 | 2021-02-02T11:35:42.000Z | 2021-02-02T11:35:42.000Z | Vezba 9/while/program.asm | KristianKalamin/Programski-Prevodioci-Domaci | 8e97173f0fbcd21acc12d1c8a04945b989be1dc3 | [
"MIT"
] | null | null | null | Vezba 9/while/program.asm | KristianKalamin/Programski-Prevodioci-Domaci | 8e97173f0fbcd21acc12d1c8a04945b989be1dc3 | [
"MIT"
] | null | null | null |
main:
PUSH %14
MOV %15,%14
SUBS %15,$8,%15
@main_body:
MOV $1,-4(%14)
MOV $3,-8(%14)
@while0:
CMPS -4(%14),-8(%14)
JGES @true0
ADDS -4(%14),-4(%14),%0
MOV %0,-4(%14)
JMP @while0
@true0:
MOV -4(%14),%13
JMP @main_exit
@main_exit:
MOV %14,%15
POP %14
RET | 14.666667 | 26 | 0.487013 |
aada888e2e24b0926844ea81fdfb114acfdd7b31 | 757 | asm | Assembly | programs/oeis/267/A267006.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/267/A267006.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/267/A267006.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A267006: Triangle read by rows giving successive states of cellular automaton generated by "Rule 84" initiated with a single ON (black) cell.
; 1,0,1,1,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,... | 50.466667 | 501 | 0.549538 |
d58cba6640b82582a1fa41a42088d05087b9659e | 3,320 | asm | Assembly | source/expression/exprutils.asm | paulscottrobson/x16-basic | 75ad512093e4565c569780557a3f65aefb956979 | [
"MIT"
] | 1 | 2020-02-08T15:30:11.000Z | 2020-02-08T15:30:11.000Z | source/expression/exprutils.asm | paulscottrobson/x16-basic | 75ad512093e4565c569780557a3f65aefb956979 | [
"MIT"
] | 1 | 2020-11-10T17:11:35.000Z | 2020-11-11T09:52:43.000Z | source/expression/exprutils.asm | paulscottrobson/x16-basic | 75ad512093e4565c569780557a3f65aefb956979 | [
"MIT"
] | 1 | 2021-05-14T11:06:04.000Z | 2021-05-14T11:06:04.000Z | ; *****************************************************************************
; *****************************************************************************
;
; Name : exprutils.asm
; Purpose : Expression Utilities
; Author : Paul Robson (paul@robsons.org.uk)
; Date : 8th February 2020
;
; *******************... | 30.181818 | 79 | 0.469277 |
737cd7aed585678bc5da2a19678c19e26f733497 | 1,692 | asm | Assembly | src/Compiler/ASM/Runtime/asm/itoa_and_write.asm | PetukhovVictor/compiler2 | 0bf87393ce9ecdd421393165fc14cb7f03f5e3b8 | [
"MIT"
] | 3 | 2017-09-08T21:35:31.000Z | 2019-04-24T11:48:59.000Z | src/Compiler/ASM/Runtime/asm/itoa_and_write.asm | PetukhovVictor/compiler2 | 0bf87393ce9ecdd421393165fc14cb7f03f5e3b8 | [
"MIT"
] | 1 | 2018-11-19T15:34:00.000Z | 2018-11-19T15:35:52.000Z | src/Compiler/ASM/Runtime/asm/itoa_and_write.asm | PetukhovVictor/compiler2 | 0bf87393ce9ecdd421393165fc14cb7f03f5e3b8 | [
"MIT"
] | 4 | 2017-03-13T06:16:48.000Z | 2019-04-24T11:49:00.000Z | %define ASCII_ZERO 48
%define ASCII_MINUS 45
global itoa_and_write
itoa_and_write:
.itoa_start:
test eax, eax ; this test uses the SF flag (significant bit check)
js .itoa_print_minus ; if the first bit is 1 (SF=1), then the number is negative (go to the print ... | 60.428571 | 141 | 0.55792 |
47e881fe757221595ac192020f767f9655e1ad56 | 1,253 | asm | Assembly | data/mapObjects/silphco7.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapObjects/silphco7.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapObjects/silphco7.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | SilphCo7Object:
db $2e ; border block
db $6 ; warps
db $0, $10, $1, SILPH_CO_8F
db $0, $16, $0, SILPH_CO_6F
db $0, $12, $0, SILPH_CO_ELEVATOR
db $7, $5, $3, SILPH_CO_11F
db $3, $5, $8, SILPH_CO_3F
db $f, $15, $3, SILPH_CO_5F
db $0 ; signs
db $b ; objects
object SPRITE_LAPRAS_GIVER, $1, $5, STAY, NONE, $1 ... | 36.852941 | 66 | 0.681564 |
b2f5b88b295ebe2312ebbcd128d22d68f941748d | 1,655 | asm | Assembly | programs/oeis/099/A099016.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/099/A099016.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/099/A099016.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A099016: a(n) = 3*L(2*n)/5 - (-1)^n/5, where L = A000032.
; 1,2,4,11,28,74,193,506,1324,3467,9076,23762,62209,162866,426388,1116299,2922508,7651226,20031169,52442282,137295676,359444747,941038564,2463670946,6449974273,16886251874,44208781348,115740092171,303011495164,793294393322,2076871684801,5437320661082,142350902... | 20.182927 | 361 | 0.471903 |
1cf3d5eab589774ee7a6f36d408d5d3a8f6f5649 | 260 | asm | Assembly | Lab Assessment Submission/LA1_1812399042.asm | saimamiduri/CSE331L-Section-1-Fall20-NSU | 721fec082f9fb29fb30552e4f0d93a53bb3e31df | [
"MIT"
] | null | null | null | Lab Assessment Submission/LA1_1812399042.asm | saimamiduri/CSE331L-Section-1-Fall20-NSU | 721fec082f9fb29fb30552e4f0d93a53bb3e31df | [
"MIT"
] | null | null | null | Lab Assessment Submission/LA1_1812399042.asm | saimamiduri/CSE331L-Section-1-Fall20-NSU | 721fec082f9fb29fb30552e4f0d93a53bb3e31df | [
"MIT"
] | null | null | null |
org 100h ; i#include<stdio.h>
;02---02H;
;int main(){
MOV AX, 02
MOV BX, 02
MOV CX, 0
ADD CX,AX
ADD CX, BX
;AK=AX+BX
;Int a=2,b=3,c=0;
;c=a+b;
;printf(c);
;return 0;
ret
| 10.4 | 29 | 0.392308 |
c5bed4084d07f5ac35b19dc811db3f9a1f7e9760 | 98 | asm | Assembly | x16-racer_vars.asm | palisv/x16-racer | 9f05a43faf5fdab807ab141b4ddc9e41f1986db1 | [
"MIT"
] | null | null | null | x16-racer_vars.asm | palisv/x16-racer | 9f05a43faf5fdab807ab141b4ddc9e41f1986db1 | [
"MIT"
] | null | null | null | x16-racer_vars.asm | palisv/x16-racer | 9f05a43faf5fdab807ab141b4ddc9e41f1986db1 | [
"MIT"
] | null | null | null | ; .ifdef X16_RACER_VARIABLES_ASM !eof
; X16_RACER_VARIABLES_ASM=1
Palette_cycle_index: .byte $00
| 19.6 | 37 | 0.816327 |
1801f444fc12e2eba08ffda4929dd61cff7ca992 | 1,715 | asm | Assembly | assembly/binarysearch.asm | mahzoun/programs | 39fbd730d635ed49a0af2d16dd486eba1db2f295 | [
"MIT"
] | null | null | null | assembly/binarysearch.asm | mahzoun/programs | 39fbd730d635ed49a0af2d16dd486eba1db2f295 | [
"MIT"
] | null | null | null | assembly/binarysearch.asm | mahzoun/programs | 39fbd730d635ed49a0af2d16dd486eba1db2f295 | [
"MIT"
] | null | null | null | section .data
source dw 1, 2, 3, 4, 5, 6
len equ ($ - source)/2
item dw 2
section .text
global _start
_start:
push word [item]
mov ax, len
dec ax
push ax
push word 0
... | 18.052632 | 59 | 0.417493 |
b6d6b6abc38f59a331325c74b6971df7b00d0972 | 40,630 | asm | Assembly | rm.asm | priyasun19/xv6 | 78d3a926ff3b956232811e92218485f6e82cca5b | [
"MIT-0"
] | null | null | null | rm.asm | priyasun19/xv6 | 78d3a926ff3b956232811e92218485f6e82cca5b | [
"MIT-0"
] | null | null | null | rm.asm | priyasun19/xv6 | 78d3a926ff3b956232811e92218485f6e82cca5b | [
"MIT-0"
] | null | null | null |
_rm: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 83 ec 20 ... | 33.886572 | 60 | 0.42636 |
8d5f2e94e3578267c78e6039caf0596f1143b847 | 2,148 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_204_2434.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_204_2434.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_204_2434.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 %rbx
lea addresses_WC_ht+0x19db4, %rbx
nop
nop
xor %r11, %r11
movb (%rbx), %r12b
nop
nop
nop
add %r11, %r11
pop %rbx
pop %r12
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r15
push %r9
push %rbp
push %rdi
push %rsi
... | 24.689655 | 611 | 0.644786 |
e5c58f496e53dda481a9d02ceca05caae5e391bd | 1,599 | asm | Assembly | src/video_mode_hacks.asm | mvdhout1992/ts-patches | a426970abeb6993eea6703d1a756fd74489ffed2 | [
"MIT"
] | 33 | 2016-07-30T14:17:28.000Z | 2021-12-19T15:45:19.000Z | src/video_mode_hacks.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 73 | 2018-08-17T00:25:19.000Z | 2021-05-10T08:31:15.000Z | src/video_mode_hacks.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 18 | 2017-05-16T11:28:06.000Z | 2022-03-20T20:41:03.000Z | %include "macros/patch.inc"
%include "macros/datatypes.inc"
%include "TiberianSun.inc"
cextern VideoWindowed
cextern UsingTSDDRAW
;;; Setup th main window to be the requested size (reg TS always tries to do 640x480 in the menus)
hack 0x006013DE
mov edx, [ScreenWidth]
jmp hackend
.Reg:
mov edx, 640
j... | 19.035714 | 98 | 0.690432 |
5246f1c20c3dac8f78470877d5f366a232e9d9bd | 163 | asm | Assembly | asm/reboot/reboot.asm | severinkaderli/BTI7061-CSBas | 3eab8432b98d1ad3ec3c80eb1e779710689eba9b | [
"MIT"
] | 1 | 2018-09-18T19:03:59.000Z | 2018-09-18T19:03:59.000Z | asm/reboot/reboot.asm | severinkaderli/BTI7061-CSBas | 3eab8432b98d1ad3ec3c80eb1e779710689eba9b | [
"MIT"
] | null | null | null | asm/reboot/reboot.asm | severinkaderli/BTI7061-CSBas | 3eab8432b98d1ad3ec3c80eb1e779710689eba9b | [
"MIT"
] | null | null | null | section .text
global _start
_start:
mov rax, 88
mov rbx, 0xFEE1DEAD
mov rcx, 672274793
mov rdx, 0x1234567
int 0x80
exit:
mov rax, 1
mov rbx, 0
int 0x80
| 10.866667 | 20 | 0.705521 |
b2730ad4a3ff217fb4385773b4aa4484724f81f0 | 1,108 | asm | Assembly | debitbustp1.asm | uniabis/z80depacker | a5dc3a0a7d3cb07a814490463b93fa42b3e66c68 | [
"MIT"
] | 25 | 2019-08-16T11:03:39.000Z | 2022-03-23T23:22:46.000Z | debitbustp1.asm | uniabis/z80depacker | a5dc3a0a7d3cb07a814490463b93fa42b3e66c68 | [
"MIT"
] | null | null | null | debitbustp1.asm | uniabis/z80depacker | a5dc3a0a7d3cb07a814490463b93fa42b3e66c68 | [
"MIT"
] | 1 | 2021-04-04T01:07:24.000Z | 2021-04-04T01:07:24.000Z | ;In: HL: source
; DE: destination
scf
fill_bit_buffer:
ld a,(hl)
inc hl
adc a,a
jr c,get_offset
one_literal:
ldi
main_loop:
add a
jr nc,one_literal
jr z,fill_bit_buffer
get_offset:
ld c,(hl)
inc hl
bit 7,c
jr nz,long_offset
ld b,0
apply_offset:
push de ; (----sp) = des... | 11.663158 | 41 | 0.600181 |
7a95046758ef563f8f17926d13e9a54bc5c2346c | 313 | asm | Assembly | programs/oeis/238/A238055.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/238/A238055.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/238/A238055.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A238055: a(n) = (13*3^n-1)/2.
; 6,19,58,175,526,1579,4738,14215,42646,127939,383818,1151455,3454366,10363099,31089298,93267895,279803686,839411059,2518233178,7554699535,22664098606,67992295819,203976887458,611930662375,1835791987126,5507375961379,16522127884138
mov $1,3
pow $1,$0
mul $1,13
div $1,2
mov $0,$1
| 34.777778 | 231 | 0.779553 |
ac20c5c367acaf5935a0e1fe2632f4264a23ab59 | 5,302 | asm | Assembly | pic/ad.asm | kajusK/DarkStar | 667a4ea3ebbe378fd2566659efb06eb9a769a1eb | [
"BSD-3-Clause"
] | 3 | 2018-06-08T08:18:21.000Z | 2021-01-28T01:47:05.000Z | pic/ad.asm | kajusK/DarkStar | 667a4ea3ebbe378fd2566659efb06eb9a769a1eb | [
"BSD-3-Clause"
] | null | null | null | pic/ad.asm | kajusK/DarkStar | 667a4ea3ebbe378fd2566659efb06eb9a769a1eb | [
"BSD-3-Clause"
] | null | null | null | ;**********************************************************************
;Led headlamp
;PIC 16F616
;internal 8MHz
;------------------------------
; Jakub Kaderka
; jakub.kaderka@gmail.com
; 2015
;------------------------------
; ad.asm
;------------------------------
; This task determines the actual voltage and shuts s... | 23.052174 | 83 | 0.668993 |
87e13c0f9434ce8c08858e870c1dbd3751aa9136 | 1,733 | asm | Assembly | src/inidisp-glitch/inidisp_d7_glitch_test.asm | undisbeliever/snes-test-roms | d057b2efbd895caf30f01c4d97e7165a4fa47c36 | [
"MIT"
] | 7 | 2019-09-28T19:40:59.000Z | 2021-01-06T03:06:28.000Z | src/inidisp-glitch/inidisp_d7_glitch_test.asm | undisbeliever/snes-test-roms | d057b2efbd895caf30f01c4d97e7165a4fa47c36 | [
"MIT"
] | 1 | 2021-09-01T01:10:51.000Z | 2021-09-02T09:55:08.000Z | src/inidisp-glitch/inidisp_d7_glitch_test.asm | undisbeliever/snes-test-roms | d057b2efbd895caf30f01c4d97e7165a4fa47c36 | [
"MIT"
] | null | null | null | // Tests if writing to INIDISP when the previous value on the data bus
// has bit 7 set would cause a sprite glitch.
//
// This is an interactive test:
// * if A/B/X/Y button is not pressed then the test will write
// 0x80 to $20ff and `0x0f` to INIDISP.
//
// * if A/B/X/Y button is pressed then the te... | 21.134146 | 94 | 0.552799 |
2686bd334dd92dcdef23a92a848e075f962c9243 | 571 | asm | Assembly | oeis/114/A114283.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/114/A114283.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/114/A114283.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A114283: Sequence array for binomial transform of Jacobsthal numbers A001045(n+1).
; Submitted by Jon Maiga
; 1,2,1,6,2,1,18,6,2,1,54,18,6,2,1,162,54,18,6,2,1,486,162,54,18,6,2,1,1458,486,162,54,18,6,2,1,4374,1458,486,162,54,18,6,2,1,13122,4374,1458,486,162,54,18,6,2,1,39366,13122,4374,1458,486,162,54,18,6,2,1,118098... | 35.6875 | 360 | 0.697023 |
48785af4b1c73fbcf3a6f844679d18b423ad8057 | 511 | asm | Assembly | 4th SEM/MICROPROCESSOR AND MICROCONTROLLER LABORATORY - XXCSL48/LAB3.asm | AbhishekMali21/VTU-CSE-ISE-LAB-SOLUTIONS | 599916c270d285b3c9b1c8969cfb6cbcae8bd619 | [
"MIT"
] | 80 | 2019-02-12T19:30:15.000Z | 2022-03-28T14:38:55.000Z | 4th SEM/MICROPROCESSOR AND MICROCONTROLLER LABORATORY - XXCSL48/LAB3.asm | AbhishekMali21/VTU-CSE-ISE-LAB-SOLUTIONS | 599916c270d285b3c9b1c8969cfb6cbcae8bd619 | [
"MIT"
] | 1 | 2021-06-14T04:25:25.000Z | 2021-06-14T04:25:25.000Z | 4th SEM/MICROPROCESSOR AND MICROCONTROLLER LABORATORY - XXCSL48/LAB3.asm | AbhishekMali21/VTU-CSE-ISE-LAB-SOLUTIONS | 599916c270d285b3c9b1c8969cfb6cbcae8bd619 | [
"MIT"
] | 115 | 2019-02-20T13:32:44.000Z | 2022-03-28T17:19:29.000Z | .model small
.stack 10
.data
m1 db 'palindrome$'
m2 db 'not palindrome$'
str1 db 'aabbaa$'
l1 dw $-str1-1
str2 db 25 dup(?)
.code
mov ax,@data
mov ds,ax
mov es,ax
mov si,0
mov di,l1
mov str2[di],'$'
mov cx,l1
dec di
up: mov al,0
mov al,str1[si]
mov str2[di],al
dec di
inc si
l... | 11.883721 | 25 | 0.598826 |
75a10d4c781c87a87a2103fc6e684c5084a63641 | 329 | asm | Assembly | programs/oeis/156/A156605.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/156/A156605.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/156/A156605.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A156605: a(n) = (4^n + 20)/3.
; 7,8,12,28,92,348,1372,5468,21852,87388,349532,1398108,5592412,22369628,89478492,357913948,1431655772,5726623068,22906492252,91625968988,366503875932,1466015503708,5864062014812,23456248059228,93824992236892,375299968947548,1501199875790172,6004799503160668
mov $1,4
pow $1,$0
div $1,3
... | 41.125 | 258 | 0.799392 |
1ac84e69581374acd2d2dd7fa567da1569b22e86 | 4,632 | asm | Assembly | DeliriOS_64bits/bsp_code/isr.asm | Izikiel/intel_multicore | 10ab11fa901f555608a75f9256ea7d14f8aab84d | [
"MIT"
] | 3 | 2015-12-16T06:17:14.000Z | 2019-09-01T08:21:21.000Z | DeliriOS_64bits/bsp_code/isr.asm | Izikiel/intel_multicore | 10ab11fa901f555608a75f9256ea7d14f8aab84d | [
"MIT"
] | null | null | null | DeliriOS_64bits/bsp_code/isr.asm | Izikiel/intel_multicore | 10ab11fa901f555608a75f9256ea7d14f8aab84d | [
"MIT"
] | null | null | null | %include "../macros/long_mode_macros.mac"
%include "../macros/asm_screen_utils.mac"
BITS 64
;; PIC
extern fin_intr_pic1
;; contextManager
extern notificarRelojTick
extern notificarTecla
;; kmain64
extern kernel_panic
%define eoi_register_apic 0xFEE000B0
%macro interrupt_finished 0
push rax
mov rax, eoi_regi... | 28.770186 | 117 | 0.681563 |
28bbbb7ad56567cce26074e60fa070e0b98164f4 | 945 | asm | Assembly | final practice/f_2017/question5/question5.asm | ConstantinCezB/Computer-Architecture-assembly | 24ddc05c96d2be019c77e914a3b1146352b4088e | [
"Apache-2.0"
] | null | null | null | final practice/f_2017/question5/question5.asm | ConstantinCezB/Computer-Architecture-assembly | 24ddc05c96d2be019c77e914a3b1146352b4088e | [
"Apache-2.0"
] | null | null | null | final practice/f_2017/question5/question5.asm | ConstantinCezB/Computer-Architecture-assembly | 24ddc05c96d2be019c77e914a3b1146352b4088e | [
"Apache-2.0"
] | null | null | null | include Irvine32.inc
.data
lVar DWORD 3
mVar DWORD 3
nVar DWORD 2
iVar DWORD 1
jVar DWORD 1
kVar DWORD 1
.code
main proc
MOV eax, 1
MOV edx, iVar
do_while_1:
CMP edx, lVar
je end_do_while_1
MOV ebx, jVar
;statment for do_while_1
do_while_2:
CMP ebx, mVar
je end_do_while_2
MOV ecx, kVar
... | 15 | 37 | 0.615873 |
a6b93aa6988793af13873b91150ba3736cb0a018 | 6,429 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1156.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1156.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1156.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 %r13
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x8ffc, %r11
nop
nop
nop
cmp $23294, %r12
movb $0x61, (%r11)
nop
nop
nop
nop
and $33650, %rdx
lea addresses_WT_ht+0x1d2fc, %rsi
lea addresses_WC_ht+0x3404, %rdi
nop
nop
nop
nop
inc %r13
... | 35.716667 | 2,999 | 0.653445 |
0cb02ad044dd47d67e8e9ccaddd871362db4adfa | 1,787 | asm | Assembly | boot/stage2/paging.asm | Daouki/hikari-os | b705a115623aee7fc685afa244551b2d8d18a85e | [
"MIT"
] | 2 | 2021-01-14T19:56:02.000Z | 2022-01-09T22:49:01.000Z | boot/stage2/paging.asm | Daouki/hikari-os | b705a115623aee7fc685afa244551b2d8d18a85e | [
"MIT"
] | null | null | null | boot/stage2/paging.asm | Daouki/hikari-os | b705a115623aee7fc685afa244551b2d8d18a85e | [
"MIT"
] | null | null | null | bits 32
initialize_paging_and_enable_long_mode:
push eax
push ecx
call initialize_page_tables
; Load CR3 with the address of the PML4.
mov eax, pml4_offset
mov cr3, eax
; Set the PAE (Physical Address Extension) the in CR0.
mov ... | 24.479452 | 76 | 0.505876 |
e2331d1a5a3811e13c100bd95111461e30027de2 | 343 | asm | Assembly | programs/oeis/133/A133897.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/133/A133897.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/133/A133897.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A133897: Numbers m such that binomial(m+7,m) mod 7 = 0.
; 42,43,44,45,46,47,48,91,92,93,94,95,96,97,140,141,142,143,144,145,146,189,190,191,192,193,194,195,238,239,240,241,242,243,244,287,288,289,290,291,292,293,336,337,338,339,340,341,342,385,386,387,388,389,390
mov $1,7
mov $3,$0
mod $0,7
sub $1,$0
mul $1,6
mov $2... | 28.583333 | 207 | 0.670554 |
ecd4a25b670e4a0ae91dd649ed1a2d2667c79bc1 | 413 | asm | Assembly | oeis/156/A156087.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/156/A156087.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/156/A156087.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A156087: One ninth of the sum of the squares of the first n Fibonacci numbers with index divisible by 4.
; 0,1,50,2354,110595,5195620,244083556,11466731525,538692298134,25307071280790,1188893657899015,55852694849972936,2623887764290829000,123266872226818990089,5790919106896201705210,272049931151894661154810
lpb $0
... | 37.545455 | 203 | 0.767554 |
2162f8cc601fae7821c063ffe58ece9cb1200cfe | 14,875 | asm | Assembly | x86/QSearchMacros.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 150 | 2016-11-26T05:41:31.000Z | 2022-02-09T20:54:53.000Z | x86/QSearchMacros.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 199 | 2016-12-07T22:13:00.000Z | 2022-03-22T15:42:18.000Z | x86/QSearchMacros.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 95 | 2016-11-24T22:57:13.000Z | 2022-01-24T19:42:10.000Z |
macro QSearch PvNode, InCheck
; in:
; rbp: address of Pos struct in thread struct
; rbx: address of State
; ecx: alpha
; edx: beta
; r8d: depth
virtual at rsp
.tte rq 1 ; 0
.ltte rq 1 ; 8
.searchFxn rq 1 ; 16
.stage rq 1
.ttMove... | 22.572079 | 106 | 0.630723 |
4bdd5d86780b455c5593d84e6fd07b7cb0ecb8a5 | 587 | asm | Assembly | src/BubbleSort.asm | Kaybass/CSI-370-Final | 6eaf1a6127ecc80cb868eef397cd53efea24afbf | [
"MIT"
] | null | null | null | src/BubbleSort.asm | Kaybass/CSI-370-Final | 6eaf1a6127ecc80cb868eef397cd53efea24afbf | [
"MIT"
] | null | null | null | src/BubbleSort.asm | Kaybass/CSI-370-Final | 6eaf1a6127ecc80cb868eef397cd53efea24afbf | [
"MIT"
] | null | null | null | ;
; Alexander Bean Apmann
;
; int * BubbleSort(int * array, int arraylen)
;
section .text
global BubbleSort
BubbleSort:
push ebp
mov ebp, esp
mov ecx, [ebp+12]
mov edi, [ebp+8]
dec ecx
L1:
push ecx
mov esi, edi
L2:
mov ea... | 14.317073 | 46 | 0.422487 |
b99b3e72f137f154a634e6d9809e3561d8088985 | 694 | asm | Assembly | oeis/159/A159710.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159710.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159710.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159710: Number of permutations of 1..n arranged in a circle with exactly 2 local maxima.
; Submitted by Jon Maiga
; 0,0,0,0,8,80,528,2912,14592,69120,316160,1413632,6223872,27103232,117067776,502456320,2145517568,9122349056,38644678656,163186343936,687144960000,2886107922432,12094385684480,50577004298240,21110507490... | 77.111111 | 493 | 0.84438 |
79a7b91a26ecdaa4d580215dcb0da0430dcb976c | 282 | nasm | Assembly | mboot.nasm | mandarg/mboot | 1e2957a874980b0674b095c9d202bdcb94c85eb2 | [
"MIT"
] | null | null | null | mboot.nasm | mandarg/mboot | 1e2957a874980b0674b095c9d202bdcb94c85eb2 | [
"MIT"
] | null | null | null | mboot.nasm | mandarg/mboot | 1e2957a874980b0674b095c9d202bdcb94c85eb2 | [
"MIT"
] | null | null | null | ; mboot
org 0x7c00
bits 16
boot:
mov si, bootmsg
mov ah, 0x0e
mov bh, 0x00
.loop lodsb
or al, al
jz halt
int 0x10 ;; http://www.ctyme.com/intr/rb-0106.htm
jmp .loop
halt:
hlt
bootmsg:
db "Hello!", 0
times 510-($-$$) db 0
db 0x55
db 0xaa
| 10.444444 | 53 | 0.574468 |
5b24ec3fcab597065024e942248eac563737ba0e | 1,594 | asm | Assembly | src/unison/test/fast/ARM/size/gobmk.board.get_last_player.asm | Patstrom/disUnison | 94731ad37cefa9dc3b6472de3adea8a8d5f0a44b | [
"BSD-3-Clause"
] | 88 | 2016-09-27T15:20:07.000Z | 2022-03-24T15:23:06.000Z | src/unison/test/fast/ARM/size/gobmk.board.get_last_player.asm | Patstrom/disUnison | 94731ad37cefa9dc3b6472de3adea8a8d5f0a44b | [
"BSD-3-Clause"
] | 56 | 2018-02-26T16:44:15.000Z | 2019-02-23T17:07:32.000Z | src/unison/test/fast/ARM/size/gobmk.board.get_last_player.asm | Patstrom/disUnison | 94731ad37cefa9dc3b6472de3adea8a8d5f0a44b | [
"BSD-3-Clause"
] | 10 | 2016-11-22T15:03:46.000Z | 2020-07-13T21:34:31.000Z | .text
.syntax unified
.eabi_attribute 67, "2.09" @ Tag_conformance
.cpu arm1156t2f-s
.eabi_attribute 6, 8 @ Tag_CPU_arch
.eabi_attribute 8, 1 @ Tag_ARM_ISA_use
.eabi_attribute 9, 2 @ Tag_THUMB_ISA_use
.fpu vfpv2
.eabi_attribute 17, 1 @ Tag_ABI_PCS_GOT_use
.eabi_attribute 20, 1 @ Tag_ABI_FP_denormal
.eabi_att... | 30.075472 | 174 | 0.757215 |
75af955895c469601f401a9cac89b7a8c832ed3e | 7,937 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_647.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_647.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_647.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 %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x18b5a, %rsi
lea addresses_WT_ht+0x1c4a, %rdi
nop
nop
nop
nop
nop
and %rbx, %rbx
mov $75, %rcx
rep movsq
nop
add %r11, %r11
lea addresses_WT_ht+0x9ee9, %r9
clflush (%r9)
nop
x... | 36.242009 | 2,999 | 0.654529 |
904827371ea6aab859d759d9ab635882db14677f | 48,477 | asm | Assembly | Library/AnsiC/stdio_asm.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/AnsiC/stdio_asm.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/AnsiC/stdio_asm.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: AnsiC
FILE: stdio_asm.asm
AUTHOR: Maryann Simmons, May 7, 1992
ROUTINES:
Name Description
---- -----------
GLOBAL:
GLB fopen Open ... | 26.175486 | 79 | 0.580873 |
adbe0283c1c0c1d80f57f276e3e41d886c051c3d | 955 | asm | Assembly | x86-64-assembly/two-fer/two_fer.asm | jonasbb/exercism | 7019565914f84daa54a33c41782a7b293f782c2d | [
"Unlicense"
] | null | null | null | x86-64-assembly/two-fer/two_fer.asm | jonasbb/exercism | 7019565914f84daa54a33c41782a7b293f782c2d | [
"Unlicense"
] | null | null | null | x86-64-assembly/two-fer/two_fer.asm | jonasbb/exercism | 7019565914f84daa54a33c41782a7b293f782c2d | [
"Unlicense"
] | null | null | null | default rel
section .rodata
first: db "One for ", 0
name: db "you", 0
second: db ", one for me.", 0
section .text
global two_fer
two_fer:
; Args
; name -- rdi
; buffer -- rsi
mov r11, rdi ; name
mov rdi, rsi
; Copy the first part of the sentence
mov rsi, first
call strcpy
mov rdi,... | 15.15873 | 57 | 0.571728 |
2ad0581b973bb0364c0e764e69fabf0e76e0d78f | 290 | asm | Assembly | src/asm/aluop.asm | ivanvig/MIPS | be825ce89a11f6aecf9aacf10b9b615628815c03 | [
"MIT"
] | 1 | 2021-01-21T22:38:50.000Z | 2021-01-21T22:38:50.000Z | src/asm/aluop.asm | ivanvig/MIPS | be825ce89a11f6aecf9aacf10b9b615628815c03 | [
"MIT"
] | null | null | null | src/asm/aluop.asm | ivanvig/MIPS | be825ce89a11f6aecf9aacf10b9b615628815c03 | [
"MIT"
] | null | null | null | ori $t0, $0, 0xaaaa
xori $t1, $t0, 0x5555
and $t2, $t1, $t0
lui $t3, 0x00ca
slti $t4, $t3, 0xcaca
jal 20
nor $t5, $0, $t0
sw $t0, 0($0)
sw $t1, 4($0)
sw $t2, 8($0)
sw $t3, 12($0)
sw $t4, 16($0)
sw $t5, 20($0)
sw $ra, 24($0)
hlt
ori $t0, $0, 0x00ff
jr $ra
| 15.263158 | 23 | 0.475862 |
c06de706699c8b6294acb343d92db19ab031afe5 | 534 | asm | Assembly | LAB9/q1.asm | Avigdor-Kolonimus/ASM | 23327c9765ab1cc6bfe3dfaaa9a129dda5aac77a | [
"MIT"
] | null | null | null | LAB9/q1.asm | Avigdor-Kolonimus/ASM | 23327c9765ab1cc6bfe3dfaaa9a129dda5aac77a | [
"MIT"
] | null | null | null | LAB9/q1.asm | Avigdor-Kolonimus/ASM | 23327c9765ab1cc6bfe3dfaaa9a129dda5aac77a | [
"MIT"
] | null | null | null | EX1DS SEGMENT
N EQU 7
COUNT DB 0
ARR DW -1,3,-200,4,9,-77,-125
EX1DS ENDS
sseg segment stack
dw 100h dup(?)
sseg ends
cseg segment
assume ds:EX1DS,cs:cseg,ss:sseg
start: mov ax,EX1DS
mov ds,ax
;initialisation
mov si,0
mov bx,N
;number for check
L3: mov ax,ARR[si]... | 16.6875 | 33 | 0.586142 |
f5dcb7a2fe2bcf6aef37084787ca48c63ebf4915 | 282 | asm | Assembly | programs/oeis/144/A144595.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/144/A144595.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/144/A144595.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A144595: Christoffel word of slope 4/7.
; 0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,1,0
add $0,1
mod $0,11
gcd $0,3
div $0,2
| 35.25 | 201 | 0.539007 |
dfe898d536ed2fcd1a6d397780d8d6acf1c9cd57 | 195 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/exp_fastcall.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/exp_fastcall.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/exp_fastcall.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math32
PUBLIC exp_fastcall
EXTERN _m32_expf
defc exp_fastcall = _m32_expf
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _exp_fastcall
defc _exp_fastcall = _m32_expf
ENDIF
| 13.928571 | 30 | 0.820513 |
d80fdfa28486f1ffae273185f905a8b8da50fc06 | 1,249 | asm | Assembly | src/test/resources/data/reorganizertests/test3-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 36 | 2020-06-29T06:52:26.000Z | 2022-02-10T19:41:58.000Z | src/test/resources/data/reorganizertests/test3-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 39 | 2020-07-02T18:19:34.000Z | 2022-03-27T18:08:54.000Z | src/test/resources/data/reorganizertests/test3-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 7 | 2020-07-02T06:00:05.000Z | 2021-11-28T17:31:13.000Z | ; Test to make sure moves do not happen if they will break jrs
ld a, 1
jp label1
label2:
jr nc, label4
jr label2
label4:
jr label4
label6:
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
... | 8.613793 | 62 | 0.436349 |
ec3b49728d7bf68fc286a470fa831b7474074f37 | 655 | asm | Assembly | programs/oeis/175/A175831.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/175/A175831.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/175/A175831.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A175831: Partial sums of ceiling(n^2/12).
; 0,1,2,3,5,8,11,16,22,29,38,49,61,76,93,112,134,159,186,217,251,288,329,374,422,475,532,593,659,730,805,886,972,1063,1160,1263,1371,1486,1607,1734,1868,2009,2156,2311,2473,2642,2819,3004,3196,3397,3606,3823,4049,4284,4527,4780,5042,5313,5594,5885,6185,6496,6817,7148,7490,784... | 38.529412 | 476 | 0.717557 |
9d26aa179aee0a0ae08dceeacb01e7ac3961c6e0 | 573 | asm | Assembly | data/mapObjects/safarizoneentrance.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapObjects/safarizoneentrance.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapObjects/safarizoneentrance.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | SafariZoneEntranceObject:
db $a ; border block
db $4 ; warps
db $5, $3, $4, $ff
db $5, $4, $4, $ff
db $0, $3, $0, SAFARI_ZONE_CENTER
db $0, $4, $1, SAFARI_ZONE_CENTER
db $0 ; signs
db $2 ; objects
object SPRITE_WHITE_PLAYER, $6, $2, STAY, LEFT, $1 ; person
object SPRITE_WHITE_PLAYER, $1, $4, STAY, RIGHT, $... | 27.285714 | 67 | 0.703316 |
5b6808d796b63de0f60eee6306ad16250c2312d1 | 90 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/cos.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/cos.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/cos.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC _cos
EXTERN cm48_sdcciy_cos
defc _cos = cm48_sdcciy_cos
| 10 | 27 | 0.833333 |
64db22dc344e057f23a6438aa68cbafc2ed16a27 | 2,313 | asm | Assembly | gwnum/zr4.asm | Kasual/GIMPS | a09c0d4cc1489558725eef0578613c66bd65a708 | [
"Intel"
] | null | null | null | gwnum/zr4.asm | Kasual/GIMPS | a09c0d4cc1489558725eef0578613c66bd65a708 | [
"Intel"
] | null | null | null | gwnum/zr4.asm | Kasual/GIMPS | a09c0d4cc1489558725eef0578613c66bd65a708 | [
"Intel"
] | null | null | null | ; Copyright 2011-2018 Mersenne Research, Inc. All rights reserved
; Author: George Woltman
; Email: woltman@alum.mit.edu
;
; Assemble the small AVX-512 FFTs.
;
TITLE setup
zfft_type TEXTEQU <r4dwpn>
INCLUDE unravel.mac
INCLUDE extrn.mac
INCLUDE zarch.mac
INCLUDE zbasics.mac
INCLUDE zmult.mac
INCLUDE zonepass.ma... | 24.347368 | 66 | 0.741461 |
6f2db8a5c7860d854b3432973d32acde581434c4 | 5,100 | nasm | Assembly | modules/dev/char/console/kbc.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/dev/char/console/kbc.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/dev/char/console/kbc.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | ;-------------------------------------------------------------------------------
; kbc.nasm - i8042 keyboard controller routines.
;-------------------------------------------------------------------------------
module cons.kbc
%include "hw/ports.ah"
%include "hw/kbc.ah"
; --- Exports ---
publicproc KBC_SendKBCmd, K... | 20.318725 | 80 | 0.553529 |
0128f1a1e3231d86d639428c0933c61d7292874a | 188 | asm | Assembly | data/battle/critical_hit_chances.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/battle/critical_hit_chances.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/battle/critical_hit_chances.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | CriticalHitChances:
db 7 percent ; 0
db 12 percent + 2 ; +1
db 25 percent + 1 ; +2
db 33 percent + 1 ; +3
db 50 percent + 1 ; +4
db 50 percent + 1 ; +5
db 50 percent + 1 ; +6
| 20.888889 | 23 | 0.569149 |
eba00b264a72c9c32e5be5a2d42f25a69fb5b38a | 420 | asm | Assembly | oeis/140/A140472.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/140/A140472.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/140/A140472.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A140472: Chaotic sequence related to A004001: a(n) = a(n - a(n-1)) + a(floor(n/2)).
; 0,1,2,2,4,3,4,4,8,5,6,6,8,7,8,8,16,9,10,10,12,11,12,12,16,13,14,14,16,15,16,16,32,17,18,18,20,19,20,20,24,21,22,22,24,23,24,24,32,25,26,26,28,27,28,28,32,29,30,30,32,31,32,32,64,33,34,34,36,35,36,36,40,37,38,38,40,39,40,40,48,41,42,... | 46.666667 | 284 | 0.621429 |
4f23d62aa06f8b8a3ed9f9c5bbfb6e2eef3ea820 | 56,508 | asm | Assembly | grep.asm | via007/learnos-xv6 | 35caf795f71cef47320299ee2f990e5810e28836 | [
"MIT-0"
] | 1 | 2020-05-07T05:31:43.000Z | 2020-05-07T05:31:43.000Z | grep.asm | via007/learnos-xv6 | 35caf795f71cef47320299ee2f990e5810e28836 | [
"MIT-0"
] | null | null | null | grep.asm | via007/learnos-xv6 | 35caf795f71cef47320299ee2f990e5810e28836 | [
"MIT-0"
] | null | null | null |
_grep: 文件格式 elf32-i386
Disassembly of section .text:
00000000 <main>:
}
}
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push %ebp
b: 89 e5 ... | 35.098137 | 60 | 0.410844 |
d8d4d3eb82a2c2bc9eff06e2a62f109cfdde2fc7 | 311 | asm | Assembly | programs/oeis/180/A180324.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/180/A180324.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/180/A180324.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A180324: Vassiliev invariant of fourth order for the torus knots
; 0,3,25,98,270,605,1183,2100,3468,5415,8085,11638,16250,22113,29435,38440,49368,62475,78033,96330,117670,142373,170775,203228,240100,281775,328653,381150,439698,504745,576755,656208,743600,839443
mul $0,2
add $0,1
pow $0,2
bin $0,2
div $0,12
| 34.555556 | 196 | 0.77492 |
f09f6aabe0bd6e9b4d24e93e7e5eebd589d450d0 | 3,314 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_6_1017.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_6_1017.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_6_1017.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 %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xfb67, %rsi
lea addresses_normal_ht+0xb81f, %rdi
nop
nop
nop
nop
dec %rax
mov $35, %rcx
rep movsw
nop
xor $1386, %r10
lea addresses_UC_ht+0x19c7f, %r15
nop
nop
sub %rsi, %rsi
movb (%r15... | 20.207317 | 151 | 0.652686 |
7098053f46d7b9fea4af5fd344419a847548d6c2 | 612 | asm | Assembly | oeis/158/A158589.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/158/A158589.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/158/A158589.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A158589: a(n) = 324*n^2 - 18.
; Submitted by Christian Krause
; 306,1278,2898,5166,8082,11646,15858,20718,26226,32382,39186,46638,54738,63486,72882,82926,93618,104958,116946,129582,142866,156798,171378,186606,202482,219006,236178,253998,272466,291582,311346,331758,352818,374526,396882,419886,443538,467838,492786,5183... | 61.2 | 499 | 0.808824 |
71ad2e17344c4ce708bd62cb71474530ce9b6ef9 | 449 | asm | Assembly | MySource/flow control 1.asm | mdabdullahibnaharun/Assembly-Language | a56500622b961c7ecf9690ad9d2136c3e05ea1f7 | [
"MIT"
] | null | null | null | MySource/flow control 1.asm | mdabdullahibnaharun/Assembly-Language | a56500622b961c7ecf9690ad9d2136c3e05ea1f7 | [
"MIT"
] | null | null | null | MySource/flow control 1.asm | mdabdullahibnaharun/Assembly-Language | a56500622b961c7ecf9690ad9d2136c3e05ea1f7 | [
"MIT"
] | null | null | null |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
mov ah,02h
mov cx,256
mov dx,0
; label:
; int 21h
; inc dx
; dec cx
; jnz label
... | 11.512821 | 69 | 0.427617 |
cdf06a63b1c1aa48350dfabaeccb8bb77c325661 | 1,179 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/z80/asm_f16_ldexp.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math16/z80/asm_f16_ldexp.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math16/z80/asm_f16_ldexp.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; feilipu, 2019 May
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
;
;-------------------------------------------------------------------------
; asm_f16_ldexp... | 26.2 | 74 | 0.497031 |
7e79eab3b4c6a37e0c2a4dd76538836759c2f771 | 442 | asm | Assembly | oeis/262/A262610.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/262/A262610.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/262/A262610.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A262610: The values of sigma function (A000203) and the positive integers interleaved.
; Submitted by Christian Krause
; 1,1,3,2,4,3,7,4,6,5,12,6,8,7,15,8,13,9,18,10,12,11,28,12,14,13,24,14,24,15,31,16,18,17,39,18,20,19,42,20,32,21,36,22,24,23,60,24,31,25,42,26,40,27,56,28,30,29,72,30,32,31,63,32,48,33,54,34,48,35,91... | 44.2 | 238 | 0.678733 |
d55c10e42605064913e2ed48642a50484dfe2779 | 349 | asm | Assembly | libsrc/oz/ozserial/ozgetlcr.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/oz/ozserial/ozgetlcr.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/oz/ozserial/ozgetlcr.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by Alexander R. Pruss
; by Stefano Bodrato - Oct. 2003
;
; Serial libraries
; serial control commands
;
; ------
; $Id: ozgetlcr.asm,v 1.1 2003/10/22 09:56:34 stefano Exp $
;
XLIB ozgetlcr
ozgetlcr:
in a,(43h)
ld l,a
... | 15.863636 | 60 | 0.567335 |
1d142ec10ad487b4a5f2fb4a493ef84113fc63ff | 437,905 | asm | Assembly | data/sample/TrainASM/2F6ZfVCQRi3vrwcj4zxL.asm | dsp-uga/Team-Marianne-p2 | 0c70bf4c6ea9b6eb2af14010cb3b261d11752553 | [
"MIT"
] | null | null | null | data/sample/TrainASM/2F6ZfVCQRi3vrwcj4zxL.asm | dsp-uga/Team-Marianne-p2 | 0c70bf4c6ea9b6eb2af14010cb3b261d11752553 | [
"MIT"
] | null | null | null | data/sample/TrainASM/2F6ZfVCQRi3vrwcj4zxL.asm | dsp-uga/Team-Marianne-p2 | 0c70bf4c6ea9b6eb2af14010cb3b261d11752553 | [
"MIT"
] | null | null | null | HEADER:10000000 ;
HEADER:10000000 ; +-------------------------------------------------------------------------+
HEADER:10000000 ; | This file has been generated by The Interactive Disassembler (IDA) |
HEADER:10000000 ; | Copyright (c) 2013 Hex-Rays, <support@hex-rays.com> |
HEADER... | 59.489879 | 236 | 0.551204 |
e2706504cbfe3988eb1b4806cfd9b1378cd92f13 | 418 | asm | Assembly | oeis/019/A019485.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/019/A019485.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/019/A019485.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A019485: a(n) = 2*a(n-1) + 2*a(n-2) - 3*a(n-3).
; Submitted by Jon Maiga
; 2,5,12,28,65,150,346,797,1836,4228,9737,22422,51634,118901,273804,630508,1451921,3343446,7699210,17729549,40827180,94015828,216497369,498544854,1148036962,2643671525,6087782412,14018796988
mov $2,3
mov $4,3
lpb $0
sub $0,1
mov $1,$2
add... | 20.9 | 190 | 0.65311 |
be447efe8aaca08ceb3629483906dbff9f146aaf | 591 | asm | Assembly | programs/oeis/134/A134594.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/134/A134594.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/134/A134594.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A134594: a(n) = n^2 + 10*n + 5: coefficients of the irrational part of (1 + sqrt(n))^5.
; 5,16,29,44,61,80,101,124,149,176,205,236,269,304,341,380,421,464,509,556,605,656,709,764,821,880,941,1004,1069,1136,1205,1276,1349,1424,1501,1580,1661,1744,1829,1916,2005,2096,2189,2284,2381,2480,2581,2684,2789,2896,3005,3116,32... | 84.428571 | 471 | 0.746193 |
7f2ea5f67983368c2c20ce944606f9fec232d4dc | 1,138 | asm | Assembly | programs/oeis/247/A247786.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/247/A247786.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/247/A247786.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A247786: Numbers k such that A247784(k+1) - A247784(k) = 1.
; 1,3,4,5,7,8,9,11,12,14,15,16,18,19,20,22,23,24,26,27,28,30,31,33,34,35,37,38,39,41,42,43,45,46,48,49,50,52,53,54,56,57,58,60,61,62,64,65,67,68,69,71,72,73,75,76,77,79,80,81,83,84,86,87,88,90,91,92,94,95,96,98,99,101,102,103,105,106,107,109,110,111,113,114,... | 56.9 | 921 | 0.696837 |
8099539df4ca5a629883c269d6c18af4b093a84d | 116 | asm | Assembly | dist/tools/dbxexample.asm | Dennis1000/VACS | 1897d88e205117a08d36e13766e1d89bd3426894 | [
"MIT"
] | 1 | 2021-04-07T13:48:06.000Z | 2021-04-07T13:48:06.000Z | dist/tools/dbxexample.asm | Dennis1000/VACS | 1897d88e205117a08d36e13766e1d89bd3426894 | [
"MIT"
] | null | null | null | dist/tools/dbxexample.asm | Dennis1000/VACS | 1897d88e205117a08d36e13766e1d89bd3426894 | [
"MIT"
] | 1 | 2021-12-01T08:34:35.000Z | 2021-12-01T08:34:35.000Z | ; test values
db 0D0H, 044H, 0FEH, 017H
db $10,$50, 123d, 12d, 1000b
face: db 7Eh,81h,A5h,81h,A5h,99h,81h,7Eh
| 12.888889 | 41 | 0.655172 |
3a4e45dac4c0bc33ff3e4261b0f54a19dd6ebf13 | 1,899 | asm | Assembly | programs/oeis/112/A112524.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/112/A112524.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/112/A112524.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A112524: a(1)=1; a(n) = a(n-1) + 2*n^2.
; 1,9,27,59,109,181,279,407,569,769,1011,1299,1637,2029,2479,2991,3569,4217,4939,5739,6621,7589,8647,9799,11049,12401,13859,15427,17109,18909,20831,22879,25057,27369,29819,32411,35149,38037,41079,44279,47641,51169,54867,58739,62789,67021,71439,76047,80849,85849,91051,96459,1020... | 189.9 | 1,800 | 0.840969 |
cceacad89faddd22816f3f89b3e3d8d6a7a8940c | 8,595 | asm | Assembly | wallpaper-one/emulator/Assembler/octalmonitor.asm | paulscottrobson/assorted-archives | 87ce21ef1556bed441fffbb5c4c3c11c06324385 | [
"MIT"
] | null | null | null | wallpaper-one/emulator/Assembler/octalmonitor.asm | paulscottrobson/assorted-archives | 87ce21ef1556bed441fffbb5c4c3c11c06324385 | [
"MIT"
] | null | null | null | wallpaper-one/emulator/Assembler/octalmonitor.asm | paulscottrobson/assorted-archives | 87ce21ef1556bed441fffbb5c4c3c11c06324385 | [
"MIT"
] | 1 | 2020-01-02T13:54:19.000Z | 2020-01-02T13:54:19.000Z | ; ******************************************************************************************************************
;
; Octal Monitor with Display.
;
; ******************************************************************************************************************
AddressHigh = 0 ; 0x800 Add... | 31.483516 | 116 | 0.358697 |
1524ac7030267b50d8574bc8a8ac6d0c33dc5662 | 638 | asm | Assembly | oeis/087/A087192.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/087/A087192.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/087/A087192.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A087192: a(n) = ceiling(a(n-1)*4/3), with a(1) = 1.
; 1,2,3,4,6,8,11,15,20,27,36,48,64,86,115,154,206,275,367,490,654,872,1163,1551,2068,2758,3678,4904,6539,8719,11626,15502,20670,27560,36747,48996,65328,87104,116139,154852,206470,275294,367059,489412,652550,870067,1160090,1546787,2062383,2749844,3666459,4888612,6518... | 49.076923 | 495 | 0.76489 |
e4837ed14a624fc26eca13eab6785acce5775e24 | 2,835 | asm | Assembly | libsrc/_DEVELOPMENT/target/vgl/driver/character/vgl_00_output_char.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/_DEVELOPMENT/target/vgl/driver/character/vgl_00_output_char.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/_DEVELOPMENT/target/vgl/driver/character/vgl_00_output_char.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ;
;
;@FIXME: This implementation is not usable (just a proof-of-concept). Use the terminal driver instead.
;
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; vgl_00_output_char ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Output via V... | 19.964789 | 102 | 0.59612 |
32585e8121c3e2727c1bbc7c3af901138e5a47bd | 5,669 | asm | Assembly | V1/src/zdk projects/baseline/main.c.asm | anjennings/Tom80 | 99b58b32b923068c26e8781912ad825978b10f37 | [
"MIT"
] | 55 | 2021-01-16T16:18:45.000Z | 2022-03-28T17:58:05.000Z | V1/src/zdk projects/baseline/main.c.asm | anjennings/Z80-Computer | 99b58b32b923068c26e8781912ad825978b10f37 | [
"MIT"
] | 1 | 2021-03-19T13:38:28.000Z | 2021-03-19T14:04:13.000Z | V1/src/zdk projects/baseline/main.c.asm | anjennings/Z80-Computer | 99b58b32b923068c26e8781912ad825978b10f37 | [
"MIT"
] | 8 | 2021-02-07T18:52:32.000Z | 2022-01-18T07:00:45.000Z | ;* * * * * Small-C/Plus z88dk * * * * *
; Version: 17218-488c5c6-20210108
;
; Reconstructed for z80 Module Assembler
;
; Module compile time: Sat Jan 09 11:21:43 2021
C_LINE 0,"main.c"
MODULE main_c
INCLUDE "z80_crt0.hdr"
C_LINE 22,"main.c"
C_LINE 23,"main.c"
C_LINE 24,"main.c"
C_LINE 25,"main.c"
C_LIN... | 17.60559 | 74 | 0.695537 |
9b45d1f918718b3b716a2151599f3f2db25d4d0a | 258 | asm | Assembly | programs/oeis/096/A096884.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/096/A096884.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/096/A096884.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A096884: a(n) = 101^n.
; 1,101,10201,1030301,104060401,10510100501,1061520150601,107213535210701,10828567056280801,1093685272684360901,110462212541120451001,11156683466653165551101
add $0,1
mov $1,5
lpb $0
sub $0,1
mul $1,101
lpe
div $1,505
mov $0,$1
| 21.5 | 157 | 0.767442 |
6773f39b53bb7d86ef0dab07749cc28f9c9c2868 | 636 | asm | Assembly | oeis/020/A020823.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020823.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020823.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020823: Decimal expansion of 1/sqrt(66).
; Submitted by Jon Maiga
; 1,2,3,0,9,1,4,9,0,9,7,9,3,3,2,7,3,2,7,3,4,2,4,0,6,6,0,1,2,5,2,4,3,0,3,5,5,8,3,3,9,7,0,3,1,6,1,7,0,5,0,1,9,4,3,5,8,3,5,7,2,0,5,9,7,7,7,7,1,4,6,6,7,0,9,7,0,7,1,6,2,0,4,5,4,4,1,7,8,1,8,6,2,8,4,7,5,2,8,4
mov $1,1
mov $2,1
mov $3,$0
add $3,8
mov $4,$0
a... | 15.9 | 201 | 0.514151 |
ec5746dc8b320d7dbab6c15aaec3693ab101de3b | 120 | asm | Assembly | vhdl-uprocessor/programs/jr_op_test.asm | hadryansalles/random-projects | 2c97fcb407acd2605a6c46ccc184a86f8130b56f | [
"MIT"
] | 3 | 2021-04-02T02:26:47.000Z | 2021-05-18T01:56:18.000Z | vhdl-uprocessor/programs/jr_op_test.asm | hadryans/random-projects | 2c97fcb407acd2605a6c46ccc184a86f8130b56f | [
"MIT"
] | null | null | null | vhdl-uprocessor/programs/jr_op_test.asm | hadryans/random-projects | 2c97fcb407acd2605a6c46ccc184a86f8130b56f | [
"MIT"
] | null | null | null | MOV 10, $1
JR loop
outro:
MOV 30, $3
JR fim
loop:
MOV 20, $2
JR outro
#
fim:
MOV 40, $4
| 10 | 14 | 0.45 |
03d4227d424dcf959040a47e71e28152786bf8b1 | 141 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Move.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Move.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Move.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: Move.asm
Type: file
Size: 5204
Last-Modified: '1992-07-01T15:00:00Z'
SHA-1: BA13F6F94B88B0DD6AD1386EB2F0A16533440994
Description: null
| 20.142857 | 47 | 0.808511 |
3081959bbd08c065b718868235e0823fe6dbc8cd | 455 | asm | Assembly | programs/oeis/088/A088545.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/088/A088545.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/088/A088545.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A088545: Quotient Fib(5n)/(5*Fib(n)), where Fib(n)=A000045(n).
; 1,11,61,451,3001,20801,141961,974611,6675901,45768251,313671601,2150012161,14736206161,101003973851,692290189501,4745031073651,32522917584361,222915417520961,1527884938291801,10472279325329251,71778069881360701,491974211042344811,3372041404278257761
se... | 50.555556 | 251 | 0.767033 |
bed3de2bb82cfcd82cadc4f3d4994a7f39531424 | 551 | asm | Assembly | programs/oeis/188/A188026.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/188/A188026.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/188/A188026.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A188026: Positions of 0 in the zero-one sequence given by z(n)=[nr]-[nr-8r]-[8r], where r=(1+sqrt(5))/2, [ ]=floor, n>=1.
; 8,21,42,55,76,97,110,131,144,165,186,199,220,241,254,275,288,309,330,343,364,377,398,419,432,453,474,487,508,521,542,563,576,597,618,631,652,665,686,707,720,741,754,775,796,809,830,851,864,885,8... | 45.916667 | 293 | 0.693285 |
08a674edf2ef176853040a4f9240eac7ce10cf33 | 407 | asm | Assembly | programs/oeis/332/A332164.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/332/A332164.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/332/A332164.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A332164: a(n) = 6*(10^(2*n+1)-1)/9 - 2*10^n.
; 4,646,66466,6664666,666646666,66666466666,6666664666666,666666646666666,66666666466666666,6666666664666666666,666666666646666666666,66666666666466666666666,6666666666664666666666666,666666666666646666666666666,66666666666666466666666666666,6666666666666664666666666666666... | 31.307692 | 273 | 0.796069 |
fccfeb44d631af1fe5bbe885fcfe1ac46c2a5948 | 425 | asm | Assembly | programs/oeis/051/A051119.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/051/A051119.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/051/A051119.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A051119: n/p^k, where p = largest prime dividing n and p^k = highest power of p dividing n.
; 1,1,1,1,1,2,1,1,1,2,1,4,1,2,3,1,1,2,1,4,3,2,1,8,1,2,1,4,1,6,1,1,3,2,5,4,1,2,3,8,1,6,1,4,9,2,1,16,1,2,3,4,1,2,5,8,3,2,1,12,1,2,9,1,5,6,1,4,3,10,1,8,1,2,3,4,7,6,1,16,1,2,1,12,5,2,3,8,1,18,7,4,3,2,5,32,1,2,9,4
mov $1,$0
seq $1... | 53.125 | 208 | 0.555294 |
b9b3a6dcc9294053191caffbe561d081663086af | 6,777 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_1556.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_1556.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_1556.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xe954, %r14
clflush (%r14)
nop
add %rbp, %rbp
mov $0x6162636465666768, %r9
movq %r9, (%r14)
nop
nop
nop
cmp $56896, %rdx
lea addresses_UC_ht+0x1ebd4, %rdx
nop
sub %rbp, %rbp
mo... | 38.725714 | 2,999 | 0.660912 |
b96582b32ebc0923ec9bef548ad18b2db9ed716b | 609 | asm | Assembly | oeis/122/A122176.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/122/A122176.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/122/A122176.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A122176: Triangle, read by rows, where T(n,k) = C( k*(k+1)/2 + n-k + 1, n-k) for n>=k>=0.
; Submitted by Christian Krause
; 1,2,1,3,3,1,4,6,5,1,5,10,15,8,1,6,15,35,36,12,1,7,21,70,120,78,17,1,8,28,126,330,364,153,23,1,9,36,210,792,1365,969,276,30,1,10,45,330,1716,4368,4845,2300,465,38,1,11,55,495,3432,12376,20349,149... | 40.6 | 387 | 0.669951 |
c74cab32d75f5af588707f94bbb12f4e6c6842e6 | 417,361 | asm | Assembly | asm/Visual Studio 2015_14_MSVC_x64_Release/span_compile_only.asm | dbd64/GSL | 59f8a9f9599c239f0bceb932da93dd9034607b6c | [
"MIT"
] | null | null | null | asm/Visual Studio 2015_14_MSVC_x64_Release/span_compile_only.asm | dbd64/GSL | 59f8a9f9599c239f0bceb932da93dd9034607b6c | [
"MIT"
] | null | null | null | asm/Visual Studio 2015_14_MSVC_x64_Release/span_compile_only.asm | dbd64/GSL | 59f8a9f9599c239f0bceb932da93dd9034607b6c | [
"MIT"
] | 1 | 2019-04-08T21:36:56.000Z | 2019-04-08T21:36:56.000Z | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.24241.7
include listing.inc
INCLUDELIB MSVCRT
INCLUDELIB OLDNAMES
PUBLIC ??0exception@std@@QEAA@AEBV01@@Z ; std::exception::exception
PUBLIC ??1exception@std@@UEAA@XZ ; std::exception::~exception
PUBLIC ?what@exception@std@@UEBAPEBDX... | 35.970094 | 593 | 0.688097 |
5fe980892135fc0b35f1c18a4776fd68c31753d5 | 590 | asm | Assembly | Project 8/VM translator-final/Translator-1/asm files/BasicLoop.asm | zychosen/nand2tetris | 1627cd230339778af6a854497e79d86eb97361ed | [
"MIT"
] | 1 | 2021-09-19T09:16:29.000Z | 2021-09-19T09:16:29.000Z | Project 8/VM translator-final/Translator-1/asm files/BasicLoop.asm | zychosen/nand2tetris | 1627cd230339778af6a854497e79d86eb97361ed | [
"MIT"
] | null | null | null | Project 8/VM translator-final/Translator-1/asm files/BasicLoop.asm | zychosen/nand2tetris | 1627cd230339778af6a854497e79d86eb97361ed | [
"MIT"
] | null | null | null |
@0
D=A
@SP
AM=M+1
A=A-1
M=D
@0
D=A
@LCL
D=M+D
@R15
M=D
@SP
M=M-1
A=M
D=M
@R15
A=M
M=D
(LOOP_START)
@0
D=A
@ARG
D=M+D
A=D
D=M
@SP
A=M
M=D
@SP
M=M+1
@0
D=A
@LCL
D=M+D
A=D
D=M
@SP
A=M
M=D
@SP
M=M+1
@SP
A=M-1
D=M
@SP
M=M-1
A=M-1
MD=D+M
@0
D=A
@LCL
D=M+D
@R15
M=D
@SP
M=M-1
A=M
D=M
@R15
A=M
M=D
@0
D=A
@ARG
D=M+D
A=D
D=M
@SP... | 4.645669 | 12 | 0.522034 |
0ff0906ea14d2ecf6246872f9da540352f6a2d04 | 369 | asm | Assembly | oeis/330/A330000.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/330/A330000.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/330/A330000.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A330000: Beatty sequence for sqrt(x+1), where 1/sqrt(x-1) + 1/sqrt(x+1) = 1.
; 2,4,6,9,11,13,15,18,20,22,25,27,29,31,34,36,38,40,43,45,47,50,52,54,56,59,61,63,66,68,70,72,75,77,79,81,84,86,88,91,93,95,97,100,102,104,106,109,111,113,116,118,120,122,125,127,129,132,134,136,138
seq $0,187393 ; a(n) = floor(r*n), where ... | 61.5 | 198 | 0.653117 |
1bb3d15b1b52fd1a35ad76264e7ff152c0bb799d | 320 | asm | Assembly | programs/oeis/063/A063152.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/063/A063152.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/063/A063152.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A063152: Dimension of the space of weight 2n cusp forms for Gamma_0( 84 ).
; 11,42,74,106,138,170,202,234,266,298,330,362,394,426,458,490,522,554,586,618,650,682,714,746,778,810,842,874,906,938,970,1002,1034,1066,1098,1130,1162,1194,1226,1258,1290,1322,1354,1386,1418,1450,1482,1514,1546
mul $0,32
trn $0,1
add $0,11
| 45.714286 | 212 | 0.7375 |
a60a1c6fa583557d4fd6da91dff8eba006e233e9 | 258 | asm | Assembly | libsrc/_DEVELOPMENT/font/fzx/c/sdcc_iy/fzx_glyph_width.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/font/fzx/c/sdcc_iy/fzx_glyph_width.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/font/fzx/c/sdcc_iy/fzx_glyph_width.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; uint16_t fzx_glyph_width(struct fzx_font *ff, int c)
SECTION code_font_fzx
PUBLIC _fzx_glyph_width
EXTERN l0_fzx_glyph_width_callee
_fzx_glyph_width:
pop af
pop hl
pop bc
push bc
push hl
push af
jp l0_fzx_glyph_width_callee
| 12.285714 | 54 | 0.744186 |
17da9032a975aa05c41ce34a3f6c88586f233b9d | 302 | asm | Assembly | programs/oeis/102/A102390.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/102/A102390.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/102/A102390.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A102390: An odious count.
; 0,1,2,0,3,0,0,4,5,0,0,6,0,7,8,0,9,0,0,10,0,11,12,0,0,13,14,0,15,0,0,16,17,0,0,18,0,19,20,0,0,21,22,0,23,0,0,24,0,25,26,0,27,0,0,28,29,0,0,30,0,31,32,0,33,0,0,34,0,35,36,0,0,37,38,0,39,0,0,40,0,41,42,0,43,0,0,44
seq $0,102394 ; A wicked odious sequence.
add $0,1
div $0,2
| 43.142857 | 212 | 0.609272 |
1e09d88aa1d475453f4ee3e0854d72af2322672e | 2,232 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_35_396.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_35_396.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_35_396.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x729e, %rsi
lea addresses_UC_ht+0xde36, %rdi
nop
nop
nop
nop
nop
and $46192, %rbx
mov $10, %rcx
rep movsl
nop
nop
nop
add %rdi, %rdi
lea addresses_normal_ht+0x1e46, %rsi
lea addresses_A_ht+0x8a3a, %rdi... | 19.752212 | 152 | 0.645609 |
0a9ce15eaa8ec60d15bca5e33053d65554b3ee16 | 2,901 | asm | Assembly | area.asm | 5ayam5/COL216-A1 | c67f49d162c22e8471dfbedcad2e94e135ff88f7 | [
"MIT"
] | null | null | null | area.asm | 5ayam5/COL216-A1 | c67f49d162c22e8471dfbedcad2e94e135ff88f7 | [
"MIT"
] | null | null | null | area.asm | 5ayam5/COL216-A1 | c67f49d162c22e8471dfbedcad2e94e135ff88f7 | [
"MIT"
] | 1 | 2021-04-12T14:32:16.000Z | 2021-04-12T14:32:16.000Z | # 2019CS10399 Sayam Sethi
# 2019CS50440 Mallika Prabhakar
# ----------------------ASSIGNMENT 1---------------------------
.text
.globl main
# setting and loading initial values along with handling base case
main:
lw $s7, max # load the max permitted value of x, y
lw $s6, min # load the min permitted value of... | 18.837662 | 71 | 0.639779 |
396930bdb6885101cb6f4cfcb68effd7efbd60d0 | 6,231 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1417.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1417.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1417.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1ccb0, %r14
nop
nop
and $39690, %r11
movb (%r14), %r15b
nop
nop
nop
and $7922, %rbx
lea addresses_WT_ht+0xf570, %rdi
nop
nop
nop
nop
cmp %rbx, %rbx
mov (%rdi), %cx
nop
nop
n... | 37.089286 | 2,999 | 0.659926 |
81f24bb8326166f7f6fe11d2d7f0e65e99186bbe | 2,163 | asm | Assembly | Universe/InverseXX16.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Universe/InverseXX16.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Universe/InverseXX16.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | ; TESTEDOK
;ScaleOrientationXX16: ; DEBUG TODO will combine with inverse later
; ld a,(XX17)
; ld ixl,a
; ld ixh,9
; ld hl,UBnkTransInv0x
; ld a,(hl)
;ScaleNode:
; ld b,ixl
;ScaleNodeLoop:
; sla ... | 40.055556 | 130 | 0.50393 |
ea09d6b4dd772ca8d46aea51ab734b0459ff4ad4 | 695 | asm | Assembly | oeis/033/A033453.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/033/A033453.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/033/A033453.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A033453: "INVERT" transform of squares A000290.
; Submitted by Christian Krause
; 1,5,18,63,221,776,2725,9569,33602,117995,414345,1454992,5109273,17941453,63002258,221235399,776878533,2728045592,9579660701,33639430153,118126444802,414806579603,1456612858961,5114964721440,17961439747441,63072442405845,221481854849938,... | 40.882353 | 492 | 0.823022 |
66b250b38baf41afa4531330c57e87221a9a7bf9 | 7,495 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1911.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_1911.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_1911.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x58ec, %rsi
lea addresses_D_ht+0x1b70c, %rdi
nop
nop
nop
add $9890, %rbx
mov $77, %rcx
rep movsq
nop
nop
nop
nop
nop
cmp $2256, %rbx
lea addresses_D_ht+0x1d30c, %rsi
lea a... | 32.167382 | 2,999 | 0.654169 |
300ed3bfbe28c9daac8f56074a738ddf320c792e | 433 | asm | Assembly | programs/oeis/118/A118616.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/118/A118616.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/118/A118616.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A118616: Start with 1 and repeatedly reverse the digits and add 29 to get the next term.
; 1,30,32,52,54,74,76,96,98,118,840,77,106,630,65,85,87,107,730,66,95,88,117,740,76,96,98,118,840,77,106,630,65,85,87,107,730,66,95,88,117,740,76,96,98,118,840,77,106,630,65,85,87,107,730,66,95,88,117,740,76,96,98
mov $2,$0
mov ... | 39.363636 | 213 | 0.688222 |
8f82ce4de9c327039ed46404e439c2e2b5b7d8db | 182 | asm | Assembly | hello.asm | akx/toyvm | 2abaaa3b382eb1a0c978f9f7e71440f7d112d754 | [
"CNRI-Python"
] | null | null | null | hello.asm | akx/toyvm | 2abaaa3b382eb1a0c978f9f7e71440f7d112d754 | [
"CNRI-Python"
] | null | null | null | hello.asm | akx/toyvm | 2abaaa3b382eb1a0c978f9f7e71440f7d112d754 | [
"CNRI-Python"
] | null | null | null | li $1 0
; li $3 1010b
a1: lb $2 dt $1 ; $2 = m[$1+(dt)]
or $2 $3
out 1 $2 ; output $2
inc $1
jeq $2 $0 a2 ; if zero, jump out
jmp a1
a2: hlt
dt: sdata Hello, world.
data 0
| 15.166667 | 35 | 0.532967 |
4cd552b3120b22822fa1038a41442db00041a954 | 151 | asm | Assembly | src/test/resources/data/potests/test30.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 36 | 2020-06-29T06:52:26.000Z | 2022-02-10T19:41:58.000Z | src/test/resources/data/potests/test30.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 39 | 2020-07-02T18:19:34.000Z | 2022-03-27T18:08:54.000Z | src/test/resources/data/potests/test30.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 7 | 2020-07-02T06:00:05.000Z | 2021-11-28T17:31:13.000Z | ; Test case:
ld de,1 ; this should be replaced to "ld e,1"
ld (hl),e
ld de,3 ; this should not be optimized
ld (val),de
end:
jp end
val:
dw 0 | 11.615385 | 46 | 0.622517 |
70c7a060a8dd2531d117be6cee05167836ab12cc | 1,834 | asm | Assembly | programs/oeis/142/A142474.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/142/A142474.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/142/A142474.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A142474: 1 followed by A141015.
; 1,0,1,2,4,9,19,41,88,189,406,872,1873,4023,8641,18560,39865,85626,183916,395033,848491,1822473,3914488,8407925,18059374,38789712,83316385,178955183,384377665,825604416,1773314929,3808901426,8181135700,17572253481,37743426307,81069068969,174128175064,374009739309,803335158406,17254828... | 305.666667 | 1,721 | 0.919847 |
545be22bf1096fbbc55a8407230c19fece29b28b | 2,394 | asm | Assembly | programs/oeis/100/A100163.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/100/A100163.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/100/A100163.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A100163: Structured disdyakis dodecahedral numbers (vertex structure 5).
; 1,26,119,324,685,1246,2051,3144,4569,6370,8591,11276,14469,18214,22555,27536,33201,39594,46759,54740,63581,73326,84019,95704,108425,122226,137151,153244,170549,189110,208971,230176,252769,276794,302295,329316,357901,388094,419939,453480,488761... | 77.225806 | 2,057 | 0.835004 |
9e63827caa0ca57a7d6311d2a1dad66d47b785e0 | 638 | asm | Assembly | programs/oeis/230/A230462.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/230/A230462.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/230/A230462.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A230462: Numbers congruent to {1, 11, 13, 17, 19, or 29} mod 30.
; 1,11,13,17,19,29,31,41,43,47,49,59,61,71,73,77,79,89,91,101,103,107,109,119,121,131,133,137,139,149,151,161,163,167,169,179,181,191,193,197,199,209,211,221,223,227,229,239,241,251,253,257,259,269,271,281,283,287,289,299,301,311,313,317,319,329,331,341... | 26.583333 | 381 | 0.648903 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.