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
e95ae4fb0546ea5da5148add49f8302f71c84d55
52
asm
Assembly
examples/asm_test_data_2.asm
michalmalik/pvm
59def05cd36437c99f665afdc57ef87f6652b999
[ "MIT" ]
2
2018-11-13T09:48:06.000Z
2021-06-30T09:29:50.000Z
examples/asm_test_data_2.asm
michalmalik/pvm
59def05cd36437c99f665afdc57ef87f6652b999
[ "MIT" ]
null
null
null
examples/asm_test_data_2.asm
michalmalik/pvm
59def05cd36437c99f665afdc57ef87f6652b999
[ "MIT" ]
2
2017-03-06T20:46:09.000Z
2018-06-15T02:09:53.000Z
.const_F DAT 0x1000 #include "asm_test_data_3.asm"
13
30
0.788462
b889bc39b8044f33a9d315c978a46c89dbcf01c3
437
asm
Assembly
oeis/120/A120510.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/120/A120510.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/120/A120510.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A120510: Generalized meta-Fibonacci sequence a(n) with parameters s=3 and k=4. ; Submitted by Christian Krause ; 1,1,1,1,2,3,4,4,4,4,4,5,6,7,8,8,9,10,11,12,12,13,14,15,16,16,16,16,16,16,17,18,19,20,20,21,22,23,24,24,25,26,27,28,28,29,30,31,32,32,32,33,34,35,36,36,37,38,39,40 add $0,1 mov $2,$0 lpb $0 lpb $0,$6 ...
21.85
164
0.590389
6197b6356473e0b7ac1ae782f64f8583393918f6
1,338
asm
Assembly
header.asm
nesdoug/SNES_08
a341ddb01d496ee3b0afea13ec8078694278b04d
[ "MIT" ]
3
2020-06-15T13:08:16.000Z
2020-06-18T08:42:11.000Z
header.asm
nesdoug/SNES_08
a341ddb01d496ee3b0afea13ec8078694278b04d
[ "MIT" ]
null
null
null
header.asm
nesdoug/SNES_08
a341ddb01d496ee3b0afea13ec8078694278b04d
[ "MIT" ]
null
null
null
;header for SNES .segment "SNESHEADER" ;$00FFC0-$00FFFF .byte "EXAMPLE 8 " ;rom name 21 chars .byte $30 ;LoROM FastROM .byte $00 ; extra chips in cartridge, 00: no extra RAM; 02: RAM with battery .byte $08 ; ROM size (2^# in kB) .byte $00 ; backup RAM size .byte $01 ; US .byte $33 ; publisher id .byt...
26.235294
77
0.707773
36e27310c430432d2ed703e3768a81188bf5b43e
342
asm
Assembly
test/asm/zp2.asm
Galfodo/SIDdecompiler
aeda7aff18c8d61e5e0716a1301d4d3c52f12234
[ "MIT" ]
11
2019-03-13T12:38:39.000Z
2021-10-17T05:04:58.000Z
test/asm/zp2.asm
Galfodo/SIDdecompiler
aeda7aff18c8d61e5e0716a1301d4d3c52f12234
[ "MIT" ]
null
null
null
test/asm/zp2.asm
Galfodo/SIDdecompiler
aeda7aff18c8d61e5e0716a1301d4d3c52f12234
[ "MIT" ]
null
null
null
* = $1000 start: ldx #$02 lda rut,x sta $fb lda rut+1,x sta $fc jsr doit rts doit lda #<error clc adc $fb sta $fb lda #>error adc $fc sta $fc ldy #0 lda $fb,y sta jmpv+1 iny lda $fb,y sta jmpv+2 jmpv jmp $fce2 rut .word 0, 3, $1000 error lda #2 .byte $2c ok lda #6 ...
8.341463
19
0.532164
b7b4e287628dfd9122ac19215b5df2eb309b6399
2,227
asm
Assembly
loader/detect.asm
d23/bitfire
94341b7d5e2fdf1264d5f18e52d1f0f02cb5a3ef
[ "BSD-3-Clause" ]
27
2016-06-24T22:01:06.000Z
2022-03-13T17:06:27.000Z
loader/detect.asm
d23/bitfire
94341b7d5e2fdf1264d5f18e52d1f0f02cb5a3ef
[ "BSD-3-Clause" ]
9
2020-05-10T12:58:46.000Z
2022-03-03T06:11:04.000Z
loader/detect.asm
d23/bitfire
94341b7d5e2fdf1264d5f18e52d1f0f02cb5a3ef
[ "BSD-3-Clause" ]
11
2016-06-12T07:15:15.000Z
2021-11-23T13:47:07.000Z
; ; (c) Copyright 2021 by Tobias Bindhammer. All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are met: ; * Redistributions of source code must retain the above copyright ; notice, this list of condi...
23.442105
81
0.704535
21f0eeae0bdaa1a34ed4163a4dbfa3bde9a6fbd3
384
asm
Assembly
support/QtCreator/share/qtcreator/templates/wizards/projects/nasmsharedlib/file.asm
agguro/nasm-support
f4e64dd47a5279cf7fc9cb6d1182626a5b9add62
[ "BSD-2-Clause" ]
null
null
null
support/QtCreator/share/qtcreator/templates/wizards/projects/nasmsharedlib/file.asm
agguro/nasm-support
f4e64dd47a5279cf7fc9cb6d1182626a5b9add62
[ "BSD-2-Clause" ]
null
null
null
support/QtCreator/share/qtcreator/templates/wizards/projects/nasmsharedlib/file.asm
agguro/nasm-support
f4e64dd47a5279cf7fc9cb6d1182626a5b9add62
[ "BSD-2-Clause" ]
null
null
null
;name: %{FileName}.asm ; ;description: shared library %{FileName}.so ; ;remark: use objdump -T %{FileName}.so | grep "DF" for exported functions ; objdump -T %{FileName}.so | grep "DO" for exported symbols bits 64 %include "%{FileName}.inc" section .bss section .data section .text global main ;this is...
15.36
73
0.690104
8916229c1831627920986fdceee341d810527d99
99
asm
Assembly
gfx/pokemon/unown_c/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
gfx/pokemon/unown_c/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
gfx/pokemon/unown_c/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
frame 0, 05 frame 1, 05 frame 2, 05 setrepeat 2 frame 3, 04 frame 2, 04 dorepeat 4 endanim
11
12
0.666667
b32872f6ea2f4e081804ba145cc96f64d1ddec8d
403
asm
Assembly
programs/oeis/094/A094875.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/094/A094875.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/094/A094875.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A094875: a(n)=1 if floor(Pi*10^n) is prime, otherwise a(n)=0. ; 1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 lpb $0 add $0,3 dif $0,8 lpe mov $1,$0 add $2,1 m...
20.15
201
0.526055
da0d3c2ae8ab10b248a0e0b1d04e22e807cc3293
719
asm
Assembly
oeis/041/A041377.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/041/A041377.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/041/A041377.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A041377: Denominators of continued fraction convergents to sqrt(203). ; Submitted by Jon Maiga ; 1,4,113,456,12881,51980,1468321,5925264,167375713,675428116,19079362961,76992879960,2174880001841,8776512887324,247917240846913,1000445476274976,28260390576546241,114042007782459940,3221436608485424561,1299978844172415818...
39.944444
489
0.833102
f54e421d8e5841010b533c566e13ea40084b4a45
455
asm
Assembly
programs/oeis/083/A083058.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/083/A083058.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/083/A083058.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A083058: Number of eigenvalues equal to 1 of n X n matrix A(i,j)=1 if j=1 or i divides j. ; 1,0,1,1,2,3,4,4,5,6,7,8,9,10,11,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73...
37.916667
288
0.632967
50aa24c7c1aaa64ba317f765b0c9815a858860e2
450
asm
Assembly
programs/oeis/330/A330795.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/330/A330795.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/330/A330795.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A330795: Evaluation of the polynomials given by the Riordan square of the Fibonacci sequence with a(0) = 1 (A193737) at 1/2 and normalized with 2^n. ; 1,3,9,39,153,615,2457,9831,39321,157287,629145,2516583,10066329,40265319,161061273,644245095,2576980377,10307921511,41231686041,164926744167,659706976665,2638827906663...
40.909091
231
0.788889
2a1707afcc519eb96255478236e6192ec2b2d5de
777
asm
Assembly
oeis/299/A299254.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/299/A299254.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/299/A299254.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A299254: Coordination sequence for 3D uniform tiling formed by stacking parallel layers of the 3^4.6 2D tiling (cf. A250120). ; Submitted by Jamie Morken(s1) ; 1,7,21,45,79,122,175,237,309,391,482,583,693,813,943,1082,1231,1389,1557,1735,1922,2119,2325,2541,2767,3002,3247,3501,3765,4039,4322,4615,4917,5229,5551,5882,...
45.705882
497
0.750322
635f0aa6eb0c8b8dab4208eba931983aebf3a322
309
asm
Assembly
wof/lcs/base/328.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
6
2020-10-14T15:29:10.000Z
2022-02-12T18:58:54.000Z
wof/lcs/base/328.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
wof/lcs/base/328.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
1
2020-12-17T08:59:10.000Z
2020-12-17T08:59:10.000Z
copyright zengfr site:http://github.com/zengfr/romhack 001648 move.w A0, -(A4) [base+328] 00164A move.w A4, ($328,A5) [base+4BE] 00164E addq.w #1, ($31c,A5) [base+328] 01A682 move.w D0, ($31c,A5) [base+328] 04C5C6 clr.w ($31c,A5) [base+328] copyright zengfr site:http://github.com/zengfr/romhack
30.9
54
0.673139
f9e939fa45c8024947cee9242f96dca2a8c4822e
6,890
asm
Assembly
stage2/init32.asm
vendu/Ukko
0dbb2c9a73ce46d80b404d44fc12554162fe13f0
[ "BSD-2-Clause" ]
null
null
null
stage2/init32.asm
vendu/Ukko
0dbb2c9a73ce46d80b404d44fc12554162fe13f0
[ "BSD-2-Clause" ]
null
null
null
stage2/init32.asm
vendu/Ukko
0dbb2c9a73ce46d80b404d44fc12554162fe13f0
[ "BSD-2-Clause" ]
null
null
null
; init32.asm: 32-bit, protected-mode initialization ; ; Copyright 2015, 2016 Vincent Damewood ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; ; 1. Redistributions of source code must retain th...
18.773842
75
0.716546
d99c2bf936bb54512218e8d2de18a4f5fab9b144
618
asm
Assembly
function/addz.asm
zaoad/assembly-
09b282351ae46efe746bf647ccf2834433f9b177
[ "MIT" ]
null
null
null
function/addz.asm
zaoad/assembly-
09b282351ae46efe746bf647ccf2834433f9b177
[ "MIT" ]
null
null
null
function/addz.asm
zaoad/assembly-
09b282351ae46efe746bf647ccf2834433f9b177
[ "MIT" ]
null
null
null
segment .data fmt_out : dq "sum is %lld" ,10, 0 fmt_in: dq "%lld" ,0 newline: dq "",10,0 segment .bss a: dq 1 b: dq 1 segment .text global main extern scanf extern printf main: push rbp mov rbp ,rsp mov rax ,0 mov rbx ,0 mov rcx ,0 mov rdi , fmt_in mov rsi ,a call scanf mov rax ,0 mov rbx,0 mov r...
11.444444
34
0.62945
af1cd13c99dad858bac0abaab2d316d5584c8035
825
asm
Assembly
data/pokemon/base_stats/slowpoke.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
data/pokemon/base_stats/slowpoke.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
data/pokemon/base_stats/slowpoke.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
db 0 ; species ID placeholder db 90, 65, 65, 15, 40, 40 ; hp atk def spd sat sdf db WATER, PSYCHIC ; type db 190 ; catch rate db 99 ; base exp db NO_ITEM, KINGS_ROCK ; items db GENDER_F0 ; gender ratio db 100 ; unknown 1 db 20 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/slowpo...
37.5
353
0.728485
5e65edfa9c7137305cf02f43d2f8fdde2c6fcd58
23,791
asm
Assembly
DNA.asm
hexagonix/Fontes
108c7468c736ed30561953f5c185f8e498b88c2d
[ "MIT" ]
null
null
null
DNA.asm
hexagonix/Fontes
108c7468c736ed30561953f5c185f8e498b88c2d
[ "MIT" ]
null
null
null
DNA.asm
hexagonix/Fontes
108c7468c736ed30561953f5c185f8e498b88c2d
[ "MIT" ]
null
null
null
;;************************************************************************************ ;; ;; ;; ┌┐ ┌┐ Sistema Operacional Hexagonix® ;; ││ ││ ;; │└─┘├──┬┐┌┬──┬──┬──┬─┐┌┬┐┌┐ Copyright © 2016-2022 Felipe Miguel Nery Lunkes ;; │┌─┐││─┼┼┼┤┌┐│┌┐│┌┐│┌┐┼┼┼┼┘ Todos os direitos re...
11.318268
86
0.728427
c0dd0a82b7df333097efa6692d7b463be21205d5
4,250
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_1_516.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_1_516.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_1_516.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r15 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x3253, %rdx nop add %r13, %r13 mov $0x6162636465666768, %rsi movq %rsi, (%rdx) nop nop nop inc %rdx lea addresses_WT_ht+0x3721, %r9 add $62650, %r15 movb $0x61, (%r9...
19.767442
152
0.648
4ea4973aea80ce15cfb7f63959756772c320a8a8
659
asm
Assembly
oeis/034/A034008.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/034/A034008.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/034/A034008.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A034008: a(n) = floor(2^|n-1|/2). Or: 1, 0, followed by powers of 2. ; 1,0,1,2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536,131072,262144,524288,1048576,2097152,4194304,8388608,16777216,33554432,67108864,134217728,268435456,536870912,1073741824,2147483648,4294967296,8589934592,17179869184,3435973836...
50.692308
501
0.805766
ecbcd8a8007e4c9f9c6d2ecfaf706f208dfde457
568
asm
Assembly
oeis/267/A267796.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/267/A267796.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/267/A267796.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A267796: a(n) = (n+1)*4^(2n+1). ; 4,128,3072,65536,1310720,25165824,469762048,8589934592,154618822656,2748779069440,48378511622144,844424930131968,14636698788954112,252201579132747776,4323455642275676160,73786976294838206464,1254378597012249509888,21250649172913403461632,358899852698093036240896,604462909807314587353...
56.8
474
0.867958
518535aa1275ba449c5d7414500ab8affdd52013
1,981
asm
Assembly
trunk/third_party/libvpx/source/config/win/x64/vpx_config.asm
goddino/libjingle
9516bee51c73af4c3082e74b88ed1198a0eb2bb1
[ "BSL-1.0", "BSD-3-Clause" ]
7
2015-08-06T01:46:07.000Z
2020-10-20T09:14:58.000Z
trunk/third_party/libvpx/source/config/win/x64/vpx_config.asm
goddino/libjingle
9516bee51c73af4c3082e74b88ed1198a0eb2bb1
[ "BSL-1.0", "BSD-3-Clause" ]
null
null
null
trunk/third_party/libvpx/source/config/win/x64/vpx_config.asm
goddino/libjingle
9516bee51c73af4c3082e74b88ed1198a0eb2bb1
[ "BSL-1.0", "BSD-3-Clause" ]
16
2015-01-08T01:47:24.000Z
2022-02-25T06:06:06.000Z
ARCH_ARM equ 0 ARCH_MIPS equ 0 ARCH_X86 equ 0 ARCH_X86_64 equ 1 ARCH_PPC32 equ 0 ARCH_PPC64 equ 0 HAVE_EDSP equ 0 HAVE_MEDIA equ 0 HAVE_NEON equ 0 HAVE_MIPS32 equ 0 HAVE_DSPR2 equ 0 HAVE_MMX equ 1 HAVE_SSE equ 1 HAVE_SSE2 equ 1 HAVE_SSE3 equ 1 HAVE_SSSE3 equ 1 HAVE_SSE4_1 equ 1 HAVE_ALTIVEC equ 0 HAVE_VPX_PORTS equ 1 H...
22.770115
42
0.869763
48be84ec0329a63d0a3afb71354dc20c40f3d23f
2,137
asm
Assembly
programs/oeis/268/A268775.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/268/A268775.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/268/A268775.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A268775: Number of n X 2 binary arrays with some element plus some horizontally, vertically, diagonally or antidiagonally adjacent neighbor totalling two no more than once. ; 4,11,26,65,148,343,766,1709,3752,8195,17746,38233,81916,174767,371366,786437,1660240,3495259,7340026,15379121,32156324,67108871,139810126,29080...
112.473684
1,814
0.902199
ded99aca0c01be237a1c90d7c54ad2892b07cf8e
638
asm
Assembly
oeis/057/A057434.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/057/A057434.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/057/A057434.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A057434: a(n) = Sum_{k=1..n} phi(k)^2. ; 1,2,6,10,26,30,66,82,118,134,234,250,394,430,494,558,814,850,1174,1238,1382,1482,1966,2030,2430,2574,2898,3042,3826,3890,4790,5046,5446,5702,6278,6422,7718,8042,8618,8874,10474,10618,12382,12782,13358,13842,15958,16214,17978,18378,19402,19978,22682,23006,24606,25182,26478,2726...
53.166667
495
0.738245
86a80ad30855c1f116fc3a1972eefc92a39b712d
2,153
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_11_129.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_notsx.log_11_129.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_notsx.log_11_129.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %rbp push %rbx push %rdi lea addresses_WC_ht+0x4451, %r13 sub %r11, %r11 movw $0x6162, (%r13) nop inc %rdi lea addresses_normal_ht+0x1479f, %rbx nop nop nop nop nop add $50129, %r11 movups (%rbx), %xmm1 vpextrq $1, %xmm1, %rbp nop cmp %rbp,...
18.401709
129
0.644217
c5a6758c8ae4210a270d675b299fdddcb6e13126
4,016
asm
Assembly
MaxProc64.sys/DriverEntry.asm
nanabingies/MaxProc-x64
fbdd6d785c6b6dbe7369c7f975e1a55617e26732
[ "MIT" ]
null
null
null
MaxProc64.sys/DriverEntry.asm
nanabingies/MaxProc-x64
fbdd6d785c6b6dbe7369c7f975e1a55617e26732
[ "MIT" ]
null
null
null
MaxProc64.sys/DriverEntry.asm
nanabingies/MaxProc-x64
fbdd6d785c6b6dbe7369c7f975e1a55617e26732
[ "MIT" ]
null
null
null
INIT:0000000000020008 ; =============== S U B R O U T I N E ======================================= INIT:0000000000020008 INIT:0000000000020008 INIT:0000000000020008 DriverEntry proc near ; CODE XREF: start+19↓j INIT:0000000000020008 INIT:0000000000020008 var_58 = dword ptr -58h INIT:00000000...
59.058824
99
0.566484
3e1ca9c4057e8f1fa48785d9c56f941dbe220bc0
7,183
asm
Assembly
src/lib/sad_a.asm
sgblasi/hevcasm
30ac79f7d49628a31ead29bb0a0426c48de33a21
[ "0BSD" ]
9
2015-07-28T13:18:11.000Z
2020-12-11T10:13:38.000Z
src/lib/sad_a.asm
sgblasi/hevcasm
30ac79f7d49628a31ead29bb0a0426c48de33a21
[ "0BSD" ]
null
null
null
src/lib/sad_a.asm
sgblasi/hevcasm
30ac79f7d49628a31ead29bb0a0426c48de33a21
[ "0BSD" ]
4
2015-11-18T15:32:18.000Z
2020-01-22T14:59:01.000Z
; The copyright in this software is being made available under the BSD ; License, included below. This software may be subject to other third party ; and contributor rights, including patent rights, and no such rights are ; granted under this license. ; ; ; Copyright(c) 2011 - 2014, Parabola Research Limited ; All ri...
22.659306
148
0.670611
48144f43ae830be2698fd7ed25d1119bd8d14b21
587
asm
Assembly
programs/oeis/220/A220495.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/220/A220495.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/220/A220495.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A220495: Number of toothpicks or D-toothpicks added at n-th stage to the structure of A220494. ; 0,1,2,4,4,4,4,8,8,4,4,8,8,8,8,16,16,4,4,8,8,8,8,16,16,8,8,16,16,16,16,32,32,4,4,8,8,8,8,16,16,8,8,16,16,16,16,32,32,8,8,16,16,16,16,32,32,16,16,32,32,32,32,64,64,4,4,8,8,8,8,16,16 mov $3,2 mov $5,$0 lpb $3 mov $0,$5 ...
27.952381
181
0.630324
f1a50dee3e8508b8d53ac193c2104167c3c25655
85
asm
Assembly
libsrc/math/daimath32/c/asm/___dai32_xfmul.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/math/daimath32/c/asm/___dai32_xfmul.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/math/daimath32/c/asm/___dai32_xfmul.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_dai32 PUBLIC ___dai32_xfmul EXTERN xfmul defc ___dai32_xfmul = xfmul
17
27
0.870588
d16885a82d9aaf2e78052f0bbe92379d43918f38
9,640
asm
Assembly
Directory_Structure/TASM/tasm323/Examples/test05.asm
Jeff-Birt/TASM_vsCode_Extension
37589d66405a09ace0244432469a416606a39d55
[ "MIT" ]
4
2021-03-07T21:49:16.000Z
2021-05-12T15:07:45.000Z
Directory_Structure/TASM/tasm323/Examples/test05.asm
Jeff-Birt/TASM_vsCode_Extension
37589d66405a09ace0244432469a416606a39d55
[ "MIT" ]
1
2021-03-14T18:36:52.000Z
2021-03-23T15:15:38.000Z
Directory_Structure/TASM/tasm323/Examples/test05.asm
Jeff-Birt/TASM_vsCode_Extension
37589d66405a09ace0244432469a416606a39d55
[ "MIT" ]
1
2021-04-15T16:49:06.000Z
2021-04-15T16:49:06.000Z
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; $Id: test05.asm,v 3.0 2003/04/20 03:17:52 Tom Exp $ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; TASM test file ; Test all instructions and addressing modes. ; Processor: 6805 ; .o...
38.253968
63
0.291286
2e5ae15a6f11eb50b03306746238d17f41f93950
8,762
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_863.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_863.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_863.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1a830, %rsi lea addresses_normal_ht+0x9788, %rdi nop inc %r9 mov $15, %rcx rep movsq nop nop nop nop nop xor %rbp, %rbp lea addresses_A_ht+0x5408, %r13 clflush (%r13) nop nop...
31.070922
2,999
0.651564
98bebffd6279b188a5c1976441cff5c5912c825e
245
asm
Assembly
src/public/src/FM7/util/T77ToRS232C/t77test/fnd10inc.asm
rothberg-cmu/rothberg-run
a42df5ca9fae97de77753864f60d05295d77b59f
[ "MIT" ]
1
2019-08-10T00:24:09.000Z
2019-08-10T00:24:09.000Z
src/public/src/FM7/util/T77ToRS232C/t77test/fnd10inc.asm
rothberg-cmu/rothberg-run
a42df5ca9fae97de77753864f60d05295d77b59f
[ "MIT" ]
null
null
null
src/public/src/FM7/util/T77ToRS232C/t77test/fnd10inc.asm
rothberg-cmu/rothberg-run
a42df5ca9fae97de77753864f60d05295d77b59f
[ "MIT" ]
2
2019-05-01T03:11:10.000Z
2019-05-01T03:30:35.000Z
ORG $1400 LDX #$2000 CLRA LOOP CMPA ,X+ BNE FOUND ADDA #$10 CMPX #$6000 BNE LOOP LDX #$FFFF FOUND STX ADDR,PCR RTS FCB $FF ADDR FDB 0 FCB $FF RZB 32
13.611111
23
0.42449
4593d50938a437668954c84366c25ec83e230518
321
asm
Assembly
programs/oeis/109/A109442.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/109/A109442.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/109/A109442.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A109442: Cumulative sum of smallest prime power >= n. ; 1,3,6,10,15,22,29,37,46,57,68,81,94,110,126,142,159,178,197,220,243,266,289,314,339,366,393,422,451,482,513,545,582,619,656,693,730,771,812,853,894,937,980 lpb $0 mov $2,$0 sub $0,1 seq $2,15 ; Smallest prime power >= n. add $1,$2 lpe add $1,1 mov $0,$1...
26.75
157
0.657321
0ec8a6a7b4278aa214b7b5bb5abae95f9d16c6d7
1,063
asm
Assembly
programs/oeis/047/A047561.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/047/A047561.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/047/A047561.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A047561: Numbers that are congruent to {1, 2, 3, 6, 7} mod 8. ; 1,2,3,6,7,9,10,11,14,15,17,18,19,22,23,25,26,27,30,31,33,34,35,38,39,41,42,43,46,47,49,50,51,54,55,57,58,59,62,63,65,66,67,70,71,73,74,75,78,79,81,82,83,86,87,89,90,91,94,95,97,98,99,102,103,105,106,107,110,111,113,114,115,118,119,121,122,123,126,127,129...
96.636364
932
0.712135
330a93dce1259903dc3be077dd228792829a81f3
956
asm
Assembly
oeis/008/A008383.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/008/A008383.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/008/A008383.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A008383: Coordination sequence for A_4 lattice. ; 1,20,110,340,780,1500,2570,4060,6040,8580,11750,15620,20260,25740,32130,39500,47920,57460,68190,80180,93500,108220,124410,142140,161480,182500,205270,229860,256340,284780,315250,347820,382560,419540,458830,500500,544620,591260,640490,692380,747000,804420,864710,927940...
19.916667
501
0.699791
af9712eeda28214bf7034486c90f1ef9323aa0e7
7,820
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_438.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_438.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_438.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xaf24, %rsi lea addresses_A_ht+0x2da4, %rdi nop nop nop nop sub %r12, %r12 mov $116, %rcx rep movsb xor $59898, %rdi lea addresses_WT_ht+0x2ce0, %rsi nop nop nop nop nop sub ...
33.852814
2,999
0.658568
0a31039262a00e532fe4e73c8027fb05982f9a15
70
asm
Assembly
tests/programs/Add.asm
fredmorcos/has
9e91a0d5f1787d8d971d3c648f932bf59c29f98b
[ "MIT" ]
null
null
null
tests/programs/Add.asm
fredmorcos/has
9e91a0d5f1787d8d971d3c648f932bf59c29f98b
[ "MIT" ]
null
null
null
tests/programs/Add.asm
fredmorcos/has
9e91a0d5f1787d8d971d3c648f932bf59c29f98b
[ "MIT" ]
null
null
null
// Computes R0 = 2 + 3 (R0 refers to RAM[0]) @2 D=A @3 D=D+A @0 M=D
7.777778
45
0.514286
7de614970509c13eda579e6c56c1b3b44ec29896
323
asm
Assembly
exampl07/shuflarr/unique_riched/udat.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
exampl07/shuflarr/unique_riched/udat.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
exampl07/shuflarr/unique_riched/udat.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
CommandLine dd ? hToolBar dd ? hWnd dd ? hCheck2 dd ? hCheck1 dd ? CaseFlag dd ? CtrlFlag dd ? hMnu dd ? TextLen dd ? hToolTips dd ? lpfnhEditProc dd ? hIcon dd ? hTbBmp dd ? hRichEd dd ? WholeWord dd ? hInstance dd ? hStatus dd...
17.944444
18
0.504644
d430f969d26952683f465212b225a6eef6e4ceee
3,811
asm
Assembly
src/get_info_file.asm
Shinao/Malicious
2e51454ed9ae6271aa3cb33ddba170ccffdcfa1b
[ "MIT" ]
82
2015-08-27T17:37:38.000Z
2021-08-07T19:47:14.000Z
src/get_info_file.asm
Shinao/Malicious
2e51454ed9ae6271aa3cb33ddba170ccffdcfa1b
[ "MIT" ]
null
null
null
src/get_info_file.asm
Shinao/Malicious
2e51454ed9ae6271aa3cb33ddba170ccffdcfa1b
[ "MIT" ]
15
2015-02-12T04:37:51.000Z
2021-03-20T07:50:26.000Z
; INJECT ALL THE FILES ! injectFiles: PDELTA FileData PDELTA SearchFolder call [DELTA pFindFirstFile] cmp eax, INVALID_HANDLE_VALUE je errorExit mov [DELTA HandleSearch], eax ; INJECT THE NEXT ! nextFileToInject: ; OPEN FILE push 0 push 0 push OPEN_EXISTING push 0 push 0 mov eax, GENERIC_READ or eax, GENERIC_WRITE pus...
19.64433
81
0.762005
eb8eaa37f7dedece92b405aa22023b64db0a957b
410
asm
Assembly
oeis/274/A274526.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/274/A274526.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/274/A274526.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A274526: a(n) = ((1 + sqrt(11))^n - (1 - sqrt(11))^n)/sqrt(11). ; Submitted by Jon Maiga ; 0,2,4,28,96,472,1904,8528,36096,157472,675904,2926528,12612096,54489472,235099904,1015094528,4381188096,18913321472,81638523904,352410262528,1521205764096,6566514153472,28345085947904,122355313430528,528161486340096 mov $3,1 l...
27.333333
217
0.704878
7062e7b53a8ebb7b13ad12d43a8c6afbb20259bf
1,672
asm
Assembly
vector_filled.6502.asm
mikroman/lib-acorn-bbc-main_KICK
e43c1b773644f6f816100f887eddb5b48a22c56a
[ "MIT" ]
null
null
null
vector_filled.6502.asm
mikroman/lib-acorn-bbc-main_KICK
e43c1b773644f6f816100f887eddb5b48a22c56a
[ "MIT" ]
null
null
null
vector_filled.6502.asm
mikroman/lib-acorn-bbc-main_KICK
e43c1b773644f6f816100f887eddb5b48a22c56a
[ "MIT" ]
null
null
null
#importonce //#import "macros.6502.asm" #import "constants.6502.asm" #import "output.6502.asm" #import "vector.6502.asm" //### seems to also require this lib (mikroman) ### // // title: bbc micro mode 2 filled vector routines // author: dean belfield // started: 20/10/2020 // last updated: 20/10/2020...
29.333333
90
0.614833
b87b3149d7c019f3e33c633c9f790dbc528a6d0e
330
asm
Assembly
programs/oeis/125/A125287.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/125/A125287.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/125/A125287.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A125287: a(n) = mu(n) * A000217(n). ; 1,-3,-6,0,-15,21,-28,0,0,55,-66,0,-91,105,120,0,-153,0,-190,0,231,253,-276,0,0,351,0,0,-435,-465,-496,0,561,595,630,0,-703,741,780,0,-861,-903,-946,0,0,1081,-1128,0,0,0,1326,0,-1431,0,1540,0,1653,1711,-1770 mov $2,$0 cal $0,62004 ; a(n) = mu(n)*(2n). add $2,2 mul $0,$2 mov $1,$0...
33
208
0.575758
3a72f8ba60b2dca5ebaa6125c2136da9b6831eeb
1,101
asm
Assembly
3/egghunter.asm
91fc7b/SLAE
8ba0831963b077cb3739b8bb53ed430cd3b564e0
[ "Unlicense" ]
null
null
null
3/egghunter.asm
91fc7b/SLAE
8ba0831963b077cb3739b8bb53ed430cd3b564e0
[ "Unlicense" ]
null
null
null
3/egghunter.asm
91fc7b/SLAE
8ba0831963b077cb3739b8bb53ed430cd3b564e0
[ "Unlicense" ]
null
null
null
global _start section .text _start: jmp short call_abc abc: pop edi ; load own address sub edi,36 ; jump over egghunter code to avoid finding tag for searching mov eax,0xAABBCCDD ; load tag 0xAABBCCDD xor ecx,ecx ...
32.382353
102
0.497729
75d9809ccdc3e2577ddbccf8231ceaa054f5c149
490
asm
Assembly
64-Binary-Counter.speed.asm
blueset/7bh-solutions
988afddf87411bec06ec9e90179b55fb55345a5d
[ "MIT" ]
null
null
null
64-Binary-Counter.speed.asm
blueset/7bh-solutions
988afddf87411bec06ec9e90179b55fb55345a5d
[ "MIT" ]
null
null
null
64-Binary-Counter.speed.asm
blueset/7bh-solutions
988afddf87411bec06ec9e90179b55fb55345a5d
[ "MIT" ]
null
null
null
-- 7 Billion Humans -- -- 64: Binary Counter -- -- Size: 29/20 -- -- Speed: 54/85 -- if s == datacube: pickup s step s step s tell everyone ready if e == nothing: a: drop tell everyone ready listenfor ok pickup c tell w hi listenfor ok jump a else: b: listenfor hi if myitem == datacube: ...
11.395349
24
0.628571
9b9ce4f47df998a9cddb4b64253ad019f03349af
684
asm
Assembly
oeis/168/A168090.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/168/A168090.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/168/A168090.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A168090: a(n) = (1 - (n mod 3) mod 2)*2^(floor(n/3) + (n mod 3)/2 ). ; Submitted by Jamie Morken(m3) ; 1,0,2,2,0,4,4,0,8,8,0,16,16,0,32,32,0,64,64,0,128,128,0,256,256,0,512,512,0,1024,1024,0,2048,2048,0,4096,4096,0,8192,8192,0,16384,16384,0,32768,32768,0,65536,65536,0,131072,131072,0,262144,262144,0,524288,524288,0,1...
48.857143
496
0.723684
429d439346da08a21766ef0a11c3bfc22bf3535c
655
asm
Assembly
libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/run/error.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/run/error.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/run/error.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION rodata_user PUBLIC _err_invalid_parameter PUBLIC _err_invalid_option PUBLIC _err_break_into_program PUBLIC _err_multiple_name PUBLIC _err_missing_filename PUBLIC _err_file_not_found PUBLIC _err_loading_error _err_invalid_parameter: defm "A Invalid paramete", 'r' + 0x80 _err_invalid_option: defm "Inva...
17.236842
40
0.755725
e3d04c5f45aa8d0d9548f4e8d20c9135c872e150
330
asm
Assembly
chapter09/ex8.asm
bgst009/AssemblyLanguage
60969495e42830a2e5be5fb6d6dacf2dc635e3d4
[ "Apache-2.0" ]
null
null
null
chapter09/ex8.asm
bgst009/AssemblyLanguage
60969495e42830a2e5be5fb6d6dacf2dc635e3d4
[ "Apache-2.0" ]
null
null
null
chapter09/ex8.asm
bgst009/AssemblyLanguage
60969495e42830a2e5be5fb6d6dacf2dc635e3d4
[ "Apache-2.0" ]
1
2021-05-21T07:05:07.000Z
2021-05-21T07:05:07.000Z
assume cs:code code segment mov ax,4c00h int 21h start: mov ax,0 s: nop nop mov di,offset s mov si,offset s2 mov ax,cs:[si] mov cs:[di],ax s0: jmp short s s1: mov ax,0; int 21h mov ax,0 s2: jmp short s1; nop code ends ...
11
24
0.490909
a175442ae6cce54dfab85ab95b3baeb19fb97879
2,537
asm
Assembly
timers/timer_init/main.asm
AntonioND/gbc-hw-tests
631e60000c885154a8526df0b148847f9c34ce42
[ "MIT" ]
6
2018-07-21T12:11:21.000Z
2021-07-23T16:32:47.000Z
timers/timer_init/main.asm
PMArkive/gbc-hw-tests
631e60000c885154a8526df0b148847f9c34ce42
[ "MIT" ]
null
null
null
timers/timer_init/main.asm
PMArkive/gbc-hw-tests
631e60000c885154a8526df0b148847f9c34ce42
[ "MIT" ]
3
2016-04-26T07:45:34.000Z
2018-12-30T05:45:14.000Z
INCLUDE "hardware.inc" INCLUDE "header.inc" SECTION "var",BSS repeat_loop: DS 1 SECTION "Main",HOME ;-------------------------------------------------------------------------- ;- Main() - ;-------------------------------------------------------...
13.566845
75
0.46354
cf85c3f38103f15a9c4323535ae54c9b32bff4ed
433
asm
Assembly
programs/oeis/131/A131119.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/131/A131119.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/131/A131119.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A131119: a(n) = (-1)^n * Sum_{i=1..floor(n/2)} i * floor(n/(n-i)). ; 0,0,2,-1,5,-3,9,-6,14,-10,20,-15,27,-21,35,-28,44,-36,54,-45,65,-55,77,-66,90,-78,104,-91,119,-105,135,-120,152,-136,170,-153,189,-171,209,-190,230,-210,252,-231,275,-253,299,-276,324,-300,350,-325,377,-351,405 lpb $0 mov $2,$0 sub $0,2 seq $...
36.083333
212
0.558891
5f2c4d445553ad9edf409fbde19f422ade24c0da
26,687
asm
Assembly
s3d/music-improved/RRZ2.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
9
2017-10-09T20:28:45.000Z
2021-06-29T21:19:20.000Z
s3d/music-improved/RRZ2.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
12
2018-08-01T13:52:20.000Z
2022-02-21T02:19:37.000Z
s3d/music-improved/RRZ2.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
2
2018-02-17T19:50:36.000Z
2019-10-30T19:28:06.000Z
Snd_RRZ2_Header: smpsHeaderStartSong 3 smpsHeaderVoice Snd_RRZ2_Voices smpsHeaderChan $06, $03 smpsHeaderTempo $01, $40 smpsHeaderDAC Snd_RRZ2_DAC smpsHeaderFM Snd_RRZ2_FM1, $00, $10 smpsHeaderFM Snd_RRZ2_FM2, $0C, $0D smpsHeaderFM Snd_RRZ2_FM3, $00, $19 smpsHeaderFM ...
48.6102
148
0.593735
dfb1e8ed6ecc99d6aeb46a9ad8a76376c8f81e56
834
asm
Assembly
libsrc/graphics/cpc/plot.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/graphics/cpc/plot.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/graphics/cpc/plot.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; ; Amstrad CPC Graphics Functions ; ; by Stefano Bodrato - Jul 2004 ; ; ; $Id: plot.asm,v 1.5 2016/06/19 21:10:08 dom Exp $ ; ;Usage: plot(struct *pixel) ;&BBEA - GRA PLOT ABSOLUTE - Plot a point at an absolute position ; ;Entry: ; ;DE = X coordinate relative to user origin ;HL = Y coordinate relative to use...
16.68
65
0.523981
ea5c12703962fed15cc7925464c4631eb496728f
5,320
asm
Assembly
kernel/__init.asm
MJCS96/miniOS
ce2f17e00de577ed6e7915751ac04a85ef071013
[ "MIT" ]
null
null
null
kernel/__init.asm
MJCS96/miniOS
ce2f17e00de577ed6e7915751ac04a85ef071013
[ "MIT" ]
null
null
null
kernel/__init.asm
MJCS96/miniOS
ce2f17e00de577ed6e7915751ac04a85ef071013
[ "MIT" ]
null
null
null
;;-----------------_DEFINITIONS ONLY_----------------------- ;; IMPORT FUNCTIONS FROM C %macro IMPORTFROMC 1-* %rep %0 %ifidn __OUTPUT_FORMAT__, win32 ; win32 builds from Visual C decorate C names using _ extern _%1 %1 equ _%1 %else extern %1 %endif %rotate 1 %endrep %endmacro ;; EXPORT TO C...
19.275362
236
0.599812
f0504f5b9dc664a6969b0d124788ecd327cc073a
664
asm
Assembly
libsrc/_DEVELOPMENT/fcntl/z80/drivers/terminal/console_01/output/console_01_output_terminal_fzx/console_01_output_fzx_proc_line_spacing.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/fcntl/z80/drivers/terminal/console_01/output/console_01_output_terminal_fzx/console_01_output_fzx_proc_line_spacing.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/fcntl/z80/drivers/terminal/console_01/output/console_01_output_terminal_fzx/console_01_output_fzx_proc_line_spacing.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
SECTION code_fcntl PUBLIC console_01_output_fzx_proc_line_spacing PUBLIC console_01_output_fzx_proc_line_spacing_p console_01_output_fzx_proc_line_spacing: ; enter : ix = struct fzx_state * ; de = font height ; hl = y coordinate + font_height (single spacing applied) ; ; exit : hl = ...
18.444444
69
0.637048
981bea559a817292ab326b678cfb94494800aefa
301
asm
Assembly
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/UNSAFE_SMS_VRAMmemcpy32.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/UNSAFE_SMS_VRAMmemcpy32.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/UNSAFE_SMS_VRAMmemcpy32.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void UNSAFE_SMS_VRAMmemcpy32(unsigned int dst,void *src) SECTION code_clib SECTION code_SMSlib PUBLIC UNSAFE_SMS_VRAMmemcpy32 EXTERN asm_SMSlib_UNSAFE_VRAMmemcpy32 UNSAFE_SMS_VRAMmemcpy32: pop af pop de pop hl push hl push de push af jp asm_SMSlib_UNSAFE_VRAMmemcpy32
14.333333
58
0.780731
7dabf72ab026b616fee2999ea039b34092ef116d
1,103
asm
Assembly
playflx/print.asm
ped7g/specnext
7c2a735a9dfde5fc3f7da705c8243371238d1ee3
[ "Unlicense" ]
null
null
null
playflx/print.asm
ped7g/specnext
7c2a735a9dfde5fc3f7da705c8243371238d1ee3
[ "Unlicense" ]
null
null
null
playflx/print.asm
ped7g/specnext
7c2a735a9dfde5fc3f7da705c8243371238d1ee3
[ "Unlicense" ]
null
null
null
doprintmsg: ld a, (hl) and a, a ret z rst 16 inc hl jr printmsg printerrmsg: im 1 ei call printmsg jp fail printpagetemp: db 0 printmsg: push bc push af STORENEXTREG NEXTREG_MMU2, printpagetemp RESTORENEXTREG NEXTREG_MMU2, regstore + 1 call doprintmsg ...
13.289157
46
0.543971
99767a68c2ea10c72b22ac8e49b61effea6c7cfa
3,949
asm
Assembly
samples/ehbasic/min_mon.asm
olivierjan/symon
26f6651a49755fe9d5d3a2b957bc71d23c49e3a7
[ "MIT" ]
105
2015-01-06T19:50:17.000Z
2022-03-08T22:44:38.000Z
samples/ehbasic/min_mon.asm
olivierjan/symon
26f6651a49755fe9d5d3a2b957bc71d23c49e3a7
[ "MIT" ]
14
2016-03-01T02:36:04.000Z
2022-03-08T22:40:02.000Z
samples/ehbasic/min_mon.asm
olivierjan/symon
26f6651a49755fe9d5d3a2b957bc71d23c49e3a7
[ "MIT" ]
38
2015-01-13T18:14:49.000Z
2022-02-19T10:08:03.000Z
; minimal monitor for EhBASIC and 6502 simulator V1.05 ; To run EhBASIC on the simulator load and assemble [F7] this file, start the simulator ; running [F6] then start the code with the RESET [CTRL][SHIFT]R. Just selecting RUN ; will do nothing, you'll still have to do a reset to run the code. .feature labels_with...
23.646707
87
0.694606
4604e8c5ac8c8988d8be2a3beb0ec7714a430d29
13,535
asm
Assembly
maps/Route36.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
maps/Route36.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
maps/Route36.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
object_const_def ; object_event constants const ROUTE36_YOUNGSTER1 const ROUTE36_YOUNGSTER2 const ROUTE36_WEIRD_TREE const ROUTE36_LASS1 const ROUTE36_FISHER const ROUTE36_FRUIT_TREE const ROUTE36_ARTHUR const ROUTE36_FLORIA const ROUTE36_SUICUNE Route36_MapScripts: db 2 ; scene scripts scene_script .Dummy...
19.644412
161
0.795715
eed979d45bab2442c2a749fe6bbe7ea4defdde02
354
asm
Assembly
programs/oeis/144/A144601.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/144/A144601.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/144/A144601.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A144601: Christoffel word of slope 3/11. ; 0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0 mod $0,14 mov $2,$0 cmp $2,4 mov $1,$2 mov $2,$0 cmp $2,9 add $1,$2 mov $2...
23.6
201
0.533898
cd98c5a68b7b3303d0c00d1385b0a82200f63dd4
712
asm
Assembly
oeis/176/A176547.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/176/A176547.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/176/A176547.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A176547: Numbers n such that 2*n^2 + 6*n + 1 is prime. ; Submitted by Simon Strandgaard ; 3,6,15,18,21,24,27,33,57,60,63,66,75,78,87,90,96,108,111,117,129,138,141,144,147,153,159,165,168,171,180,186,189,201,204,222,228,231,234,237,243,246,249,252,255,258,264,273,294,309,312,315,321,339,348,351,363,372,375,390,417,420...
33.904762
382
0.672753
812aa3b9e9f7feaca393075ffe6c64a5c1a5b2a0
1,634
asm
Assembly
iod/iou/frmt.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
iod/iou/frmt.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
iod/iou/frmt.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; IO standard FORMAT setup V2.02  1985 Tony Tebby QJUMP section iou xdef iou_frmt xref iou_fdef include 'dev8_keys_iod' include 'dev8_keys_qlv' include 'dev8_keys_err' ;+++ ; Standard format preamble. ; Finds the old definition block ; if found:...
26.786885
68
0.511628
558d6768491e1863a8def26c8e149bf4b82ebbfe
583
asm
Assembly
programs/oeis/080/A080978.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/080/A080978.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/080/A080978.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A080978: a(n) = 2*A006046(n) + 1. ; 1,3,7,11,19,23,31,39,55,59,67,75,91,99,115,131,163,167,175,183,199,207,223,239,271,279,295,311,343,359,391,423,487,491,499,507,523,531,547,563,595,603,619,635,667,683,715,747,811,819,835,851,883,899,931,963 mov $3,$0 add $3,1 mov $5,$0 lpb $3,1 mov $0,$5 sub $3,1 sub $0,$3 ...
17.666667
208
0.530017
dcc9bb5193961fba9fb6d93e8f8b0c59896c6637
439
asm
Assembly
oeis/344/A344690.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/344/A344690.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/344/A344690.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A344690: a(n) is the number of multisets of size n consisting of permutations of n elements. ; Submitted by Christian Krause ; 1,3,56,17550,225150024,197554684517400,16458566311785642529680,173358539198065045263504881415600,300709637734376436340098187751948137677075840,109112041481912234203213339867180762753584908387...
27.4375
205
0.785877
92723a47da0e9fcfcc31926a58e40a5672dfc599
1,402
asm
Assembly
programs/oeis/334/A334277.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/334/A334277.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/334/A334277.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A334277: Perimeters of almost-equilateral Heronian triangles. ; 12,42,156,582,2172,8106,30252,112902,421356,1572522,5868732,21902406,81740892,305061162,1138503756,4248953862,15857311692,59180292906,220863859932,824275146822,3076236727356,11480671762602,42846450323052,159905129529606,596774067795372,2227191141651882,8...
100.142857
1,241
0.911555
dcc1da5d2c3485c835595846a84b0dd5af37db8e
5,042
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_1_760.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_1_760.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_1_760.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 %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0xfda9, %rsi lea addresses_UC_ht+0x17101, %rdi nop nop nop sub %r14, %r14 mov $68, %rcx rep movsw and $40541, %rbp lea addresses_UC_ht+0x123a9, %rsi lea addresses_D_ht+0x1dba9, %rdi nop nop nop an...
19.244275
148
0.639825
8285bd7029ce625acd44adb1484401638b2ae734
694
asm
Assembly
oeis/097/A097999.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/097/A097999.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/097/A097999.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A097999: Number of 2-connected outerplanar graphs on n labeled nodes. ; Submitted by Christian Krause ; 1,9,132,2700,70920,2275560,86264640,3772681920,186972105600,10355595465600,633892275878400,42495895579737600,3096545573029708800,243680880958010496000,20596410256606119936000,1860881636529774802944000,1789751974010...
63.090909
482
0.871758
9b34d0fb12cc372554480ed195d7b8d05ee2aefd
56
asm
Assembly
src/main/fragment/mos6502-common/vwsm1=vwsm2_ror_8.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/vwsm1=vwsm2_ror_8.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/vwsm1=vwsm2_ror_8.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
lda {m2}+1 sta {m1} ora #$7f bmi !+ lda #0 !: sta {m1}+1
8
10
0.517857
833fd014f532d804449df78da857f22f3c28d243
1,262
asm
Assembly
programs/oeis/246/A246298.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/246/A246298.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/246/A246298.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A246298: Numbers k such that sin(k) > sin(k+1) > sin(k+2) < sin(k+3). ; 3,9,15,22,28,34,40,47,53,59,66,72,78,84,91,97,103,110,116,122,128,135,141,147,154,160,166,172,179,185,191,197,204,210,216,223,229,235,241,248,254,260,267,273,279,285,292,298,304,311,317,323,329,336,342,348,355,361,367,373,380,386,392,399,405,411,...
157.75
1,074
0.744057
11d8207bd80635cc363ea46c8d464b601bad6948
152
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Driver-point-e.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Driver-point-e.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Driver-point-e.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: Driver-point-e.asm Type: file Size: 39904 Last-Modified: '1992-11-18T01:42:39Z' SHA-1: 464C14496CCE0106223AC0D582EC78774F7F232B Description: null
21.714286
47
0.809211
4e07284dd7f51c45e97592502461c1b9c1fa59d5
6,602
asm
Assembly
sdk-6.5.16/tools/led/example/sdk56860.asm
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.16/tools/led/example/sdk56860.asm
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.16/tools/led/example/sdk56860.asm
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
; ; ; ; This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. ; ; Copyright 2007-2019 Broadcom Inc. All rights reserved. ; ; ; This is the default program for the BCM56860 SDKs. ; To start it, use the following commands from BCM: ; ; l...
26.620968
133
0.527264
dfc4dff35641b72aea22d176bdc0f35290b15df9
231
asm
Assembly
Assembler/AssemblyCode/DEC_SP.asm
KPU-RISC/KPU
9f85c322e1b8489eef31f0696799e0c6c7273c0e
[ "MIT" ]
8
2017-04-16T16:53:03.000Z
2021-09-14T22:29:28.000Z
Assembler/AssemblyCode/DEC_SP.asm
KPU-RISC/KPU
9f85c322e1b8489eef31f0696799e0c6c7273c0e
[ "MIT" ]
null
null
null
Assembler/AssemblyCode/DEC_SP.asm
KPU-RISC/KPU
9f85c322e1b8489eef31f0696799e0c6c7273c0e
[ "MIT" ]
null
null
null
; Initialize the stack pointer and the base pointer MOV XL, 11111111b MOV XH, 11011111b MOV SP, X MOV XL, 0 PUSH XL PUSH XL PUSH XL PUSH XL ; Write the stack pointer into the Output Port C MOV X, SP OUTB XL MOV X, SP OUTB XH HLT
12.833333
51
0.74026
5f428bca8f99ca69e7efe3077a795d82d2c5011c
430
asm
Assembly
programs/oeis/257/A257143.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/257/A257143.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/257/A257143.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A257143: a(2*n) = 3*n if n>0, a(2*n + 1) = 2*n + 1, a(0) = 1. ; 1,1,3,3,6,5,9,7,12,9,15,11,18,13,21,15,24,17,27,19,30,21,33,23,36,25,39,27,42,29,45,31,48,33,51,35,54,37,57,39,60,41,63,43,66,45,69,47,72,49,75,51,78,53,81,55,84,57,87,59,90,61,93,63,96,65,99,67,102,69,105,71,108,73,111,75,114,77,117,79,120,81,123,83,126...
43
308
0.611628
b4bdb5933aa6c668053d6208c6c921ecd4ce28db
200
asm
Assembly
src/test/java/dk/camelot64/kickc/test/kickasstest.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/java/dk/camelot64/kickc/test/kickasstest.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/java/dk/camelot64/kickc/test/kickasstest.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Minimal if() test .pc = $801 "Basic" :BasicUpstart(main) .pc = $80d "Program" .label SCREEN = $400 main: { ldx #0 lda #'a' b1: sta SCREEN,x inx cpx #40 bcc b1 rts }
12.5
22
0.525
04fe1d2c80b190dc026df045e13516ae94740e01
150
asm
Assembly
tests/listing/nested_dup_in_macro.asm
cizo2000/sjasmplus
615d7c0e09a44aa2a923095fc9ed6dca6ecae4a4
[ "BSD-3-Clause" ]
220
2016-10-22T19:44:39.000Z
2022-03-29T20:57:04.000Z
tests/listing/nested_dup_in_macro.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
153
2018-05-07T10:31:23.000Z
2022-03-30T04:35:59.000Z
tests/listing/nested_dup_in_macro.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
51
2016-05-12T21:27:36.000Z
2022-03-27T15:16:16.000Z
MACRO pokus count1,count2,data DUP count1 DUP count2 db data EDUP EDUP ENDM pokus 2,3,#FF
15
31
0.473333
24c096fceb7647f4180b3faaee9f069c4830aa40
601
asm
Assembly
asm/examples/raster-interrupt.asm
majacQ/retroputer
807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4
[ "MIT" ]
58
2017-11-16T18:53:24.000Z
2021-11-02T18:14:10.000Z
asm/examples/raster-interrupt.asm
kerrishotts/retroputer
807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4
[ "MIT" ]
28
2019-05-23T12:21:44.000Z
2022-02-12T22:40:37.000Z
asm/examples/raster-interrupt.asm
majacQ/retroputer
807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4
[ "MIT" ]
4
2021-01-02T18:49:55.000Z
2021-04-24T23:54:22.000Z
.segment traps 0x03000 { handle-frame: set id pushf push a ld al, [border-color] out 0x2B, al inc al cmp al, 0x27 br !z, skip ld al, 0x18 skip: st [border-color], al pop a popf clr id ret border-color: .byte 0x18 } .segment code 0x02000 { ld a, traps.hand...
13.976744
28
0.49584
9b1cebbf86274faefee420087d7670418144b3b6
6,416
nasm
Assembly
kernel/x86dev/basedev.nasm
r-tty/radios
fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b
[ "BSD-3-Clause" ]
null
null
null
kernel/x86dev/basedev.nasm
r-tty/radios
fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b
[ "BSD-3-Clause" ]
null
null
null
kernel/x86dev/basedev.nasm
r-tty/radios
fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b
[ "BSD-3-Clause" ]
null
null
null
;******************************************************************************* ; basedev.nasm - legacy PC chips support (CMOS,PIC,DMA etc.) ; Copyright (c) 1999-2002 RET & COM Research. ;******************************************************************************* module kernel.x86.basedev %include "sys.ah" %incl...
21.036066
80
0.617051
0b68691b8d0f1f7a33f3b4479f214f23b7078f7d
589
a51
Assembly
a51test/(D2)SETB_bit.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
a51test/(D2)SETB_bit.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
a51test/(D2)SETB_bit.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
MOV A,#0 MOV 0xF0,#0x08 START0: SETB 0xE0 RL A DJNZ 0xF0,START0 MOV A,#0 MOV 0xF0,#0x08 START1: SETB 0xE1 RL A DJNZ 0xF0,START1 MOV A,#0 MOV 0xF0,#0x08 START2: SETB 0xE2 RL A DJNZ 0xF0,START2 MOV A,#0 MOV 0xF0,#0x08 START3: SETB 0xE3 RL A DJNZ 0xF0,START3 MOV A,#0 MOV 0xF0,#0...
9.5
16
0.63837
00b332ebaa51794f3bee6395dc91ec752dfa699f
484
asm
Assembly
programs/oeis/074/A074239.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/074/A074239.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/074/A074239.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A074239: Related to cumulative number of non-twin primes. ; 0,0,0,1,1,2,2,3,4,4,5,6,6,7,8,9,9,10,11,11,12,13,14,15,16,16,17,17,18,19,20,21,21,22,22,23,24,25,26,27,27,28,28,29,29,30,31,32,32,33,34,34,35,36,37,38,38,39,40,40,41,42,43,43,44,45,46,47,47,48,49,50,51,52,53,54,55,56,57,58,58,59,59,60,61,62,63,64,64,65,66,67...
69.142857
284
0.636364
92faac63ef2d9b3948424f11da66eff116159555
485
asm
Assembly
3rdParties/src/nasm/nasm-2.15.02/travis/test/struc.asm
blue3k/StormForge
1557e699a673ae9adcc8f987868139f601ec0887
[ "Apache-2.0" ]
1
2020-06-20T07:35:25.000Z
2020-06-20T07:35:25.000Z
3rdParties/src/nasm/nasm-2.15.02/travis/test/struc.asm
blue3k/StormForge
1557e699a673ae9adcc8f987868139f601ec0887
[ "Apache-2.0" ]
null
null
null
3rdParties/src/nasm/nasm-2.15.02/travis/test/struc.asm
blue3k/StormForge
1557e699a673ae9adcc8f987868139f601ec0887
[ "Apache-2.0" ]
null
null
null
bits 32 ; Simple struc example struc teststruc1 .long: resd 1 .word: resw 1 .byte: resb 1 .str: resb 32 endstruc ; Reference with offset mov [ebp - 40 + teststruc1.word], ax istruc teststruc1 at .word, db 5 iend ; Struc with base offset ; should be the same as the previous stuc struc testst...
15.15625
42
0.65567
f60a813a09df370aebacf82431ea3063838700cc
814
asm
Assembly
MicroProcessor Lab Programs/printnum.asm
vallabhiaf/4thSemIse
55ed3c6fc29e4d2dd2c1fb71e31f5283ad47b9bf
[ "Apache-2.0" ]
null
null
null
MicroProcessor Lab Programs/printnum.asm
vallabhiaf/4thSemIse
55ed3c6fc29e4d2dd2c1fb71e31f5283ad47b9bf
[ "Apache-2.0" ]
null
null
null
MicroProcessor Lab Programs/printnum.asm
vallabhiaf/4thSemIse
55ed3c6fc29e4d2dd2c1fb71e31f5283ad47b9bf
[ "Apache-2.0" ]
null
null
null
assume ds:data, cs:code data segment nums db 12h,25h,0f0h,0abH,1ch data ends code segment digit_2 proc push cx mov bl,al mov cl,4 shr al,cl cmp al,9 jle add_30 add al,7 add_30: add al,30h mov dl,al mov ah,2 i...
15.653846
38
0.447174
5f3f1fa509e9297d0b86475d4dd2a7f523e5555d
5,695
asm
Assembly
Driver/Printer/Fax/CCom/jobPaperFaxInfo.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Driver/Printer/Fax/CCom/jobPaperFaxInfo.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Driver/Printer/Fax/CCom/jobPaperFaxInfo.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 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: printer drivers FILE: jobPaperInfo.asm AUTHOR: Dave Durran ROUTINES: Name Description ---- ----------- REVISION HISTORY: N...
24.131356
79
0.548376
b0aa464a5bccc134722cd8020a9ec063c534372c
573
asm
Assembly
oeis/139/A139739.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/139/A139739.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/139/A139739.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A139739: a(n) = 10^n mod 9^n. ; 0,1,19,271,3439,40951,468559,434062,13906558,225159022,3026431198,5856821173,152711390557,2374402515013,8492830180156,176435471621404,734899055740795,16614091501667155,99432188218005274,544037976289055377,2738676327544569592,15229097816388767119,152290978163887671190,250768068382248794...
57.3
480
0.86562
d1c14588fa694bcf3305e8e90dfdcacf5c359f96
1,622
asm
Assembly
smsq/qa/neg.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/qa/neg.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/qa/neg.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; QL Arithmetic NEG/ABS V2.01  1990 Tony Tebby QJUMP section qa xdef qa_neg xdef qa_negcz xdef qa_abs include 'dev8_keys_err' ;+++ ; QL Arithmetic: ABS ; ; This routine makes TOS positive ; If it overflows, the result is still "correct" ; ; d0 r error return 0 or ERR.OVFL ; a1 c p pointer to arithmet...
20.531646
60
0.660296
813933d8568df1b1c0a208d998aed0c433d7e9a7
893
asm
Assembly
programs/oeis/096/A096959.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/096/A096959.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/096/A096959.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A096959: Sixth column (m=5) of (1,6)-Pascal triangle A096956. ; 6,31,96,231,476,882,1512,2442,3762,5577,8008,11193,15288,20468,26928,34884,44574,56259,70224,86779,106260,129030,155480,186030,221130,261261,306936,358701,417136,482856,556512,638792,730422,832167,944832,1069263,1206348,1357018,1522248,1703058,1900514,21...
89.3
769
0.833147
78003bf8d4f566ce2defec9b9c17f40dff438dfa
2,159
asm
Assembly
payloads/x64/src/exploit/doublepulsar.asm
kurobeats/MS17-010
0d825a929df917b370995bbbb4a04a41700797e0
[ "Apache-2.0" ]
null
null
null
payloads/x64/src/exploit/doublepulsar.asm
kurobeats/MS17-010
0d825a929df917b370995bbbb4a04a41700797e0
[ "Apache-2.0" ]
null
null
null
payloads/x64/src/exploit/doublepulsar.asm
kurobeats/MS17-010
0d825a929df917b370995bbbb4a04a41700797e0
[ "Apache-2.0" ]
2
2017-12-07T09:04:05.000Z
2020-05-01T19:18:04.000Z
; ; Windows x64 Kernel DoublePulsar Ring 0 to Ring 3 Shellcode ; ; Author: Sean Dillon <sean.dillon@risksense.com> (@zerosum0x0) ; Copyright: (c) 2017 RiskSense, Inc. ; License: Apache 2.0 ; ; %define SYSCALL_IRQL %include "./src/exploit/constants.asm" %ifdef SYSCALL_IRQL syscall_overwrite: %endif kernel_start: ...
21.376238
95
0.658175
c725f991025b73988462788d6cd7304f46346c8b
1,002
asm
Assembly
13.speed.asm
jsejcksn/human-resource-machine-solutions
2af99d42865505bc4f30e625a327adb693dc2f65
[ "MIT" ]
null
null
null
13.speed.asm
jsejcksn/human-resource-machine-solutions
2af99d42865505bc4f30e625a327adb693dc2f65
[ "MIT" ]
null
null
null
13.speed.asm
jsejcksn/human-resource-machine-solutions
2af99d42865505bc4f30e625a327adb693dc2f65
[ "MIT" ]
null
null
null
-- HUMAN RESOURCE MACHINE PROGRAM -- COMMENT 0 INBOX COPYTO 0 INBOX SUB 0 JUMPZ a JUMP b a: COPYFROM 0 OUTBOX b: INBOX INBOX OUTBOX c: d: INBOX COPYTO 0 INBOX SUB 0 JUMPZ e JUMP d e: COPYFROM 0 OUTBOX JUMP ...
24.439024
80
0.787425
bae7bf429d614cfd758e12ae437594fbc2d3a7fe
262
asm
Assembly
src/test/resources/references/labels/multiple_conditional_local_label_dollar.asm
chrisly42/mc68000-asm-plugin
85b2596c644ab495941e68b4f30b3c86fcf45834
[ "Apache-2.0" ]
7
2021-07-22T23:31:31.000Z
2021-12-15T11:37:35.000Z
src/test/resources/references/labels/multiple_conditional_local_label_dollar.asm
chrisly42/mc68000-asm-plugin
85b2596c644ab495941e68b4f30b3c86fcf45834
[ "Apache-2.0" ]
null
null
null
src/test/resources/references/labels/multiple_conditional_local_label_dollar.asm
chrisly42/mc68000-asm-plugin
85b2596c644ab495941e68b4f30b3c86fcf45834
[ "Apache-2.0" ]
null
null
null
main tst.w d1 beq.s .skip moveq.l #42,d0 IFEQ DATAWIDTH=4 loop$ move.l d0,(a0)+ ELSE loop$ move.w d0,(a0)+ ENDC dbra d0,l<caret>oop$ .skip subq.w #1,d1 beq.s loop$ rts
17.466667
31
0.435115
0081a596e040b23402590f8a243a5bdd9ca81c18
29,869
asm
Assembly
Code/CustomControl/RAResEd/Src/Misc.asm
CherryDT/FbEditMOD
beb0eb22cae1b8f7203d55bd6b293d8ec88231ca
[ "Unlicense" ]
11
2016-12-03T16:35:42.000Z
2022-03-26T06:02:53.000Z
Code/CustomControl/RAResEd/Src/Misc.asm
CherryDT/FbEditMOD
beb0eb22cae1b8f7203d55bd6b293d8ec88231ca
[ "Unlicense" ]
1
2018-02-24T20:17:46.000Z
2018-03-02T08:57:40.000Z
Code/CustomControl/RAResEd/Src/Misc.asm
CherryDT/FbEditMOD
beb0eb22cae1b8f7203d55bd6b293d8ec88231ca
[ "Unlicense" ]
4
2018-10-19T01:14:55.000Z
2021-09-11T18:51:48.000Z
.code SetupCasetab proc uses ebx ;Setup whole CaseTab xor ebx,ebx .while ebx<256 invoke IsCharAlpha,ebx .if eax invoke CharUpper,ebx .if eax==ebx invoke CharLower,ebx .endif mov Casetab[ebx],al .else mov Casetab[ebx],bl .endif inc ebx .endw ret SetupCaseta...
17.632231
111
0.629181
00f222ec55ef3c8ae81bd39f41c523614c680cbc
609
asm
Assembly
oeis/046/A046142.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/046/A046142.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/046/A046142.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A046142: Haüy rhombic dodecahedral numbers. ; 1,33,185,553,1233,2321,3913,6105,8993,12673,17241,22793,29425,37233,46313,56761,68673,82145,97273,114153,132881,153553,176265,201113,228193,257601,289433,323785,360753,400433,442921,488313,536705,588193,642873,700841,762193,827025,895433,967513,1043361,1123073,1206745,129...
55.363636
494
0.811166
7c3b2f74c9f52bf48f348d5256cead7935adee3a
432
asm
Assembly
programs/oeis/002/A002544.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/002/A002544.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/002/A002544.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A002544: a(n) = binomial(2*n+1,n)*(n+1)^2. ; 1,12,90,560,3150,16632,84084,411840,1969110,9237800,42678636,194699232,878850700,3931426800,17450721000,76938289920,337206098790,1470171918600,6379820115900,27569305764000,118685861314020,509191949220240,2177742427450200,9287309860732800 mov $4,$0 add $4,1 mov $3,$4 mul $...
22.736842
239
0.733796
994b2ea6560e492317f3ae5372ab0abcbae4b93b
890
asm
Assembly
programs/oeis/034/A034858.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/034/A034858.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/034/A034858.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A034858: a(n) = C(n+3,4) + 3*C(n+1,3) + 5*C(n-1,2) + 7*n - 15. ; 7,38,93,180,308,487,728,1043,1445,1948,2567,3318,4218,5285,6538,7997,9683,11618,13825,16328,19152,22323,25868,29815,34193,39032,44363,50218,56630,63633,71262,79553,88543,98270,108773,120092,132268,145343,159360,174363,190397,207508,225743,245150,265778,...
44.5
675
0.762921
58df925ae4eea83fce4a59eb9d38a32234a37407
804
asm
Assembly
programs/oeis/041/A041085.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/041/A041085.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/041/A041085.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A041085: Denominators of continued fraction convergents to sqrt(50). ; 1,14,197,2772,39005,548842,7722793,108667944,1529074009,21515704070,302748930989,4260000737916,59942759261813,843458630403298,11868363584907985,167000548819115088,2349876047052519217,33065265207554384126,465263588952813896981,654675551054694894186...
100.5
620
0.866915
134d3970cc0e496bd5c8cb4ff198d27e702989db
4,874
asm
Assembly
Transynther/x86/_processed/NC/_un_/i7-7700_9_0x48_notsx.log_1_1222.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_un_/i7-7700_9_0x48_notsx.log_1_1222.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_un_/i7-7700_9_0x48_notsx.log_1_1222.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0x97e0, %r11 clflush (%r11) nop and %rdi, %rdi mov (%r11), %r8w nop nop cmp %rcx, %rcx lea addresses_WT_ht+0x19de0, %r10 xor %r11, %r11 movb $0x61, (%r10) add $59955, %rdi lea ad...
19.813008
148
0.633566
cdbf9db10889a9e85768cf2ed398c0d215e71233
369
asm
Assembly
verify/alfy/3_expression/real_from_int.alfy.asm
alexandruradovici/alf-alfy-asm-public
43a73cc13c38f39125620fb9bd566c261cff1c73
[ "BSD-2-Clause" ]
null
null
null
verify/alfy/3_expression/real_from_int.alfy.asm
alexandruradovici/alf-alfy-asm-public
43a73cc13c38f39125620fb9bd566c261cff1c73
[ "BSD-2-Clause" ]
2
2017-05-18T20:29:57.000Z
2017-05-19T19:03:07.000Z
verify/alfy/3_expression/real_from_int.alfy.asm
alexandruradovici/alf-alfy-asm-language-public
43a73cc13c38f39125620fb9bd566c261cff1c73
[ "BSD-2-Clause" ]
null
null
null
; script start: ; asm readnumber r2 ; n: r3 set r3 4 store r3 r2 ; attribution ; n: r2 set r2 4 load r2 r2 ; s: r3 set r3 0 ; typecast real int set r5 1000 mul r4 r2 r5 store r3 r4 ; asm ; s: r2 set r2 ...
15.375
23
0.433604
3729bb7ae34f4c6cce2497a4759d3c96e6f493fe
365
asm
Assembly
programs/oeis/131/A131716.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/131/A131716.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/131/A131716.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A131716: Period 6: repeat [0, 1, 2, 5, 8, 9]. ; 0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1,2,5,8,9,0,1 mod $0,6 mov $1,$0 mov $2,$0 lpb $0 div $0,2 add $0,1 sub $1,$1 add $1,1 add $2,2 lpe s...
19.210526
173
0.50411
4f5794d21decba7737a5d209f584d6c1785a7d4d
345
asm
Assembly
mc-sema/validator/x86_64/tests/FADDP.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
2
2021-08-07T16:21:29.000Z
2021-11-17T10:58:37.000Z
mc-sema/validator/x86_64/tests/FADDP.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
mc-sema/validator/x86_64/tests/FADDP.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
BITS 64 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ; FADDP lea rdi, [rsp-0x10] mov DWORD [rdi], 0x2168c000 mov DWORD [rdi+0x4], 0xc90fdaa2 mov DWORD [rdi+0x8], 0x00004000 fld TWORD [rdi] fld TWORD [rdi] ;TEST_BEGIN_RECORDING faddp mov rdi, 0x0 ...
19.166667
35
0.684058
d1c7590d86ca3d3067cd0faf5a29aa202cfe10d4
312
asm
Assembly
programs/oeis/051/A051515.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/051/A051515.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/051/A051515.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A051515: (Terms in A014738)/4. ; 9,25,196,324,1089,1521,3600,4624,9025,11025,19044,22500,35721,41209,61504,69696,99225,110889,152100,168100,223729,245025,318096,345744,439569,474721,592900,636804,783225,837225,1016064,1081600,1297321 mov $1,$0 mul $0,2 add $0,3 mov $2,$1 div $2,2 add $2,1 mul $0,$2 pow $0,2
26
202
0.737179
119a3c837d188ca106528c0ec50853a2a95b5005
344
asm
Assembly
programs/oeis/227/A227906.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/227/A227906.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/227/A227906.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A227906: Coins left after packing heart patterns (fixed orientation) into n X n coins. ; 2,4,4,9,6,13,8,17,10,21,12,25,14,29,16,33,18,37,20,41,22,45,24,49,26,53,28,57,30,61,32,65,34,69,36,73,38,77,40,81,42,85,44,89,46,93,48,97,50,101,52,105,54,109,56,113,58,117,60,121 sub $1,$0 add $0,1 lpb $0 gcd $0,2 mul $1,$0...
28.666667
181
0.656977
9e5fe89cfbb994056e5e4144f617af36dc994af8
754
asm
Assembly
1571/64tass/leds.asm
silverdr/assembly
c2851f7033223e089285dce22443b7e219ed4f61
[ "Unlicense" ]
23
2015-03-23T15:16:57.000Z
2022-03-18T12:43:42.000Z
1571/64tass/leds.asm
silverdr/assembly
c2851f7033223e089285dce22443b7e219ed4f61
[ "Unlicense" ]
null
null
null
1571/64tass/leds.asm
silverdr/assembly
c2851f7033223e089285dce22443b7e219ed4f61
[ "Unlicense" ]
8
2016-04-13T11:19:35.000Z
2021-12-22T07:39:00.000Z
;turn on activity led specified ; by drvnum setlds sei lda #$ff-led1-led0 and ledprt pha lda drvnum beq leds0 pla ora #led1 bne leds1 leds0 pla ora #led0 leds1 sta ledprt cli rts ledson sei lda ...
15.08
36
0.415119
4037d1ab1254472c8d377721d8990d3dc4017059
1,808
asm
Assembly
Library/ConView/SendControl/sendcontrolManager.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/ConView/SendControl/sendcontrolManager.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/ConView/SendControl/sendcontrolManager.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1994 -- All Rights Reserved PROJECT: Condo viewer MODULE: send controller FILE: sendcontrolManager.asm AUTHOR: Tom Lester, Aug 23, 1994 REVISION HISTORY: Name Date Description ---- ---- -----...
26.985075
80
0.350111
5ae52f7f36f9c5d25efdae5e3c01ac94dcbdd29d
7,581
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_19696_1267.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_19696_1267.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_19696_1267.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 %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x14d22, %rsi lea addresses_UC_ht+0x102, %rdi clflush (%rdi) nop sub %rax, %rax mov $54, %rcx rep movsq nop nop nop xor $28670, %rbp lea addresses_normal_ht+0xb062, %r11 nop n...
32.122881
2,999
0.659676
70b011d67dc219082fa1f9cbaa05d51a7e8cebd9
295,214
asm
Assembly
basic11m.asm
tonypdmtr/BASIC11
70cc9a8d3d9df4ff419799ad62588616b4f7d951
[ "MIT" ]
7
2018-11-21T09:32:48.000Z
2021-06-19T07:01:39.000Z
basic11m.asm
tonypdmtr/BASIC11
70cc9a8d3d9df4ff419799ad62588616b4f7d951
[ "MIT" ]
null
null
null
basic11m.asm
tonypdmtr/BASIC11
70cc9a8d3d9df4ff419799ad62588616b4f7d951
[ "MIT" ]
null
null
null
;******************************************************************************* ;* Program : BASIC11M.ASM ;* Programmer: Tony Papadimitriou, MS <tonyp@acm.org> ;* Purpose : Modified BASIC interpreter for the 68HC11 ;* Language : Motorola/Freescale/NXP 68HC11 Assembly Language (aspisys.com/ASM11) ;* Note(s) : Ba...
42.741277
139
0.328125