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
6a16804117e4b5dc8d29d603ffa327514407456d
862
asm
Assembly
oeis/232/A232317.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/232/A232317.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/232/A232317.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A232317: Number of (1+1)X(n+1) 0..1 arrays with every element equal to some horizontal or antidiagonal neighbor, with top left element zero ; Submitted by Christian Krause ; 2,5,16,52,169,549,1784,5797,18837,61210,198899,646313,2100164,6824385,22175521,72058322,234150159,760860029,2472379204,8033880997,26105721877,84...
37.478261
489
0.773782
7da14d53b50067d07f0a05850de5fdbb8ca97b97
219
asm
Assembly
src/m3-bg-scx/m3-bg-scx-ds.asm
c-sp/age-test-roms
3b27d1c1fb149efe71569b1ffe7bc16757a72636
[ "MIT" ]
null
null
null
src/m3-bg-scx/m3-bg-scx-ds.asm
c-sp/age-test-roms
3b27d1c1fb149efe71569b1ffe7bc16757a72636
[ "MIT" ]
null
null
null
src/m3-bg-scx/m3-bg-scx-ds.asm
c-sp/age-test-roms
3b27d1c1fb149efe71569b1ffe7bc16757a72636
[ "MIT" ]
null
null
null
; Verified: ; 2021-12-01: CPU CGB E - CPU-CGB-06 ; 2021-12-01: CPU CGB B - CPU-CGB-02 ; INCLUDE "hardware.inc" DEF CART_COMPATIBILITY EQU CART_COMPATIBLE_GBC DEF DOUBLE_SPEED EQU 1 INCLUDE "m3-bg-scx/m3-bg-scx.inc"
24.333333
46
0.721461
06c6a58c9983f16919063c505e9d6891ac963c05
180
asm
Assembly
programs/oeis/076/A076121.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/076/A076121.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/076/A076121.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A076121: Complete list of possible cribbage hands. ; 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,22,23,24,28,29 mov $1,$0 sub $1,7 trn $1,7 div $1,5 pow $1,2 add $1,$0
18
69
0.633333
7e12db1a53b6920cd946e5f3f0b8ac0be884f2f1
407
asm
Assembly
programs/oeis/183/A183003.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/183/A183003.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/183/A183003.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A183003: A183002(n)/2. ; 0,0,0,1,1,2,2,3,4,5,5,7,7,8,9,11,11,13,13,15,16,17,17,20,21,22,23,25,25,28,28,30,31,32,33,37,37,38,39,42,42,45,45,47,49,50,50,54,55,57,58,60,60,63,64,67,68,69,69,74,74,75,77,80,81,84,84,86,87,90,90,95,95,96,98,100,101,104,104,108,110,111,111,116,117,118,119,122,122,127,128,130,131,132,133,138...
50.875
311
0.663391
d84d3a3378015be071a2a105d5a87a78f794f28a
552
asm
Assembly
oeis/123/A123868.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/123/A123868.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/123/A123868.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A123868: a(n) = n^12 - 1. ; 0,4095,531440,16777215,244140624,2176782335,13841287200,68719476735,282429536480,999999999999,3138428376720,8916100448255,23298085122480,56693912375295,129746337890624,281474976710655,582622237229760,1156831381426175,2213314919066160,4095999999999999,7355827511386640,12855002631049215,2191...
78.857143
494
0.88587
6b4ea87b7a964e6e6f22a19b2b2cc2438729cc45
273
asm
Assembly
libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sdcc_iy/p_forward_list_alt_next_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sdcc_iy/p_forward_list_alt_next_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sdcc_iy/p_forward_list_alt_next_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void *p_forward_list_alt_next_fastcall(void *item) SECTION code_adt_p_forward_list_alt PUBLIC _p_forward_list_alt_next_fastcall defc _p_forward_list_alt_next_fastcall = asm_p_forward_list_alt_next INCLUDE "adt/p_forward_list_alt/z80/asm_p_forward_list_alt_next.asm"
24.818182
68
0.886447
ca85319c11eaf7e70e7399bae13532b713142071
232
asm
Assembly
programs/oeis/191/A191355.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/191/A191355.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/191/A191355.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A191355: Indices of terms in A069748 with two decimal digits 1 and all others 0. ; 5,6,8,9,12,15,18,22,27,31,37,43,49,56,64,71,80 lpb $0 mov $2,$0 sub $0,2 trn $0,1 add $1,$2 div $2,2 add $1,$2 lpe add $1,5 mov $0,$1
16.571429
82
0.607759
9bf4d2a96a17c18da34f7bf0422e2fbab0de9db6
10,496
asm
Assembly
externals/openssl-1.0.2d/ms/uptable.asm
doomdagger/cpython
02cd3cdaa0a506cbb36820e22390ea5a8ebce40e
[ "PSF-2.0" ]
13
2019-10-19T17:41:19.000Z
2021-11-04T18:50:03.000Z
externals/openssl-1.0.2d/ms/uptable.asm
doomdagger/cpython
02cd3cdaa0a506cbb36820e22390ea5a8ebce40e
[ "PSF-2.0" ]
3
2019-12-09T06:22:43.000Z
2020-05-28T09:33:44.000Z
externals/openssl-1.0.2d/ms/uptable.asm
doomdagger/cpython
02cd3cdaa0a506cbb36820e22390ea5a8ebce40e
[ "PSF-2.0" ]
3
2018-10-04T09:58:04.000Z
2022-02-03T23:06:28.000Z
default rel %define XMMWORD %define YMMWORD %define ZMMWORD section .text code align=64 EXTERN OPENSSL_Uplink global OPENSSL_UplinkTable ALIGN 16 _lazy1: DB 0x48,0x83,0xEC,0x28 mov QWORD[48+rsp],rcx mov QWORD[56+rsp],rdx mov QWORD[64+rsp],r8 mov QWORD[72+rsp],r9 lea rcx,[OPENSSL_UplinkTable] mov rdx,1 call OPE...
20.825397
89
0.746761
c7f61611616bd6167e6e788ced678f60c4375435
790
asm
Assembly
tests/src/Mod.asm
meghanto/tiny_vm
da19e9f4bff3b48349bf13f8dc725d387d01e1f5
[ "CC-BY-3.0" ]
2
2022-01-12T03:16:07.000Z
2022-01-15T07:52:48.000Z
tests/src/Mod.asm
meghanto/tiny_vm
da19e9f4bff3b48349bf13f8dc725d387d01e1f5
[ "CC-BY-3.0" ]
2
2022-01-25T20:52:54.000Z
2022-01-31T02:46:45.000Z
tests/src/Mod.asm
meghanto/tiny_vm
da19e9f4bff3b48349bf13f8dc725d387d01e1f5
[ "CC-BY-3.0" ]
10
2022-01-04T04:36:07.000Z
2022-01-15T00:55:27.000Z
.class Mod:Obj .field modulus .method mod forward .method printModulus forward .method $constructor .args modulus enter load modulus load $ store_field $:modulus load $ return 1 .method mod .args x .local y enter load $ load_field $:modulus store y jump whilecond_1 whileloop_...
14.62963
28
0.646835
8d1b5d781e8f383040d797ed9380d3d421e9efc9
167
asm
Assembly
libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/quick_exit_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/quick_exit_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/quick_exit_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; _Noreturn void quick_exit_fastcall(int status) SECTION code_stdlib PUBLIC _quick_exit_fastcall EXTERN asm_quick_exit defc _quick_exit_fastcall = asm_quick_exit
15.181818
48
0.856287
23693d32b0f60d3cfa06e75a387a3ef3785d23c2
1,325
asm
Assembly
pwnlib/shellcraft/templates/thumb/linux/loader_append.asm
tkmikan/pwntools
1238fc359eb72313d3f82849b2effdb7063ab429
[ "MIT" ]
8,966
2015-01-02T11:58:14.000Z
2022-03-31T21:19:56.000Z
pwnlib/shellcraft/templates/thumb/linux/loader_append.asm
tkmikan/pwntools
1238fc359eb72313d3f82849b2effdb7063ab429
[ "MIT" ]
1,401
2015-01-01T00:56:22.000Z
2022-03-31T16:19:53.000Z
pwnlib/shellcraft/templates/thumb/linux/loader_append.asm
tkmikan/pwntools
1238fc359eb72313d3f82849b2effdb7063ab429
[ "MIT" ]
1,844
2015-01-07T04:38:06.000Z
2022-03-30T03:54:46.000Z
<% from pwnlib.shellcraft.thumb.linux import loader from pwnlib.shellcraft import common %> <%docstring> Loads a statically-linked ELF into memory and transfers control. Similar to loader.asm but loads an appended ELF. Arguments: data(str): If a valid filename, the data is loaded from the named file. ...
26.5
75
0.642264
d8bb9a787b3501af9c4bf799e5a97609e9400117
2,349
asm
Assembly
src/shaders/h264/ildb/save_Top_Y_16x4_Mbaff.asm
tizenorg/platform.upstream.libva-intel-driver
9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90
[ "MIT" ]
null
null
null
src/shaders/h264/ildb/save_Top_Y_16x4_Mbaff.asm
tizenorg/platform.upstream.libva-intel-driver
9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90
[ "MIT" ]
null
null
null
src/shaders/h264/ildb/save_Top_Y_16x4_Mbaff.asm
tizenorg/platform.upstream.libva-intel-driver
9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90
[ "MIT" ]
null
null
null
/* * Copyright © <2010>, Intel Corporation. * * This program is licensed under the terms and conditions of the * Eclipse Public License (EPL), version 1.0. The full text of the EPL is at * http://www.opensource.org/licenses/eclipse-1.0.php. * */ // Module name: save_Top_Y_16x4.asm // // Save a Y 16x4 ...
33.557143
115
0.613027
df8a6004c101115dffa8e76e7de295c69b550c1c
6,989
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_3631_83.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_3631_83.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_3631_83.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0xc186, %r10 nop nop nop nop nop add $28921, %r9 movb $0x61, (%r10) nop nop nop nop dec %r13 lea addresses_A_ht+0x12ec6, %rdi nop inc %rdx movb (%rdi), %al and $1957,...
36.025773
2,999
0.656889
24f8f23fd962d54d800b86337777f0581ebd5647
798
asm
Assembly
sw/552tests/inst_tests/beqz_0.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
1
2022-02-15T16:03:25.000Z
2022-02-15T16:03:25.000Z
sw/552tests/inst_tests/beqz_0.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
null
null
null
sw/552tests/inst_tests/beqz_0.asm
JPShen-UWM/ThreadKraken
849c510531f28e36d3469535737b2120bd774935
[ "MIT" ]
null
null
null
// Test provided by Karu // beqz test. lbi r1, 1 //set r1 to a constant 1 lbi r2, 2 //set r2 to a constant 2 lbi r4, 1 //set r4 to a constant 1, r4 will be used to indicate our program can be execate currectly or not slt r3, r1, r2 //set the r3 if r1 is less than r2, it will be set he...
36.272727
118
0.616541
54d576d2439fef33192802911a2a6bc511d0cee9
417
asm
Assembly
test/asm_exe/segnames.asm
nigelperks/BasicAssembler
13dcc861254fa6c19f1d450682b4495bbebcf934
[ "MIT" ]
null
null
null
test/asm_exe/segnames.asm
nigelperks/BasicAssembler
13dcc861254fa6c19f1d450682b4495bbebcf934
[ "MIT" ]
null
null
null
test/asm_exe/segnames.asm
nigelperks/BasicAssembler
13dcc861254fa6c19f1d450682b4495bbebcf934
[ "MIT" ]
null
null
null
IDEAL ASSUME CS: SEG1 ; forward references to segments are not allowed yet SEGMENT SEG1 ENDS SEG1 SEGMENT SEG2 ENDS SEG2 SEGMENT _STACK STACK ENDS _STACK ASSUME CS: SEG1 SEGMENT SEG1 start: mov ax, SEG1 mov dx, SEG2 mov bx, _STACK ENDS SEG1 ASSUME CS: SEG2 SEGMENT SEG2 mov ax, SEG1 mov dx, SE...
10.425
53
0.709832
ea1448771a4327d9cee7238153027636c582ed72
3,658
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_8_1573.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_8_1573.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_8_1573.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x11f5c, %rbx xor %r13, %r13 mov (%rbx), %r14w and $27922, %rdi lea addresses_UC_ht+0x4810, %rsi lea addresses_normal_ht+0x10a1c, %rdi nop add $20225, %rax mov $126, %rcx rep m...
19.772973
151
0.646528
f5c55fc2d7b6648ae585cc7f4027a2f46669b632
289
asm
Assembly
_anim/obj0E.asm
NatsumiFox/AMPS-Sonic-1-2005
ac8730799f1b96291358c77a4b64529de94ce8a4
[ "Apache-2.0" ]
2
2020-04-09T19:36:35.000Z
2021-01-05T14:20:17.000Z
_anim/obj0E.asm
NatsumiFox/AMPS-Sonic-1-2005
ac8730799f1b96291358c77a4b64529de94ce8a4
[ "Apache-2.0" ]
null
null
null
_anim/obj0E.asm
NatsumiFox/AMPS-Sonic-1-2005
ac8730799f1b96291358c77a4b64529de94ce8a4
[ "Apache-2.0" ]
1
2020-06-17T14:16:35.000Z
2020-06-17T14:16:35.000Z
; --------------------------------------------------------------------------- ; Animation script - Sonic on the title screen ; --------------------------------------------------------------------------- dc.w byte_A706-Ani_obj0E byte_A706: dc.b 7, 0, 1, 2, 3, 4, 5, 6, 7, $FE, 2, 0 even
48.166667
77
0.297578
9bc35de523e487c62818907c662522adccf34be2
1,492
asm
Assembly
test.asm
paijp/mplabx
cf161345c353132d00b5c43b9af9b60cf8fe5fb5
[ "Apache-2.0" ]
null
null
null
test.asm
paijp/mplabx
cf161345c353132d00b5c43b9af9b60cf8fe5fb5
[ "Apache-2.0" ]
null
null
null
test.asm
paijp/mplabx
cf161345c353132d00b5c43b9af9b60cf8fe5fb5
[ "Apache-2.0" ]
null
null
null
list p=16f887 #include "p16f887.inc" __config _CONFIG1, _DEBUG_OFF & _LVP_OFF & _FCMEN_OFF & _IESO_OFF & _BOR_ON & _CPD_ON & _CP_ON & _MCLRE_OFF & _PWRTE_ON & _WDT_OFF & _INTOSCIO __config _CONFIG2, _WRT_OFF & _BOR40V PORTA_LED equ 0 work0 equ 0x20 work1 equ 0x21 work2 equ 0x22 org 0 goto init wait1ms cl...
13.20354
143
0.699732
70ec17c852cdda5d8894a9eb0e3f5d7865c7b396
54
asm
Assembly
src/main/fragment/mos6502-common/vwum1=pwuc1_derefidx_vbuxx_plus_vbuaa.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/vwum1=pwuc1_derefidx_vbuxx_plus_vbuaa.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/vwum1=pwuc1_derefidx_vbuxx_plus_vbuaa.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
clc adc {c1},x sta {m1} lda {c1}+1,x adc #0 sta {m1}+1
9
12
0.574074
86950cd75cd33b5b3b69a79fa7db5bc8e8250d26
4,575
asm
Assembly
testc/cputest/bitshift.asm
krismuad/TOWNSEMU
49c098ecb4686a506a208e01271ed135c0c3c482
[ "BSD-3-Clause" ]
124
2020-03-17T05:49:47.000Z
2022-03-27T00:11:33.000Z
testc/cputest/bitshift.asm
krismuad/TOWNSEMU
49c098ecb4686a506a208e01271ed135c0c3c482
[ "BSD-3-Clause" ]
40
2020-05-24T12:50:43.000Z
2022-02-22T05:32:18.000Z
testc/cputest/bitshift.asm
krismuad/TOWNSEMU
49c098ecb4686a506a208e01271ed135c0c3c482
[ "BSD-3-Clause" ]
11
2020-05-26T17:52:04.000Z
2021-07-31T01:07:31.000Z
.386p ASSUME CS:CODE PUBLIC C0_BITSHIFT_R8_I8 PUBLIC C1_BITSHIFT_R_I8 PUBLIC D3_BITSHIFT_R_CL ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; EFLAGS_CF EQU 000000001H EFLAGS_PF EQU 000000004H EFLAGS_AF EQU 000000010H EFLAGS_ZF EQU 000000040H EFL...
19.891304
79
0.55541
ad6129e4062656327cf3c2290b981ca06c0fcbb9
40,404
asm
Assembly
gwnum/zmult3ax.asm
Kasual/GIMPS
a09c0d4cc1489558725eef0578613c66bd65a708
[ "Intel" ]
null
null
null
gwnum/zmult3ax.asm
Kasual/GIMPS
a09c0d4cc1489558725eef0578613c66bd65a708
[ "Intel" ]
null
null
null
gwnum/zmult3ax.asm
Kasual/GIMPS
a09c0d4cc1489558725eef0578613c66bd65a708
[ "Intel" ]
null
null
null
; Copyright 2011-2019 Mersenne Research, Inc. All rights reserved ; Author: George Woltman ; Email: woltman@alum.mit.edu ; ; Additional routines used with zr4dwpn FFTs ; TITLE setup INCLUDE unravel.mac INCLUDE extrn.mac INCLUDE zarch.mac INCLUDE zbasics.mac INCLUDE zmult.mac INCLUDE znormal.mac INCLUDE znormal_...
40.607035
120
0.735422
fa650435ad1522eb01840c5d8275d1daee29499a
387
asm
Assembly
oeis/037/A037485.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/037/A037485.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/037/A037485.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A037485: Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 1,2. ; Submitted by Jamie Morken(s2.) ; 1,10,81,650,5201,41610,332881,2663050,21304401,170435210,1363481681,10907853450,87262827601,698102620810,5584820966481,44678567731850,357428541854801,2859428334838410 add $0,1 ...
29.769231
168
0.767442
279c5c5fe9d332baa889d05f8f01ec934f923348
9,492
asm
Assembly
src/shaders/h264/mc/interpolate_Y_4x4.asm
me176c-dev/android_hardware_intel-vaapi-driver
0f2dca8d604220405e4678c0b6c4faa578d994ec
[ "MIT" ]
192
2018-01-26T11:51:55.000Z
2022-03-25T20:04:19.000Z
src/shaders/h264/mc/interpolate_Y_4x4.asm
me176c-dev/android_hardware_intel-vaapi-driver
0f2dca8d604220405e4678c0b6c4faa578d994ec
[ "MIT" ]
256
2017-01-23T02:10:27.000Z
2018-01-23T10:00:05.000Z
src/shaders/h264/mc/interpolate_Y_4x4.asm
me176c-dev/android_hardware_intel-vaapi-driver
0f2dca8d604220405e4678c0b6c4faa578d994ec
[ "MIT" ]
64
2018-01-30T19:51:53.000Z
2021-11-24T01:26:14.000Z
/* * Interpolation kernel for luminance motion compensation * Copyright © <2010>, Intel Corporation. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including ...
38.274194
101
0.571007
e0acef58bce0ecb0a91595ad7c169917db6f7cda
90,240
asm
Assembly
target/cos_117/disasm/iop_overlay1/BMXTPO.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
49
2020-10-09T12:29:16.000Z
2022-03-12T02:33:35.000Z
target/cos_117/disasm/iop_overlay1/BMXTPO.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
1
2021-12-29T15:59:25.000Z
2021-12-29T15:59:25.000Z
target/cos_117/disasm/iop_overlay1/BMXTPO.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
6
2021-04-12T06:10:32.000Z
2022-02-08T23:11:19.000Z
0x0000 (0x000000) 0x211A- f:00020 d: 282 | A = OR[282] 0x0001 (0x000002) 0x1603- f:00013 d: 3 | A = A - 3 (0x0003) 0x0002 (0x000004) 0x8405- f:00102 d: 5 | P = P + 5 (0x0007), A = 0 0x0003 (0x000006) 0x2119- f:00020 d: 281 | A = OR[281] ...
79.929141
79
0.467963
6a624b1702e43187991e4207192b4909673beba6
1,445
asm
Assembly
src/test/ref/function-pointer-noarg-call-6.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/function-pointer-noarg-call-6.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/function-pointer-noarg-call-6.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Tests calling into a function pointer with local variables // Commodore 64 PRG executable file .file [name="function-pointer-noarg-call-6.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAft...
18.766234
80
0.550173
d19ae0c4912e507d6254e3fde40c6b1913b1a431
3,079
asm
Assembly
MODULE1/5-arithmetic/math2/math2.asm
wetw0rk/SLAE
c78bc5a8559b35fefb0b3302be8d3d1acd712e11
[ "MIT" ]
18
2017-11-28T01:10:10.000Z
2020-07-22T13:24:26.000Z
MODULE1/5-arithmetic/math2/math2.asm
wetw0rk/SLAE
c78bc5a8559b35fefb0b3302be8d3d1acd712e11
[ "MIT" ]
null
null
null
MODULE1/5-arithmetic/math2/math2.asm
wetw0rk/SLAE
c78bc5a8559b35fefb0b3302be8d3d1acd712e11
[ "MIT" ]
11
2018-12-14T16:18:03.000Z
2020-12-01T16:37:19.000Z
; Executable name : math2 ; Designed OS : Linux (32-bit) ; Author : wetw0rk ; Version : 1.0 ; Created Following : SLAE ; Description : A simple program that shows how arithmetic ; in assembly works. Particularly division ; and multip...
33.835165
80
0.667749
d8a7f5d52059c49e7216c71038c006b06638a00f
585
asm
Assembly
unittests/ASM/PrimaryGroup/5_FF_06.asm
cobalt2727/FEX
13087f8425aeaad28dc81bed46a83e1d72ff0db8
[ "MIT" ]
628
2020-03-06T14:01:32.000Z
2022-03-31T06:35:14.000Z
unittests/ASM/PrimaryGroup/5_FF_06.asm
cobalt2727/FEX
13087f8425aeaad28dc81bed46a83e1d72ff0db8
[ "MIT" ]
576
2020-03-06T08:25:12.000Z
2022-03-30T04:05:29.000Z
unittests/ASM/PrimaryGroup/5_FF_06.asm
cobalt2727/FEX
13087f8425aeaad28dc81bed46a83e1d72ff0db8
[ "MIT" ]
38
2020-03-07T06:10:00.000Z
2022-03-29T09:27:36.000Z
%ifdef CONFIG { "RegData": { "RAX": "0x4142434445464748", "RBX": "0x5758000000006768", "RCX": "0xE0000016" }, "MemoryRegions": { "0x100000000": "4096" } } %endif mov r15, 0xe0000000 lea rsp, [r15 + 8 * 4] mov rax, 0x4142434445464748 mov [r15 + 8 * 0], rax mov rax, 0x5152535455565758 mov [r15 +...
16.714286
34
0.582906
fa89d9e9d67ad2abd9ea24dcfac291b708823ef1
69
asm
Assembly
lib/test/sources/conditions.asm
MircoT/js-pdp8
de125c6e20b0b7884c6c5e022ac57ec9cd9f40b7
[ "MIT" ]
12
2016-04-12T15:13:40.000Z
2021-05-14T09:29:12.000Z
lib/test/sources/conditions.asm
MircoT/js-pdp8
de125c6e20b0b7884c6c5e022ac57ec9cd9f40b7
[ "MIT" ]
2
2019-12-30T14:15:34.000Z
2019-12-30T14:25:18.000Z
lib/test/sources/conditions.asm
MircoT/js-pdp8
de125c6e20b0b7884c6c5e022ac57ec9cd9f40b7
[ "MIT" ]
null
null
null
ORG 100 LDA X SNA HLT INC SZA HLT INC SPA HLT FINE, HLT X, DEC -1 END
5.307692
9
0.710145
10fd9546c3023f0c06c51619d1cb99f898c25eaf
1,349
asm
Assembly
base/crts/crtw32/lowio/i386/outp.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/crts/crtw32/lowio/i386/outp.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/crts/crtw32/lowio/i386/outp.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
page ,132 title outp - output from ports ;*** ;outp.asm - _outp, _outpw and _outpd routines ; ; Copyright (c) 1993-2001, Microsoft Corporation. All rights reserved. ; ;Purpose: ; Defines the write-to-a-port functions: _outp(), _outpw() and outpd(). ; ;Revision History: ; 04-09-93 GJF Resurrected. ; 04-13...
17.075949
81
0.564122
7d2ebd8dd9bbd01bc989356c7a795548eb9c5488
222
asm
Assembly
windowsAssembly/exit.asm
Jordank321/GaryLang
5fe4677cf8bf114c74325cc1ad78660dd65340ce
[ "MIT" ]
null
null
null
windowsAssembly/exit.asm
Jordank321/GaryLang
5fe4677cf8bf114c74325cc1ad78660dd65340ce
[ "MIT" ]
null
null
null
windowsAssembly/exit.asm
Jordank321/GaryLang
5fe4677cf8bf114c74325cc1ad78660dd65340ce
[ "MIT" ]
null
null
null
; ----------------------------------------------------------------------------- ; Quit ; ----------------------------------------------------------------------------- mov rax,qword 0 ret ; ---- ; END ---- ; ----
22.2
80
0.099099
3d0d083ddb2aee073df8d536ad5181187587d788
78,971
asm
Assembly
oscomp/build/asm/getppid.asm
wei-huan/MyOS
0592dd73fd9768a9a69975f7d18c758999195774
[ "MIT" ]
2
2022-02-21T08:37:46.000Z
2022-03-03T06:01:47.000Z
oscomp/build/asm/getppid.asm
wei-huan/MyOS
0592dd73fd9768a9a69975f7d18c758999195774
[ "MIT" ]
null
null
null
oscomp/build/asm/getppid.asm
wei-huan/MyOS
0592dd73fd9768a9a69975f7d18c758999195774
[ "MIT" ]
null
null
null
/home/weihuan/Documents/testsuits-for-oskernel-preliminary/riscv-syscalls-testing/user/build/riscv64/getppid: file format elf64-littleriscv Disassembly of section .text: 0000000000001000 <_start>: .section .text.entry .globl _start _start: mv a0, sp 1000: 850a mv a0,sp tail __start_m...
35.717322
143
0.476631
ae722d089307eae9ccb8430212873cb6d21876ba
193
asm
Assembly
ffight/lcs/boss/44.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
ffight/lcs/boss/44.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
ffight/lcs/boss/44.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 007520 move.w A1, ($44,A3) [boss+40, enemy+40] 007524 rts [boss+44, enemy+44] copyright zengfr site:http://github.com/zengfr/romhack
27.571429
54
0.735751
4418b368ed689e263dc565db5615b3bbd3724a3e
1,157
asm
Assembly
_build/dispatcher/jmp_ippsECCPInitStd256r1_2cf70954.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
1
2021-10-04T10:21:54.000Z
2021-10-04T10:21:54.000Z
_build/dispatcher/jmp_ippsECCPInitStd256r1_2cf70954.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
null
null
null
_build/dispatcher/jmp_ippsECCPInitStd256r1_2cf70954.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
null
null
null
extern m7_ippsECCPInitStd256r1:function extern n8_ippsECCPInitStd256r1:function extern y8_ippsECCPInitStd256r1:function extern e9_ippsECCPInitStd256r1:function extern l9_ippsECCPInitStd256r1:function extern n0_ippsECCPInitStd256r1:function extern k0_ippsECCPInitStd256r1:function extern ippcpJumpIndexForMergedLibs exter...
29.666667
107
0.809853
d2a6bd6297fd4ef5e3f6058a8c6d059e4c9e15d5
691
asm
Assembly
SLIDE_Why.asm
XlogicX/CactusCon2017
d4cc716169dc8c6c2956c57079eb64342d5432bf
[ "BSD-2-Clause" ]
2
2018-12-23T17:19:34.000Z
2019-08-23T16:15:57.000Z
SLIDE_Why.asm
XlogicX/CactusCon2017
d4cc716169dc8c6c2956c57079eb64342d5432bf
[ "BSD-2-Clause" ]
null
null
null
SLIDE_Why.asm
XlogicX/CactusCon2017
d4cc716169dc8c6c2956c57079eb64342d5432bf
[ "BSD-2-Clause" ]
null
null
null
%include 'textmode.h' call draw_border mov di, 160 * 2 + 8 ;where to place cursor mov si, line01 ;fetch the text mov ah, 0x0A ;color call slide_line call wait_loop mov di, 160 * 4 + 8 ;where to place cursor mov si, line02 ;fetch the text call slide_line call wait_loop mov di, 160 * 6 + 8 ;where to pl...
19.194444
57
0.70767
be0eeb5cb2323b9216c8dd84d0f6d983596c7d3a
18,607
asm
Assembly
src/room_battle/level_sequence.asm
gbcompo21/shock-lobster
28e7fb19c671b9086c07eabfb96dff4945e5ceac
[ "Zlib" ]
7
2021-11-20T12:41:42.000Z
2021-12-07T21:16:58.000Z
src/room_battle/level_sequence.asm
gbcompo21/shock-lobster
28e7fb19c671b9086c07eabfb96dff4945e5ceac
[ "Zlib" ]
1
2021-11-22T05:59:40.000Z
2021-11-22T05:59:40.000Z
src/room_battle/level_sequence.asm
gbcompo21/shock-lobster
28e7fb19c671b9086c07eabfb96dff4945e5ceac
[ "Zlib" ]
1
2021-10-02T17:49:19.000Z
2021-10-02T17:49:19.000Z
; ; Level sequence handling for Shock Lobster ; ; Copyright 2021 Dave VanEe ; ; This software is provided 'as-is', without any express or implied ; warranty. In no event will the authors be held liable for any damages ; arising from the use of this software. ; ; Permission is granted to anyone to use this software fo...
29.073438
94
0.667759
4fc53d116ccc1f9126ae2ec25f5a25104f1766dd
473
asm
Assembly
src/keyboard/ps2_ascii_keymaps.asm
Q-Bert-Reynolds/gun-hockey-gb
360eae9adfffc9f619f891facf0c83e846f372b5
[ "MIT" ]
1
2021-06-04T15:47:25.000Z
2021-06-04T15:47:25.000Z
src/keyboard/ps2_ascii_keymaps.asm
Q-Bert-Reynolds/gbedit
d74e7f3527531ae1e4f34df794ba1cd1c5fe2069
[ "MIT" ]
null
null
null
src/keyboard/ps2_ascii_keymaps.asm
Q-Bert-Reynolds/gbedit
d74e7f3527531ae1e4f34df794ba1cd1c5fe2069
[ "MIT" ]
null
null
null
PS2toASCIIKeymap: DB "??????????????`?";00-0F DB "?????q1???zsaw2?";10-1F DB "?cxde43?? vftr5?";20-2F DB "?nbhgy6???mju78?";30-3F DB "?,kio09??./l;p-?";40-4F DB "??'?[=????\n]?\\??";50-5F ;keypad DB "?????????1?47???";60-6F DB "0.2568???+3-*9??";70-7F PS2toASCIIShiftedKeymap: DB "??????????????~?";00-0F DB "?????Q!???...
24.894737
30
0.471459
41210bb8fe0509a414e08b626f26a18128143ad4
879
asm
Assembly
programs/oeis/283/A283049.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/283/A283049.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/283/A283049.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A283049: Numbers of configurations of A'Campo forests with co-dimension 1 and degree n>0. ; 0,4,48,480,4560,42504,393120,3624768,33390720,307618740,2835722032,26162863584,241614915360,2233533229200,20667453710400,191422799835264,1774573628661504,16465220088660432,152894968403313600,1420856831349155200,132135370972866...
87.9
729
0.901024
41c6beee606d93870a653c336b4e997786935123
7,746
asm
Assembly
from-c-to-opcode/addition.asm
kopytjuk/learn-8051
2ce33d84aa07e122b3c3479b723d0219aa763923
[ "MIT" ]
null
null
null
from-c-to-opcode/addition.asm
kopytjuk/learn-8051
2ce33d84aa07e122b3c3479b723d0219aa763923
[ "MIT" ]
null
null
null
from-c-to-opcode/addition.asm
kopytjuk/learn-8051
2ce33d84aa07e122b3c3479b723d0219aa763923
[ "MIT" ]
1
2021-11-30T09:45:09.000Z
2021-11-30T09:45:09.000Z
;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 3.9.0 #11195 (MINGW64) ;-------------------------------------------------------- .module addition .optsdcc -mmcs51 --model-small ;-------------------------------------------------------- ; P...
21.943343
61
0.469533
a460c50b3116af285d2b07cd7d3de9969ae94f78
753
asm
Assembly
tests/docs_examples/po_mmu.asm
cizo2000/sjasmplus
615d7c0e09a44aa2a923095fc9ed6dca6ecae4a4
[ "BSD-3-Clause" ]
220
2016-10-22T19:44:39.000Z
2022-03-29T20:57:04.000Z
tests/docs_examples/po_mmu.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
153
2018-05-07T10:31:23.000Z
2022-03-30T04:35:59.000Z
tests/docs_examples/po_mmu.asm
ped7g/sjasmplus
487635c8057cd5594c372d9b70bc00a3f3a1ecc4
[ "BSD-3-Clause" ]
51
2016-05-12T21:27:36.000Z
2022-03-27T15:16:16.000Z
DEVICE ZXSPECTRUM128 : LABELSLIST "po_mmu.lbl" ; to check label pages MMU 1 3, 5 ; maps slots 1, 2, 3 with pages 5, 6, 7 ORG 0xBFFF label1_p6: scf ; last byte of page 6 (in slot 2) label2_p7: scf ; first byte of page 7 (in slot 3) MMU 3 e, 0 ; page 0 into slot 3, write beyond slot ...
50.2
90
0.641434
3b38f095c152469201e6ebd5860001cd8ed73d1c
980
asm
Assembly
programs/oeis/051/A051124.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/051/A051124.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/051/A051124.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A051124: a(n) = Fibonacci(n) XOR Fibonacci(n+1). ; Coded manually 2021-03-30 by Simon Strandgaard, https://github.com/neoneye ; 1,0,3,1,6,13,5,24,55,21,110,201,121,400,795,441,1510,3109,6733,2616,12463,28653,10974,56017,102449,65312,206195,402993,197062,748189,1587445,3520472,1374951,6472453,14403630,7282041,26431433...
31.612903
192
0.688776
dab40e5e870b5dd3e3b2a476083108142cb9f0b4
311
asm
Assembly
s2/sfx-original/A0 - Jump.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
9
2017-10-09T20:28:45.000Z
2021-06-29T21:19:20.000Z
s2/sfx-original/A0 - Jump.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
12
2018-08-01T13:52:20.000Z
2022-02-21T02:19:37.000Z
s2/sfx-original/A0 - Jump.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
2
2018-02-17T19:50:36.000Z
2019-10-30T19:28:06.000Z
Sound20_Jump_Header: smpsHeaderStartSong 2 smpsHeaderVoiceNull smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cPSG1, Sound20_Jump_PSG1, $F4, $00 ; PSG1 Data Sound20_Jump_PSG1: smpsPSGvoice $00 dc.b nF2, $05 smpsModSet $02, $01, $F8, $65 dc.b nBb2, $15 smpsStop
19.4375
56
0.723473
29c0396e1cd975f3c3e7f34d58f2061387ccb3a4
2,254
asm
Assembly
programs/oeis/168/A168631.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/168/A168631.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/168/A168631.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A168631: a(n) = n^6*(n^7 + 1)/2. ; 0,1,4128,797526,33556480,610359375,6530370336,48444564028,274878038016,1270933179885,5000000500000,17261356957746,53496604182528,151437555709531,396857390391840,973097539875000,2251799822073856,4952289028521753,10411482449841696,21026491754651470,40960000032000000,77236188912442791,...
204.909091
2,150
0.931233
c24432b16ba37b6ceafbc750e250908113cef53d
1,067
asm
Assembly
src/util/icon/asm_digit.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/icon/asm_digit.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/icon/asm_digit.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
* Sprite digit * * Mode 4 * +|-------------------+ * -w w wwwww w- * |ww ww www w ww| * |ww ww ww ww| * |ww ww ww ww| * |ww ww ww ww| * |w www w ww ww| * | wwwww wwww w w | * | ww w wwww w| * | ww ww ww| * | ww ww ww| * | ww ww ww| * | ...
17.209677
24
0.508903
959d9c12ee467dc6d74c086d59f6452041c67ec1
358
asm
Assembly
oeis/128/A128174.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/128/A128174.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/128/A128174.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A128174: Transform, (1,0,1,...) in every column. ; Submitted by Jamie Morken(m3) ; 1,0,1,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0 lpb $0 add $1,1 sub $0,$1 lpe ...
27.538462
201
0.539106
677a0cc839e925e8e7670cc543e73ca82c50fd91
40,908
asm
Assembly
user/ls.asm
Pallavi-Pamulapati/Modified-xv6
5365a34dc7d755d61d0de9b3f2d5a68d052d57de
[ "MIT-0" ]
null
null
null
user/ls.asm
Pallavi-Pamulapati/Modified-xv6
5365a34dc7d755d61d0de9b3f2d5a68d052d57de
[ "MIT-0" ]
null
null
null
user/ls.asm
Pallavi-Pamulapati/Modified-xv6
5365a34dc7d755d61d0de9b3f2d5a68d052d57de
[ "MIT-0" ]
null
null
null
user/_ls: file format elf64-littleriscv Disassembly of section .text: 0000000000000000 <fmtname>: 0: 7179 addi sp,sp,-48 2: f406 sd ra,40(sp) 4: f022 sd s0,32(sp) 6: ec26 sd s1,24(sp) 8: e84a sd s2,16(sp) a: e44e ...
35.448873
62
0.470348
ed351656d8114db58dd277ee2530208c2900ceed
219
asm
Assembly
libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_fzx_tty_z88dk/zx_01_output_fzx_tty_z88dk_29_right.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_fzx_tty_z88dk/zx_01_output_fzx_tty_z88dk_29_right.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_fzx_tty_z88dk/zx_01_output_fzx_tty_z88dk_29_right.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_driver SECTION code_driver_terminal_output PUBLIC zx_01_output_fzx_tty_z88dk_29_right EXTERN zx_01_output_fzx_proc_move_right defc zx_01_output_fzx_tty_z88dk_29_right = zx_01_output_fzx_proc_move_right
21.9
75
0.922374
1ace8f2cadbe66dac65f91fb7857c553e8f879ed
8,253
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1568.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.log_21829_1568.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.log_21829_1568.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 %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x19f71, %rbp nop nop nop nop nop and $60096, %rdx mov $0x6162636465666768, %r11 movq %r11, %xmm2 vmovups %ymm2, (%rbp) nop nop nop nop nop add $24680, %r9 lea addresses_D_ht+0...
32.11284
2,999
0.659639
18acff6bf19b129f9f612a3adf2847c36611d028
132,423
asm
Assembly
Appl/Bindery/Article/articleArticle.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Appl/Bindery/Article/articleArticle.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Appl/Bindery/Article/articleArticle.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-1994 -- All Rights Reserved PROJECT: GEOS MODULE: Studio FILE: articleArticle.asm ROUTINES: Name Description ---- ----------- INT GetRegionPos Get the position of a region INT A...
27.146986
80
0.616222
a0a90db1d0d60754322e8f5c2cb61d899fb8be49
585
asm
Assembly
libsrc/enterprise/exos_capture_channel.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
libsrc/enterprise/exos_capture_channel.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
libsrc/enterprise/exos_capture_channel.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
; ; Enterprise 64/128 specific routines ; by Stefano Bodrato, 2011 ; ; exos_capture_channel(unsigned char main_channel, unsigned char secondary_channel); ; ; ; $Id: exos_capture_channel.asm,v 1.3 2016-06-19 20:17:32 dom Exp $ ; SECTION code_clib PUBLIC exos_capture_channel PUBLIC _exos_capture_channel EXTER...
18.870968
84
0.774359
e6f372897a2f0fb7f069c9d5ac5e171a0ce70e0f
549
asm
Assembly
signal comparator.asm
earthperson/TIS-100
89343834804ed57b786911bb4626b75092059522
[ "MIT" ]
null
null
null
signal comparator.asm
earthperson/TIS-100
89343834804ed57b786911bb4626b75092059522
[ "MIT" ]
null
null
null
signal comparator.asm
earthperson/TIS-100
89343834804ed57b786911bb4626b75092059522
[ "MIT" ]
null
null
null
#walkthrough/23.jpg #SIGNAL COMPARATOR #READ A VALUE FROM IN #WRITE 1 TO OUT.G IF IN > 0 #WRITE 1 TO OUT.E IF IN = 0 #WRITE 1 TO OUT.L IF IN < 0 #WHEN A 1 IS NOT WRITTEN TO AN OUTPUT, WRITE A 0 INSTEAD MOV UP, DOWN MOV UP, DOWN MOV UP, RIGHT MOV LEFT, ACC JGZ POSITIVE JLZ OMMITED JEZ OMMITED POSITIVE: MOV 1, DOWN...
11.4375
56
0.708561
c20bc063966186acbe48195736fcfdadb096bbc6
5,991
asm
Assembly
8088/demo/100line/l100.asm
reenigne/reenigne
c3eb8b31d7964e78bbe44908987d4be052a74488
[ "Unlicense" ]
92
2015-04-10T17:45:11.000Z
2022-03-30T17:58:51.000Z
8088/demo/100line/l100.asm
MS-DOS-stuff/reenigne
0a113990aef398550c6f14d1c7a33af1cb091887
[ "Unlicense" ]
2
2017-11-05T07:21:35.000Z
2018-11-04T23:36:13.000Z
8088/demo/100line/l100.asm
MS-DOS-stuff/reenigne
0a113990aef398550c6f14d1c7a33af1cb091887
[ "Unlicense" ]
18
2015-04-11T20:32:44.000Z
2021-11-06T05:19:57.000Z
org 0x100 cpu 8086 demoAPI EQU 0F8h ; Determine if loader is present, and abort if not ; First, check to see if the API is even present. ; If not, don't try to call anything since it will hang the system. xor bx,bx mov es,bx mov di,(demoAPI * 4)+2 ;check to see if our INT is empty cmp [word es:di]...
23.22093
89
0.527625
46421f0f70c5580ca9b13dff8632c9224833230f
5,339
asm
Assembly
ecdsa128/src/SHA1_src/SHA1_VS/src/SHA_short.asm
FloydZ/Crypto-Hash
2635450fb16d4d8dc4578d6539cc25ce599f7e21
[ "MIT" ]
11
2015-03-17T10:31:23.000Z
2022-01-21T17:42:43.000Z
ecdsa128/src/SHA1_src/SHA1_VS/src/SHA_short.asm
0xFF1E071F/Crypto-Hash
2635450fb16d4d8dc4578d6539cc25ce599f7e21
[ "MIT" ]
null
null
null
ecdsa128/src/SHA1_src/SHA1_VS/src/SHA_short.asm
0xFF1E071F/Crypto-Hash
2635450fb16d4d8dc4578d6539cc25ce599f7e21
[ "MIT" ]
6
2018-01-29T16:06:36.000Z
2021-05-08T19:22:24.000Z
; Very simple wrapper for SHA1ShortMsg.txt ; ; Note: ; First message on list has length ZERO, however its represented in test vectors as string 00. ; This wrapper reads *ONLY* messages and valid hashes from test vectors, THE LENGHT OF MESSAGES ; IS DIRECTLY COMPUTED AS NUMBERS OF BYTES READ. ; Thats why it uses additio...
17.278317
118
0.686271
c584fe77132f222dc01a1a96eaa2ee2f0890f6d5
4,062
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_147_215.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_147_215.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_147_215.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x9921, %rbp nop nop nop nop cmp %rbx, %rbx mov (%rbp), %rsi nop nop nop nop and %r15, %r15 lea addresses_A_ht+0x19d41, %rdx clflush (%rdx) nop nop nop cmp $44640, %...
22.692737
440
0.649188
0576095ffdb65ff279c432318ebd71627a4bfffe
998
asm
Assembly
programs/oeis/004/A004959.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/004/A004959.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/004/A004959.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A004959: a(n) = ceiling(n*phi^4), where phi is the golden ratio, A001622. ; 0,7,14,21,28,35,42,48,55,62,69,76,83,90,96,103,110,117,124,131,138,144,151,158,165,172,179,186,192,199,206,213,220,227,234,240,247,254,261,268,275,282,288,295,302,309,316,323,329,336,343,350,357,364,371,377,384,391,398,405,412,419,425,432,439...
23.761905
384
0.557114
94e791ec04251e141821842898c4408481ff121f
222
asm
Assembly
LearnAssembly/chap3/memory.asm
wisemountain/wise.learn
a8e1343a7d5fd791a3327c108268f752e56b63d7
[ "MIT" ]
3
2021-04-23T04:01:55.000Z
2021-09-20T12:47:53.000Z
LearnAssembly/chap3/memory.asm
wisemountain/wise.learn
a8e1343a7d5fd791a3327c108268f752e56b63d7
[ "MIT" ]
null
null
null
LearnAssembly/chap3/memory.asm
wisemountain/wise.learn
a8e1343a7d5fd791a3327c108268f752e56b63d7
[ "MIT" ]
null
null
null
segment .data a dd 4 b dd 4.4 c times 10 dd 0 d dw 1, 2 e db 0xfb f db "hello world", 0 segment .bss g resd 1 h resd 10 i resb 100 segment .text global _start _start: mov eax, 60 mov ebx, 0 syscall
11.1
22
0.626126
fc9066ddcbedbe6b1db049e105ffa322c50a95b5
172
asm
Assembly
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_empty.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_empty.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_empty.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; int b_array_empty(b_array_t *a) SECTION code_adt_b_array PUBLIC b_array_empty defc b_array_empty = asm_b_array_empty INCLUDE "adt/b_array/z80/asm_b_array_empty.asm"
15.636364
47
0.825581
356f9f4839932f62adfe1f09ba019317be186732
723
asm
Assembly
programs/oeis/010/A010060.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/010/A010060.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/010/A010060.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A010060: Thue-Morse sequence: let A_k denote the first 2^k terms; then A_0 = 0 and for k >= 0, A_{k+1} = A_k B_k, where B_k is obtained from A_k by interchanging 0's and 1's. ; 0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1...
80.333333
501
0.547718
ff0e79366c7e7c8c0f6c85cf7659ddcb959cbf97
673
asm
Assembly
oeis/165/A165312.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/165/A165312.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/165/A165312.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A165312: a(0)=1, a(1)=5, a(n)=11*a(n-1)-25*a(n-2) for n>1. ; Submitted by Jamie Morken(s2) ; 1,5,30,205,1505,11430,88105,683405,5314830,41378005,322287305,2510710230,19560629905,152399173205,1187375157630,9251147403805,72078242501105,561581982417030,4375445744059705,34090353624231005,265607746265048430,20694263683097...
44.866667
479
0.812779
69f1b1c2b1e13e1da9dfa94925c61e2fdc7c0e61
7,291
asm
Assembly
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_21829_673.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_21829_673.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_21829_673.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 %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1b370, %rdx nop and $1132, %r11 mov (%rdx), %bp nop nop nop nop add $22724, %r10 lea addresses_D_ht+0x191b3, %rsi lea addresses_normal_ht+0x1475b, %rdi clflush (%rdi) inc %r...
35.393204
2,999
0.656563
0c04b977bdb62b00b1cd0433729c8ef8305f5c37
1,401
asm
Assembly
projects/VM/08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm
NanJerry/Nand2Tetris
ffb5aa17bba197f68802342bae98f5b9e699c24a
[ "MIT" ]
null
null
null
projects/VM/08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm
NanJerry/Nand2Tetris
ffb5aa17bba197f68802342bae98f5b9e699c24a
[ "MIT" ]
null
null
null
projects/VM/08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm
NanJerry/Nand2Tetris
ffb5aa17bba197f68802342bae98f5b9e699c24a
[ "MIT" ]
null
null
null
@ARG D = M @1 A = D + A D = M @SP M = M + 1 A = M - 1 M = D @SP M = M - 1 A = M D = M @THAT M = D @0 D = A @SP M = M + 1 A = M - 1 M = D @0 D = A @THAT D = M + D @R13 M = D @SP M = M - 1 A = M D = M @R13 A = M M = D @1 D = A @SP M = M + 1 A = M - 1 M = D @1 D = A @THAT D = M + D @R13 M = D @SP M = M - 1 A = M D = M @R1...
6.703349
17
0.401856
3080619be0b36c29f875b289e11e2cbdbd1975f7
3,765
asm
Assembly
src/tiles.asm
jardafis/CastleEscape
3deb573938109a8ea84277d83dd7a163588747a4
[ "BSD-3-Clause" ]
1
2022-01-07T07:10:55.000Z
2022-01-07T07:10:55.000Z
src/tiles.asm
jardafis/CastleEscape
3deb573938109a8ea84277d83dd7a163588747a4
[ "BSD-3-Clause" ]
null
null
null
src/tiles.asm
jardafis/CastleEscape
3deb573938109a8ea84277d83dd7a163588747a4
[ "BSD-3-Clause" ]
null
null
null
IF !_ZXN extern _tile0 extern _tileAttr extern setAttr public displayPixelTile public _displayTile public displayTile public setTileAttr #include "defs.inc" section CODE_2 ; ; Display the specified tile and attribute ...
22.410714
84
0.413546
d6b87653356a3f8d34fb96c92bdf8d3c406dcc84
8,209
asm
Assembly
code/transition.asm
sinusoid-studios/rhythm-land
6471f1d7b7d885bbb898888645ac291d45125134
[ "MIT" ]
11
2021-08-10T20:31:11.000Z
2021-12-28T11:57:03.000Z
code/transition.asm
sinusoid-studios/rhythm-land
6471f1d7b7d885bbb898888645ac291d45125134
[ "MIT" ]
null
null
null
code/transition.asm
sinusoid-studios/rhythm-land
6471f1d7b7d885bbb898888645ac291d45125134
[ "MIT" ]
1
2021-10-02T17:49:10.000Z
2021-10-02T17:49:10.000Z
INCLUDE "constants/hardware.inc" INCLUDE "constants/other-hardware.inc" INCLUDE "constants/actors.inc" INCLUDE "constants/transition.inc" INCLUDE "constants/interrupts.inc" INCLUDE "macros/misc.inc" SECTION "Screen Transition Variables", HRAM ; Current state of the screen transition ; See constants/transition.inc for...
27.003289
84
0.601291
474e945a101949c17dfdf211bb5121ee113b3440
1,729
asm
Assembly
src/upcore/src/cfenv/msvc/x86_64/fetestexcept.x64.asm
upcaste/upcaste
8174a2f40e7fde022806f8d1565bb4a415ecb210
[ "MIT" ]
1
2018-09-17T20:50:14.000Z
2018-09-17T20:50:14.000Z
src/upcore/src/cfenv/msvc/x86_64/fetestexcept.x64.asm
jwtowner/upcaste
8174a2f40e7fde022806f8d1565bb4a415ecb210
[ "MIT" ]
null
null
null
src/upcore/src/cfenv/msvc/x86_64/fetestexcept.x64.asm
jwtowner/upcaste
8174a2f40e7fde022806f8d1565bb4a415ecb210
[ "MIT" ]
null
null
null
;; ;; Upcaste Performance Libraries ;; Copyright (C) 2012-2013 Jesse W. Towner ;; ;; Permission is hereby granted, free of charge, to any person obtaining ;; a copy of this software and associated documentation files (the ;; "Software"), to deal in the Software without restriction, including ;; without limitatio...
32.018519
74
0.690573
576997bda24455a76517151ed11cc5079f97ddf1
54,153
asm
Assembly
Palmtree.Math.Core.Sint/vs_build/x64_Debug/pmc_compare.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
Palmtree.Math.Core.Sint/vs_build/x64_Debug/pmc_compare.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
Palmtree.Math.Core.Sint/vs_build/x64_Debug/pmc_compare.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 include listing.inc INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES _DATA SEGMENT COMM uint_number_zero:QWORD COMM uint_number_one:QWORD _DATA ENDS msvcjmc SEGMENT __7B7A869E_ctype@h DB 01H __457DD326_basetsd@h DB 01H __4384A2D9_corecrt_memcpy_s@...
20.559226
109
0.629845
57c8cd5ac751320d2254ff9b0755b6929c1a6b14
845
asm
Assembly
programs/oeis/212/A212844.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/212/A212844.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/212/A212844.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A212844: 2^(n+2) mod n. ; 0,0,2,0,3,4,1,0,5,6,8,4,8,2,2,0,8,4,8,4,11,16,8,16,3,16,23,8,8,16,8,0,32,16,2,4,8,16,32,24,8,4,8,20,23,16,8,16,22,46,32,12,8,4,7,16,32,16,8,4,8,16,32,0,63,58,8,64,32,36,8,40,8,16,47,64,72,22,8,64,77,16,8,4,43,16,32,56,8,76,57,64,32,16,52,64,8,72,68,4,8,52,8,88,53,16,8,4,8,26,32,64,8,28,82,64...
49.705882
696
0.616568
d6c4d87d1ff5cf5d734e2c07ef225819d1d9a47d
566
asm
Assembly
programs/oeis/198/A198479.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/198/A198479.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/198/A198479.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A198479: 10^n*n^10. ; 0,10,102400,59049000,10485760000,976562500000,60466176000000,2824752490000000,107374182400000000,3486784401000000000,100000000000000000000,2593742460100000000000,61917364224000000000000,1378584918490000000000000,28925465497600000000000000,576650390625000000000000000,10995116277760000000000000000...
70.75
502
0.90636
6fb562f773906aad4b82de65b305796f8e538045
1,005
asm
Assembly
six_factorial.asm
hilaltrfllu/VerySimpleCPU
b7209d8189edc0e96945446a73c30134402c5049
[ "MIT" ]
null
null
null
six_factorial.asm
hilaltrfllu/VerySimpleCPU
b7209d8189edc0e96945446a73c30134402c5049
[ "MIT" ]
null
null
null
six_factorial.asm
hilaltrfllu/VerySimpleCPU
b7209d8189edc0e96945446a73c30134402c5049
[ "MIT" ]
null
null
null
0: NAND 69 69 // 1's complement of 1 Alp Kaan Erer 1: ADDi 69 1 // 2's complement of 1 [69: -1] RecursiveFactorial 2: CPIi 70 100 // loc 1000 -> n 3: ADD 100 69 // n - 1 4: CP 71 100 // 71 -> n - 1 5: LTi 71 1 // n - 1 < 1 6: ADDi 70 1 // loc 1000 ++ 7: BZJ 72 71 // if n-1 > 1 go to loc 2...
35.892857
72
0.545274
28b6d6a5a3d6a39f85441d5266f22b91057b2742
737
asm
Assembly
programs/oeis/188/A188188.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/188/A188188.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/188/A188188.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A188188: Positions of 0 in A188187; complement of A004958. ; 1,2,3,4,6,7,8,10,11,12,14,15,16,18,19,20,21,23,24,25,27,28,29,31,32,33,35,36,37,38,40,41,42,44,45,46,48,49,50,52,53,54,55,57,58,59,61,62,63,65,66,67,69,70,71,72,74,75,76,78,79,80,82,83,84,86,87,88,90,91,92,93,95,96,97,99,100,101,103,104,105,107,108,109 mov...
19.394737
254
0.522388
b622dc69de4b13507162b072a98546db407933f4
512
asm
Assembly
programs/oeis/153/A153152.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/153/A153152.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/153/A153152.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A153152: Rotated binary incrementing: For n<2 a(n)=n, if n=(2^k)-1, a(n)=(n+1)/2, otherwise a(n)=n+1. ; 0,1,3,2,5,6,7,4,9,10,11,12,13,14,15,8,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,16,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,32,65,66,67,68,69,70,71,72,73,74,75...
32
292
0.603516
72f67d0f14e065178c7cb37a52ce70dd77412e0a
13,559
asm
Assembly
P6/data_P6_2/b_cp1_test3.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
1
2022-01-23T09:24:47.000Z
2022-01-23T09:24:47.000Z
P6/data_P6_2/b_cp1_test3.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
P6/data_P6_2/b_cp1_test3.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
lui $1,35428 ori $1,$1,2065 lui $2,21481 ori $2,$2,31609 lui $3,26197 ori $3,$3,26088 lui $4,18591 ori $4,$4,47439 lui $5,31720 ori $5,$5,58599 lui $6,53106 ori $6,$6,43597 mthi $1 mtlo $2 sec0: nop nop nop blez $4,yes0 nop no0:addiu $k1,$k1,1 yes0:addiu $k0,$k0,1 sec1: nop nop or $4,$4,$1 blez $4,yes1 nop n...
11.89386
22
0.614647
cc9a6c00175da4161739dd14311d890a6be06c51
812
asm
Assembly
oeis/142/A142937.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/142/A142937.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/142/A142937.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A142937: Primes congruent to 27 mod 64. ; Submitted by Jon Maiga ; 283,347,859,1051,1307,1499,1627,2011,2203,2267,2459,2843,2971,3163,3547,3739,3803,3931,4507,5147,5531,5659,5851,6043,6299,6427,6491,6619,7451,7643,7963,8219,8539,8731,8923,9371,9883,10139,10267,10331,10459,10651,11483,11867,12251,12379,12763,13147,133...
36.909091
501
0.732759
e5a47343aff9c8ba9d8d9153fbbbbc66cd31d734
699
asm
Assembly
oeis/259/A259968.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/259/A259968.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/259/A259968.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A259968: a(n) = a(n-1) + a(n-2) + a(n-4), with a(1)=1, a(2)=1, a(3)=3, a(4)=6. ; Submitted by Jon Maiga ; 1,1,3,6,10,17,30,53,93,163,286,502,881,1546,2713,4761,8355,14662,25730,45153,79238,139053,244021,428227,751486,1318766,2314273,4061266,7127025,12507057,21948355,38516678,67592058,118615793,208156206,365288677,641...
46.6
493
0.763948
621cfc8312ea967991a30b62f20081aae7263147
141
asm
Assembly
travis/test/coffalign.asm
johannkoenig/nasm
47918f69201058980d793230e993d59be0522c84
[ "BSD-2-Clause" ]
1,052
2018-12-07T19:57:03.000Z
2022-03-31T07:06:00.000Z
travis/test/coffalign.asm
johannkoenig/nasm
47918f69201058980d793230e993d59be0522c84
[ "BSD-2-Clause" ]
17
2020-07-02T10:40:48.000Z
2022-02-02T20:21:33.000Z
travis/test/coffalign.asm
johannkoenig/nasm
47918f69201058980d793230e993d59be0522c84
[ "BSD-2-Clause" ]
138
2019-10-03T23:11:37.000Z
2022-03-28T20:16:27.000Z
section .text align=64 foo: nop nop nop ret section .data align=64 bar: db 0, 1, 2 section .text align=32 baz: nop nop nop ret
7.833333
23
0.652482
ac92e75390c9340188f8e5a37ad6bea6db18196c
403
asm
Assembly
programs/oeis/290/A290026.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/290/A290026.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/290/A290026.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A290026: Number of 3-cycles in the n-halved cube graph. ; 0,0,4,32,160,640,2240,7168,21504,61440,168960,450560,1171456,2981888,7454720,18350080,44564480,106954752,254017536,597688320,1394606080,3229614080,7428112384,16978542592,38587596800,87241523200,196293427200,439697276928,980863156224 add $0,1 mov $3,2 pow $3,$...
25.1875
234
0.754342
f88c3dd1d8487e9c875709e38c86b48059cb49ad
752
asm
Assembly
oeis/294/A294300.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/294/A294300.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/294/A294300.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A294300: Sum of the fifth powers of the parts in the partitions of n into two distinct parts. ; 0,0,33,244,1300,4182,12201,27984,61776,117700,220825,374100,630708,985194,1539825,2266432,3347776,4708584,6657201,9033300,12333300,16256350,21571033,27758544,35970000,45364332,57617001,71428084,89176276,108928050,133987425...
39.578947
498
0.779255
73c2afa0d199d4e75833aedf16047f34b296f042
798
asm
Assembly
libsrc/graphics/xordrawb_callee.asm
rjcorrig/z88dk
c49c26bb232c17ea5a45d21bb81b6343572b7f4c
[ "ClArtistic" ]
null
null
null
libsrc/graphics/xordrawb_callee.asm
rjcorrig/z88dk
c49c26bb232c17ea5a45d21bb81b6343572b7f4c
[ "ClArtistic" ]
null
null
null
libsrc/graphics/xordrawb_callee.asm
rjcorrig/z88dk
c49c26bb232c17ea5a45d21bb81b6343572b7f4c
[ "ClArtistic" ]
null
null
null
; ; Z88 Graphics Functions - Small C+ stubs ; ; Written around the Interlogic Standard Library ; ; ; ----- void __CALLEE__ xordrawb(int x, int y, int h, int v) ; ; $Id: xordrawb_callee.asm $ ; SECTION code_graphics PUBLIC xordrawb_callee PUBLIC _xordrawb_callee PUBLIC ASMDISP_...
17.733333
60
0.605263
d757a213d77c216ae31a4996f59ce0be2d5fd5d6
4,051
asm
Assembly
bahamut/source/macros.asm
higan-emu/bahamut-lagoon-translation-kit
6f08de5b92b597c0b9ecebd485cc975b99acfc13
[ "0BSD" ]
2
2021-08-15T04:10:10.000Z
2021-08-15T20:14:13.000Z
bahamut/source/macros.asm
higan-emu/bahamut-lagoon-translation-kit
6f08de5b92b597c0b9ecebd485cc975b99acfc13
[ "0BSD" ]
1
2022-02-16T02:46:39.000Z
2022-02-16T04:30:29.000Z
bahamut/source/macros.asm
higan-emu/bahamut-lagoon-translation-kit
6f08de5b92b597c0b9ecebd485cc975b99acfc13
[ "0BSD" ]
1
2021-12-25T11:34:57.000Z
2021-12-25T11:34:57.000Z
//used to allocate unique memory addresses for all variables inline variable(variable size, define name) { //the address is constant, but the data at the address in variable (mutable) constant {name} = sramCursor sramCursor = sramCursor + size } //implements modulo counters that do not need to be initialized bef...
26.305195
90
0.545791
d55f3c54e9792058c9a6625f897979d0fd9327dc
1,243
asm
Assembly
uti/erwin.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
uti/erwin.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
uti/erwin.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; write out error, wait for a keystroke and die section utility include dev8_keys_qdos_io include dev8_keys_qlv xdef ut_erwin xref gu_iow xref gu_die xref met_erms ;+++ ; Write an error to a given channel (which is redefined by this routine) ; wai...
26.446809
72
0.47144
91b5f175cb2b2d934d3fff95e8fe95e894d5108b
269
asm
Assembly
boot/print.asm
404Dev-404/lychee
fe2081e996ac3bcfe6ad6ab10263869d6c138a18
[ "BSD-3-Clause" ]
null
null
null
boot/print.asm
404Dev-404/lychee
fe2081e996ac3bcfe6ad6ab10263869d6c138a18
[ "BSD-3-Clause" ]
null
null
null
boot/print.asm
404Dev-404/lychee
fe2081e996ac3bcfe6ad6ab10263869d6c138a18
[ "BSD-3-Clause" ]
null
null
null
print: pusha start: mov al, [bx] cmp al, 0 je done mov ah, 0x0e int 0x10 add bx, 1 jmp start done: popa ret print_nl: pusha mov ah, 0x0e mov al, 0x0a int 0x10 mov al, 0x0d int 0x10 popa ret
8.966667
16
0.505576
572912e17e341e5b4eda043afde701e76c3215e3
453
asm
Assembly
programs/oeis/235/A235088.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/235/A235088.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/235/A235088.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A235088: a(n)*Pi is the total length of irregular spiral (center points: 1, 2, 3, 4) after n rotations. ; 3,6,17,28,47,66,93,120,155,190,233,276,327,378,437,496,563,630,705,780,863,946,1037,1128,1227,1326,1433,1540,1655,1770,1893,2016,2147,2278,2417,2556,2703,2850,3005,3160,3323,3486,3657,3828,4007,4186,4373,4560,475...
37.75
270
0.715232
6ad7df956f63245cefca6329d9622c13af4b2f81
56,941
asm
Assembly
cumote-dev/packet-sniffer/PacketSniffer.asm
vine77/cumotive
7577cc70377ba789223661a3e5cbda9baf46f862
[ "MIT" ]
null
null
null
cumote-dev/packet-sniffer/PacketSniffer.asm
vine77/cumotive
7577cc70377ba789223661a3e5cbda9baf46f862
[ "MIT" ]
null
null
null
cumote-dev/packet-sniffer/PacketSniffer.asm
vine77/cumotive
7577cc70377ba789223661a3e5cbda9baf46f862
[ "MIT" ]
null
null
null
;CodeVisionAVR C Compiler V1.25.9 Standard ;(C) Copyright 1998-2008 Pavel Haiduc, HP InfoTech s.r.l. ;http://www.hpinfotech.com ;Chip type : ATmega644 ;Program type : Application ;Clock frequency : 4.000000 MHz ;Memory model : Small ;Optimize for : Size ;(s)...
19.407294
207
0.56606
e547bb04386711acb937065158eba76ca7d413f3
952
asm
Assembly
programs/oeis/048/A048334.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/048/A048334.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/048/A048334.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A048334: a(n) in base 9 is a repdigit. ; 0,1,2,3,4,5,6,7,8,10,20,30,40,50,60,70,80,91,182,273,364,455,546,637,728,820,1640,2460,3280,4100,4920,5740,6560,7381,14762,22143,29524,36905,44286,51667,59048,66430,132860,199290,265720,332150,398580,465010,531440,597871,1195742,1793613,2391484,2989355,3587226,4185097,4782968,...
56
748
0.785714
1ea1407d1614e9e2c67890dbe2b6e5f5449a223f
19,952
asm
Assembly
engineMacros.asm
neilbaldwin/Pulsar
8cc11ab4cb4117dc44022b7645b02f777a672bf2
[ "BSD-2-Clause-FreeBSD" ]
11
2021-04-08T14:24:52.000Z
2022-03-25T00:45:27.000Z
engineMacros.asm
neilbaldwin/Pulsar
8cc11ab4cb4117dc44022b7645b02f777a672bf2
[ "BSD-2-Clause-FreeBSD" ]
3
2021-09-17T03:10:36.000Z
2021-09-17T03:16:45.000Z
engineMacros.asm
neilbaldwin/Pulsar
8cc11ab4cb4117dc44022b7645b02f777a672bf2
[ "BSD-2-Clause-FreeBSD" ]
1
2021-04-08T14:24:54.000Z
2021-04-08T14:24:54.000Z
;------------------------------------------------------------------------------- ; Echo ;------------------------------------------------------------------------------- .MACRO echoEffect _track .local _voice .IF (_track=0) _voice = 0 .ELSEIF (_track=1) _voice = 1 .ELSE _voice = 2 .ENDIF lda #SRA...
19.20308
80
0.625401
2f6d8fb508cf10da13bc68d386e902e725f5cd2f
420
asm
Assembly
programs/oeis/250/A250108.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/250/A250108.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/250/A250108.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A250108: n*(n-1)/2 mod 2 + n*(n-1)/2 - n*( (n-1) mod 2 ). ; 0,0,4,2,10,10,22,20,36,36,56,54,78,78,106,104,136,136,172,170,210,210,254,252,300,300,352,350,406,406,466,464,528,528,596,594,666,666,742,740,820,820,904,902,990,990,1082,1080,1176,1176,1276,1274,1378 mov $1,1 mov $2,$0 div $0,2 mul $0,2 sub $1,$2 add $1,1 ...
20
202
0.609524
f43c91abb6dff2a10d60d84473fe626227945bab
611
asm
Assembly
asm/testatoi.asm
pedroreissantos/pepe
444afc02359c31cfe24017dda49395016d94d43e
[ "BSD-3-Clause" ]
null
null
null
asm/testatoi.asm
pedroreissantos/pepe
444afc02359c31cfe24017dda49395016d94d43e
[ "BSD-3-Clause" ]
null
null
null
asm/testatoi.asm
pedroreissantos/pepe
444afc02359c31cfe24017dda49395016d94d43e
[ "BSD-3-Clause" ]
null
null
null
; PEPE gerado por 'lcc' (IST: prs 2005) ; 'rl' serve como frame-pointer e 'r0' como acumulador ; os registos 'r1' a 'r10' sao preservados nas chamadas ; USE: pepe asm/testatoi.asm -q -- 32 include atoi.asm include lib.asm ; global main ; TEXT main: ; ncalls=3 PUSH r10 PUSH rl MOV rl, sp ; P_argc EQU 6 ; P_argv EQU 8 M...
14.547619
55
0.693944
a22df833657a01a18fe502e9a7ab965e72c91ae3
380
asm
Assembly
programs/oeis/164/A164356.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/164/A164356.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/164/A164356.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A164356: Expansion of (1 - x^2)^4 / ((1 - x)^4 * (1 - x^4)) in powers of x. ; 1,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4,2,4,6,4 mov $2,$0 mul $2,5 div $2,2 pow $2,3 lp...
25.333333
201
0.505263
5a4e5777cc4369d3e38ad214c646b5011ceb50e4
738
asm
Assembly
programs/oeis/024/A024147.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/024/A024147.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/024/A024147.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A024147: a(n) = 12^n - n^7. ; 1,11,16,-459,4352,170707,2706048,35008265,427884544,5154997383,61907364224,742988883517,8916064616448,106993142630555,1283918359135360,15407021403726993,184884258626600960,2218611106330098319,26623333280273023872,319479999369729055109,3833759992446195122176,46005119909367900377571,552061...
82
657
0.895664
73d455332c1e40ae0dd79b995a38e68cbbdc3b3f
249
asm
Assembly
support/QtCreator/share/qtcreator/templates/wizards/projects/cppnasm/file.asm
agguro/nasm-support
f4e64dd47a5279cf7fc9cb6d1182626a5b9add62
[ "BSD-2-Clause" ]
6
2020-07-19T18:34:43.000Z
2022-03-26T10:21:09.000Z
support/QtCreator/share/qtcreator/templates/wizards/projects/cppnasm/file.asm
agguro/nasm-support
f4e64dd47a5279cf7fc9cb6d1182626a5b9add62
[ "BSD-2-Clause" ]
null
null
null
support/QtCreator/share/qtcreator/templates/wizards/projects/cppnasm/file.asm
agguro/nasm-support
f4e64dd47a5279cf7fc9cb6d1182626a5b9add62
[ "BSD-2-Clause" ]
3
2020-07-19T18:35:10.000Z
2021-07-25T17:34:50.000Z
;name: %{CN}.asm ; ;description: ; bits 64 %include "../%{Filename}/inc/%{CN}.inc" global %{CN} section .rodata hello: db "hello world.",10 .len: equ $-hello section .text %{CN}: syscall write, stdout,hello,hello.len ret
11.318182
39
0.590361
c5756897a53fed4e090860e780f593e55f3d0c71
2,019
asm
Assembly
base/mvdm/dos/v86/cmd/keyb/keybcpsd.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/mvdm/dos/v86/cmd/keyb/keybcpsd.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/mvdm/dos/v86/cmd/keyb/keybcpsd.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
PAGE ,132 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; (C) Copyright Microsoft Corp. 1987-1990 ; MS-DOS 5.00 - NLS Support - KEYB Command ; ; ; File Name: KEYBCPSD.ASM ; ---------- ; ; ; Description: ; ------------ ; Copies the SHARED_DATA_AREA into a part of memory that ; can be left resi...
20.602041
73
0.471025
aad68576b601f68be17fe7cfb5db1a2f73b67590
1,935
asm
Assembly
sys/arch/x86/boot/switch_pm.asm
NeoBSD/tunix
5ad8d4087a987140b6a7ec24402e5f0f6907b332
[ "BSD-2-Clause" ]
null
null
null
sys/arch/x86/boot/switch_pm.asm
NeoBSD/tunix
5ad8d4087a987140b6a7ec24402e5f0f6907b332
[ "BSD-2-Clause" ]
null
null
null
sys/arch/x86/boot/switch_pm.asm
NeoBSD/tunix
5ad8d4087a987140b6a7ec24402e5f0f6907b332
[ "BSD-2-Clause" ]
null
null
null
; Copyright (c) 2021, Tobias Hienzsch ; 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 conditions and t...
41.170213
77
0.743152
d6d191bb58134cb897ed3c3831fbae744ef63410
363
asm
Assembly
programs/oeis/083/A083097.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/083/A083097.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/083/A083097.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A083097: a(n) = A083096(n)/6. ; 0,2,5,6,14,15,18,20,41,42,45,47,54,56,59,60,122,123,126,128,135,137,140,141,162,164,167,168,176,177,180,182,365,366,369,371,378,380,383,384,405,407,410,411,419,420,423,425,486,488,491,492,500 cal $0,191107 ; Increasing sequence generated by these rules: a(1)=1, and if x is in a then ...
51.857143
193
0.68595
7984f28a3e2136ceb377065c97044ee4a6d0e167
46,324
asm
Assembly
test7.asm
ray5273/os_project4
1ed4cb594205baed90d821d5c4c93be26ec6a889
[ "MIT-0" ]
null
null
null
test7.asm
ray5273/os_project4
1ed4cb594205baed90d821d5c4c93be26ec6a889
[ "MIT-0" ]
null
null
null
test7.asm
ray5273/os_project4
1ed4cb594205baed90d821d5c4c93be26ec6a889
[ "MIT-0" ]
null
null
null
_test7: file format elf32-i386 Disassembly of section .text: 00000000 <thread>: void *stack[NTHREAD]; int tid[NTHREAD]; void *retval[NTHREAD]; int mem; void *thread(void *arg){ 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 08 sub $0x8,%esp /...
33.912152
60
0.427597
b7c1c0b273f9d93205d0cc51d4887d9024801691
942
asm
Assembly
programs/oeis/164/A164754.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/164/A164754.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/164/A164754.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A164754: Number of n X 2 1..4 arrays with all 1's connected, all 2's connected, all 3's connected, all 4's connected, 1 in the upper left corner, 2 in the upper right corner, 3 in the lower left corner, 4 in the lower right corner, and with no element having more than 2 neighbors with the same value. ; 1,8,25,50,83,1...
58.875
522
0.753715
75959888849e4666926d9ff7063ffe3de6cc13d6
12,679
nasm
Assembly
UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm
NHellFire/linuxboot-edk2
d7a09cb86a0416c099fa3a9e0fbe2c8f399b28de
[ "BSD-2-Clause" ]
2
2018-09-05T02:46:11.000Z
2020-04-14T08:38:31.000Z
UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm
NHellFire/linuxboot-edk2
d7a09cb86a0416c099fa3a9e0fbe2c8f399b28de
[ "BSD-2-Clause" ]
null
null
null
UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm
NHellFire/linuxboot-edk2
d7a09cb86a0416c099fa3a9e0fbe2c8f399b28de
[ "BSD-2-Clause" ]
null
null
null
;------------------------------------------------------------------------------ ; ; Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR> ; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD License ; which accompanies this distri...
29.762911
97
0.488367
eee8e73251fa740a57df93c7686ab2c4e971104b
205,310
asm
Assembly
Java/src/com/samuelyvon/BrainCramp/Compilation/nasm/out/mandelbrot.asm
SamuelYvon/BrainCramp
fe5ded5a395bca0b5bde671c49f65fbcbb069523
[ "MIT" ]
3
2017-05-01T10:42:59.000Z
2019-12-11T15:09:58.000Z
Java/src/com/samuelyvon/BrainCramp/Compilation/nasm/out/mandelbrot.asm
SamuelYvon/BrainCramp
fe5ded5a395bca0b5bde671c49f65fbcbb069523
[ "MIT" ]
null
null
null
Java/src/com/samuelyvon/BrainCramp/Compilation/nasm/out/mandelbrot.asm
SamuelYvon/BrainCramp
fe5ded5a395bca0b5bde671c49f65fbcbb069523
[ "MIT" ]
null
null
null
section .data buffer times 500 db 0 value db 0 section .text global _start _start: mov ESI , 0 ; PLUS mov AH , byte [buffer + ESI] ADD AH , 13 mov [buffer + ESI] , AH loop_start_1: mov AH , byte [buffer + ESI] cmp AH , 0 je loop_end_1 ; MINUS mov AH , byte [buffer + ESI] SUB AH , 1 mov [buffer + ESI] ,...
16.928595
29
0.614953
d78816bd0ddbf588f04a1e63ea4f949e117c410f
475
asm
Assembly
Lab01/Ex4.asm
frr0/Assembly-MIPS
7f31be107b1955b2eef5ceba4b65b68b107471c7
[ "MIT" ]
null
null
null
Lab01/Ex4.asm
frr0/Assembly-MIPS
7f31be107b1955b2eef5ceba4b65b68b107471c7
[ "MIT" ]
null
null
null
Lab01/Ex4.asm
frr0/Assembly-MIPS
7f31be107b1955b2eef5ceba4b65b68b107471c7
[ "MIT" ]
null
null
null
.data var: .word 0x3FFFFFF0 .text .globl main .ent main main: lw $t0, var add $t1, $t0, $t0 # prima somma move $a0, $t1 li $v0, 1 syscall addiu $t1, 40 ...
22.619048
57
0.294737
791d0bd88ed7335b97d02f6e3d0529a5ddd82620
369
asm
Assembly
programs/oeis/168/A168190.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/168/A168190.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/168/A168190.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A168190: a(n) = n^3*(n^9 + 1)/2. ; 0,1,2052,265734,8388640,122070375,1088391276,6920643772,34359738624,141214768605,500000000500,1569214189026,4458050224992,11649042562339,28346956189020,64873168947000,140737488357376,291311118617337,578415690716004,1106657459536510,2048000000004000,3677913755697951,6427501315529932 ...
41
284
0.815718
e69f481f30d9ae8441053d4c0496ef43b72eda3d
641
asm
Assembly
programs/oeis/069/A069131.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/069/A069131.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/069/A069131.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A069131: Centered 18-gonal numbers. ; 1,19,55,109,181,271,379,505,649,811,991,1189,1405,1639,1891,2161,2449,2755,3079,3421,3781,4159,4555,4969,5401,5851,6319,6805,7309,7831,8371,8929,9505,10099,10711,11341,11989,12655,13339,14041,14761,15499,16255,17029,17821,18631,19459,20305,21169,22051,22951,23869,24805,25759,2673...
71.222222
553
0.790952
38b09f6b62b5b23b4392c738eedd0cab85aba4bd
799
asm
Assembly
libsrc/_DEVELOPMENT/adt/b_array/z80/__array_at.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/b_array/z80/__array_at.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/b_array/z80/__array_at.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
SECTION code_adt_b_array PUBLIC __array_at EXTERN l_ltu_bc_hl __array_at: ; Return & array.data[idx] ; ; enter : hl = array * ; bc = idx ; ; exit : bc = idx ; de = array.size ; ; success ; ; hl = & array.data[idx] ; carry reset ...
15.98
65
0.406758
c2a0cc68d45dd46c7335dc90af6d454a6b54ea85
230
asm
Assembly
Super Mario/GetPixelSize32.asm
yonghenghuanmie/Super-Mario
25f977a7dc69dd0bde87a7ee14d9bd603006f36d
[ "Apache-2.0" ]
null
null
null
Super Mario/GetPixelSize32.asm
yonghenghuanmie/Super-Mario
25f977a7dc69dd0bde87a7ee14d9bd603006f36d
[ "Apache-2.0" ]
null
null
null
Super Mario/GetPixelSize32.asm
yonghenghuanmie/Super-Mario
25f977a7dc69dd0bde87a7ee14d9bd603006f36d
[ "Apache-2.0" ]
null
null
null
.386 .model flat,C .code GetPixelSize proc ID2D1Bitmap:ptr dword,D2D1_SIZE_U:ptr dword mov eax,D2D1_SIZE_U push eax mov eax,ID2D1Bitmap push eax mov eax,dword ptr [eax] add eax,14H call dword ptr [eax] ret GetPixelSize endp end
13.529412
61
0.791304