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
4e013f794f46b14fb21ad138c82ac868ded8efcc
1,538
asm
Assembly
src/kernel/hal/bits.asm
dgaur/dx
701232e4ba67036de7594f33c3f5445d0c49942f
[ "MIT" ]
null
null
null
src/kernel/hal/bits.asm
dgaur/dx
701232e4ba67036de7594f33c3f5445d0c49942f
[ "MIT" ]
null
null
null
src/kernel/hal/bits.asm
dgaur/dx
701232e4ba67036de7594f33c3f5445d0c49942f
[ "MIT" ]
null
null
null
// // bits.asm // // Miscellaneous logic for manipulating bits and bit-fields. The portions // here rely on specific x86 instructions/functionality // .text // // find_one_bit32() // // Find the lowest set/one bit within a 32-bit value. No side effects. // Returns a value in the range 0 - 31 on success, or 0xFFF...
18.53012
77
0.678153
15c8615f495667a258b228051f0adef569a46839
342
asm
Assembly
travis/test/smartalign16.asm
km2m/nasm
4c3798b7e6a1258122722d55d85ecd820721db5d
[ "BSD-2-Clause" ]
2,219
2018-03-26T02:57:34.000Z
2022-03-31T00:27:59.000Z
travis/test/smartalign16.asm
km2m/nasm
4c3798b7e6a1258122722d55d85ecd820721db5d
[ "BSD-2-Clause" ]
250
2018-02-02T23:16:57.000Z
2022-03-21T06:09:53.000Z
travis/test/smartalign16.asm
km2m/nasm
4c3798b7e6a1258122722d55d85ecd820721db5d
[ "BSD-2-Clause" ]
473
2019-03-24T16:34:23.000Z
2022-03-31T02:01:05.000Z
%use smartalign bits 16 alignmode nop, 32 add ax,ax align 32 alignmode generic, 32 add ax,ax align 32 alignmode k7, 32 add ax,ax align 32 alignmode k8, 32 add ax,ax align 32 alignmode p6, 32 add ax,ax align 32 add ecx,ecx align 32 add edx,edx align 128 add ebx,ebx align 256 add esi,esi al...
9.771429
22
0.690058
11f39fbe392bbf0cbd98c976c492bd1875deb102
819
asm
Assembly
libsrc/math/zxmath/sinh.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
8
2017-01-18T12:02:17.000Z
2021-06-12T09:40:28.000Z
libsrc/math/zxmath/sinh.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
1
2017-03-06T07:41:56.000Z
2017-03-06T07:41:56.000Z
libsrc/math/zxmath/sinh.asm
RC2014Z80/z88dk
e5b9447b970e5fae26544b6d8aa5957c98ba0e6a
[ "ClArtistic" ]
3
2017-03-07T03:19:40.000Z
2021-09-15T17:59:19.000Z
; ; ; ZX Maths Routines ; ; 21/03/03 - Stefano Bodrato ; ; $Id: sinh.asm,v 1.5 2016-06-22 19:59:18 dom Exp $ ; ;double sinh(double) ; e = exp(x) ; ; return ((e-1.0/e)/2) ; IF FORzx INCLUDE "zxfp.def" ENDIF IF FORzx81 INCLUDE "81fp.def" ENDIF IF FORlambda INCLUDE "lambdafp.def" ENDIF ...
15.166667
57
0.622711
fa70910e69c88616abe3d570811de32e42b675f1
300
asm
Assembly
oeis/021/A021935.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/021/A021935.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/021/A021935.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A021935: Decimal expansion of 1/931. ; 0,0,1,0,7,4,1,1,3,8,5,6,0,6,8,7,4,3,2,8,6,7,8,8,3,9,9,5,7,0,3,5,4,4,5,7,5,7,2,5,0,2,6,8,5,2,8,4,6,4,0,1,7,1,8,5,8,2,1,6,9,7,0,9,9,8,9,2,5,8,8,6,1,4,3,9,3,1,2,5,6,7,1,3,2,1,1,6,0,0,4,2,9,6,4,5,5,4,2 add $0,1 mov $2,10 pow $2,$0 mov $0,$2 div $0,931 mod $0,10
30
199
0.54
d2730ebeac81089d060b336e6eaff89d6bbf9c16
592
asm
Assembly
dasm/src/test/define_echo.asm
zeh/dasmjs
8af59ccbba4fd1f4c9404e6078dca6770e0b251b
[ "Naumen", "Condor-1.1", "MS-PL" ]
16
2017-01-08T18:10:59.000Z
2021-02-16T17:46:35.000Z
dasm/src/test/define_echo.asm
paul80nd/dasmjs
3530f5cfd0761a83bb4d2cb5ae0612fef44b9291
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
dasm/src/test/define_echo.asm
paul80nd/dasmjs
3530f5cfd0761a83bb4d2cb5ae0612fef44b9291
[ "Naumen", "Condor-1.1", "MS-PL" ]
4
2019-08-17T21:03:29.000Z
2020-12-04T14:48:13.000Z
; $Id: define_echo.asm 284 2008-11-07 01:05:04Z phf $ ; ; Test case for -D and -M options and echo pseudo-op. SOURCE_SYMBOL equ 255 IMPROPER_SYMBOL equ 127 processor 6502 echo "Defined in source file:" echo SOURCE_SYMBOL echo "Defined improperly in source file:" echo IMPROPER_SYMBOL echo "Defined exter...
26.909091
54
0.748311
4d49a8c4cf03ab6fec1076af319d8b058fc57640
1,006
asm
Assembly
basic/error/test.asm
hotkeysoft/cpu8085
b8a669d3d3358250e292d13e78768e80dbfad7fd
[ "MIT" ]
null
null
null
basic/error/test.asm
hotkeysoft/cpu8085
b8a669d3d3358250e292d13e78768e80dbfad7fd
[ "MIT" ]
null
null
null
basic/error/test.asm
hotkeysoft/cpu8085
b8a669d3d3358250e292d13e78768e80dbfad7fd
[ "MIT" ]
null
null
null
.module errortest .title Tests errorModule .include 'error.def' .include '..\io\io.def' .include '..\program\program.def' STACK == 0xFFFF ;SYSTEM STACK .area BOOT (ABS) .org 0x0000 RST0: DI LXI SP,STACK ;INITALIZE STACK JMP START ;********************************************************* ;* MAIN PRO...
14.371429
58
0.617296
189fe6ec49bfcc3dca96e3f3d604e62fa9fb1017
713
asm
Assembly
_maps/obj69a.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
null
null
null
_maps/obj69a.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
2
2019-06-13T14:26:59.000Z
2019-10-10T13:15:14.000Z
_maps/obj69a.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
null
null
null
; --------------------------------------------------------------------------- ; Sprite mappings - spinning platforms (SBZ) ; --------------------------------------------------------------------------- dc.w byte_15944-Map_obj69a, byte_1594F-Map_obj69a dc.w byte_1595A-Map_obj69a, byte_15965-Map_obj69a dc.w byt...
32.409091
78
0.447405
bf359ee566c1f58cb5a189d89f014fcac845814b
7,717
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_286.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_286.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_286.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 %r14 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1e51d, %r10 nop nop nop cmp $37901, %r11 and $0xffffffffffffffc0, %r10 vmovntdqa (%r10), %ymm1 vextracti128 $1, %ymm1, %xmm1 vpextrq $1, %xmm1, %r15 nop nop nop nop nop dec %...
32.020747
2,999
0.658416
19fa1d9e293cdf781d1de1ee70dea5b0b4d468a5
499
asm
Assembly
oeis/092/A092344.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/092/A092344.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/092/A092344.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A092344: a(0)=1; a(n) = sigma_2(n) + sigma_3(n). ; Submitted by Jamie Morken(w3) ; 1,2,14,38,94,152,302,394,670,848,1264,1454,2254,2368,3346,3788,5022,5204,7268,7222,9744,10132,12598,12698,17230,16402,20632,21260,26162,25232,33052,30754,38814,38516,45676,44644,57172,52024,63550,63244,75920,70604,89188 mov $2,$0 lpb ...
21.695652
221
0.633267
033f60abd72ff7b13c7fb6f5875daba7ca3a86d9
1,770
asm
Assembly
nasm assembly/assgnments/question4.asm
AI-Factor-y/NASM-library
5141901352a47b73e716e27d628bb719f1891092
[ "Apache-2.0" ]
null
null
null
nasm assembly/assgnments/question4.asm
AI-Factor-y/NASM-library
5141901352a47b73e716e27d628bb719f1891092
[ "Apache-2.0" ]
null
null
null
nasm assembly/assgnments/question4.asm
AI-Factor-y/NASM-library
5141901352a47b73e716e27d628bb719f1891092
[ "Apache-2.0" ]
null
null
null
section .data msg1 : db 'Enter first digit of first number :' l1 : equ $-msg1 msg2 : db 'Enter second digit of first number :' l2 : equ $-msg2 msg3 : db ' ',10 l3 : equ $-msg3 section .bss num11 : resb 1 num12 : resb 1 n1 : resb 1 n2 : resb 1 n3 : resb 1 junk : resb 1 junk1 : resb 1 junk2 : res...
10.858896
49
0.591525
b160e269838481fa87520abcc72ffb945f566b00
467
asm
Assembly
data/pokemon/base_stats/hoenn/corphish.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
null
null
null
data/pokemon/base_stats/hoenn/corphish.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
null
null
null
data/pokemon/base_stats/hoenn/corphish.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
null
null
null
db 0 ; 341 DEX NO db 43, 80, 65, 35, 50, 35 ; hp atk def spd sat sdf db WATER, WATER ; type db 205 ; catch rate db 111 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 15 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/hoenn/corphish/front.d...
21.227273
53
0.668094
5be4ec6ca0d2d3c67ce42006a5f354aa3b24d0d2
3,072
asm
Assembly
externals/mpir-3.0.0/mpn/x86/pentium/addmul_1.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
1
2018-08-14T03:52:21.000Z
2018-08-14T03:52:21.000Z
externals/mpir-3.0.0/mpn/x86/pentium/addmul_1.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
null
null
null
externals/mpir-3.0.0/mpn/x86/pentium/addmul_1.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
null
null
null
dnl Intel Pentium mpn_addmul_1 -- mpn by limb multiplication. dnl Copyright 1992, 1994, 1996, 1999, 2000, 2002 Free Software Foundation, dnl Inc. dnl dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU L...
22.423358
75
0.694987
281c2f635d0270e96c858b4548d5e53d54908b97
338
asm
Assembly
programs/oeis/081/A081199.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/081/A081199.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/081/A081199.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A081199: 5th binomial transform of (0,1,0,1,...), A000035. ; 0,1,10,76,520,3376,21280,131776,807040,4907776,29708800,179301376,1080002560,6496792576,39047864320,234555621376,1408407470080,8454739787776,50745618595840,304542431051776,1827529464217600 mov $1,6 pow $1,$0 mov $2,4 pow $2,$0 sub $1,$2 add $1,8 mul $1,2 s...
26
190
0.751479
bb712a8df076e4ca780832e99d3d7cf20f7ff979
1,574
asm
Assembly
modules/game.asm
formicant/Cuboid
ace0a43dbd0ac686e2f60eb31837f12c655ba61e
[ "MIT" ]
1
2021-11-05T00:18:17.000Z
2021-11-05T00:18:17.000Z
modules/game.asm
formicant/Cuboid
ace0a43dbd0ac686e2f60eb31837f12c655ba61e
[ "MIT" ]
null
null
null
modules/game.asm
formicant/Cuboid
ace0a43dbd0ac686e2f60eb31837f12c655ba61e
[ "MIT" ]
1
2021-11-05T00:19:07.000Z
2021-11-05T00:19:07.000Z
MODULE Game ; requires: Scr, Utils, Graphics, BgBuffer, Sprite start ld a, Scr.papBlk | Scr.inkWht | Scr.bright call Utils.setScreenAttr ; call Utils.drawBackground ; call Utils.drawBrightGrid call Blocks.drawLevel ; ld hl, 12 _hl_ 12 ld hl, 6 _hl_ 15 call BgBuffer.fillFro...
15.134615
52
0.545108
409061e0a616a5574629476d985f45e4a36e11b7
393
asm
Assembly
libsrc/target/fp1100/stdio/getk.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/fp1100/stdio/getk.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/fp1100/stdio/getk.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
MODULE getk SECTION code_clib PUBLIC getk PUBLIC _getk getk: _getk: call $70f ld hl,0 ret z cp 13 jr z,done cp 8 jr z,done cp 32 ret c cp 127 ret nc done: ld l,a ld h,0 ret SECTION code_crt_init ; Initialise the keyboard ringbuffer ld hl,$9f7a ;[0704] 21 7a 9f ld ...
12.28125
57
0.562341
e98d53a7afa5cfc917f8c71e041836bd42561bf7
211
asm
Assembly
test/strings.asm
AndreLaranjeira/AssemblyTranslator
376dbbb8ad6b7daff216ae633d10725ac2771fa6
[ "MIT" ]
null
null
null
test/strings.asm
AndreLaranjeira/AssemblyTranslator
376dbbb8ad6b7daff216ae633d10725ac2771fa6
[ "MIT" ]
4
2018-11-16T13:22:23.000Z
2018-11-27T00:49:09.000Z
test/strings.asm
AndreLaranjeira/AssemblyTranslator
376dbbb8ad6b7daff216ae633d10725ac2771fa6
[ "MIT" ]
null
null
null
SECTION TEXT C_OUTPUT TESTE_OFFSET+1 S_INPUT STRING+1, 100 S_OUTPUT STRING+1, 100 C_OUTPUT TESTE_OFFSET+2 STOP SECTION DATA TESTE_OFFSET: CONST 0 MENSAGEM: CONST 62 ENTER: CONST 10 SECTION BSS STRING: SPACE 101
16.230769
23
0.815166
4bfa0b47de096211d7c5e3181e45a5651aedcec7
8,390
asm
Assembly
reference/lab1/assembly/examples/ms/asm_io.asm
Leser2020/6.828
08fe8f9c38b9c07111e7fdff5bbb785a4d74f917
[ "MIT" ]
null
null
null
reference/lab1/assembly/examples/ms/asm_io.asm
Leser2020/6.828
08fe8f9c38b9c07111e7fdff5bbb785a4d74f917
[ "MIT" ]
null
null
null
reference/lab1/assembly/examples/ms/asm_io.asm
Leser2020/6.828
08fe8f9c38b9c07111e7fdff5bbb785a4d74f917
[ "MIT" ]
null
null
null
; ; file: asm_io.asm ; Assembly I/O routines ; To assemble for DJGPP ; nasm -f coff -d COFF_TYPE asm_io.asm ; To assemble for Borland C++ 5.x ; nasm -f obj -d OBJ_TYPE asm_io.asm ; To assemble for Microsoft Visual Studio ; nasm -f win32 -d COFF_TYPE asm_io.asm ; To assemble for Linux ; nasm -f elf -d ELF_TYPE a...
17.515658
74
0.661025
08b10e2351da36e393ca9dc5bbd40e0e02abf8de
6,617
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_357_1574.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_357_1574.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_357_1574.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xb23d, %rsi nop and $38747, %r10 mov (%rsi), %rdi nop nop nop and $63129, %r14 lea addresses_D_ht+0x8155, %r8 nop nop nop nop add %rdx, %rdx mov (%r8), %esi nop nop nop no...
24.87594
1,070
0.653317
0e87bae280bf7b415644c461ac0a37ad0837605d
5,326
asm
Assembly
synth/src/additive.asm
PoroCYon/Oidos
e6536d6bb600c1d55bc44de4c2b68261d7da68ab
[ "Zlib" ]
110
2017-01-03T22:46:10.000Z
2022-03-29T15:01:41.000Z
synth/src/additive.asm
PoroCYon/Oidos
e6536d6bb600c1d55bc44de4c2b68261d7da68ab
[ "Zlib" ]
3
2017-04-22T02:46:42.000Z
2019-11-03T09:31:53.000Z
synth/src/additive.asm
PoroCYon/Oidos
e6536d6bb600c1d55bc44de4c2b68261d7da68ab
[ "Zlib" ]
13
2017-04-12T20:40:07.000Z
2022-02-26T21:15:54.000Z
; Windows? %ifidn __OUTPUT_FORMAT__, win32 %define WINDOWS (1) %elifidn __OUTPUT_FORMAT__, win64 %define WINDOWS (1) %else %define WINDOWS (0) %endif ; Registers %if __BITS__ == 32 %define r(n) e%+n %else %define r(n) r%+n default rel %endif ; Export functions global supports_avx global _suppor...
19.725926
56
0.602704
e58a791071ccca6a3c201873f8cfbd3485c55db7
290
asm
Assembly
programs/oeis/034/A034911.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/034/A034911.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/034/A034911.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A034911: One fifth of octo-factorial numbers. ; 1,13,273,7917,292929,13181805,698635665,42616775565,2940557513985,226422928576845,19245948929031825,1789873250399959725,180777198290395932225,19704714613653156612525 mov $1,1 mov $2,5 lpb $0 sub $0,1 add $2,8 mul $1,$2 lpe mov $0,$1
24.166667
167
0.77931
aa01b090fc95dfe3f661b30094e7c652e297bfc3
612
asm
Assembly
programs/oeis/040/A040008.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/040/A040008.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/040/A040008.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A040008: Continued fraction for sqrt(12). ; 3,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,...
55.636364
501
0.519608
aa92bdbeece66a46e610f5322ecbaf364031e6ee
386
asm
Assembly
oeis/127/A127439.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/127/A127439.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/127/A127439.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A127439: Triangle read by rows, in which row n consists of first n terms of A054541. ; Submitted by Jamie Morken(s4) ; 2,2,1,2,1,2,2,1,2,2,2,1,2,2,4,2,1,2,2,4,2,2,1,2,2,4,2,4,2,1,2,2,4,2,4,2,2,1,2,2,4,2,4,2,4,2,1,2,2,4,2,4,2,4,6,2,1,2,2,4,2,4,2,4,6,2,2,1,2,2,4,2,4,2,4,6,2,6,2,1,2,2,4,2,4,2,4,6,2,6,4 lpb $0 add $1,...
35.090909
183
0.580311
38651368c73a88bb4800c4325e10a2cba46aca18
3,965
asm
Assembly
basic/src/commands/run.asm
paulscottrobson/eris
cf102530334ed86360deb20f0e41af1e10f5d584
[ "MIT" ]
13
2020-03-31T08:21:22.000Z
2021-07-28T20:03:29.000Z
basic/src/commands/run.asm
paulscottrobson/eris
cf102530334ed86360deb20f0e41af1e10f5d584
[ "MIT" ]
37
2020-03-31T06:35:37.000Z
2020-09-17T08:56:48.000Z
basic/src/commands/run.asm
paulscottrobson/eris
cf102530334ed86360deb20f0e41af1e10f5d584
[ "MIT" ]
5
2020-05-10T10:23:06.000Z
2022-01-14T02:21:02.000Z
; ***************************************************************************** ; ***************************************************************************** ; ; Name: run.asm ; Purpose: Run program ; Created: 3rd March 2020 ; Reviewed: 17th March 2020 ; Author: Paul Robson (paul@robsons.org.uk) ; ; *********...
32.768595
80
0.544262
f714c5b70a894ed89ff2f2554942a07703379d15
2,366
asm
Assembly
xosera_test_m68k/interrupt.asm
roscopeco/Xosera
80aa5205f44804ddc59e8e0a42fefe6861efde6c
[ "MIT" ]
null
null
null
xosera_test_m68k/interrupt.asm
roscopeco/Xosera
80aa5205f44804ddc59e8e0a42fefe6861efde6c
[ "MIT" ]
null
null
null
xosera_test_m68k/interrupt.asm
roscopeco/Xosera
80aa5205f44804ddc59e8e0a42fefe6861efde6c
[ "MIT" ]
null
null
null
; ************************************************************* ; Copyright (c) 2021 roscopeco <AT> gmail <DOT> com ; ************************************************************* ; section .text ; This is normal code include "../xosera_m68k_api/xosera_equates.asm" install_intr:: ...
34.289855
84
0.441674
1e689936202b01577ef6c49b342f5314c251101d
1,115
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48_cmp.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48_cmp.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48_cmp.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_fp_math48 PUBLIC mm48_cmp, mm48__cmp2 EXTERN mm48__cmpac mm48_cmp: ; compare AC to AC' (effective AC - AC') ; ; enter : AC (BCDEHL ) = float x ; AC'(BCDEHL') = float y ; ; exit : ZF=1: AC=AC'. ; ZF=0,CF=0: AC>AC'. ; ZF=0,CF=1: AC<...
21.862745
53
0.442152
ab4d97cbbdeaf340a85fb081843ed09b7ba545e9
473
asm
Assembly
oeis/037/A037540.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/037/A037540.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/037/A037540.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A037540: Base 7 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,1. ; Submitted by Jamie Morken(s4) ; 1,9,64,449,3145,22016,154113,1078793,7551552,52860865,370026057,2590182400,18131276801,126918937609,888432563264,6219027942849,43533195599945,304732369199616,2133126584397313 ...
47.3
176
0.778013
dac5cc751003980f5da98fe81460d0f10191db42
170
asm
Assembly
libsrc/strings/strcasecmp.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/strings/strcasecmp.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/strings/strcasecmp.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; CALLER linkage for function pointers PUBLIC strcasecmp EXTERN stricmp1 .strcasecmp pop bc pop de pop hl push hl push de push bc jp stricmp1
10.625
38
0.676471
9f1e40b0479910ee43221b76137d681de7949bff
5,995
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1088.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1088.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1088.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x107d, %rbx clflush (%rbx) nop cmp $51466, %rbp mov $0x6162636465666768, %r14 movq %r14, %xmm4 vmovups %ymm4, (%rbx) nop nop nop add $3249, %rdi lea addresses_WC_ht+0x1c7d...
37.46875
2,999
0.661218
8b081d127ca25b362517bad028ce53b5b28590c9
841
asm
Assembly
programs/oeis/316/A316843.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/316/A316843.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/316/A316843.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A316843: Column 1 of table A316841. ; 1,2,2,3,3,3,3,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,...
44.263158
656
0.593341
ecfeac4ef4929ed27eb2b0478924ea230d758df1
1,206
asm
Assembly
exampl01/minimum/minimum.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
exampl01/minimum/minimum.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
exampl01/minimum/minimum.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
; ######################################################################### .386 .model flat, stdcall option casemap :none ; case sensitive ; ######################################################################### include \masm32\include\windows.inc include \masm32\include\user32.in...
26.8
75
0.456053
033ec74d6832a898d8a077a17c4d1e5f26ee7e1b
7,484
asm
Assembly
Transynther/x86/_processed/NONE/_st_/i3-7100_9_0xca_notsx.log_21829_77.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_st_/i3-7100_9_0xca_notsx.log_21829_77.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_st_/i3-7100_9_0xca_notsx.log_21829_77.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %r15 push %r8 push %rbx lea addresses_A_ht+0xaf0d, %r8 nop nop nop nop nop cmp $49251, %r13 vmovups (%r8), %ymm2 vextracti128 $0, %ymm2, %xmm2 vpextrq $0, %xmm2, %r12 nop nop nop add %r15, %r15 lea addresses_normal_ht+0x860d, %r14...
30.92562
2,999
0.650989
b1b2f9511268cffd88ac7edd58e4fd1bde80216e
5,058
asm
Assembly
scripts/viridianforest.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
null
null
null
scripts/viridianforest.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
null
null
null
scripts/viridianforest.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
null
null
null
ViridianForestScript: call EnableAutoTextBoxDrawing ld hl, ViridianForestTrainerHeaders ld de, ViridianForestScriptPointers ld a, [wViridianForestCurScript] call ExecuteCurMapScriptInTable ld [wViridianForestCurScript], a ret ViridianForestScriptPointers: dw CheckFightingMapTrainers dw DisplayEnemyTrainerText...
24.317308
56
0.859233
e8d9f67d167944717c6f3fde523cf1440b6053de
1,108
asm
Assembly
Year3/CS3021/Tutorial3/t3.asm
slow-J/TCD
91b5572cc148b284a210f2b89ee3f43295686d48
[ "MIT" ]
1
2020-02-04T11:25:32.000Z
2020-02-04T11:25:32.000Z
Year3/CS3021/Tutorial3/t3.asm
sickfila/TCD
91b5572cc148b284a210f2b89ee3f43295686d48
[ "MIT" ]
1
2018-10-19T20:11:15.000Z
2018-10-19T20:11:15.000Z
Year3/CS3021/Tutorial3/t3.asm
slow-J/TCD
91b5572cc148b284a210f2b89ee3f43295686d48
[ "MIT" ]
null
null
null
; params r10-r15 add r0, #4, r9 min min: add r26, r0, r1 ; v=c sub r27, r1, r0(C) ; b<v jge min0 xor r0, r0, r0 add r27, r0, r1 ; c<v min0: sub r28, r1, r0(C) ; c<v jge min1 xor r0, r0, r0 add r28, r0, r1 mi...
22.612245
64
0.381769
ce1287f3d6d3508b5e1959c29e766bd6578f3260
2,841
asm
Assembly
Driver/Printer/PrintCom/Cursor/cursorConvert216.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Driver/Printer/PrintCom/Cursor/cursorConvert216.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Driver/Printer/PrintCom/Cursor/cursorConvert216.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: Epson type 9-pin print drivers FILE: cursorConvert216.asm AUTHOR: Dave Durran, 14 March 1990 ROUTINES: Name Description ---- --...
24.076271
79
0.484337
8f79e65b9f65dde70f51a4514fbcefac7354a627
369
asm
Assembly
oeis/171/A171881.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/171/A171881.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/171/A171881.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A171881: Square array, read by antidiagonals, where T(n,k)=n^^k for n>=0, k>=1. ; Submitted by Jon Maiga ; 0,1,1,2,1,1,3,4,1,1,4,27,16,1,1,5,256,19683,256,1,1,6,3125,4294967296,7625597484987,65536,1,1,7,46656,298023223876953125,340282366920938463463374607431768211456 lpb $0 add $1,1 sub $0,$1 mov $2,$1 sub $...
24.6
162
0.674797
7b3bd571a7b1a850eb92af45e93468d414aa829b
4,468
asm
Assembly
src/x86-64/syscalls/debug.asm
ohnx/ge
e1ea8dcc1a908aa4d45963a282ad40c82a71b0a8
[ "BSD-2-Clause" ]
null
null
null
src/x86-64/syscalls/debug.asm
ohnx/ge
e1ea8dcc1a908aa4d45963a282ad40c82a71b0a8
[ "BSD-2-Clause" ]
null
null
null
src/x86-64/syscalls/debug.asm
ohnx/ge
e1ea8dcc1a908aa4d45963a282ad40c82a71b0a8
[ "BSD-2-Clause" ]
null
null
null
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2015 Return Infinity -- see LICENSE.TXT ; ; Debug functions ; ============================================================================= ; ---------...
24.021505
111
0.621979
65d5d521f2c49db6bfe0666c7dd1c74a7df418b1
283
asm
Assembly
programs/oeis/171/A171626.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/171/A171626.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/171/A171626.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A171626: Ceiling(n-th noncomposite/n). ; 1,1,1,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5 add $0,1 mov $3,$0 trn $0,2 seq $0,6005 ; The odd prime numbers together with 1. sub $0,2 mov $2,$3 div $2,$3 add $0,$2 div $0,$3 add $0,1
20.214286
101
0.579505
2209928c0c6d76ee587f7a1a9decf1be33381871
112
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/fmax.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/fmax.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/fmax.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_fp_math48 PUBLIC _fmax EXTERN cm48_sdccix_fmax defc _fmax = cm48_sdccix_fmax
11.2
29
0.848214
184b064f37c8b64a8bbb949093b49699f4b4ae0d
4,805
asm
Assembly
Transynther/x86/_processed/NC/_ht_st_zr_un_/i9-9900K_12_0xca_notsx.log_21829_987.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_ht_st_zr_un_/i9-9900K_12_0xca_notsx.log_21829_987.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_ht_st_zr_un_/i9-9900K_12_0xca_notsx.log_21829_987.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %rsi lea addresses_A_ht+0x4390, %rsi nop xor %r14, %r14 mov (%rsi), %r11 nop nop inc %r11 pop %rsi pop %r14 pop %r11 ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r13 push %r14 push %r8 push %r9 push %rbp // Store lea addre...
47.574257
2,999
0.6564
d448dc68eb828d170074f7342ec5063b726a3817
520
asm
Assembly
programs/oeis/337/A337928.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/337/A337928.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/337/A337928.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A337928: Numbers w such that (F(2n+1)^2, -F(2n)^2, -w) are primitive solutions of the Diophantine equation 2*x^3 + 2*y^3 + z^3 = 1, where F(n) is the n-th Fibonacci number (A000045). ; 1,5,31,209,1429,9791,67105,459941,3152479,21607409,148099381,1015088255,6957518401,47687540549,326855265439,2240299317521,15355239957...
34.666667
224
0.725
fdfa697da845a1ee3c9fb5b6c03cddbcac1503e3
385
asm
Assembly
oeis/338/A338467.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/338/A338467.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/338/A338467.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A338467: a(n+1) = prime(n) + 2*n - a(n). a(1) = 1. ; Submitted by Jon Maiga ; 1,3,4,7,8,13,12,19,16,25,24,29,32,35,36,41,44,49,48,57,54,61,62,67,70,77,76,81,82,85,88,101,94,109,98,121,102,129,110,135,118,143,122,155,126,161,130,175,144,181,148,187,156,191,168,199,176,207,180,215 mov $2,$0 mov $3,$0 mod $3,2 mov $0,$...
32.083333
203
0.612987
5f5e6893d85d5e9ca2ed0d320446d0ac946603ff
719
asm
Assembly
oeis/088/A088854.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/088/A088854.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/088/A088854.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A088854: a(n) = (2^(n-1))*(Integral_{x=0..1} (1+x^2)^n dx)/(Integral_{x=0..1} (1-x^2)^n dx). ; Submitted by Christian Krause ; 2,7,24,83,292,1046,3808,14051,52412,197202,747120,2846318,10892936,41844172,161247104,623034403,2412871916,9363311482,36399254864,141721774138,552572485496,2157194452852,8431104269504,3298601...
71.9
497
0.809458
2d34bb3dfd0970c5f88118c1bec33d61e5115051
7,561
asm
Assembly
Md5Assembly/Md5Assembly/Md5WithRol.asm
bretcope/blog-md5
e043cf92ad5495274530d270e845b59a5f372b0b
[ "MIT" ]
null
null
null
Md5Assembly/Md5Assembly/Md5WithRol.asm
bretcope/blog-md5
e043cf92ad5495274530d270e845b59a5f372b0b
[ "MIT" ]
null
null
null
Md5Assembly/Md5Assembly/Md5WithRol.asm
bretcope/blog-md5
e043cf92ad5495274530d270e845b59a5f372b0b
[ "MIT" ]
null
null
null
extern UnsafeMemoryCopy: PROC Suffix macro rAd, rBd, sine, dataOffset, shift add rAd,r10d ; a += f mov r10d,dword ptr [rax+dataOffset] ; m = blockPtr[index] lea rAd,[rAd+r10d+sine] ; value = a + f + m + sine rol rAd,shift ...
27.695971
82
0.571088
47bd6e08be82fafe3240fa067d0a000df5dfddf8
21,045
asm
Assembly
code/vendor/openssl/asm/crypto/aes/vpaes-x86_64.asm
thorium-cfx/fivem
587eb7c12066a2ebf8631bde7bb39ee2df1b5a0c
[ "MIT" ]
5,411
2017-04-14T08:57:56.000Z
2022-03-30T19:35:15.000Z
code/vendor/openssl/asm/crypto/aes/vpaes-x86_64.asm
thorium-cfx/fivem
587eb7c12066a2ebf8631bde7bb39ee2df1b5a0c
[ "MIT" ]
802
2017-04-21T14:18:36.000Z
2022-03-31T21:20:48.000Z
code/vendor/openssl/asm/crypto/aes/vpaes-x86_64.asm
thorium-cfx/fivem
587eb7c12066a2ebf8631bde7bb39ee2df1b5a0c
[ "MIT" ]
2,011
2017-04-14T09:44:15.000Z
2022-03-31T15:40:39.000Z
OPTION DOTNAME .text$ SEGMENT ALIGN(256) 'CODE' ALIGN 16 _vpaes_encrypt_core PROC PRIVATE mov r9,rdx mov r11,16 mov eax,DWORD PTR[240+rdx] movdqa xmm1,xmm9 movdqa xmm2,XMMWORD PTR[$L$k_ipt] pandn xmm1,xmm0 movdqu xmm5,XMMWORD PTR[r9] psrld xmm1,4 pand xmm0,xmm9 DB 102,15,56,0,208 movdqa xmm0...
17.987179
61
0.759468
17686265f4fbc66963c7cf80a32924aedbccae53
140
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/se.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/se.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/se.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: se.asm Type: file Size: 77480 Last-Modified: '1992-02-13T07:48:34Z' SHA-1: E7C3BEBBE162B15DEB7973F1EE1CD661C1744E16 Description: null
20
47
0.807143
8fb84eac2b26848409ad02971f390309c247a7d8
6,893
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_656.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_656.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_656.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 %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x150cd, %r15 nop nop xor $11506, %rax mov (%r15), %r11 xor $24608, %r11 lea addresses_UC_ht+0x1771d, %rdx nop nop add $3235, %r12 movb (%rdx), %r10b nop nop dec...
38.082873
2,999
0.657914
0ff871638627a77b1730d0eb38b0086edd276dc3
633
asm
Assembly
oeis/055/A055562.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/055/A055562.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/055/A055562.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A055562: a(n) = least number greater than a(n-1) not the sum of an earlier pair of consecutive terms, a(0) = 2. ; Submitted by Jon Maiga ; 2,3,4,6,8,9,11,12,13,15,16,18,19,21,22,24,26,27,29,30,32,33,35,36,38,39,41,42,44,45,47,48,49,51,52,54,55,57,58,60,61,63,64,66,67,69,70,72,73,75,76,78,79,81,82,84,85,87,88,90,91,93...
28.772727
329
0.63981
c7a54717b7802e116f274daec413a94d184dd506
296
asm
Assembly
lab3_test_harness/test/state_data_in/swap.asm
Zaydax/PipelineProcessor
f45f7d1a245f291218d53a7f16fd7f98a50ce47e
[ "MIT" ]
2
2017-03-05T17:40:26.000Z
2017-03-15T01:41:25.000Z
lab3_test_harness/test/state_data_in/swap.asm
Zaydax/PipelineProcessor
f45f7d1a245f291218d53a7f16fd7f98a50ce47e
[ "MIT" ]
null
null
null
lab3_test_harness/test/state_data_in/swap.asm
Zaydax/PipelineProcessor
f45f7d1a245f291218d53a7f16fd7f98a50ce47e
[ "MIT" ]
null
null
null
.ORIG x3000 AND R5, R5, #0 AND R3, R3, #0 ADD R3, R3, #8 LEA R0, B LDW R1, R0, #1 ADD R2, R1, #0 AGAIN ADD R2, R2, R2 ADD R3, R3, #-1 BRp AGAIN LDW R4, R0, #0 AND R1, R1, R4 NOT R1, R1 ADD R1, R1, #1 ADD R2, R2, R1 BRnp NO ADD R5, R5, #1 NO HALT B .FILL XFF00 A .FILL X4884 .END
13.454545
20
0.570946
ed156dcdf966554e2b42a405a1a7138b40040e3e
275
asm
Assembly
programs/oeis/329/A329841.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/329/A329841.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/329/A329841.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A329841: Beatty sequence for (7+sqrt(109))/10. ; 1,3,5,6,8,10,12,13,15,17,19,20,22,24,26,27,29,31,33,34,36,38,40,41,43,45,47,48,50,52,54,55,57,59,61,62,64,66,68,69,71,73,74,76,78,80,81,83,85,87,88,90,92,94,95,97,99,101,102,104,106,108,109,111 add $0,1 mul $0,68 div $0,39
39.285714
195
0.658182
96d387075da21596fe06236e61159734361d25b2
475
asm
Assembly
programs/oeis/153/A153388.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/153/A153388.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/153/A153388.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A153388: Second bisection of A153382. ; 8,18,48,128,338,888,2328,6098,15968,41808,109458,286568,750248,1964178,5142288,13462688,35245778,92274648,241578168,632459858,1655801408,4334944368,11349031698,29712150728,77787420488,203650110738,533162911728,1395838624448,3654352961618,9567220260408,25047307819608,65574703198...
43.181818
366
0.827368
ea238a6e95838ea5f809b078354e85a9d4802ecf
569
asm
Assembly
data/baseStats/slowpoke.asm
AmateurPanda92/pokemon-rby-dx
f7ba1cc50b22d93ed176571e074a52d73360da93
[ "MIT" ]
9
2020-07-12T19:44:21.000Z
2022-03-03T23:32:40.000Z
data/baseStats/slowpoke.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
data/baseStats/slowpoke.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2021-03-28T18:33:43.000Z
2021-05-06T13:12:09.000Z
db DEX_SLOWPOKE ; pokedex id db 90 ; base hp db 65 ; base attack db 65 ; base defense db 15 ; base speed db 40 ; base special db WATER ; species type 1 db PSYCHIC ; species type 2 db 190 ; catch rate db 99 ; base exp yield INCBIN "pic/bmon/slowpoke.pic",0,1 ; 55, sprite dimensions dw SlowpokePicFront dw SlowpokePicBack...
19.62069
58
0.727592
134019882e01a23e522fd61f58aa9260080f581b
37
asm
Assembly
Pocket.asm
DevEd2/Rebound
f7ab03dc7cd95eeeef7cb1cb9d18eccee66d9e2c
[ "MIT" ]
2
2021-11-23T21:13:20.000Z
2021-12-11T05:11:46.000Z
Pocket.asm
DevEd2/Rebound
f7ab03dc7cd95eeeef7cb1cb9d18eccee66d9e2c
[ "MIT" ]
null
null
null
Pocket.asm
DevEd2/Rebound
f7ab03dc7cd95eeeef7cb1cb9d18eccee66d9e2c
[ "MIT" ]
1
2021-10-02T17:48:56.000Z
2021-10-02T17:48:56.000Z
BUILD_POCKET set 1 include "main.asm"
18.5
18
0.810811
b35a97a6f9968a3f695242aa71a728fe3c718f32
2,102
asm
Assembly
programs/oeis/123/A123868.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/123/A123868.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/123/A123868.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.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...
300.285714
2,044
0.938154
93310951cd4d8757eba0b730ea2c92188cfd2615
607
asm
Assembly
0x02.asm
SpeedStepper/XchgRaxRax
24c1a47f8da2fab1e4c3ad62136b307c7fa5a6dc
[ "MIT" ]
null
null
null
0x02.asm
SpeedStepper/XchgRaxRax
24c1a47f8da2fab1e4c3ad62136b307c7fa5a6dc
[ "MIT" ]
null
null
null
0x02.asm
SpeedStepper/XchgRaxRax
24c1a47f8da2fab1e4c3ad62136b307c7fa5a6dc
[ "MIT" ]
null
null
null
; This snippet, 0x02, sets rax to 1 for any initial value, other than zero, without branching. ; Assemble with $ nasm -felf64 0x02.asm && ld 0x02.o && ./a.out global _start section .text _start: mov rax, 1 ; Initialize the rax register, can be anything but zero. neg rax ; Two's complement negation (0 - rax)...
35.705882
94
0.667216
8172112fea2e86ac2ee0fa4d454945c5a49db820
1,507
asm
Assembly
programs/oeis/060/A060892.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/060/A060892.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/060/A060892.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A060892: n^8-n^6+n^4-n^2+1. ; 1,1,205,5905,61681,375601,1634221,5649505,16519105,42521761,99009901,212601841,427016305,810932305,1468297741,2551550401,4278255361,6951703105,10986053005,16936647121,25536159601,37737287281,54762727405,78163228705,109884542401,152344140001,208518605101,282042646705,377320721905,49965229...
107.642857
1,380
0.894492
2e7429c215146130cfcff914b583facd6b90d0f8
2,979
asm
Assembly
programs/oeis/213/A213283.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/213/A213283.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/213/A213283.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A213283: Number of 4-length words w over n-ary alphabet such that for every prefix z of w we have #(z,a_i) = 0 or #(z,a_i) >= #(z,a_j) for all j>i and #(z,a_i) counts the occurrences of the i-th letter in z. ; 0,1,9,36,118,315,711,1414,2556,4293,6805,10296,14994,21151,29043,38970,51256,66249,84321,105868,131310,16109...
80.513514
2,336
0.806311
533510cd791f46beb6447d8f9c41d6c078868599
144
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Item-p.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/Item-p.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/Item-p.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: Item-p.asm Type: file Size: 55566 Last-Modified: '1992-07-30T05:00:32Z' SHA-1: 1D5F1B62D8673DB0AEE1ECF331716ACDFBC3E399 Description: null
20.571429
47
0.805556
131c34dd033e4e624ab5917659b0878769eb3307
1,262
asm
Assembly
programs/oeis/246/A246305.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/246/A246305.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/246/A246305.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A246305: Numbers k such that cos(k) > cos(k+1) < cos(k+2) > cos(k+3). ; 1,7,14,20,26,33,39,45,51,58,64,70,77,83,89,95,102,108,114,121,127,133,139,146,152,158,165,171,177,183,190,196,202,208,215,221,227,234,240,246,252,259,265,271,278,284,290,296,303,309,315,322,328,334,340,347,353,359,366,372,378,384,391,397,403,410,...
157.75
1,074
0.744057
cad353ede25fec32ee9e50ecbd783f4b39ec7752
404
asm
Assembly
2011400_NguyenTuanKiet_Lab3/bt10.asm
alumica/KTMT
e500d826639df7e0c06f49f3ca2f3e9c86ea79f4
[ "CECILL-B" ]
null
null
null
2011400_NguyenTuanKiet_Lab3/bt10.asm
alumica/KTMT
e500d826639df7e0c06f49f3ca2f3e9c86ea79f4
[ "CECILL-B" ]
null
null
null
2011400_NguyenTuanKiet_Lab3/bt10.asm
alumica/KTMT
e500d826639df7e0c06f49f3ca2f3e9c86ea79f4
[ "CECILL-B" ]
null
null
null
.model small .stack .data .code xor bx, bx mov al, '3' ;vd: nhap so 3 and al, 0Fh shl bx, 1 or bl, al mov cx, 16 printLoop: rol bx, 1 jc print1 mov dl, '0' mov ah, 2 int 21h jmp exit print1: mov dl, '1' mov ah, 2 int 21h exit: dec c...
13.931034
31
0.465347
7da5ea991dfa37db2d7c44bc160054f987f12a66
255
asm
Assembly
tests/rule_nested_ambiguous.asm
clubby789/customasm
c85b2422d933e6266dd817e0ec3cbb9e30b181fa
[ "Apache-2.0" ]
1
2021-01-02T13:38:01.000Z
2021-01-02T13:38:01.000Z
tests/rule_nested_ambiguous.asm
clubby789/customasm
c85b2422d933e6266dd817e0ec3cbb9e30b181fa
[ "Apache-2.0" ]
null
null
null
tests/rule_nested_ambiguous.asm
clubby789/customasm
c85b2422d933e6266dd817e0ec3cbb9e30b181fa
[ "Apache-2.0" ]
null
null
null
; ::: include #subruledef inner { {x} => 0x11 @ x`8 {x}$ => 0x22 @ x`8 } #ruledef test { ld {x: inner}$ => 0x55 @ x`16 } ; ::: ld 0xaa ; error: no match ; ::: ld 0xaa$ ; error: ambiguous / error: no match ; ::: ld 0xaa$$ ; error: no match
12.75
45
0.509804
66752d69ab2ac77c859ac10c20c55921d6a88a55
682
asm
Assembly
oeis/176/A176735.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/176/A176735.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/176/A176735.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A176735: a(n) = (n+8)*a(n-1) + (n-1)*a(n-2), a(-1)=0, a(0)=1. ; Submitted by Jamie Morken(s1) ; 1,9,91,1019,12501,166589,2394751,36920799,607496041,10622799089,196677847971,3843107102339,79025598374461,1705654851091749,38551739502886471,910569176481673319,22431936328103456721,575367515026293191129,1534089830826138173...
42.625
472
0.79912
7facba34f1813e4f3e3422d399e4a5c252d85413
602
asm
Assembly
programs/oeis/077/A077850.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/077/A077850.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/077/A077850.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A077850: Expansion of (1-x)^(-1)/(1 - 2*x - x^2 + x^3). ; 1,3,8,19,44,100,226,509,1145,2574,5785,13000,29212,65640,147493,331415,744684,1673291,3759852,8448312,18983186,42654833,95844541,215360730,483911169,1087338528,2443227496,5489882352,12335653673,27717962203,62281695728,139945699987,314455133500,706574271260,158...
40.133333
428
0.769103
07c8f402df2eb35d84bcfb703c1ff7bf37448a25
11,359
asm
Assembly
zxims.asm
jorgicor/altair
a83f4a5b177c366000f69cb261befb499602aa69
[ "MIT" ]
null
null
null
zxims.asm
jorgicor/altair
a83f4a5b177c366000f69cb261befb499602aa69
[ "MIT" ]
null
null
null
zxims.asm
jorgicor/altair
a83f4a5b177c366000f69cb261befb499602aa69
[ "MIT" ]
null
null
null
; ---------------------------------------------------------------------------- ; Altair, CIDLESA's 1981 arcade game remade for the ZX Spectrum and ; Amstrad CPC. ; ---------------------------------------------------------------------------- ; Shot. shot00 .db 1, 4 .db %11000000 .db %11000000 .db %11000000 .db %11...
16.066478
78
0.63289
0bfcdf6455fa908597a98e95fc1e0f685ddf0138
562
asm
Assembly
programs/oeis/314/A314894.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/314/A314894.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/314/A314894.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A314894: Coordination sequence Gal.6.194.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,5,9,14,19,24,28,33,38,43,47,52,57,61,66,71,76,80,85,90,95,99,104,109,113,118,123,128,132,137,142,147,151,156,161,165,170,175,180,184,189,1...
21.615385
177
0.658363
f3edea69343a1215c2dbf8545815ccd593e8ad9d
778
asm
Assembly
libsrc/newbrain/nb_gets.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
1
2018-09-04T23:07:24.000Z
2018-09-04T23:07:24.000Z
libsrc/newbrain/nb_gets.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
libsrc/newbrain/nb_gets.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
; ; Grundy Newbrain Specific libraries ; ; Stefano Bodrato - 06/06/2007 ; ; ; - - - - - - - - - - - - - - - - - - - - - ; ; get a string from stream ; ; - - - - - - - - - - - - - - - - - - - - - ; ; char *nb_gets( int stream, char *bytes ); ; ; - - - - - - - - - - - - - - - - - - - - - ; ; ; $Id: nb_ge...
13.892857
59
0.467866
2ac1ce8b0e70ab3ca519a06ec29555e9111f41b1
3,679
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_911.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_911.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_911.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r13 push %r8 push %r9 push %rbp push %rdx push %rsi // Faulty Load lea addresses_D+0xba5d, %rsi nop nop sub $39527, %rbp mov (%rsi), %r9 lea oracles, %r8 and $0xff, %r9 shlq $12, %r9 mov (%r8,%r9,1), %r9 pop %rsi pop %rdx ...
87.595238
2,999
0.662408
9938756cf988a4af891bafa9e97f7e95cb046fcf
5,351
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1798.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_0xca_notsx.log_21829_1798.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_0xca_notsx.log_21829_1798.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x9bfb, %rsi lea addresses_WC_ht+0x113bb, %rdi nop cmp %r15, %r15 mov $106, %rcx rep movsq nop nop nop and $52350, %r10 lea addresses_WC_ht+0xd17b, %rbx nop nop nop xor %r9, %r9 mov (%rbx...
43.153226
2,999
0.660064
103648272debcb556c83ff7026aa9466f11dfcb7
147
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/ldexp_callee.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/ldexp_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/ldexp_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_math16 PUBLIC _ldexpf16_callee EXTERN cm16_sdcc_ldexp_callee defc _ldexpf16_callee = cm16_sdcc_ldexp_callee
21
53
0.768707
04eaad937005cd0a1ab87137904bde146ab6ebde
510
asm
Assembly
oeis/105/A105773.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/105/A105773.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/105/A105773.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A105773: Numbers n such that 11*n + 97 is prime. ; 0,6,12,14,20,26,32,50,54,60,66,74,80,84,90,92,96,110,116,122,126,132,134,140,150,162,164,174,182,186,200,204,216,222,234,236,246,260,264,266,270,272,284,294,306,312,320,330,336,344,350,356,360,362,374,392,402,414,416,426,434,440,446,456,462,476,482,486,494,504,522,52...
63.75
382
0.717647
40588f4423d7f7d57f8414f762a6226529567a2a
19,204
asm
Assembly
color/data/map_palette_assignments.asm
etdv-thevoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
1
2022-01-09T05:28:52.000Z
2022-01-09T05:28:52.000Z
color/data/map_palette_assignments.asm
ETDV-TheVoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
null
null
null
color/data/map_palette_assignments.asm
ETDV-TheVoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
null
null
null
; $60 bytes for each tileset. Each byte is the palette number for a tile. ; Remaining $a0 tiles aren't part of the tileset and are set to 7 (text palette). ; Refer to MapPaletteSets for clarification on specific colors ; Each row of entries corresponds to a row of tiles on the tileset image MapPaletteAssignments: ; OVE...
97.482234
130
0.564362
2bf901dbb82a3730e829aa383ad4917089302fed
3,644
asm
Assembly
agent/io/bind.asm
jephthai/EvilVM
429fcc9df6f1168d38c21f37b377c36cf7bcc957
[ "MIT" ]
141
2019-05-18T20:46:47.000Z
2022-02-28T05:10:43.000Z
agent/io/bind.asm
jephthai/EvilVM
429fcc9df6f1168d38c21f37b377c36cf7bcc957
[ "MIT" ]
6
2019-06-04T15:33:21.000Z
2021-05-07T15:27:58.000Z
agent/io/bind.asm
jephthai/EvilVM
429fcc9df6f1168d38c21f37b377c36cf7bcc957
[ "MIT" ]
21
2019-05-22T02:48:30.000Z
2021-11-03T05:34:48.000Z
;;; ;;; A TCP bind transport, which receives a connection from a ;;; connector that will jack it into the server console. ;;; ;;; Connect it something like this: ;;; ;;; (0) Run server at a convenient location ;;; (1) Run bind payload (will bind to configured port) ;;; (2) Run socat to connect the two services togethe...
18.039604
63
0.690999
a30ce5fd9cae0e9009c008c0935444b92e652daf
15,818
asm
Assembly
build/default/production/rtc.asm
AlphaFelix/PBLE
21179cbafae575d25ec1cc9a746aab709ce0ea4d
[ "MIT" ]
null
null
null
build/default/production/rtc.asm
AlphaFelix/PBLE
21179cbafae575d25ec1cc9a746aab709ce0ea4d
[ "MIT" ]
null
null
null
build/default/production/rtc.asm
AlphaFelix/PBLE
21179cbafae575d25ec1cc9a746aab709ce0ea4d
[ "MIT" ]
null
null
null
;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 3.6.0 #9615 (MINGW64) ;-------------------------------------------------------- ; PIC16 port for the Microchip 16-bit core micros ;-------------------------------------------------------- list ...
19.456335
66
0.723606
c7128e743fcada3256db192e033044facc73923f
967
asm
Assembly
programs/oeis/017/A017259.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017259.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017259.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017259: a(n) = (9*n + 8)^3. ; 512,4913,17576,42875,85184,148877,238328,357911,512000,704969,941192,1225043,1560896,1953125,2406104,2924207,3511808,4173281,4913000,5735339,6644672,7645373,8741816,9938375,11239424,12649337,14172488,15813251,17576000,19465109,21484952,23639903,25934336,28372625,30959144,33698267,365943...
138.142857
907
0.862461
454ac519067133561d14f3fa463d1a0ba6202dae
224
asm
Assembly
Miei-sorgenti/new/Prima lezione/Versione 2/storesum.asm
DigiOhhh/LabArchitettura2-2017-2018
da34b9a75ab2945ac70d5cbf69395d0db5172f6f
[ "MIT" ]
1
2019-03-06T13:26:10.000Z
2019-03-06T13:26:10.000Z
Miei-sorgenti/new/Prima lezione/Versione 2/storesum.asm
DigiOhhh/LabArchitettura2-2017-2018
da34b9a75ab2945ac70d5cbf69395d0db5172f6f
[ "MIT" ]
null
null
null
Miei-sorgenti/new/Prima lezione/Versione 2/storesum.asm
DigiOhhh/LabArchitettura2-2017-2018
da34b9a75ab2945ac70d5cbf69395d0db5172f6f
[ "MIT" ]
1
2019-03-06T13:25:28.000Z
2019-03-06T13:25:28.000Z
# Si scriva il codice Assembly che: # metta il valore 5 nel registro $s1; # metta il valore 7 nel registro $s2; # metta la somma dei due nel registro $s0. .text .globl main main: li $s1, 5 li $s2, 7 add $s0, $s1, $s2
18.666667
42
0.660714
5c8982f9bb1a86f0531ed0a474ca82024af2e994
4,070
asm
Assembly
maps/Route33.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
maps/Route33.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
maps/Route33.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 ROUTE33_POKEFAN_M const ROUTE33_LASS const ROUTE33_FRUIT_TREE Route33_MapScripts: db 0 ; scene scripts db 0 ; callbacks Route33LassScript: jumptextfaceplayer Route33LassText TrainerHikerAnthony: trainer HIKER, ANTHONY2, EVENT_BEAT_HIKER_ANTHONY, HikerAnthony2S...
19.380952
147
0.796314
865facf7c6edc7b5eb2761a808398ff049d88a92
6,536
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_658.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_658.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_658.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 %rcx push %rdi push %rsi lea addresses_UC_ht+0xe58, %rsi lea addresses_WT_ht+0x8258, %rdi nop nop nop nop cmp $31857, %r13 mov $34, %rcx rep movsl nop nop inc %rcx lea addresses_normal_ht+0x1ae58, %rdi nop nop nop nop nop add $6972, %r14 mo...
33.865285
2,999
0.656824
4461eef6388ce5864b7bc3cf46a7145a90119ed7
121
asm
Assembly
libpal/intel_64bit_ms64_masm/in_16.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
26
2020-01-06T23:53:17.000Z
2022-02-01T08:58:21.000Z
libpal/intel_64bit_ms64_masm/in_16.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
30
2019-11-13T00:55:22.000Z
2022-01-06T08:09:35.000Z
libpal/intel_64bit_ms64_masm/in_16.asm
mars-research/pal
5977394cda8750ff5dcb89c2bf193ec1ef4cd137
[ "MIT" ]
14
2019-11-15T16:56:22.000Z
2021-12-22T10:14:17.000Z
.code pal_execute_in_16 proc xor rax, rax; mov rdx, rcx; in ax, dx; ret; pal_execute_in_16 endp end
8.642857
22
0.628099
cba223696c68bcb6492c79cd9daa1d8580df7b4a
352
asm
Assembly
oeis/262/A262207.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/262/A262207.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/262/A262207.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A262207: a(n) = prime(n)^n mod n^n. ; Submitted by Christian Krause ; 0,1,17,97,1676,21241,214259,5020449,34808102,7233300201,46070142226,7806783217105,165239209697109,1608006723911113,48560388990668468,4867006141797699265,530779430908845468654,18442832496573633213385 mov $1,$0 seq $0,40 ; The prime numbers. add $1,...
32
200
0.778409
f386e3448289555c4a3828a614bfb8045497f1d0
247
asm
Assembly
programs/oeis/130/A130493.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/130/A130493.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/130/A130493.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A130493: Triangle read by rows in which row n contains n! repeated n times. ; 1,2,2,6,6,6,24,24,24,24,120,120,120,120,120,720,720,720,720,720,720,5040,5040,5040,5040,5040,5040,5040 mov $1,1 lpb $0,1 sub $0,$1 trn $0,1 add $1,1 lpe fac $1
22.454545
104
0.672065
c345ce383828c21dbd290bf7e2dcadb519d296ed
112
asm
Assembly
src/main/fragment/mos6502-common/vdsm1=_sdword_vwsm2.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/vdsm1=_sdword_vwsm2.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/vdsm1=_sdword_vwsm2.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// sign-extend the byte lda {m2} sta {m1} lda {m2}+1 sta {m1}+1 ora #$7f bmi !+ lda #0 !: sta {m1}+2 sta {m1}+3
9.333333
23
0.5625
55c10ed5f399c1da3ebd614d816ab70863a47170
8,823
asm
Assembly
src/shaders/post_processing/gen5_6/Common/RGBX_Save_YUV_Fix.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/post_processing/gen5_6/Common/RGBX_Save_YUV_Fix.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/post_processing/gen5_6/Common/RGBX_Save_YUV_Fix.asm
me176c-dev/android_hardware_intel-vaapi-driver
0f2dca8d604220405e4678c0b6c4faa578d994ec
[ "MIT" ]
64
2018-01-30T19:51:53.000Z
2021-11-24T01:26:14.000Z
/* * All Video Processing kernels * 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 * without limitation the ri...
60.431507
125
0.545166
5f33e6d8d501e068d3c4e7fe780a7b21ebeb1743
493
asm
Assembly
randomly-solved-programs/reverse.asm
informramiz/Assembly-Language-Programs
600d8f737a09ef4c133b686918501fba56dd586e
[ "Apache-2.0" ]
null
null
null
randomly-solved-programs/reverse.asm
informramiz/Assembly-Language-Programs
600d8f737a09ef4c133b686918501fba56dd586e
[ "Apache-2.0" ]
null
null
null
randomly-solved-programs/reverse.asm
informramiz/Assembly-Language-Programs
600d8f737a09ef4c133b686918501fba56dd586e
[ "Apache-2.0" ]
null
null
null
.MODEL SMALL .STACK 100H .DATA ARRAY1 DB 'a','b','c','d','e','f','g','h','i','j' ARRAY2 DB 0H,0H,0H,0H,0H,0H,0H,0H,0H,0H .CODE MAIN PROC MOV AX,@DATA MOV DS,AX MOV CX,10 LEA si,array1+9 LEA di,ARRAY2 COPY: MOV AH,[si] MOV [di],AH dec si inc di DEC CX JNZ COPY MOV A...
10.955556
51
0.551724
532e0a7c0c582aef0d9acb13929239e52d0967db
718
asm
Assembly
oeis/175/A175714.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/175/A175714.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/175/A175714.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A175714: Expansion of -1/((1 - x)*(1 - x^2 + 4*x^3)). ; Submitted by Stefano Spezia ; -1,-1,-2,2,1,9,-8,4,-45,35,-62,214,-203,461,-1060,1272,-2905,5511,-7994,17130,-30039,49105,-98560,169260,-294981,563499,-972022,1743422,-3226019,5631509,-10199708,18535584,-32725745,59334415,-106868082,190237394,-344205743,617709721...
37.789474
489
0.724234
0b7207ca8e9e8c500a82df6a7c067f3a2900b4fa
392
asm
Assembly
assets/data/SIMPLE.FRAGMENT.asm
SestrenExsis/MiniLD59
de392eb2b9fa637b2673d25d224d494aab5af23c
[ "Unlicense" ]
null
null
null
assets/data/SIMPLE.FRAGMENT.asm
SestrenExsis/MiniLD59
de392eb2b9fa637b2673d25d224d494aab5af23c
[ "Unlicense" ]
null
null
null
assets/data/SIMPLE.FRAGMENT.asm
SestrenExsis/MiniLD59
de392eb2b9fa637b2673d25d224d494aab5af23c
[ "Unlicense" ]
null
null
null
; ========================================================================================== ; Fragment shader for rendering the scene to the back buffer using simple texture mapping. ; ========================================================================================== ; ; fs0: Texture Atlas ; v0: UV coordinat...
49
92
0.375
9911bae3af8e83d0f1d6505a54d453f82665c5c4
4,833
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_97_787.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_97_787.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_97_787.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 %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x810, %rsi nop nop nop nop add $58527, %rdx mov (%rsi), %eax add $34234, %r13 lea addresses_UC_ht+0x16016, %rsi lea addresses_normal_ht+0x147e8, %rdi nop nop sub $3219, %r13 ...
24.044776
290
0.653838
0b4a666be8d3d1cb559c54e87a797a0373ab6291
14,325
asm
Assembly
kernel/arch/i386/sys/idt-asm.asm
foliagecanine/tritium-os
6d3a01291f3bb09a6a1caf5edd29b95e14c946a9
[ "MIT" ]
17
2020-08-26T07:59:05.000Z
2022-01-08T21:23:25.000Z
kernel/arch/i386/sys/idt-asm.asm
foliagecanine/tritium-os
6d3a01291f3bb09a6a1caf5edd29b95e14c946a9
[ "MIT" ]
2
2021-02-12T04:07:44.000Z
2021-02-17T19:00:51.000Z
kernel/arch/i386/sys/idt-asm.asm
foliagecanine/tritium-os
6d3a01291f3bb09a6a1caf5edd29b95e14c946a9
[ "MIT" ]
4
2021-06-25T17:13:59.000Z
2022-02-21T16:45:56.000Z
global irq0 global irq1 global irq2 global irq3 global irq4 global irq5 global irq6 global irq7 global irq8 global irq9 global irq10 global irq11 global irq12 global irq13 global irq14 global irq15 global default_handler global load_idt ;global irq0_handler ;global irq1_handler ;global irq2_ha...
17.427007
136
0.677347
6d86f3c9479249ce5ae78f86c065598634381af6
6,811
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_10091_686.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_10091_686.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_10091_686.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 %r13 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x19c88, %r12 nop and $42480, %rdi mov (%r12), %r13 nop nop nop nop xor %rax, %rax lea addresses_A_ht+0x15008, %r10 clflush (%r10) xor $48308, %rbp movl $0x61626364,...
37.838889
2,999
0.65864
6dad76da79e23a13d4a8cd0853f47bdb90a88119
2,428
asm
Assembly
programs/oeis/100/A100855.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/100/A100855.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/100/A100855.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A100855: n*(n^3-n^2+n+1)/2. ; 0,1,7,33,106,265,561,1057,1828,2961,4555,6721,9582,13273,17941,23745,30856,39457,49743,61921,76210,92841,112057,134113,159276,187825,220051,256257,296758,341881,391965,447361,508432,575553,649111,729505,817146,912457,1015873,1127841,1248820,1379281,1519707,1670593,1832446,2005785,2191141...
142.823529
2,264
0.85832
faaa8c3652f21408a4cdaafa5c9b45a0d8dc2331
1,447
asm
Assembly
Examples/ch06/ProcTble.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
Examples/ch06/ProcTble.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
Examples/ch06/ProcTble.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
TITLE Table of Procedure Offsets (ProcTble.asm) ; This progam contains a table with offsets of procedures. ; It uses the table to execute indirect procedure calls. ; Last update: 11/4/01 INCLUDE Irvine32.inc .data CaseTable BYTE 'A' ; lookup value DWORD Process_A ; addr...
21.597015
59
0.644091
3605120dbbe68ba00ff5afc96bf9284db7954787
7,615
asm
Assembly
weapon-tank-msg.xkas-06.asm
n00btube/sm-weapon-tank
78dc54e30d20e74859a766ab201dce41096a9d8c
[ "MIT" ]
null
null
null
weapon-tank-msg.xkas-06.asm
n00btube/sm-weapon-tank
78dc54e30d20e74859a766ab201dce41096a9d8c
[ "MIT" ]
2
2015-04-02T00:59:13.000Z
2015-04-04T19:25:18.000Z
weapon-tank-msg.xkas-06.asm
n00btube/sm-weapon-tank
78dc54e30d20e74859a766ab201dce41096a9d8c
[ "MIT" ]
null
null
null
;K: A hack to add new message boxes. Based on an item in Insanity, stripped of spoily stuff and commented for public use. ;K: This hasn't been extensively bugtested yet, but at the moment I don't know of any bugs from it. ;J: I've tested it. Looks like, you can use big and small messages with or without highlighted but...
48.196203
268
0.685752
ee005abea840c40d46cb6efd4551ecb98bb5c674
212
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_cls_wc.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_cls_wc.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_cls_wc.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void zx_cls_wc(struct r_Rect8 *r, uchar attr) SECTION code_arch PUBLIC zx_cls_wc EXTERN asm_zx_cls_wc zx_cls_wc: pop af pop hl pop ix push hl push hl push af jp asm_zx_cls_wc
10.095238
47
0.674528
a8a154d469fe77bfc78f057fd9490ec886190466
6,226
asm
Assembly
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0.log_21829_625.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0.log_21829_625.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0.log_21829_625.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0xc34, %rdi nop nop add $49320, %r15 movl $0x61626364, (%rdi) nop sub $20352, %rbp lea addresses_D_ht+0x4596, %rsi lea addresses_A_ht+0x1c8d4, %rdi clflush (%rsi) nop nop nop n...
36.840237
2,999
0.657404
500a6d54fa8dc8a81560fe963503d3c2edcd2aad
8,556
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_9160_172.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_9160_172.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_9160_172.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1bfc5, %rsi lea addresses_WT_ht+0x70bb, %rdi clflush (%rsi) cmp $54040, %r12 mov $0, %rcx rep movsl nop nop xor %rcx, %rcx lea addresses_D_ht+0x16a83, %r9 clflush (%r9) nop n...
31.340659
2,999
0.65346
86693b781e03978e55a1006e4876f139a146041d
1,544
asm
Assembly
symbolinen_konekieli/Ratol_msdos/laske.asm
tkukka/VariousContent
f7e7ae98ff8521c6c709dabe30855104afe3fe04
[ "MIT" ]
null
null
null
symbolinen_konekieli/Ratol_msdos/laske.asm
tkukka/VariousContent
f7e7ae98ff8521c6c709dabe30855104afe3fe04
[ "MIT" ]
null
null
null
symbolinen_konekieli/Ratol_msdos/laske.asm
tkukka/VariousContent
f7e7ae98ff8521c6c709dabe30855104afe3fe04
[ "MIT" ]
null
null
null
;RaTol Symbolinen konekieli: koetehtävä 2 ;Tero Kukka IY96A ;Tiedosto: laske.asm ;Luotu 26.2.1998 ;Aliohjelma _laske ;Hakee taulukon osoitteen PINOSTA ;Aliohjelmien esittely: public _laske .model small ;muistimalli .stack 00h ...
19.794872
61
0.468912
7838fa7120c645e3f7e94796d358059d2d352059
3,031
asm
Assembly
exampl05/hexdump/toolbar.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
exampl05/hexdump/toolbar.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
exampl05/hexdump/toolbar.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
; ######################################################################## Do_ToolBar PROTO :DWORD SetBmpColor PROTO :DWORD include tbmacros.asm .data hTbBmp dd 0 hToolBar dd 0 .code ; ######################################################################## Do_Tool...
25.258333
75
0.47938
965a90f05e0e6f30c48d0f0640a3bec991562299
2,765
asm
Assembly
libsrc/_DEVELOPMENT/compress/zx0/z80/dzx0_standard.asm
w5Mike/z88dk
f5090488e1d74ead8c865afe6df48231cd5c70ba
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/compress/zx0/z80/dzx0_standard.asm
w5Mike/z88dk
f5090488e1d74ead8c865afe6df48231cd5c70ba
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/compress/zx0/z80/dzx0_standard.asm
w5Mike/z88dk
f5090488e1d74ead8c865afe6df48231cd5c70ba
[ "ClArtistic" ]
null
null
null
; ----------------------------------------------------------------------------- ; ZX0 decoder by Einar Saukas ; "Standard" version (69 bytes only) ; ----------------------------------------------------------------------------- ; Parameters: ; HL: source address (compressed data) ; DE: destination address (decompres...
36.866667
82
0.403978
d4cc99a9cf91c42fe2e3dfc4435c69e324af86ba
2,798
asm
Assembly
programs/oeis/282/A282211.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/282/A282211.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/282/A282211.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A282211: Coefficients in q-expansion of (6*E_2^2*E_4 - 8*E_2*E_6 + 3*E_4^2 - E_2^4)/6912, where E_2, E_4, E_6 are the Eisenstein series shown in A006352, A004009, A013973, respectively. ; 0,1,24,108,448,750,2592,2744,7680,9477,18000,15972,48384,30758,65856,81000,126976,88434,227448,137180,336000,296352,383328,292008,...
279.8
2,383
0.86669
60fe8c8569698e44a6d4f3c9dd1f6e5be126a0fb
675
asm
Assembly
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/fgetpos_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/fgetpos_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/fgetpos_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; int fgetpos_callee(FILE *stream, fpos_t *pos) INCLUDE "config_private.inc" SECTION code_clib SECTION code_stdio ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IF __CLIB_OPT_MULTITHREAD & $02 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PUBLIC _fgetpos_callee, l0_fgetpos_callee EXTERN asm_fgetpos _fgetpos_callee: pop af pop bc p...
14.361702
47
0.540741
2a397a85d63776cf2bd745f7591010f5d201676e
2,662
asm
Assembly
src/main.asm
NotImplementedLife/rubik
e0bf62e069682273f8679f9297decd66079aa9c3
[ "MIT" ]
4
2021-06-12T06:07:57.000Z
2022-01-31T04:39:08.000Z
src/main.asm
NotImplementedLife/rubik
e0bf62e069682273f8679f9297decd66079aa9c3
[ "MIT" ]
null
null
null
src/main.asm
NotImplementedLife/rubik
e0bf62e069682273f8679f9297decd66079aa9c3
[ "MIT" ]
null
null
null
INCLUDE "src/include/macros.inc" SECTION "Main", ROM0 ;-Entry-------------------------------------------------------- Start:: ;---------------------------------------------------------Start call waitForVBlank ld a, %10010001 ld [rLCDC], a ld [rOBP0], a ld a, $00 ld [rOBP1], a call copyCube0STA...
18.879433
66
0.582645
6e59a4094b5bfc5fe3e53bf0d677cf1267607615
122
asm
Assembly
src/sound/alarm_musics/alarm_one/channel3.asm
Gegel85/RunnerGB
3d36597b94558cd3b3f613031291086190b45f2f
[ "MIT" ]
null
null
null
src/sound/alarm_musics/alarm_one/channel3.asm
Gegel85/RunnerGB
3d36597b94558cd3b3f613031291086190b45f2f
[ "MIT" ]
null
null
null
src/sound/alarm_musics/alarm_one/channel3.asm
Gegel85/RunnerGB
3d36597b94558cd3b3f613031291086190b45f2f
[ "MIT" ]
null
null
null
musicChan3AlarmOneTheme:: repeat 4 setRegisters $80, $00, $00, $AC, $85 stopMusic continue .loop: wait 0 jump .loop
13.555556
37
0.704918