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
9980df192bd38f1f4477a720f42b10d528a142f6
118
asm
Assembly
s0905.asm
zhangyuesai/8086-asm-learning-code
a934fb3a98a53a6167b647535b3251680294a786
[ "MIT" ]
1
2018-07-23T10:30:22.000Z
2018-07-23T10:30:22.000Z
s0905.asm
zhangyuesai/8086-asm-learning-code
a934fb3a98a53a6167b647535b3251680294a786
[ "MIT" ]
null
null
null
s0905.asm
zhangyuesai/8086-asm-learning-code
a934fb3a98a53a6167b647535b3251680294a786
[ "MIT" ]
null
null
null
assume cs:codesg codesg segment start: mov ax,123h jmp ax add ax,1 db 16 dup (0) s: inc ax codesg ends end start
9.833333
16
0.711864
e19da2c18ddce3f677c1db2cb6a33200ccedaca0
300
asm
Assembly
4.addition_with_input.asm
PremSundarB/sum_in_MIPS_assembly_language
fd9eb2bdc1c59ceb1bc4cce085c84a9e239809aa
[ "MIT" ]
null
null
null
4.addition_with_input.asm
PremSundarB/sum_in_MIPS_assembly_language
fd9eb2bdc1c59ceb1bc4cce085c84a9e239809aa
[ "MIT" ]
null
null
null
4.addition_with_input.asm
PremSundarB/sum_in_MIPS_assembly_language
fd9eb2bdc1c59ceb1bc4cce085c84a9e239809aa
[ "MIT" ]
null
null
null
.data msg1:.asciiz"Enter Number 1 " msg2:.asciiz"Enter Number 2 " msg3:.asciiz"The Sum Is: " .text li $v0,4 la $a0,msg1 syscall li $v0,5 syscall move $t0,$v0 li $v0,4 la $a0,msg2 syscall li $v0,5 syscall move $t1,$v0 li $v0,4 la $a0,msg3 syscall add $t2,$t1,$t0 li $v0,1 move $a0,$t2 syscall
9.375
29
0.663333
27b28084a23347d3c981f42b401c7127fbc54abe
1,604
asm
Assembly
programs/oeis/066/A066280.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/066/A066280.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/066/A066280.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A066280: a(n) = 1^n + 2^(n+1) + 3^(n+2). ; 5,12,32,90,260,762,2252,6690,19940,59562,178172,533490,1598420,4791162,14365292,43079490,129205700,387551562,1162523612,3487308690,10461401780,31383156762,94147373132,282437925090,847305386660,2541899382762,7625664593852,22876926672690,68630645800340,205891668965562,61767447...
123.384615
1,473
0.909601
8bc7161c52898846a53f4d05d09725cb8f9e2550
5,312
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_21829_1210.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_21829_1210.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_21829_1210.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0xac53, %r12 nop nop nop nop nop cmp $5857, %r15 movw $0x6162, (%r12) nop nop nop nop inc %rcx lea addresses_UC_ht+0x9f8f, %r12 and %rsi, %rsi mov $0x6162636465666768, %rdi movq %rdi, (...
41.826772
2,999
0.65625
136608404f2de89f23bf72fc4c0fc02166f6dbbc
167
asm
Assembly
programs/oeis/323/A323535.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/323/A323535.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/323/A323535.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A323535: a(n) = Product_{k=1..n} (binomial(k-1,7) + binomial(n-k,7)). ; 1,0,0,0,0,0,0,0,0,0,0,0,0,0 add $2,1 lpb $0,1 add $2,$2 sub $0,1 lpe add $1,2 sub $1,$2
15.181818
71
0.532934
d14008a1b3e20edea17ca7cc69363c23df3b3afa
12,480
asm
Assembly
P6/data_P6_2/ALUTest192.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/ALUTest192.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
P6/data_P6_2/ALUTest192.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
nor $1,$1,$3 andi $6,$5,17201 slt $3,$5,$3 subu $5,$2,$3 sra $5,$3,1 xori $4,$3,34053 lh $5,0($0) subu $5,$3,$3 addiu $5,$6,12371 lb $5,4($0) sb $6,15($0) subu $1,$3,$3 addu $4,$2,$3 slti $3,$4,-28359 slt $3,$4,$3 sll $4,$3,20 subu $3,$3,$3 xor $3,$3,$3 nor $4,$6,$3 srav $1,$2,$3 sh $6,0($0) addiu $0,$0,6014 and $4,$6,...
14.038245
18
0.521234
fdb7000ca0990969f19e54637092ccd7224e647c
73
asm
Assembly
gfx/pokemon/nidoqueen/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
gfx/pokemon/nidoqueen/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
gfx/pokemon/nidoqueen/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
frame 6, 50 setrepeat 2 frame 0, 07 frame 6, 07 dorepeat 2 endanim
10.428571
12
0.684932
66e238430321c54a0683e1716149300ed492d6f1
1,609
asm
Assembly
programs/oeis/078/A078371.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/078/A078371.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/078/A078371.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A078371: a(n) = (2*n+5)*(2*n+1). ; 5,21,45,77,117,165,221,285,357,437,525,621,725,837,957,1085,1221,1365,1517,1677,1845,2021,2205,2397,2597,2805,3021,3245,3477,3717,3965,4221,4485,4757,5037,5325,5621,5925,6237,6557,6885,7221,7565,7917,8277,8645,9021,9405,9797,10197,10605,11021,11445,11877,12317,12765,13221,13685,1415...
178.777778
1,525
0.816656
fa7a839420051a128983c0d11d4b263b65d4278c
1,395
asm
Assembly
src/inline_print.asm
pmwasson/apple2
058dae1786e51769ed488483b4659110aae5e2da
[ "MIT" ]
4
2021-01-31T06:55:56.000Z
2022-03-20T12:44:39.000Z
src/inline_print.asm
pmwasson/apple2
058dae1786e51769ed488483b4659110aae5e2da
[ "MIT" ]
null
null
null
src/inline_print.asm
pmwasson/apple2
058dae1786e51769ed488483b4659110aae5e2da
[ "MIT" ]
1
2022-03-20T12:44:40.000Z
2022-03-20T12:44:40.000Z
;----------------------------------------------------------------------------- ; Paul Wasson - 2021 ;----------------------------------------------------------------------------- ; inline_print - display following string to COUT ;----------------------------------------------------------------------------- ; Uses stack...
24.473684
78
0.444444
88115cf241662438ba1d47d98ceb63a05dc3323f
1,482
asm
Assembly
programs/oeis/033/A033937.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/033/A033937.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/033/A033937.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A033937: Convolution of natural numbers n >= 1 with Fibonacci numbers F(k), k >= 3. ; 2,7,17,35,66,118,204,345,575,949,1556,2540,4134,6715,10893,17655,28598,46306,74960,121325,196347,317737,514152,831960,1346186,2178223,3524489,5702795,9227370,14930254,24157716,39088065,63245879,102334045,165580028,267914180,43349431...
185.25
1,294
0.883266
a77d7cdecc3635f53264546d0af7a89f02a9dfc0
25,430
asm
Assembly
Kernel/xv6-public/forktest.asm
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Kernel/xv6-public/forktest.asm
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Kernel/xv6-public/forktest.asm
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
_forktest: file format elf32-i386 Disassembly of section .text: 00000000 <main>: printf(1, "fork test OK\n"); } int main(void) { 0: f3 0f 1e fb endbr32 4: 55 push %ebp 5: 89 e5 mov %esp,%ebp 7: 83 e4 f0 and $0xfffffff0,%esp fork...
32.068096
71
0.419465
be7b0cf156aab14aec6c6da47b325e58637a7f3d
731
asm
Assembly
oeis/321/A321543.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/321/A321543.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/321/A321543.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A321543: a(n) = Sum_{d|n} (-1)^(d-1)*d^2. ; Submitted by Jamie Morken(s1) ; 1,-3,10,-19,26,-30,50,-83,91,-78,122,-190,170,-150,260,-339,290,-273,362,-494,500,-366,530,-830,651,-510,820,-950,842,-780,962,-1363,1220,-870,1300,-1729,1370,-1086,1700,-2158,1682,-1500,1850,-2318,2366,-1590,2210,-3390,2451,-1953,2900,-3230,...
36.55
499
0.638851
5560188b3c587bc5c7ccb7ab46748c42177705e5
774
asm
Assembly
programs/oeis/005/A005564.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/005/A005564.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/005/A005564.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A005564: Number of n-step walks on square lattice in the first quadrant which finish at distance n-3 from the x-axis. ; 6,20,45,84,140,216,315,440,594,780,1001,1260,1560,1904,2295,2736,3230,3780,4389,5060,5796,6600,7475,8424,9450,10556,11745,13020,14384,15840,17391,19040,20790,22644,24605,26676,28860,31160,33579,3612...
86
605
0.803618
363a37986a274145e9197a2d6e6c3e0e1e006031
8,558
asm
Assembly
vibra/tasks_data.asm
bushy555/ZX-Spectrum-1-Bit-Routines
4d336dec9d7abc979a97af76d515104a9263f127
[ "BSD-3-Clause" ]
59
2015-02-28T14:15:56.000Z
2022-03-26T12:06:01.000Z
vibra/tasks_data.asm
bushy555/ZX-Spectrum-1-Bit-Routines
4d336dec9d7abc979a97af76d515104a9263f127
[ "BSD-3-Clause" ]
1
2016-08-22T05:32:43.000Z
2016-08-22T09:33:28.000Z
vibra/tasks_data.asm
bushy555/ZX-Spectrum-1-Bit-Routines
4d336dec9d7abc979a97af76d515104a9263f127
[ "BSD-3-Clause" ]
9
2015-02-28T14:16:31.000Z
2022-01-18T17:52:48.000Z
;******************************************************************************* task_read_seq ld (taskPointer_rs),sp ;20 seqPointer equ $+1 ld sp,0 ;10 exx ;4 inc hl ;6 ;timing pop hl ;10 ld a,ixh ;8 ;load output state ch1 out (#fe),a ;11___80 ld a,h ;4 or l ;4 IF looping = 0 jp z,exit ...
19.188341
117
0.552816
4e7898a93ec614e668686befcb0b559888e272c0
429
asm
Assembly
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_erase_block_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_erase_block_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_erase_block_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; size_t b_array_erase_block(b_array_t *a, size_t idx, size_t n) SECTION code_clib SECTION code_adt_b_array PUBLIC b_array_erase_block_callee EXTERN asm_b_array_erase_block b_array_erase_block_callee: pop hl pop de pop bc ex (sp),hl jp asm_b_array_erase_block ; SDCC bridge for Classic IF __CLA...
16.5
64
0.81352
f6c890f5853c316ef270aee9fac8a868aaf9d856
13,135
asm
Assembly
Library/SpecUI/CommonUI/CWin/cwinScreen.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/SpecUI/CommonUI/CWin/cwinScreen.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/SpecUI/CommonUI/CWin/cwinScreen.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @--------------------------------------------------------------------- Copyright (c) GeoWorks 1988 -- All Rights Reserved GEOWORKS CONFIDENTIAL PROJECT: GEOS MODULE: CommonUI/CWin FILE: winScreen.asm ROUTINES: Name Description ---- ----------- MTD MSG_META_INITIALIZE Initialize ...
24.551402
80
0.617815
2c78b5a4a4f761b4d970f21a9e61e55a24c7507d
49,358
asm
Assembly
Library/GrObj/GrObj/grobjBounds.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/GrObj/GrObj/grobjBounds.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/GrObj/GrObj/grobjBounds.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: GrObj MODULE: GrObj FILE: grobjBounds.asm AUTHOR: Steve Scholl, Aug 21, 1992 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Dat...
22.163449
79
0.606224
e3d9ff92e0daf7d4503d5275284e1e2827054faf
8,505
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0xca_notsx.log_21829_922.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0xca_notsx.log_21829_922.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0xca_notsx.log_21829_922.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 %r15 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0xcd6, %rax nop nop nop nop add %r15, %r15 movb $0x61, (%rax) nop xor %r8, %r8 lea addresses_D_ht+0x1d9a6, %rsi lea addresses_A_ht+0x1b4d6, %rdi nop nop inc %r12 mov $50, %...
32.586207
2,999
0.653028
2b923b99df4d216798e972e91450606aed882565
1,787
asm
Assembly
hufbit.asm
dylancarlson/citplus
90aedfc7047fe92bdd0d09f1eb1671d7ddcde8a3
[ "Unlicense" ]
1
2020-08-11T06:12:01.000Z
2020-08-11T06:12:01.000Z
hufbit.asm
dylancarlson/citplus
90aedfc7047fe92bdd0d09f1eb1671d7ddcde8a3
[ "Unlicense" ]
null
null
null
hufbit.asm
dylancarlson/citplus
90aedfc7047fe92bdd0d09f1eb1671d7ddcde8a3
[ "Unlicense" ]
null
null
null
; --------------------------------------------------------------------- ; ; hufbit.asm Acit 92Jun13 ; ; bit by bit string manipulations for huffman encoding ; ; --------------------------------------------------------------------- ; ideal model large, c theChar = 0 right = 2 left = 6 ENCBUFSIZE = 8...
15.53913
74
0.543369
eb8d50cfccb14e86c8138c62d743bd43fb111b48
2,604
asm
Assembly
Source/Levels/L1304.asm
AbePralle/FGB
52f004b8d9d4091a2a242a012dc8c1f90d4c160d
[ "MIT" ]
null
null
null
Source/Levels/L1304.asm
AbePralle/FGB
52f004b8d9d4091a2a242a012dc8c1f90d4c160d
[ "MIT" ]
null
null
null
Source/Levels/L1304.asm
AbePralle/FGB
52f004b8d9d4091a2a242a012dc8c1f90d4c160d
[ "MIT" ]
null
null
null
; L1304.asm ; Generated 05.08.2001 by mlevel ; Modified 05.08.2001 by Abe Pralle INCLUDE "Source/Defs.inc" INCLUDE "Source/Levels.inc" ;--------------------------------------------------------------------- SECTION "Level1304Gfx",ROMX ;--------------------------------------------------------------------- backinside_b...
26.571429
70
0.415131
d235ae807537ef35b49589a9c8f1ebeec4b874dc
270
asm
Assembly
libsrc/graphics/cplot.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
libsrc/graphics/cplot.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
libsrc/graphics/cplot.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
; CALLER LINKAGE FOR FUNCTION POINTERS SECTION code_clib PUBLIC cplot PUBLIC _cplot EXTERN cplot_callee EXTERN ASMDISP_CPLOT_CALLEE .cplot ._cplot pop af pop bc pop de pop hl push hl push de push bc push af jp cplot_callee + ASMDISP_CPLOT_CALLEE
11.73913
41
0.755556
133336516877818f161d616114cc2acf0914ceb0
744
asm
Assembly
oeis/127/A127337.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/127/A127337.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/127/A127337.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A127337: Numbers that are the sum of 10 consecutive primes. ; Submitted by Jamie Morken(s1) ; 129,158,192,228,264,300,340,382,424,468,510,552,594,636,682,732,780,824,870,912,954,1008,1060,1114,1164,1216,1266,1320,1376,1434,1494,1546,1596,1650,1704,1752,1800,1854,1914,1974,2030,2084,2142,2192,2250,2310,2374,2432,2480,...
39.157895
480
0.715054
709be5eeec11a708df94d4693cd5031541ffc762
55,031
asm
Assembly
LIB/DLLKop32/TSoft_Koder.asm
stasinek/Koperek_VCL
7526c48fa74d7f5701cd3a965849339f7e414eb2
[ "BSD-2-Clause" ]
null
null
null
LIB/DLLKop32/TSoft_Koder.asm
stasinek/Koperek_VCL
7526c48fa74d7f5701cd3a965849339f7e414eb2
[ "BSD-2-Clause" ]
null
null
null
LIB/DLLKop32/TSoft_Koder.asm
stasinek/Koperek_VCL
7526c48fa74d7f5701cd3a965849339f7e414eb2
[ "BSD-2-Clause" ]
1
2019-03-06T03:56:14.000Z
2019-03-06T03:56:14.000Z
.386p ifdef ??version if ??version GT 500H .mmx endif endif model flat ifndef ??version ?debug macro endm endif ?debug S "C:\Program Files\Borland\CBuilder5\Projects\OBSOLETE\PROGS\Koperek.VCL\LIB\DLLKop32\TSoft_Koder.cpp" ?debug T "C:\Program Files\Borland\CBuilder5\Projects\OBSOLETE\PROGS\Koperek.VCL\...
24.189451
127
0.662554
444c80927b1675fbaca6d72b2c6b942dc92f9d13
215
asm
Assembly
mc-sema/validator/x86_64/tests/XADD32rr.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
2
2021-08-07T16:21:29.000Z
2021-11-17T10:58:37.000Z
mc-sema/validator/x86_64/tests/XADD32rr.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
mc-sema/validator/x86_64/tests/XADD32rr.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
BITS 64 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ; XADD32rr mov ebx, 0xb46767 mov ecx, 0xa57877 ;TEST_BEGIN_RECORDING xadd ebx, ecx ;TEST_END_RECORDING
16.538462
25
0.739535
221d87c3d4470b1f94737c31848404bc3c6cc338
972
asm
Assembly
basic/04_pemanggilan_sistem/pemanggilan_sistem.asm
bellshade/Assembly
94e1ab38f9f217b414cf1d19f9c52c052b7ec2e0
[ "MIT" ]
6
2021-11-12T14:13:57.000Z
2022-02-18T08:24:42.000Z
basic/04_pemanggilan_sistem/pemanggilan_sistem.asm
AdityaFitrianaNS/Assembly
c412279c8042300e77ec862c13e19f0c1cdf71af
[ "MIT" ]
2
2021-11-22T00:50:03.000Z
2021-11-24T01:14:24.000Z
basic/04_pemanggilan_sistem/pemanggilan_sistem.asm
AdityaFitrianaNS/Assembly
c412279c8042300e77ec862c13e19f0c1cdf71af
[ "MIT" ]
4
2021-11-22T00:18:36.000Z
2022-03-22T06:35:31.000Z
; compile dengan cara ; nasm -f elf32 -o namafile.o namafile.asm ; ld -m elf_i386 -o namafile namafile.o ; ./namafile section .data userInput db 'Masukkan angka: ' lenUserInput equ $-userInput ; panjang dari sebuah pesan input displayPesan db 'Angka kamu : ' lenDisplayPesan equ $-displ...
21.130435
77
0.624486
c124965f9fc3e3cc4c77441dfec9f79e4f989f68
5,180
asm
Assembly
ntio/openread.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
28
2015-02-03T01:38:24.000Z
2022-03-23T05:48:24.000Z
ntio/openread.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
20
2015-01-02T14:51:20.000Z
2021-01-09T21:37:19.000Z
ntio/openread.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
9
2015-02-11T17:43:56.000Z
2019-09-05T11:07:02.000Z
TITLE OPENREAD - Copyright (c) 1994 SLR Systems INCLUDE MACROS INCLUDE IO_STRUC ; PUBLIC OPEN_READING .DATA EXTERNDEF MODULE_NAME:BYTE EXTERNDEF OBJ_DEVICE:DWORD,CURN_FILE_LIST_GINDEX:DWORD EXTERNDEF STUBPATH_LIST:FILE_LISTS,OBJPATH_LIST:FILE_LISTS,LIBPATH_LIST:FILE_LISTS,_FILE_LIST_GARRAY:FILE_LI...
16.392405
113
0.733398
3b2d24ebfad13fc3b7ef8728b484606c13fe87e1
57,929
asm
Assembly
c++/crypto/sha256_code_release/sha256_avx2_rorx8.asm
DeckerSU/RelayNode
29707de3230cab551e9362a67801e6733490249e
[ "MIT" ]
71
2015-05-29T02:26:36.000Z
2021-11-11T04:52:43.000Z
c++/crypto/sha256_code_release/sha256_avx2_rorx8.asm
dendisuhubdy/RelayNode
c50d81223104fcf00ca0413f87b9c0562a8a55f7
[ "MIT" ]
23
2015-06-03T10:16:19.000Z
2021-02-19T13:36:15.000Z
c++/crypto/sha256_code_release/sha256_avx2_rorx8.asm
dendisuhubdy/RelayNode
c50d81223104fcf00ca0413f87b9c0562a8a55f7
[ "MIT" ]
41
2015-03-14T23:16:05.000Z
2021-10-31T04:20:04.000Z
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Copyright (c) 2012, Intel Corporation ; ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are ; met: ; ; * Redistribu...
38.388999
104
0.450344
db060b4ce5fac59e0edef23cc98ae27f4678448e
5,785
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_2628_1752.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_2628_1752.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_2628_1752.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 %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x2535, %rsi lea addresses_D_ht+0xf335, %rdi nop nop nop nop add %r12, %r12 mov $47, %rcx rep movsw nop add $56458, %r10 lea addresses_WT_ht+0x1e029, %rsi nop nop nop nop sub %r10, %r10 ...
39.087838
2,999
0.661366
0e300536d9d2cec84109720f7315330f4ef76a85
513
asm
Assembly
oeis/238/A238005.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/238/A238005.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/238/A238005.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A238005: Number of partitions of n into distinct parts such that (greatest part) - (least part) = (number of parts). ; Submitted by Jon Maiga ; 0,0,0,1,0,1,1,2,0,2,2,2,2,2,1,4,3,2,3,3,2,4,4,4,3,4,2,5,5,3,5,6,3,5,3,5,6,6,4,6,6,4,6,6,3,7,7,7,6,6,5,7,7,5,6,8,6,8,8,6,8,8,4,9,6,7,9,9,7,7,9,8,9,9,5,9,7,8,10,10,7,10,10,8,8,...
25.65
214
0.567251
f96bb4f3e8ed44073aae8c8cfb2440ac8adf2cdc
550
asm
Assembly
oeis/013/A013781.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/013/A013781.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/013/A013781.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A013781: a(n) = 4^(4*n + 3). ; 64,16384,4194304,1073741824,274877906944,70368744177664,18014398509481984,4611686018427387904,1180591620717411303424,302231454903657293676544,77371252455336267181195264,19807040628566084398385987584,5070602400912917605986812821504,1298074214633706907132624082305024,332306998946228968225...
68.75
476
0.894545
5d6ff5ccb230febb8cbcf2e35e8b30f7a933ee6d
245
asm
Assembly
lab2/assignment_8.asm
0000Blaze/Microprocess
8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330
[ "MIT" ]
null
null
null
lab2/assignment_8.asm
0000Blaze/Microprocess
8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330
[ "MIT" ]
null
null
null
lab2/assignment_8.asm
0000Blaze/Microprocess
8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330
[ "MIT" ]
null
null
null
# ORG 8284 # DB 13 # ORG 8285 # DB 79 # ORG 8286 # DB 26 # ORG 8287 # DB 48 # ORG 8000 LHLD 8284 MOV B,H MOV C,L LHLD 8286 MOV A,L ADD C DAA MOV L,A MOV A,H ADD B DAA MOV H,A SHLD 8288 HLT
10.208333
13
0.497959
9444683c7af360628696ced2f9d84ffa60ace6f5
4,630
asm
Assembly
Appl/FileMgrs2/CommonDesktop/CLauncher/cwFileSelectorClass.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Appl/FileMgrs2/CommonDesktop/CLauncher/cwFileSelectorClass.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Appl/FileMgrs2/CommonDesktop/CLauncher/cwFileSelectorClass.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: Welcome FILE: wDOSStartupGroupClass.asm AUTHOR: brianc, Sept 25, 1991 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Descript...
26.763006
79
0.605832
03219610ce44490fdc0d2e3d142729e39bf66dea
3,293
asm
Assembly
45/beef/drv/csd/src/fx_data.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/beef/drv/csd/src/fx_data.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/beef/drv/csd/src/fx_data.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
;* ;* CW : Character Windows Drivers ;* ;* fx_data.asm : Fixed driver data (linked in) ;***************************************************************************** sBegin DATA assumes DS,DGROUP assumes CS,DGROUP IFDEF DUALOS2 ;* * default characters (tracks INCH strucure) ;* * NOT NEEDED FOR DUALOS2 - SUP...
23.190141
78
0.652293
845036917e6dd333ab47de534b9c83ceb9939142
149
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm1/zel_rmdt09.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm1/zel_rmdt09.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm1/zel_rmdt09.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: zel_rmdt09.asm Type: file Size: 172160 Last-Modified: '2016-05-13T04:20:48Z' SHA-1: 7B186A21AE07ED1606AAD3C0ADAE592500BB3E4E Description: null
21.285714
47
0.818792
476b8ca435e782d032f08d106dc512a568cf4958
148
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_rmdt0.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_rmdt0.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_rmdt0.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: zel_rmdt0.asm Type: file Size: 175761 Last-Modified: '2016-05-13T04:22:15Z' SHA-1: D6E3ADED06E9CB59E4D5D836B7CBFCE688205468 Description: null
21.142857
47
0.817568
c90e7aa531bec801474da1ed7c909f0c69c026f3
1,094
asm
Assembly
CS21/asm/fib.asm
rizarae/rizarae.github.io
58739a808f98dea652786657e9a9cfa9e97367d1
[ "MIT" ]
null
null
null
CS21/asm/fib.asm
rizarae/rizarae.github.io
58739a808f98dea652786657e9a9cfa9e97367d1
[ "MIT" ]
null
null
null
CS21/asm/fib.asm
rizarae/rizarae.github.io
58739a808f98dea652786657e9a9cfa9e97367d1
[ "MIT" ]
null
null
null
# Lab 6 # recursive fibonacci # lab lab .text main: li $v0, 5 #get input syscall move $a0, $v0 #parameter for fib function jal fib #function call move $a0, $v0 #move return value to a0 for printing li $v0, 1 #print syscall li $v0, 10 #exit syscall fib: subi $sp, $sp, 32 sw $ra, 28($sp) #save value of $...
22.791667
124
0.625229
f4ee2c1d7f866e11e35e510962ce22b482144de3
7,553
asm
Assembly
ulam.asm
wadiim/ulam
1b47434013a7f8f42828a244f7c047c2b672b004
[ "MIT" ]
1
2021-08-07T03:18:54.000Z
2021-08-07T03:18:54.000Z
ulam.asm
wadiim/ulam
1b47434013a7f8f42828a244f7c047c2b672b004
[ "MIT" ]
null
null
null
ulam.asm
wadiim/ulam
1b47434013a7f8f42828a244f7c047c2b672b004
[ "MIT" ]
null
null
null
; $040f => The screen location of the first cell of the spiral. ; $0200 => The screen location of the last cell of the spiral. ; $00-01 => A memory location representing the screen location of the current ; cell. ; $02 => A memory location representing the current direction, i.e. the ; directio...
35.627358
79
0.547729
67252a6a94e876bdb7dfc958fca597d7426ffd1e
4,618
asm
Assembly
texmap/temp.asm
arbruijn/d1dos
00b969f31fd475530e7e24d7e9759c70705634e0
[ "Unlicense" ]
2
2022-01-15T17:56:45.000Z
2022-02-16T17:58:02.000Z
texmap/temp.asm
arbruijn/d1dos
00b969f31fd475530e7e24d7e9759c70705634e0
[ "Unlicense" ]
1
2022-02-16T18:08:42.000Z
2022-02-21T07:42:27.000Z
texmap/temp.asm
arbruijn/d1dos
00b969f31fd475530e7e24d7e9759c70705634e0
[ "Unlicense" ]
null
null
null
;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX ;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO ;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A ;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS ;IN USING, DISPLAYING, ...
20.524444
76
0.667388
1c9d53799959fb8bca7b7c0e3aa1d8829dcab2fa
317
asm
Assembly
oeis/332/A332243.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/332/A332243.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/332/A332243.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A332243: Starhex honeycomb numbers: a(n) = 13 + 60*n + 60*n^2. ; 13,133,373,733,1213,1813,2533,3373,4333,5413,6613,7933,9373,10933,12613,14413,16333,18373,20533,22813,25213,27733,30373,33133,36013,39013,42133,45373,48733,52213,55813,59533,63373,67333,71413,75613,79933,84373 add $0,1 bin $0,2 mul $0,120 add $0,13
39.625
211
0.744479
21ce8035406d7dca3b5d1cf7af0709ac3ad9cbaa
57,190
asm
Assembly
kill.asm
dylsugar/cs461_hw5
c5e1af487c457380dc6d006f2ba3fbde843efe6b
[ "MIT-0" ]
null
null
null
kill.asm
dylsugar/cs461_hw5
c5e1af487c457380dc6d006f2ba3fbde843efe6b
[ "MIT-0" ]
null
null
null
kill.asm
dylsugar/cs461_hw5
c5e1af487c457380dc6d006f2ba3fbde843efe6b
[ "MIT-0" ]
null
null
null
_kill: file format elf64-x86-64 Disassembly of section .text: 0000000000001000 <main>: #include "stat.h" #include "user.h" int main(int argc, char **argv) { 1000: f3 0f 1e fa endbr64 1004: 55 push %rbp 1005: 48 89 e5 mov %rsp,%rbp 1008: 48 83 ec 2...
39.577855
69
0.445585
1d2da2e50f76c98dbf06b6763ea194bca9ebcd68
4,232
asm
Assembly
kernel/compress/lz4.asm
TheMachine02/Sorcery
ee657f5a64049bee0c947add7ff2cb92d7281ec1
[ "MIT" ]
14
2020-05-27T13:20:35.000Z
2022-02-10T01:19:54.000Z
kernel/compress/lz4.asm
TheMachine02/Sorcery
ee657f5a64049bee0c947add7ff2cb92d7281ec1
[ "MIT" ]
10
2020-06-12T20:53:03.000Z
2021-03-21T23:11:44.000Z
kernel/compress/lz4.asm
TheMachine02/Sorcery
ee657f5a64049bee0c947add7ff2cb92d7281ec1
[ "MIT" ]
84
2020-06-11T06:27:03.000Z
2021-05-29T17:06:24.000Z
; ; LZ4 decompression algorithm - Copyright (c) 2011-2015, Yann Collet ; All rights reserved. ; LZ4 implementation for z80 and compatible processors - Copyright (c) 2013-2015 Piotr Drapich ; All rights reserved. ; Heavily modified and ported to ez80 by TheMachine02 ; ; Redistribution and use in source and binar...
20.643902
95
0.678403
da0dac616bd8b8cb48e6c4ec3ead786d95049345
5,019
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_1739.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_1739.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_1739.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %rax push %rbp push %rdx push %rsi lea addresses_D_ht+0x2bd0, %r11 nop nop nop nop add %r13, %r13 movw $0x6162, (%r11) cmp %r14, %r14 lea addresses_UC_ht+0xf970, %r11 nop nop nop nop add $3165, %r14 mov (%r11), %ebp xor $5280, %rbp lea addr...
44.415929
2,999
0.657103
08c395ba731ccefa1050bebc6b75ba269a00a423
626
asm
Assembly
oeis/066/A066370.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/066/A066370.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/066/A066370.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A066370: Quadruply triangular numbers. ; 0,1,231,26796,1186570,26357430,359026206,3413156131,24666759216,143717956515,703974775735,2989908659661,11270904497931,38398515291136,119929709686710,347357071281165,941718655098991,2408309883851256,5847191602173306,13551450210950905,30118700956190595,64449908476890321,1332398...
44.714286
491
0.86262
ec272c5d641db4adf4ac5276927a8522ba64f921
247
asm
Assembly
programs/oeis/106/A106832.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/106/A106832.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/106/A106832.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A106832: 4*n-2 and 6*n alternatively. ; 2,6,6,12,10,18,14,24,18,30,22,36,26,42,30,48,34,54,38,60,42,66,46,72,50,78,54,84,58,90,62,96,66,102,70,108,74,114,78,120,82,126,86,132,90,138,94,144,98,150 mov $1,$0 mod $0,2 add $0,2 mul $1,$0 add $0,$1
27.444444
157
0.643725
c43f69ad753c56d1e3476b92bed8fb5906c40ef7
4,466
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_884.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_884.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_884.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 %r11 push %r13 push %r9 push %rax push %rbx push %rdx push %rsi // Store lea addresses_normal+0x6ab5, %r13 nop nop nop nop dec %r9 movl $0x51525354, (%r13) nop cmp %r13, %r13 // Store lea addresses_WC+0x22b5, %rax nop nop ...
54.463415
2,999
0.658755
465d27659fd0cd4df64484b7e76ade40dd2edab9
917
asm
Assembly
_build/dispatcher/jmp_ippsGFpExp_63add795.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
1
2021-10-04T10:21:54.000Z
2021-10-04T10:21:54.000Z
_build/dispatcher/jmp_ippsGFpExp_63add795.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
null
null
null
_build/dispatcher/jmp_ippsGFpExp_63add795.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
null
null
null
extern m7_ippsGFpExp:function extern n8_ippsGFpExp:function extern y8_ippsGFpExp:function extern e9_ippsGFpExp:function extern l9_ippsGFpExp:function extern n0_ippsGFpExp:function extern k0_ippsGFpExp:function extern ippcpJumpIndexForMergedLibs extern ippcpSafeInit:function segment .data align 8 dq .Lin_ippsGFpExp ....
23.512821
68
0.760087
5d1eec3f93f5658588ee2b90d6f0d94499455afb
427
asm
Assembly
oeis/122/A122196.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/122/A122196.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/122/A122196.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A122196: Fractal sequence: count down by 2's from successive integers. ; Submitted by Jon Maiga ; 1,2,3,1,4,2,5,3,1,6,4,2,7,5,3,1,8,6,4,2,9,7,5,3,1,10,8,6,4,2,11,9,7,5,3,1,12,10,8,6,4,2,13,11,9,7,5,3,1,14,12,10,8,6,4,2,15,13,11,9,7,5,3,1,16,14,12,10,8,6,4,2,17,15,13,11,9,7,5,3,1,18,16,14,12,10,8,6,4,2,19,17,15,13,11,...
28.466667
231
0.592506
bd5447638fb429ab7e43e46123c3795b5c5e24b3
296
asm
Assembly
ExamplePrograms/MemSet.asm
douaumont/i8008_emu
709a1809f1af443783a7d856f33c5ff05f2e418d
[ "MIT" ]
null
null
null
ExamplePrograms/MemSet.asm
douaumont/i8008_emu
709a1809f1af443783a7d856f33c5ff05f2e418d
[ "MIT" ]
null
null
null
ExamplePrograms/MemSet.asm
douaumont/i8008_emu
709a1809f1af443783a7d856f33c5ff05f2e418d
[ "MIT" ]
null
null
null
;memset procedure ;HL - address of begining ;b - value to write, c - amount of 8-bit cells to be written, other registers must be saved elsewhere, ;otherwise they shall be corrupted! lhi $01 lli $00 lci 16 lbi 1 cal memset hlt memset: ldi 1 lei 0 loop: lmb lal add lla ace adh lha dcc jfz loop
12.333333
103
0.739865
0904902349e97b8f7e7ad23d6bc9540096387167
8,073
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_11688_1260.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.log_11688_1260.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.log_11688_1260.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 %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x14318, %rcx nop add $33984, %r10 mov (%rcx), %bx nop add $56416, %rbx lea addresses_A_ht+0x6c18, %rdx clflush (%rdx) nop sub $22716, %r9 movw $0x6162, (%rdx) nop nop nop dec %...
34.648069
2,999
0.653041
083c8ccce4d6768a2ba156ab59c84d8dc9d43f22
346
asm
Assembly
src/linemod.asm
chris03-dev/flathill-x64
945a20076bf820d9fa0aed051c8834434ba70833
[ "UPL-1.0" ]
3
2020-08-09T14:44:48.000Z
2020-08-24T21:30:57.000Z
src/linemod.asm
chris03-dev/flathill-x64
945a20076bf820d9fa0aed051c8834434ba70833
[ "UPL-1.0" ]
null
null
null
src/linemod.asm
chris03-dev/flathill-x64
945a20076bf820d9fa0aed051c8834434ba70833
[ "UPL-1.0" ]
null
null
null
format PE64 console entry _start section '.idata' data readable import include "win64a.inc" library kernel32, 'kernel32.dll', \ msvcrt, 'msvcrt.dll' import kernel32, ExitProcess, 'ExitProcess' import msvcrt, printf, 'printf', \ malloc, 'malloc', \ free, 'free' section '.text' ...
24.714286
43
0.65896
8abdce3949bf6ebf9c7caf25009a1751194ef120
151
asm
Assembly
data/tilesets/water_tilesets.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
data/tilesets/water_tilesets.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
data/tilesets/water_tilesets.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
; tilesets with water WaterTilesets: db OVERWORLD db FOREST db DOJO db GYM db SHIP db SHIP_PORT db CAVERN db FACILITY db PLATEAU db -1 ; end
11.615385
21
0.728477
d546da359f3c36904dff093e800452dd86ae5191
491
asm
Assembly
oeis/099/A099399.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/099/A099399.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/099/A099399.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A099399: Denominators of rationals (in lowest terms) used in a certain high temperature expansion. ; Submitted by Simon Strandgaard ; 1,6,16,32,384,256,4096,24576,32768,65536,1572864,1048576,4194304,25165824,268435456,536870912,2147483648,4294967296,34359738368,68719476736,274877906944,549755813888,8796093022208,1759...
23.380952
196
0.725051
b33d3fb79b0e7e7aa4837913a731b442d5733bdc
515
asm
Assembly
oeis/306/A306712.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/306/A306712.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/306/A306712.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A306712: Decimal expansion of 3*sqrt(3)/Pi. ; Submitted by Jamie Morken(s4) ; 1,6,5,3,9,8,6,6,8,6,2,6,5,3,7,6,1,4,8,5,3,3,9,7,9,4,9,4,9,3,8,9,0,8,3,2,4,1,9,2,1,5,9,4,4,1,0,9,9,9,2,1,9,5,8,3,9,8,0,9,8,0,6,0,8,7,3,0,9,0,9,1,0,4,0,7,8,0,9,3,8,4,5,2,1,1,4,0,0,8,6,4,6,9,5,1,2,6,6,7 mov $1,1 mov $3,$0 mul $3,4 lpb $3 mo...
18.392857
201
0.526214
1abe6b2a3b3b35c8adab28e9e74c3ce4aee88751
686
asm
Assembly
oeis/159/A159808.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/159/A159808.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/159/A159808.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A159808: Numerator of Hermite(n, 5/22). ; Submitted by Christian Krause ; 1,5,-217,-3505,140017,4092925,-148955945,-6687706825,218892836705,14041864596725,-406539275359865,-36014008700873825,902137507503591505,109095368804855545325,-2292647754582021148105,-381078348283760693301625,6416919607713933301113025,1507619962...
38.111111
476
0.813411
87fec3689cec34d70307dc14ad08712f9ecd2d3b
581
asm
Assembly
programs/oeis/338/A338200.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/338/A338200.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/338/A338200.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A338200: The number of similarity classes of pointed reflection spaces of residue two in an n-dimensional vector space over GF(2). ; 0,0,1,2,4,6,9,12,17,21,27,33,41,48,58,67,79,90,104,117,134,149,168,186,208,228,253,276,304,330,361,390,425,457,495,531,573,612,658,701,751,798,852,903,962,1017,1080,1140,1208,1272,1345,...
36.3125
206
0.697074
f8b76d820017ebd7653062a47c1f87f8b621ff58
1,315
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_6_1642.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_6_1642.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_6_1642.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %rax push %rbp lea addresses_A_ht+0x19a86, %r12 nop nop nop nop dec %rax movw $0x6162, (%r12) nop and $47861, %r15 pop %rbp pop %rax pop %r15 pop %r12 ret .global s_faulty_load s_faulty_load: push %r10 push %r14 push %rax push %rbp push %rbx pus...
16.4375
123
0.64943
c5b113fefd499683c6ec119f84cb5874332a1562
882
asm
Assembly
programs/oeis/161/A161511.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/161/A161511.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/161/A161511.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A161511: Number of 1...0 pairs in the binary representation of 2n. ; 0,1,2,2,3,3,4,3,4,4,5,4,6,5,6,4,5,5,6,5,7,6,7,5,8,7,8,6,9,7,8,5,6,6,7,6,8,7,8,6,9,8,9,7,10,8,9,6,10,9,10,8,11,9,10,7,12,10,11,8,12,9,10,6,7,7,8,7,9,8,9,7,10,9,10,8,11,9,10,7,11,10,11,9,12,10,11,8,13,11,12,9,13,10,11,7,12,11,12,10,13,11,12,9,14,12,13...
73.5
664
0.62585
919172b7ae345b0428d885c3b664fd9eda2bd5db
688
asm
Assembly
DeleteNumbersAndSpaces.asm
CallMeMengMeng/ASSEMBLY-LANGUAGE
8c884b43906225045e4ee68497d8913394a0d71a
[ "MIT" ]
null
null
null
DeleteNumbersAndSpaces.asm
CallMeMengMeng/ASSEMBLY-LANGUAGE
8c884b43906225045e4ee68497d8913394a0d71a
[ "MIT" ]
null
null
null
DeleteNumbersAndSpaces.asm
CallMeMengMeng/ASSEMBLY-LANGUAGE
8c884b43906225045e4ee68497d8913394a0d71a
[ "MIT" ]
null
null
null
; THERE IS A STRING (BYTE) WITH SEVERAL CHARACTERS IN 'STRING', TRY TO DELETE NUMBERS AND SPACES ; ON BOTH SIDES OF THE STRING. DATA SEGMENT STRING DB ' 1234HELLO 1234$' LEN EQU $-STRING TEM DB 50 DUP(0) DATA ENDS CODE SEGMENT ASSUME CS:CODE,DS:DATA START: MOV AX,DATA MOV DS,AX MOV AX,0 MOV CX...
16.380952
98
0.630814
2f7d57c7d15fac01df8ca12fb02c3612df7aad60
316
asm
Assembly
libsrc/graphics/gray/cpc/g_clg.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/graphics/gray/cpc/g_clg.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/graphics/gray/cpc/g_clg.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; ; Amstrad CPC pseudo-Gray Library Functions ; ; Written by Stefano Bodrato - June 2004 ; ; $Id: g_clg.asm,v 1.2 2015/01/19 01:32:49 pauloscustodio Exp $ ; ; ;Usage: g_clg(GrayLevel) PUBLIC g_clg .g_clg ld ix,0 add ix,sp ld a,(ix+2) ;GrayLevel call $BBE4 ;jp $BC14 jp $BBDB
11.285714
63
0.610759
fcdd4d124694c7c66eebf8b24161e244f5079705
11,263
asm
Assembly
uw2/include/uw2.asm
JohnGlassmyer/UltimaHacks
f9a114e00c4a1edf1ac7792b465feff2c9b88ced
[ "MIT" ]
68
2018-03-04T22:34:22.000Z
2022-03-10T15:18:32.000Z
uw2/include/uw2.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
19
2018-11-20T04:06:49.000Z
2021-11-08T16:37:10.000Z
uw2/include/uw2.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
4
2020-09-01T17:57:36.000Z
2022-01-04T20:51:11.000Z
; ============================================================================= ; Ultima Underworld II Hacks -- main ; ----------------------------------------------------------------------------- ; by John Glassmyer ; github.com/JohnGlassmyer/UltimaHacks ; assuming that overlay 93 was expanded and moved to the end of...
37.418605
79
0.626387
394ec5b6889d896836fd75b12f0ad59c9b4d7d54
5,509
asm
Assembly
Code/CustomControl/RAHexEd/Test/FileIO.asm
CherryDT/FbEditMOD
beb0eb22cae1b8f7203d55bd6b293d8ec88231ca
[ "Unlicense" ]
11
2016-12-03T16:35:42.000Z
2022-03-26T06:02:53.000Z
Code/CustomControl/RAHexEd/Test/FileIO.asm
CherryDT/FbEditMOD
beb0eb22cae1b8f7203d55bd6b293d8ec88231ca
[ "Unlicense" ]
1
2018-02-24T20:17:46.000Z
2018-03-02T08:57:40.000Z
Code/CustomControl/RAHexEd/Test/FileIO.asm
CherryDT/FbEditMOD
beb0eb22cae1b8f7203d55bd6b293d8ec88231ca
[ "Unlicense" ]
4
2018-10-19T01:14:55.000Z
2021-09-11T18:51:48.000Z
.code StreamInProc proc hFile:DWORD,pBuffer:DWORD,NumBytes:DWORD,pBytesRead:DWORD invoke ReadFile,hFile,pBuffer,NumBytes,pBytesRead,0 xor eax,1 ret StreamInProc endp StreamOutProc proc hFile:DWORD,pBuffer:DWORD,NumBytes:DWORD,pBytesWritten:DWORD invoke WriteFile,hFile,pBuffer,NumBytes,pBytesWritte...
25.50463
104
0.755128
e9cc0fb9bd13213238a9b49746ace6f742a3d546
463
asm
Assembly
oeis/076/A076237.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/076/A076237.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/076/A076237.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A076237: Remainder when 2nd order composite cc[n]=A050435[n] is divided by n. ; Submitted by Jamie Morken(s2) ; 0,0,0,0,3,3,3,1,8,8,10,9,8,8,8,7,6,6,7,8,7,6,5,4,5,4,3,4,5,4,3,4,3,2,2,2,2,1,0,0,40,0,0,43,43,44,44,45,45,45,47,48,49,50,50,50,53,53,53,55,55,55,55,55,56,56,56,56,56,56,57,58,59,59,60,62,63,63,64,65,65,65,6...
35.615385
209
0.641469
72233100610e08a576b1f6ac5600e07b88209e26
448
asm
Assembly
data/wild/treemon_maps.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
data/wild/treemon_maps.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
data/wild/treemon_maps.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
treemon_map: MACRO map_id \1 db \2 ; treemon set ENDM TreeMonMaps: ;treemon_map ROUTE_41, TREEMON_SET_CITY ;treemon_map ROUTE_42, TREEMON_SET_TOWN ;treemon_map ROUTE_44, TREEMON_SET_CANYON treemon_map ROUTE_101, TREEMON_SET_CANYON ;treemon_map M...
26.352941
59
0.645089
0ee7b997b7ccbd21621594b4717e15c500fe7b29
10,588
asm
Assembly
P6/data_P6_2/MDTest186.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/MDTest186.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
P6/data_P6_2/MDTest186.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
ori $ra,$ra,0xf mtlo $1 ori $4,$2,55864 div $4,$ra sb $4,12($0) ori $6,$2,26041 sb $1,8($0) mult $4,$2 sll $5,$0,27 mthi $5 addu $6,$2,$6 ori $5,$2,31443 mfhi $2 mult $1,$1 mflo $5 addu $2,$2,$3 sll $1,$6,14 multu $5,$5 mtlo $1 lb $1,1($0) sll $5,$4,23 srav $4,$2,$2 mfhi $4 multu $4,$6 mult $1,$1 divu $4,$ra sll $0,$6,...
11.896629
18
0.568285
218879f93ab335bc307783266b4f1dfded05effe
722
asm
Assembly
src/util/strg/filst.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/strg/filst.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/strg/filst.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
; fill string with one character 27/01-92 O.Fink section string include win1_keys_err xdef st_filst ; fill a string ;+++ ; fill a string with one character ; x,10 -> xxxxxxxxxx ; ; Entry Exit ; a0 ptr to...
22.5625
60
0.466759
5e09c0e55374f75deb023ff76362d3707e951495
4,574
asm
Assembly
test/paddw.asm
killvxk/AssemblyLine
2a20ec925532875c2f3bb5d423eb38a00bc5c91d
[ "Apache-2.0" ]
147
2021-09-01T03:52:49.000Z
2022-03-30T16:59:58.000Z
test/paddw.asm
killvxk/AssemblyLine
2a20ec925532875c2f3bb5d423eb38a00bc5c91d
[ "Apache-2.0" ]
7
2021-09-10T07:03:36.000Z
2022-03-03T23:30:58.000Z
test/paddw.asm
killvxk/AssemblyLine
2a20ec925532875c2f3bb5d423eb38a00bc5c91d
[ "Apache-2.0" ]
19
2021-09-09T10:54:44.000Z
2022-03-18T19:56:45.000Z
SECTION .text GLOBAL test test: paddw xmm0, xmm0 paddw xmm0, xmm1 paddw xmm0, xmm2 paddw xmm0, xmm3 paddw xmm0, xmm4 paddw xmm0, xmm5 paddw xmm0, xmm6 paddw xmm0, xmm7 paddw xmm0, xmm8 paddw xmm0, xmm9 paddw xmm0, xmm10 paddw xmm0, xmm11 paddw xmm0, xmm12 paddw xmm0, xmm13 paddw xmm0, xmm14 paddw xmm0, xmm15 paddw xmm...
16.693431
18
0.771535
1d2e41d6cc5945da3fa763d5d63ba1531316772c
678
asm
Assembly
mem/dos/16bit/DosReallocSeg.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
null
null
null
mem/dos/16bit/DosReallocSeg.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
null
null
null
mem/dos/16bit/DosReallocSeg.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
null
null
null
;/*! ; @file ; ; @ingroup fapi ; ; @brief DosMemAvail DOS wrapper ; ; (c) osFree Project 2021, <http://www.osFree.org> ; for licence see licence.txt in root directory, or project website ; ; This is Family API implementation for DOS, used with BIND tools ; to link required API ; ; @author Yuri Prokushev...
17.842105
69
0.718289
d64849f7f7382752053fb6d8af8201a15606181f
1,775
asm
Assembly
Snippeturi/modele/2/1/thule.asm
DanBrezeanu/IOCLA
1a22cc2949afc72818289f47288e32004f633fd1
[ "MIT" ]
2
2019-11-18T15:56:21.000Z
2020-01-18T01:22:37.000Z
Snippeturi/modele/2/1/thule.asm
zatbogdan99/IOCLA
3d499ad18624f571e6c49ff891649a05ac9908e4
[ "MIT" ]
null
null
null
Snippeturi/modele/2/1/thule.asm
zatbogdan99/IOCLA
3d499ad18624f571e6c49ff891649a05ac9908e4
[ "MIT" ]
null
null
null
%include "io.inc" section .data word_num1 dd 0xff543210 word_num2 dd 0x00111111 result_word resd 1 big_num1 dd 0x11111111, 0x22222222, 0x33333333 big_num2 dd 0xffffffff, 0x22222222, 0x33333333 result_4word resd 4 num_array1 dd 0x11111111, 0x22222222, 0x33333333, 0x12111211, 0x22232242, 0xff333333,...
17.929293
123
0.634366
9158a483b3e1762ad233fa96d7f96036e964aa82
1,024
asm
Assembly
programs/oeis/254/A254729.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/254/A254729.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/254/A254729.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A254729: Number of numbers j + k*sqrt(2) of length n, where the length is the least number of steps to reach 0, the allowable steps being x -> x + 1 and x -> x*sqrt(2). ; 1,1,2,3,4,7,11,18,29,47,76,123,199,322,521,843,1364,2207,3571,5778,9349,15127,24476,39603,64079,103682,167761,271443,439204,710647,1149851,1860498,...
64
731
0.808594
5e2ba22370e365a3b6c8eafe17bc07f5ef921de7
466
asm
Assembly
oeis/337/A337297.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
null
null
null
oeis/337/A337297.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
null
null
null
oeis/337/A337297.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
null
null
null
; A337297: Sum of the coordinates of all pairs of divisors of n, (d1,d2), such that d1 < d2. ; 0,3,4,14,6,36,8,45,26,54,12,140,14,72,72,124,18,195,20,210,96,108,24,420,62,126,120,280,30,504,32,315,144,162,144,728,38,180,168,630,42,672,44,420,390,216,48,1116,114,465,216,490,54,840,216,840,240,270,60,1848,62,288 add $0,...
24.526316
218
0.626609
413be728ab470e2070d12a4938aced0c5c2c3d51
573
asm
Assembly
programs/oeis/273/A273324.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/273/A273324.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/273/A273324.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A273324: Integers n such that n^2 + 3 is the sum of 4 but no fewer nonzero squares. ; 2,5,6,10,11,14,18,21,22,26,27,30,34,37,38,42,43,46,50,53,54,58,59,62,66,69,70,74,75,78,82,85,86,90,91,94,98,101,102,106,107,110,114,117,118,122,123,126,130,133,134,138,139,142,146,149,150,154,155,158,162,165,166,170,171,174,178,181,...
44.076923
361
0.687609
5beca10d95dfae1c55f2089f5798310a2e5740b7
363
asm
Assembly
programs/oeis/239/A239692.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/239/A239692.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/239/A239692.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A239692: Base 6 sum of digits of prime(n). ; 2,3,5,2,6,3,7,4,8,9,6,2,6,3,7,8,9,6,7,11,3,4,8,9,7,11,8,12,4,8,7,11,12,9,9,6,7,8,12,13,14,6,11,8,12,9,11,3,7,4,8,9,6,11,7,8,9,6,7,11,8,8,7,11,8,12,6,7,12,9,13,14,7,8,9,13,14,7,11,9,14,11,16,3,4,8,9,7,11,8,12,9,7,11,9,13,9,11,8,6 seq $0,40 ; The prime numbers. seq $0,53827...
60.5
230
0.600551
683a4e41afbc3db0c4a2929aa3ce2a90269eb2d6
1,722
asm
Assembly
programs/oeis/215/A215885.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/215/A215885.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/215/A215885.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A215885: a(n) = 3*a(n-1) - a(n-3), with a(0) = 3, a(1) = 3, and a(2) = 9. ; 3,3,9,24,69,198,570,1641,4725,13605,39174,112797,324786,935184,2692755,7753479,22325253,64283004,185095533,532961346,1534601034,4418707569,12723161361,36634883049,105485941578,303734663373,874569107070,2518221379632,7250929475523,208782193194...
114.8
1,534
0.893148
41480227f511b93bb5a229193ba48b74b83a7e10
50,799
asm
Assembly
target/cos_117/disasm/iop_overlay1/XDISKB.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/XDISKB.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/XDISKB.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
6
2021-04-12T06:10:32.000Z
2022-02-08T23:11:19.000Z
0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0001 (0x000002) 0x291A- f:00024 d: 282 | OR[282] = A 0x0002 (0x000004) 0x2118- f:00020 d: 280 | A = OR[280] 0x0003 (0x000006) 0x1402- f:00012 d: 2 | A = A + 2 (0x0002) ...
79.747253
127
0.47123
64c812f016440cb25b416e6c07dc68df51db78b9
519
asm
Assembly
programs/oeis/020/A020901.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/020/A020901.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/020/A020901.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A020901: Greatest k such that k-th prime < 3 times n-th prime. ; 3,4,6,8,11,12,15,16,19,23,24,29,30,31,34,37,40,42,46,47,47,51,53,56,61,62,63,66,66,68,75,77,80,80,86,87,91,93,95,97,99,100,105,106,107,108,115,121,123,124,125,127,128,133,136,138,139,141,145,146,146,151,157,158,159,161,167,169,175,175,177,180,184,187,18...
74.142857
356
0.701349
f152a1e7479e3cc1ec5a4ef6eeaa989e0c635380
372
asm
Assembly
solutions/61 - Lazy Pathways/size-11_speed-346.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
45
2018-09-05T04:56:59.000Z
2021-11-22T08:57:26.000Z
solutions/61 - Lazy Pathways/size-11_speed-346.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
36
2018-09-01T11:34:26.000Z
2021-05-19T23:20:49.000Z
solutions/61 - Lazy Pathways/size-11_speed-346.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
36
2018-09-01T07:44:19.000Z
2021-09-10T19:07:35.000Z
-- 7 Billion Humans (2145) -- -- 61: Lazy Pathways -- -- Author: landfillbaby -- Size: 11 -- Speed: 346 a: step nw,w,sw,n,s,e if c == datacube: mem2 = foreachdir nw,w,sw,n,s,ne,e,se: if mem2 == datacube and mem2 < mem1 or mem1 != datacube: mem1 = set mem2 endif endfor mem1 = calc mem1 + 1 if c > mem1...
14.88
39
0.61828
cea8d4cd1b3f8e5ec8ebc0c982c72f7f19bddd42
1,478
asm
Assembly
programs/oeis/257/A257932.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/257/A257932.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/257/A257932.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A257932: Expansion of 1/(1-x-x^2-x^3+x^5+x^7). ; 1,1,2,4,7,12,22,38,67,118,207,363,638,1119,1964,3447,6049,10615,18629,32691,57369,100676,176674,310041,544085,954802,1675561,2940405,5160051,9055258,15890871,27886534,48937456,85879249,150707576,264473359,464118392,814471000,1429296968,2508241328,4401656688,7724369016,...
246.333333
1,349
0.893775
562bbfc81ddc90ee4ce78c3d434e1fe2a1a36bad
867
asm
Assembly
examples/scasw.asm
AbdulrahmanAbumdas/emu8086
b99ea60f5dbf8647f278eef60ed1bd8a174468e5
[ "FSFAP" ]
287
2015-10-01T20:34:49.000Z
2022-03-31T09:19:39.000Z
examples/scasw.asm
BurunluVoldi/emu8086
b99ea60f5dbf8647f278eef60ed1bd8a174468e5
[ "FSFAP" ]
6
2017-06-13T17:22:24.000Z
2021-01-29T23:40:11.000Z
examples/scasw.asm
BurunluVoldi/emu8086
b99ea60f5dbf8647f278eef60ed1bd8a174468e5
[ "FSFAP" ]
239
2015-09-13T09:40:53.000Z
2022-03-29T14:15:16.000Z
; this sample shows how to use scasw instruction to find a word (2 bytes). org 100h jmp start dat1 dw 1234h, 5678h, 9075h, 3456h find_what equ 9075h s_found db '"yes" - found!', 0Dh,0Ah, '$' s_not db '"no" - not found!', 0Dh,0Ah, '$' start: ; set forward direction: cld ; set counter to data size: mov cx...
14.948276
74
0.619377
6901642fadc7290e24d1c42e022ecfe875cc9c46
48,130
asm
Assembly
ioq3/build/release-js-js/baseq3/ui/ui_sppostgame.asm
RawTechnique/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
1
2021-12-31T10:26:58.000Z
2021-12-31T10:26:58.000Z
ioq3/build/release-js-js/baseq3/ui/ui_sppostgame.asm
unfriendly/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
28
2019-03-05T20:45:07.000Z
2019-03-05T20:45:57.000Z
ioq3/build/release-js-js/baseq3/ui/ui_sppostgame.asm
unfriendly/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
null
null
null
data export ui_medalNames align 4 LABELV ui_medalNames address $69 address $70 address $71 address $72 address $73 address $74 export ui_medalPicNames align 4 LABELV ui_medalPicNames address $75 address $76 address $77 address $78 address $79 address $80 export ui_medalSounds align 4 LABELV ui_medalSounds address $81 a...
12.61599
54
0.834469
a0b6160a60d37ddb97217c3bafb4bf26640ca9a1
391
asm
Assembly
programs/oeis/080/A080585.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/080/A080585.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/080/A080585.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A080585: Partial sums of A080584. ; 0,0,0,1,2,3,3,3,3,3,3,3,4,5,6,7,8,9,9,9,9,9,9,9,9,9,9,9,9,9,10,11,12,13,14,15,16,17,18,19,20,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37 mov $2,2 lpb $0 trn $0,$2 add $1,$0 sub $2,1 sub $0,$2 ...
23
217
0.570332
72bc6a542f098dd31a5bc1505b228dc11c073694
2,669
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_27_894.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_27_894.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_27_894.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 %r8 push %rax push %rdi lea addresses_D_ht+0x17c5c, %r13 nop nop add %r14, %r14 mov $0x6162636465666768, %rdi movq %rdi, %xmm3 movups %xmm3, (%r13) nop nop nop nop nop add $17362, %rdi lea addresses_WC_ht+0x1653c, %r13 nop nop sub %r8, %r8 movups (%r...
19.34058
125
0.639565
f13bfb2b0c35e016ae232385242177bd8207b724
147
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_bms1.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_bms1.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_bms1.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: zel_bms1.asm Type: file Size: 119231 Last-Modified: '2016-05-13T04:25:37Z' SHA-1: 490CAF5277B752A4AC48BBE8CC454C5E9542C275 Description: null
21
47
0.816327
9a8d2990dc39a33b74359dcbeefe3eb7d1808535
755
asm
Assembly
oeis/181/A181418.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/181/A181418.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/181/A181418.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A181418: a(n) = A000984(n)*A000172(n), which is the term-wise product of the Central binomial coefficients and Franel numbers, respectively. ; Submitted by Christian Krause ; 1,4,60,1120,24220,567504,14030016,360222720,9513014940,256758913840,7051260776560,196403499277440,5535202897806400,157551884911456000,452268223...
75.5
473
0.849007
94307551af2b652b17e61878695ac8b60db32d76
4,307
asm
Assembly
msu.asm
joshuadhowe/z3randomizer
c679e33011a7498c9c73d848cb79c0231b3ad4b1
[ "MIT" ]
null
null
null
msu.asm
joshuadhowe/z3randomizer
c679e33011a7498c9c73d848cb79c0231b3ad4b1
[ "MIT" ]
null
null
null
msu.asm
joshuadhowe/z3randomizer
c679e33011a7498c9c73d848cb79c0231b3ad4b1
[ "MIT" ]
null
null
null
;======================================= ; ; MSU-1 Enhanced Audio Patch ; Zelda no Densetsu - Kamigami no Triforce ; Modified for VT Randomizer ; ; Author: qwertymodo ; ; Free space used: 0x77DDD-0x77F8A ; ;======================================= !REG_MSU_STATUS = $2000 !REG_MSU_ID_0 = $2002 !REG_MSU_ID_1 = $2003 !RE...
20.032558
42
0.687253
c18a32f4e7b5604b007b3cc74ef975582bec78bf
1,024
asm
Assembly
Src/Q14.asm
OferMon/MIPS-Assembly-Exercises
6f5699f2d1f5c3312467af038679eab238d33866
[ "Apache-2.0" ]
null
null
null
Src/Q14.asm
OferMon/MIPS-Assembly-Exercises
6f5699f2d1f5c3312467af038679eab238d33866
[ "Apache-2.0" ]
null
null
null
Src/Q14.asm
OferMon/MIPS-Assembly-Exercises
6f5699f2d1f5c3312467af038679eab238d33866
[ "Apache-2.0" ]
null
null
null
.data 0x10020000 array: .space 80 # 20 words str_to_print: .asciiz "Enter a number: " .text li $a0, 0x10020000 jal init_array la $a0, str_to_print li $v0, 4 # print string syscall li $v0, 5 syscall li $a0, 0x10020000 add $a1, $v0, $zero jal get_occurrences_in_array add $a0, $v0, $zero li $v0, 1 # print integer syscal...
17.964912
50
0.624023
b644d45eafc1fd97e808f60f1f0d921c3ca174f6
6,677
asm
Assembly
Transynther/x86/_processed/NC/_st_zr_un_sm_/i9-9900K_12_0xca_notsx.log_19_1476.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_st_zr_un_sm_/i9-9900K_12_0xca_notsx.log_19_1476.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_st_zr_un_sm_/i9-9900K_12_0xca_notsx.log_19_1476.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 %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x53ec, %rsi lea addresses_WC_ht+0x8054, %rdi clflush (%rdi) and $28585, %rbx mov $8, %rcx rep movsw xor $7291, %r8 lea addresses_A_ht+0x1c0dc, %r15 clflush (%r15) and $57161, %...
20.996855
151
0.643552
65c2fe9531d45848a02e773d914167482cd999e4
675
asm
Assembly
oeis/048/A048879.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/048/A048879.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/048/A048879.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A048879: Generalized Pellian with second term of 10. ; Submitted by Jamie Morken(s4) ; 1,10,41,174,737,3122,13225,56022,237313,1005274,4258409,18038910,76414049,323695106,1371194473,5808472998,24605086465,104228818858,441520361897,1870310266446,7922761427681,33561355977170,142168185336361,602234097322614,255110457462...
45
489
0.837037
c44f84206225ecc1b2371147678ff63c1e7f8e52
31,244
asm
Assembly
Library/SpecUI/CommonUI/CMain/cmainDocLowDisk.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/SpecUI/CommonUI/CMain/cmainDocLowDisk.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/SpecUI/CommonUI/CMain/cmainDocLowDisk.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1993 -- All Rights Reserved PROJECT: MODULE: FILE: cmainDocLowDisk.asm AUTHOR: Adam de Boor, Jun 7, 1993 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Des...
25.630845
96
0.62508
b32a4a88e99902daa719901cbc86e3c2eef35e9a
607
asm
Assembly
libsrc/_DEVELOPMENT/arch/cpm/z80/asm_cpm_get_offset.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/cpm/z80/asm_cpm_get_offset.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/cpm/z80/asm_cpm_get_offset.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; =============================================================== ; 2015 ; =============================================================== ; ; unsigned long cpm_get_offset(void *p) ; ; Return the three-byte little endian value at address p. ; ; =============================================================== SECTION ...
17.852941
65
0.410214
90bd77cc34bf782e8e3e167f77c4e27cb6e393d5
374
asm
Assembly
oeis/081/A081126.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/081/A081126.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/081/A081126.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A081126: Duplicate of A018191. ; Submitted by Jamie Morken(s2) ; 1,2,5,16,53,206,817,3620,16361,80218,401501,2139512,11641885,66599846,388962953,2367284236,14700573137,94523836850,619674301621,4186249123808,28809504493061,203556335785342,1463877667140065 mul $0,2 mov $1,1 mov $3,2 lpb $0 mul $1,$0 sub $0,2 mov...
22
191
0.729947
c81de4eb304a69253ba364162f3bedbac92a4274
105,649
asm
Assembly
timeit.asm
ILW8/gwnum
9755109dd1c0d666f3c48d257c149f5f60e8cc42
[ "Unlicense" ]
null
null
null
timeit.asm
ILW8/gwnum
9755109dd1c0d666f3c48d257c149f5f60e8cc42
[ "Unlicense" ]
null
null
null
timeit.asm
ILW8/gwnum
9755109dd1c0d666f3c48d257c149f5f60e8cc42
[ "Unlicense" ]
null
null
null
; Copyright 1995-2020 Mersenne Research, Inc. All rights reserved ; Author: George Woltman ; Email: woltman@alum.mit.edu ; ; Time low-level operations for optimizing macros and comparing CPUs ; TITLE setup IFNDEF X86_64 .686 .XMM .MODEL FLAT ENDIF INCLUDE unravel.mac INCLUDE extrn.mac INCLUDE memory.mac INCL...
44.408995
153
0.714441
d50eae502b6102cf9a13d2fd77f7ea30a64486f8
248
asm
Assembly
Jahr 1/MC/Programmierung/LEDLauflicht/LEDLauflicht/main.asm
BackInBash/Technikerschule
6e30654417732fae065e36a40789866ccca6aa7e
[ "MIT" ]
2
2021-01-20T16:16:41.000Z
2022-01-12T15:37:53.000Z
Jahr 1/MC/Programmierung/LEDLauflicht/LEDLauflicht/main.asm
BackInBash/Technikerschule
6e30654417732fae065e36a40789866ccca6aa7e
[ "MIT" ]
2
2020-06-17T21:55:24.000Z
2021-09-08T20:40:41.000Z
Jahr 1/MC/Programmierung/LEDLauflicht/LEDLauflicht/main.asm
BackInBash/Technikerschule
6e30654417732fae065e36a40789866ccca6aa7e
[ "MIT" ]
1
2020-12-28T13:03:34.000Z
2020-12-28T13:03:34.000Z
; ; LEDLauflicht.asm ; ; Created: 19/03/2021 13:45:34 ; Author : Markus ; ; Replace with your application code .INCLUDE "m16def.inc" init: LDI R18, 1 LDI R17, 0xff out DDRA, R17 main: out PORTA, R18 ADD R18, R18 CBI PORTA, 0 jmp main
11.272727
36
0.665323
dedbe8a0f36979c7408716be0463bc6ad1c77912
1,315
asm
Assembly
Driver/IFS/DOS/MSNet/msnetStrings.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Driver/IFS/DOS/MSNet/msnetStrings.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Driver/IFS/DOS/MSNet/msnetStrings.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: netwareStrings.asm AUTHOR: Adam de Boor, Mar 29, 1992 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Dat...
24.811321
79
0.606844
9d056f8603708bf3c891fb77b9789e0f968f31a3
4,353
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_48_432.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_48_432.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_48_432.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 %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x7f89, %rax nop nop nop nop inc %r10 movl $0x61626364, (%rax) nop xor $62415, %rdx lea addresses_A_ht+0x1a007, %r15 nop and $36089, %r14 movb (%r15), %r12b nop nop c...
18.523404
147
0.643235
74a2bc8c863caa9a24e2b0b1a129a970ec831262
150
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_obj_grph.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_obj_grph.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_obj_grph.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: zel_obj_grph.asm Type: file Size: 18949 Last-Modified: '2016-05-13T04:25:37Z' SHA-1: C734EDF7581ADE914AAEECA8EC1DD2689DED419E Description: null
21.428571
47
0.82
fe1f3c4dc8340a8046a94b2bda71ee724c79013e
6,929
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2762.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_2762.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_2762.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 %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x14ec9, %rsi lea addresses_WT_ht+0x1ea11, %rdi nop nop nop nop nop add %r10, %r10 mov $76, %rcx rep movsq nop nop nop nop nop cmp $8468, %rbx lea addresses_A_ht+0x7751, %rsi c...
35.352041
2,999
0.660413
fef33db82c1d585ebfed413cb708429bd3db5f2a
326
asm
Assembly
programs/oeis/329/A329506.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/329/A329506.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/329/A329506.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A329506: Expansion of (1 + x)*(1 + 2*x + 2*x^2 - 2*x^3) / (1 - x). ; 1,4,8,8,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6 sub $0,1 sub $1,$0 add $1,3 mul $1,3 dif $1,2 trn $1,1 add $1,6 mod $1,10 mov ...
25.076923
171
0.496933
dea8f544cd590b6cb53241400edd471a91b54bff
371
asm
Assembly
libsrc/_DEVELOPMENT/adt/p_forward_list/c/sccz80/p_forward_list_pop_back.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/adt/p_forward_list/c/sccz80/p_forward_list_pop_back.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/adt/p_forward_list/c/sccz80/p_forward_list_pop_back.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *p_forward_list_pop_back(p_forward_list_t *list) SECTION code_clib SECTION code_adt_p_forward_list PUBLIC p_forward_list_pop_back EXTERN asm_p_forward_list_pop_back defc p_forward_list_pop_back = asm_p_forward_list_pop_back ; SDCC bridge for Classic IF __CLASSIC PUBLIC _p_forward_list_pop_back defc _p_forw...
19.526316
58
0.878706
81bd3ef311c115ad35e6bce08fcd157097a725db
339
asm
Assembly
programs/oeis/005/A005609.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/005/A005609.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/005/A005609.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A005609: Number of Boolean functions realized by cascades of n gates. ; 64,1744,48784,1365904,38245264,1070867344,29984285584,839559996304,23507679896464,658215037100944,18430021038826384,516040589087138704,14449136494439883664,404575821844316742544,11328123011640868791184 mov $1,28 pow $1,$0 div $1,27 mul $1,1680 a...
33.9
203
0.825959
4f065ce9fad6860651b0890a0cebe5f8682df70e
2,629
asm
Assembly
1581/64tass/vects.asm
silverdr/assembly
c2851f7033223e089285dce22443b7e219ed4f61
[ "Unlicense" ]
23
2015-03-23T15:16:57.000Z
2022-03-18T12:43:42.000Z
1581/64tass/vects.asm
silverdr/assembly
c2851f7033223e089285dce22443b7e219ed4f61
[ "Unlicense" ]
null
null
null
1581/64tass/vects.asm
silverdr/assembly
c2851f7033223e089285dce22443b7e219ed4f61
[ "Unlicense" ]
8
2016-04-13T11:19:35.000Z
2021-12-22T07:39:00.000Z
.text '(C)1987 COMMODORE ELECTRONICS LTD., ALL RIGHTS RESERVED' *=$ff00 jidle jmp (vidle) ; IDLE ROUTINE jirq jmp (virq) ; IRQ VECTOR jnmi jmp (vnmi) ; NMI VECTOR jverdir jmp (vverdir) ; Validate jintdrv jmp (vintdrv) ; Initial Drive jpart jmp ...
19.474074
72
0.515405