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
b9ebaa9b06c4114917f5d4e4c27292ced42a5c90
101
asm
Assembly
programs/oeis/285/A285198.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/285/A285198.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/285/A285198.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A285198: Binomial coefficients C(9,n). ; 1,9,36,84,126,126,84,36,9,1 mov $1,9 bin $1,$0 mov $0,$1
14.428571
40
0.623762
2de5358913ad87b3ae333bac1eb770a9c7c6a053
9,078
asm
Assembly
Main.asm
NatsumiFox/AMPS
b1ae660ba2662d8cbb4bddfdb0ec1df1a0cdd824
[ "Apache-2.0" ]
20
2019-08-11T16:50:42.000Z
2022-01-03T04:34:36.000Z
Main.asm
TheRetroSnake/AMPS
b1ae660ba2662d8cbb4bddfdb0ec1df1a0cdd824
[ "Apache-2.0" ]
13
2019-07-31T08:32:16.000Z
2021-06-21T00:02:09.000Z
Main.asm
TheRetroSnake/AMPS
b1ae660ba2662d8cbb4bddfdb0ec1df1a0cdd824
[ "Apache-2.0" ]
4
2019-12-17T09:22:14.000Z
2021-08-23T05:44:54.000Z
; =========================================================================== ; --------------------------------------------------------------------------- ; Equates ; --------------------------------------------------------------------------- Main SECTION org(0) opt l. ; local label symbol is . opt w- ; disabl...
28.36875
121
0.550562
ee36d1d4ac5beb8d322726a0b8ebff15cfded4ff
2,760
asm
Assembly
nasm_func.asm
Yangtze0/DogOS
cbc187381f1eae677e11ebfa6fad0bf51586511d
[ "MIT" ]
null
null
null
nasm_func.asm
Yangtze0/DogOS
cbc187381f1eae677e11ebfa6fad0bf51586511d
[ "MIT" ]
null
null
null
nasm_func.asm
Yangtze0/DogOS
cbc187381f1eae677e11ebfa6fad0bf51586511d
[ "MIT" ]
null
null
null
; DogOS nasm functions ; TAB=4 GLOBAL _io_hlt, _io_cli, _io_sti, _io_stihlt GLOBAL _io_in8, _io_in16, _io_in32 GLOBAL _io_out8, _io_out16, _io_out32 GLOBAL _io_load_eflags, _io_store_eflags GLOBAL _load_idtr, _load_tr GLOBAL _load_cr0, _store_cr0 GLOBAL _farjmp, _farcall EXTERN ...
17.922078
70
0.564855
ad74ca948f9bf397c3a66e105eb21a157103dd06
528
asm
Assembly
oeis/053/A053985.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/053/A053985.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/053/A053985.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A053985: Replace 2^k with (-2)^k in binary expansion of n. ; Submitted by Jamie Morken(s1) ; 0,1,-2,-1,4,5,2,3,-8,-7,-10,-9,-4,-3,-6,-5,16,17,14,15,20,21,18,19,8,9,6,7,12,13,10,11,-32,-31,-34,-33,-28,-27,-30,-29,-40,-39,-42,-41,-36,-35,-38,-37,-16,-15,-18,-17,-12,-11,-14,-13,-24,-23,-26,-25,-20,-19,-22,-21,64,65,62,6...
33
324
0.566288
4522be580237f815f4a90313e32e7ca9db8f2d5f
6,567
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1044.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_0xca_notsx.log_21829_1044.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_0xca_notsx.log_21829_1044.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 %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1924, %rsi lea addresses_A_ht+0x448c, %rdi nop nop nop nop nop xor $46181, %r11 mov $68, %rcx rep movsw nop nop dec %r11 lea addresses_UC_ht+0x891c, %rsi lea addresses_D_ht+0...
36.893258
2,999
0.658748
454a03674a997dc1d8a4e8f703e8d73a95119bb7
40,999
asm
Assembly
ln.asm
vlnvv/xv6-os
e3d978acdf6352ccc2e7ea5883c6a9a96b9c8a74
[ "MIT-0" ]
null
null
null
ln.asm
vlnvv/xv6-os
e3d978acdf6352ccc2e7ea5883c6a9a96b9c8a74
[ "MIT-0" ]
null
null
null
ln.asm
vlnvv/xv6-os
e3d978acdf6352ccc2e7ea5883c6a9a96b9c8a74
[ "MIT-0" ]
null
null
null
_ln: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 ec 10 ...
34.137386
60
0.421888
d27b1ded909f79649229ee80d0f24cb7afcf93ee
5,178
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1266.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_1266.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_1266.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 %r8 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1d7a1, %rdx sub $16889, %rbp mov $0x6162636465666768, %r14 movq %r14, %xmm6 vmovups %ymm6, (%rdx) nop nop nop nop nop sub %r11, %r11 lea addresses_UC_ht+0xe3e9, %r9 ...
43.881356
2,999
0.659714
36a242d2bc2cf7d56159e2a703706a0ccb70e5dc
1,023
asm
Assembly
sk/sfx/8A.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
9
2017-10-09T20:28:45.000Z
2021-06-29T21:19:20.000Z
sk/sfx/8A.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
12
2018-08-01T13:52:20.000Z
2022-02-21T02:19:37.000Z
sk/sfx/8A.asm
Cancer52/flamedriver
9ee6cf02c137dcd63e85a559907284283421e7ba
[ "0BSD" ]
2
2018-02-17T19:50:36.000Z
2019-10-30T19:28:06.000Z
Sound_8A_Header: smpsHeaderStartSong 3 smpsHeaderVoice Sound_8A_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cFM4, Sound_8A_FM4, $0C, $00 ; FM4 Data Sound_8A_FM4: smpsSetvoice $00 smpsModSet $01, $01, $27, $82 Sound_8A_Loop00: dc.b nC0, $0C smpsFMAlterVol ...
26.230769
62
0.609971
88bfa2cf410111e1714996aa1edcf4a2b4b96046
1,234
asm
Assembly
DOS/program_segment_prefix/psp.asm
icecoobe/oslab
bd282e0f1249f6db5f0cc8daa2da05976f173012
[ "Unlicense" ]
52
2019-04-13T01:50:34.000Z
2022-01-14T02:08:32.000Z
DOS/program_segment_prefix/psp.asm
icecoobe/oslab
bd282e0f1249f6db5f0cc8daa2da05976f173012
[ "Unlicense" ]
1
2016-04-08T08:35:34.000Z
2018-08-31T16:45:06.000Z
DOS/program_segment_prefix/psp.asm
icecoobe/nasm
bd282e0f1249f6db5f0cc8daa2da05976f173012
[ "Unlicense" ]
19
2019-04-21T03:48:31.000Z
2022-01-07T08:18:57.000Z
;;---------------------------------------------------------------------- ;; Demo of PSP ;; read the command line bytes from PSP ;; 2015/01/22 ;;---------------------------------------------------------------------- org 100h section .data copyright db '---------------------------------------', 13, 10, '$' info1 db...
15.620253
72
0.557536
7e72e3809c577d546cd0623b30ea2d750d050f9e
417
asm
Assembly
oeis/165/A165403.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/165/A165403.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/165/A165403.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A165403: The positions of zeros in A163898 and A163899. ; Submitted by Christian Krause ; 0,1,10,21,28,136,171,190,300,325,406,465,496,2080,2211,2278,2628,2701,2926,3081,3160,4656,4753,5050,5253,5356,6328,6555,6670,7260,7381,7750,8001,8128,32896,33411,33670,34980,35245,36046,36585,36856 seq $0,165404 ; The positions...
52.125
199
0.738609
7f103a5f0408afce1ddea3d9e1c61be6ceec5ae2
642
asm
Assembly
programs/oeis/008/A008645.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/008/A008645.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/008/A008645.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A008645: Molien series of 6 X 6 upper triangular matrices over GF( 2 ). ; 1,1,2,2,4,4,6,6,10,10,14,14,20,20,26,26,36,36,46,46,60,60,74,74,94,94,114,114,140,140,166,166,202,202,238,238,284,284,330,330,390,390,450,450,524,524,598,598,692,692,786,786,900,900,1014,1014,1154,1154,1294,1294,1460,1460,1626,1626,1827,1827,20...
49.384615
413
0.713396
3dea4fa8b17a3573e68b12a36d2c7c5eac898311
340
asm
Assembly
bddisasm_test/special/long_64.asm
andreaswimmer/bddisasm
960e9eaeee4f87d8269095031cd6cfb8aabb998b
[ "Apache-2.0" ]
675
2020-07-09T12:57:49.000Z
2022-03-26T15:03:53.000Z
bddisasm_test/special/long_64.asm
andreaswimmer/bddisasm
960e9eaeee4f87d8269095031cd6cfb8aabb998b
[ "Apache-2.0" ]
41
2020-07-22T07:15:07.000Z
2022-03-23T08:34:28.000Z
bddisasm_test/special/long_64.asm
andreaswimmer/bddisasm
960e9eaeee4f87d8269095031cd6cfb8aabb998b
[ "Apache-2.0" ]
94
2020-07-09T14:39:02.000Z
2022-03-27T10:37:03.000Z
bits 64 xacquire lock add qword [gs:r15 + r14 * 8 + 0x7FFFFFFF], 0xBDBDBDBD db 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 ; This is invalid, as its more than 15 bytes long. db 0x66 xacquire lock add qword [gs:r15 + r14 * 8 + 0x7FFFFFFF], 0xBDBDBDBD db 0x90, 0x90, 0x90, 0x90, 0x...
37.777778
71
0.632353
d1c3dee13ad90a5651650a7df87cc22a702269da
343
asm
Assembly
programs/oeis/072/A072201.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/072/A072201.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/072/A072201.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A072201: a(n) = 4*a(n-1) + 1, a(1) = 15. ; 15,61,245,981,3925,15701,62805,251221,1004885,4019541,16078165,64312661,257250645,1029002581,4116010325,16464041301,65856165205,263424660821,1053698643285,4214794573141,16859178292565,67436713170261,269746852681045,1078987410724181,4315949642896725 mov $1,4 pow $1,$0 div $1...
38.111111
250
0.784257
98a52614bde7d9e485c5f1cd66988e459cf734c4
86,645
asm
Assembly
ioq3/build/release-js-js/missionpack/game/g_team.asm
RawTechnique/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
1
2021-12-31T10:26:58.000Z
2021-12-31T10:26:58.000Z
ioq3/build/release-js-js/missionpack/game/g_team.asm
unfriendly/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
28
2019-03-05T20:45:07.000Z
2019-03-05T20:45:57.000Z
ioq3/build/release-js-js/missionpack/game/g_team.asm
unfriendly/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
null
null
null
export Team_InitGame code proc Team_InitGame 8 12 ADDRGP4 teamgame ARGP4 CNSTI4 0 ARGI4 CNSTU4 36 ARGU4 ADDRGP4 qk_memset CALLP4 pop ADDRLP4 0 ADDRGP4 g_gametype+12 INDIRI4 ASGNI4 ADDRLP4 0 INDIRI4 CNSTI4 4 EQI4 $57 ADDRLP4 0 INDIRI4 CNSTI4 5 EQI4 $60 ADDRGP4 $55 JUMPV LABELV $57 ADDRGP4 teamgame+8 CNSTI4 -1 ASGNI4 CNS...
10.661376
45
0.828599
e765a7d5c6af5d43e96a6871237d47c074cc5ccb
535
asm
Assembly
src/util/oli/qdos/DOIO.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/oli/qdos/DOIO.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/oli/qdos/DOIO.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
; Do infinite I/O section utility xdef do_io include win1_keys_qdos_io ;+++ ; Do infinite i/O ; ; Entry Exit ; d0 I/O code smashed ; a0 channel ID preserved ; ; Error returns: a...
19.107143
57
0.42243
4266113ae957fe46af2a4a4d6bcedb29fa05cf1c
361
asm
Assembly
programs/oeis/128/A128218.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/128/A128218.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/128/A128218.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A128218: First differences of A128217. ; 1,3,1,3,1,1,5,1,1,1,5,1,1,1,1,7,1,1,1,1,1,7,1,1,1,1,1,1,9,1,1,1,1,1,1,1,9,1,1,1,1,1,1,1,1,11,1,1,1,1,1,1,1,1,1,11,1,1,1,1,1,1,1,1,1,1,13,1,1,1,1,1,1,1,1,1,1,1,13,1,1,1,1,1,1,1,1,1,1,1,1,15,1,1,1,1,1,1,1,1 seq $0,130296 ; Triangle read by rows: T[i,1]=i, T[i,j]=1 for 1 < j <= ...
45.125
206
0.545706
586d69255656b20dc6cd8c195d5a5745df7387b7
6,092
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_21829_443.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_21829_443.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_21829_443.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 %r8 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1e913, %rsi lea addresses_A_ht+0xc283, %rdi nop nop inc %r11 mov $94, %rcx rep movsb nop dec %r13 lea addresses_normal_ht+0x1c843, %r8 nop and %r14, %r14 movups (%r8), %xmm3 vpextrq $0...
37.374233
2,999
0.65545
11ea4cc5257c105c98b394a982d8f9cea7c575e2
1,154
asm
Assembly
programs/oeis/047/A047570.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/047/A047570.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/047/A047570.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A047570: Numbers that are congruent to {2, 4, 5, 6, 7} mod 8. ; 2,4,5,6,7,10,12,13,14,15,18,20,21,22,23,26,28,29,30,31,34,36,37,38,39,42,44,45,46,47,50,52,53,54,55,58,60,61,62,63,66,68,69,70,71,74,76,77,78,79,82,84,85,86,87,90,92,93,94,95,98,100,101,102,103,106,108,109,110,111,114,116,117,118,119,122,124,125,126,127,...
60.736842
935
0.691508
a86f4ec30cd61508d9bd32535bdf4ea25b7d4eeb
967
asm
Assembly
programs/oeis/007/A007972.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/007/A007972.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/007/A007972.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A007972: Number of permutations that are 2 "block reversals" away from 12...n. ; 2,15,52,129,266,487,820,1297,1954,2831,3972,5425,7242,9479,12196,15457,19330,23887,29204,35361,42442,50535,59732,70129,81826,94927,109540,125777,143754,163591,185412,209345,235522,264079,295156,328897,365450,404967,447604,493521,542882,5...
42.043478
698
0.777663
a14b5a903c69a83ae9ea9beaca0db5ce802bde5e
5,693
asm
Assembly
assets/drawV3a.asm
oxypomme/CallOfVid-19
a1a9d8b79a2d96c1e85b3fdf7faf066911ec0a90
[ "MIT" ]
1
2021-12-15T14:55:37.000Z
2021-12-15T14:55:37.000Z
assets/drawV3a.asm
oxypomme/CallOfVid-19
a1a9d8b79a2d96c1e85b3fdf7faf066911ec0a90
[ "MIT" ]
null
null
null
assets/drawV3a.asm
oxypomme/CallOfVid-19
a1a9d8b79a2d96c1e85b3fdf7faf066911ec0a90
[ "MIT" ]
null
null
null
DRAWVIRao MACRO xA, yA ; généré avec https://github.com/oxypomme/BMPtoASM push AX push BX mov AX, xA mov BX, yA add AX, 2 mov BX, yA add BX, 4 oxgSHOWPIXEL AX, BX, 0B8h ; 2-4 inc BX oxgSHOWPIXEL AX, BX, 00Ch ; 2-5 inc BX oxgSHOWPIXEL AX, BX, 0B8h ; 2-6 add BX, 2 oxgSHOWPIXEL AX, BX, 004h ; 2-8...
18.483766
51
0.637801
14fb4dc5031a503981841dcf40877215ae4c9909
328
asm
Assembly
oeis/094/A094861.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/094/A094861.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/094/A094861.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A094861: Same as A094858, except that we fix X = 123123123... ; Submitted by Jon Maiga ; 1,2,3,4,6,10,14,24,36,58 mov $1,2 mov $3,$0 mul $0,2 mov $4,2 mul $4,$0 mov $5,2 lpb $3 add $0,1 add $2,$1 sub $3,1 mul $1,$3 mul $1,$0 sub $4,1 add $5,$4 div $1,$5 add $2,$1 add $4,3 lpe mov $0,$2 div $0,2 a...
12.615385
63
0.551829
d4a54b7a623838fc45b8b121ac5c9200cb81e028
299
asm
Assembly
oeis/104/A104672.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/104/A104672.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/104/A104672.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A104672: C(n+4,4)*C(n+9,n+0) ; Submitted by Jon Maiga ; 1,50,825,7700,50050,252252,1051050,3775200,12033450,34763300,92470378,229265400,534952600,1183859600,2500601400,5067885504,9898213875,18700431750,34284124875,61160599500,106419443130 mov $2,$0 add $2,4 bin $2,$0 add $0,9 bin $0,9 mul $0,$2
27.181818
184
0.759197
ae00c22f28c41e9328a594ddbaefbe686c16030f
990
asm
Assembly
programs/oeis/016/A016212.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/016/A016212.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/016/A016212.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A016212: Expansion of 1/((1-x)*(1-3*x)*(1-7*x)). ; 1,11,90,670,4811,34041,239380,1678940,11762421,82366471,576653870,4036842810,28258696831,197813269301,1384700059560,9692921940280,67850518152041,474953820774531,3324677326552450,23272743029259350,162909206434992051,1140364460735474161,7982551272219908540,558778590467...
141.428571
841
0.90101
88fb9ee0fc0873376a15bf62072004870d0404da
4,754
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1974.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1974.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1974.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 %r15 push %r8 push %rax push %rdx lea addresses_UC_ht+0x9cf, %rax nop nop nop sub $39833, %rdx movb $0x61, (%rax) nop nop sub %r8, %r8 pop %rdx pop %rax pop %r8 pop %r15 ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r13 push %r14 push %r15 push...
49.010309
2,999
0.655869
82c0a8407d3173dea9e5750a10449c37c72ff9a2
658
asm
Assembly
0-holamundo.asm
mario21ic/nasm-demos
aedac550268e0f08a22126b5d1d87e9f0c97220d
[ "MIT" ]
null
null
null
0-holamundo.asm
mario21ic/nasm-demos
aedac550268e0f08a22126b5d1d87e9f0c97220d
[ "MIT" ]
null
null
null
0-holamundo.asm
mario21ic/nasm-demos
aedac550268e0f08a22126b5d1d87e9f0c97220d
[ "MIT" ]
null
null
null
section .data ; b 1 byte = 8 bits, ; w 2 bytes = 16 bits ; d 4 bytes = 32 bits ; q 8 bytes = 64 bits ; t 10 bytes = 80 bits ; dq 16 bytes = 128 bits ;13 0xd => \ ; 10 = 0xa => \n msg db "Hola Mundo!!",0xa,0xd ;obtener el tamanio desde sentinel len equ $-msg section .text global _start _s...
22.689655
50
0.648936
504dd851d8cf799f6ce73c615239627e200380e0
1,820
asm
Assembly
programs/oeis/130/A130624.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/130/A130624.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/130/A130624.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A130624: Binomial transform of A101000. ; 0,1,5,12,23,43,84,169,341,684,1367,2731,5460,10921,21845,43692,87383,174763,349524,699049,1398101,2796204,5592407,11184811,22369620,44739241,89478485,178956972,357913943,715827883,1431655764,2863311529,5726623061,11453246124,22906492247,45812984491,91625968980,183251937961,36...
113.75
1,654
0.902747
24c4541a08133c298190437793a3252ec45b5275
5,763
asm
Assembly
data/tilesets/saffron_collision.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
data/tilesets/saffron_collision.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
data/tilesets/saffron_collision.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
tilecoll WALL, WALL, WALL, WALL ; 00 tilecoll WALL, WALL, WALL, WALL ; 01 tilecoll WALL, WALL, WALL, WALL ; 02 tilecoll WALL, WALL, WALL, WALL ; 03 tilecoll WALL, WALL, WALL, WALL ; 04 tilecoll WALL, WALL, WALL, WALL ; 05 tilecoll WALL, WALL, WALL, WALL ; 06 tilecoll WALL, WALL, WALL, WALL ; 07 tilecoll WALL, ...
39.744828
63
0.700156
55cfa82f8bf6d4e40573d12d9b5037dc9c9728b1
711
asm
Assembly
oeis/042/A042198.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/042/A042198.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/042/A042198.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A042198: Numerators of continued fraction convergents to sqrt(624). ; Submitted by Jon Maiga ; 24,25,1224,1249,61176,62425,3057576,3120001,152817624,155937625,7637823624,7793761249,381738363576,389532124825,19079280355176,19468812480001,953582279395224,973051091875225,47660034689406024,48633085781281249,2382048152190...
71.1
501
0.873418
8ab817ec3f2f5a961f54b310b0727770b89bd994
8,565
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_49.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_49.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_49.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1b0d1, %r8 nop nop xor $9191, %rax mov (%r8), %r9 xor %r9, %r9 lea addresses_D_ht+0x72f9, %rsi lea addresses_normal_ht+0x127f9, %rdi nop nop nop add %r12, %r12 mov $110, %rcx ...
31.840149
2,999
0.654057
904b52ef2c4d8e33df47a854c6e8b411e1ebda6e
6,831
asm
Assembly
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_759.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_759.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_759.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 %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x13ba6, %rsi lea addresses_normal_ht+0xbd1a, %rdi nop nop nop sub $27232, %rbp mov $53, %rcx rep movsq nop nop and $15277, %rdx lea addresses_WC_ht+0x30f2, %rcx nop nop nop x...
37.532967
2,999
0.658908
31e0730c3be75d08261c594d62afe56b11d9ac8c
4,106
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca_notsx.log_23_1384.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca_notsx.log_23_1384.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca_notsx.log_23_1384.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 %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x5367, %rsi lea addresses_UC_ht+0x17aeb, %rdi nop nop cmp $55324, %r8 mov $66, %rcx rep movsl nop dec %r11 lea addresses_D_ht+0x122e7, %r10 nop dec %rcx mov (%r10), %r11d ...
20.127451
152
0.648563
fce8477f7df0d7eaeb3ab66e5644214774f62a75
682
asm
Assembly
oeis/168/A168051.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/168/A168051.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/168/A168051.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A168051: Expansion of (1+x+sqrt(1-2x-3x^2))/2. ; Submitted by Jon Maiga ; 1,0,-1,-1,-2,-4,-9,-21,-51,-127,-323,-835,-2188,-5798,-15511,-41835,-113634,-310572,-853467,-2356779,-6536382,-18199284,-50852019,-142547559,-400763223,-1129760415,-3192727797,-9043402501,-25669818476,-73007772802,-208023278209,-593742784829,-1...
68.2
491
0.753666
e5f22b5ea6e4c61813200de44b9f238348bca64d
479
asm
Assembly
programs/oeis/001/A001876.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/001/A001876.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/001/A001876.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A001876: Number of divisors of n of form 5k+1; a(0)=0. ; 0,1,1,1,1,1,2,1,1,1,1,2,2,1,1,1,2,1,2,1,1,2,2,1,2,1,2,1,1,1,2,2,2,2,1,1,3,1,1,1,1,2,3,1,2,1,2,1,3,1,1,2,2,1,2,2,2,1,1,1,2,2,2,2,2,1,4,1,1,1,1,2,3,1,1,1,2,2,3,1,2,2,2,1,3,1,2,1,2,1,2,2,2,2,1,1,4,1,1,2 mov $3,2 mov $5,$0 lpb $3 mov $0,$5 sub $3,1 add $0,$3...
22.809524
201
0.505219
b1af165ca25c0e63ba8e7f1fc95a68d7dbc7dc01
29
asm
Assembly
yasm-1.3.0/modules/objfmts/win64/tests/win64-function.asm
xu5343/ffmpegtoolkit_CentOS7
974496c709a1c8c69034e46ae5ce7101cf03716f
[ "Apache-2.0" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/win64-function.asm
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/win64-function.asm
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
global _foo:function _foo:
5.8
20
0.758621
725c56cb51f8ece6eb1abf77785d4571ae0631b2
2,370
asm
Assembly
programs/oeis/016/A016834.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/016/A016834.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/016/A016834.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A016834: (4n+2)^10. ; 1024,60466176,10000000000,289254654976,3570467226624,26559922791424,141167095653376,590490000000000,2064377754059776,6278211847988224,17080198121677824,42420747482776576,97656250000000000,210832519264920576,430804206899405824,839299365868340224,1568336880910795776,2824752490000000000,49239903973...
338.571429
2,318
0.947257
bd8f55c925ded52f7dc09770bf93e56d23134df1
541
asm
Assembly
sfos.asm
JohnLamontagne/SFOS
92c26abcfcce3667dd7eb3dafbeedb2c90ae666b
[ "MIT" ]
1
2015-10-20T18:36:26.000Z
2015-10-20T18:36:26.000Z
sfos.asm
JohnLamontagne/SFOS
92c26abcfcce3667dd7eb3dafbeedb2c90ae666b
[ "MIT" ]
null
null
null
sfos.asm
JohnLamontagne/SFOS
92c26abcfcce3667dd7eb3dafbeedb2c90ae666b
[ "MIT" ]
null
null
null
bits 16 ; 16-bit Real Mode org 0x7c00 ; BIOS boot origin main: cli ; Clear interrupts ; Setup stack segments mov ax,cs mov ds,ax mov es,ax mov ss,ax sti ; Enable interrupts mov si, greeting call print_string _beg: call read_char mov bx, ax call pr...
18.033333
82
0.615527
8e7fc970c7276a3a45ad383727b2b7b3b886bbc1
310
asm
Assembly
programs/oeis/269/A269226.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/269/A269226.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/269/A269226.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A269226: Period 6: repeat [3, 9, 6, 6, 9, 3]. ; 3,9,6,6,9,3,3,9,6,6,9,3,3,9,6,6,9,3,3,9,6,6,9,3,3,9,6,6,9,3,3,9,6,6,9,3,3,9,6,6,9,3,3,9,6,6,9,3,3,9,6,6,9,3,3,9,6,6,9,3,3,9,6,6,9,3,3,9,6,6,9,3,3,9,6,6,9,3,3,9,6,6,9,3,3,9,6,6,9,3,3,9,6,6,9,3 sub $0,739 dif $0,2 gcd $0,$0 add $0,20 mod $0,3 mul $0,3 add $0,3
28.181818
193
0.516129
26f63507f212386df36c0f5479c0f358d54d9fa6
733
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_drawTileH_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_drawTileH_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_drawTileH_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; ---------------------------------------------------------------- ; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L ; ; See "bifrost_h.h" for further details ; ---------------------------------------------------------------- ; void BIFROSTH_drawTileH(unsigned int lin,unsigned int col,unsigned int tile...
27.148148
78
0.511596
5d102500d897a4905b646e37c40fa76bdc4284c8
9,648
asm
Assembly
libxwidget/src/libxwidget.asm
leonardoruilova/xos
1e72d2294a7373dbbd601e6796a8a95d0d7056a8
[ "MIT" ]
1
2021-03-21T19:49:05.000Z
2021-03-21T19:49:05.000Z
libxwidget/src/libxwidget.asm
leonardoruilova/xos
1e72d2294a7373dbbd601e6796a8a95d0d7056a8
[ "MIT" ]
null
null
null
libxwidget/src/libxwidget.asm
leonardoruilova/xos
1e72d2294a7373dbbd601e6796a8a95d0d7056a8
[ "MIT" ]
null
null
null
;; xOS -- libxwidget 1 ;; Copyright (c) 2017 by Omar Mohammad. use32 ; Change These Variables To Suit Yourself align 4 xwidget_window_color dd 0xD0D0D0 xwidget_button_color dd 0xB8B8B8 xwidget_textbox_bg dd 0xFFFFFF xwidget_textbox_fg dd 0x000000 xwidget_outline_focus dd 0x00A2E8 xwidget_outline dd 0x000000...
18.625483
88
0.72927
1833f7843e26340bc6dd642aa7dad74f66b7ebc1
635
asm
Assembly
libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_calloc_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_calloc_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_calloc_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; void *heap_calloc(void *heap, size_t nmemb, size_t size) INCLUDE "clib_cfg.asm" SECTION code_clib SECTION code_alloc_malloc ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IF __CLIB_OPT_MULTITHREAD & $01 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PUBLIC heap_calloc_callee EXTERN asm_heap_calloc heap_calloc_callee: pop af pop bc ...
15.875
58
0.549606
39584b3d689dd5a6ab6e9f2880a96fb52ee6c1c9
771
asm
Assembly
oeis/107/A107366.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/107/A107366.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/107/A107366.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A107366: Numbers k such that 101*k + 103 is prime. ; Submitted by Christian Krause ; 0,6,8,26,36,44,48,50,54,60,68,74,104,110,114,126,140,156,158,194,198,204,210,224,228,230,258,278,288,300,314,320,326,336,344,348,378,386,396,410,428,440,450,474,476,488,510,530,534,546,560,566,578,590,600,608,620,624,644,648,656,660,...
28.555556
389
0.667964
ff3e215e3c02b6497e88fd5319833e698c7cf3b6
6,298
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_12953_1571.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_12953_1571.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_12953_1571.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x12a4f, %rsi lea addresses_normal_ht+0x5ad7, %rdi nop nop nop nop cmp $3913, %r12 mov $58, %rcx rep movsl and %r13, %r13 pop %rsi pop %rdi pop %rcx pop %r13 pop %r12 ret .global s_faulty_load s_fault...
35.184358
2,999
0.648619
3be8ca5e24b9a1756de5dd42705e3fd6d1aff08f
537
asm
Assembly
oeis/273/A273310.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/273/A273310.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/273/A273310.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A273310: Number of active (ON,black) cells at stage 2^n-1 of the two-dimensional cellular automaton defined by "Rule 641", based on the 5-celled von Neumann neighborhood. ; Submitted by Jon Maiga ; 1,4,40,216,952,3960,16120,65016,261112,1046520,4190200,16769016,67092472,268402680,1073676280,4294836216 seq $0,273313 ...
76.714286
177
0.77095
e944e12ad964988b9b28d9b1a18e1e8dccf3f8fe
1,575
asm
Assembly
programs/oeis/052/A052919.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/052/A052919.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/052/A052919.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A052919: a(n) = 1 + 2*3^(n-1) with a(0)=2. ; 2,3,7,19,55,163,487,1459,4375,13123,39367,118099,354295,1062883,3188647,9565939,28697815,86093443,258280327,774840979,2324522935,6973568803,20920706407,62762119219,188286357655,564859072963,1694577218887,5083731656659,15251194969975,45753584909923,137260754729767,411782264...
143.181818
1,463
0.915556
a4f7759bf0ae00d9e5d9f840a5439f0c5d2befa1
4,848
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_841.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_841.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_841.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %r8 push %rbx push %rdi push %rdx lea addresses_WT_ht+0x1132, %rdx nop nop nop inc %r15 mov (%rdx), %rbx nop nop add $27781, %r10 lea addresses_WC_ht+0x1102, %rdi and $27643, %r12 mov $0x6162636465666768, %r8 movq %r8, %xmm0 movups %xmm0, (...
50.5
2,999
0.661097
49518d6ea4aeb0d59b4639751a024a00f2ec4d9c
1,017
asm
Assembly
archive/minol/source/commands/end.asm
paulscottrobson/retrochallenge-jan-2016
8bd340efc85969fa6f2fecc788aa21b27123a4db
[ "MIT" ]
null
null
null
archive/minol/source/commands/end.asm
paulscottrobson/retrochallenge-jan-2016
8bd340efc85969fa6f2fecc788aa21b27123a4db
[ "MIT" ]
null
null
null
archive/minol/source/commands/end.asm
paulscottrobson/retrochallenge-jan-2016
8bd340efc85969fa6f2fecc788aa21b27123a4db
[ "MIT" ]
null
null
null
; **************************************************************************************************************** ; **************************************************************************************************************** ; ; END Command ; ; *********************************************************...
36.321429
114
0.313668
5e80e6d4bad24df8ce7c95f402ae7576e33b9e7c
7,339
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_761.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_761.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_761.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %r9 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1e08d, %rcx nop sub $28310, %r9 mov $0x6162636465666768, %rax movq %rax, (%rcx) cmp $52109, %rbp lea addresses_A_ht+0x140f5, %rbx clflush (%rbx) nop nop cmp $805...
35.8
2,999
0.656084
747a3aedd95f077589b91b6647249707ac759faa
715
asm
Assembly
oeis/041/A041510.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/041/A041510.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/041/A041510.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A041510: Numerators of continued fraction convergents to sqrt(272). ; Submitted by Christian Krause ; 16,33,1072,2177,70736,143649,4667504,9478657,307984528,625447713,20322311344,41270070401,1340964564176,2723199198753,88483338924272,179689877047297,5838559404437776,11856808685922849,385256437353968944,78236968339386...
71.5
499
0.875524
fecab37a47fc54fefb499ced2260dca8154f8d7a
81
asm
Assembly
asm/examples/keyboard.asm
majacQ/retroputer
807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4
[ "MIT" ]
58
2017-11-16T18:53:24.000Z
2021-11-02T18:14:10.000Z
asm/examples/keyboard.asm
kerrishotts/retroputer
807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4
[ "MIT" ]
28
2019-05-23T12:21:44.000Z
2022-02-12T22:40:37.000Z
asm/examples/keyboard.asm
majacQ/retroputer
807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4
[ "MIT" ]
4
2021-01-02T18:49:55.000Z
2021-04-24T23:54:22.000Z
.segment code 0x02000 { top: call [GET_CHAR] call [PUT_CHAR] br top }
13.5
23
0.617284
161d1a3a01f8cbe23752bcc8fc1af7c8f82e1b9d
6,396
asm
Assembly
stdio.asm
jhunkeler/minos
877e9bfe8e7d9e93536f4cb4af36aac65805be11
[ "MIT" ]
1
2017-12-05T16:51:06.000Z
2017-12-05T16:51:06.000Z
stdio.asm
jhunkeler/minos
877e9bfe8e7d9e93536f4cb4af36aac65805be11
[ "MIT" ]
null
null
null
stdio.asm
jhunkeler/minos
877e9bfe8e7d9e93536f4cb4af36aac65805be11
[ "MIT" ]
null
null
null
%ifndef _STDIO_ASM %define _STDIO_ASM %include "console.asm" puts: ; Write string buffer at cursor position push bp mov bp, sp pusha mov si, [bp + 4] ; address of string buffer mov bx, 0000h ; mov ah, 0eh ; BIOS - teletype .loop: lodsb ; load byte at [si] into al or al, 0 ; 0 | 0 = 0 (detect null term...
17.865922
63
0.612414
5278c28ac106df4131da252902120c5b25be3d7b
1,992
asm
Assembly
COMP273 WINTER 2019/A2/quad.asm
Seibaah/McGill-COMP
9e9ead8167aead2337c8731dcbe6b541d9ee231b
[ "Unlicense" ]
null
null
null
COMP273 WINTER 2019/A2/quad.asm
Seibaah/McGill-COMP
9e9ead8167aead2337c8731dcbe6b541d9ee231b
[ "Unlicense" ]
null
null
null
COMP273 WINTER 2019/A2/quad.asm
Seibaah/McGill-COMP
9e9ead8167aead2337c8731dcbe6b541d9ee231b
[ "Unlicense" ]
null
null
null
.data prompt: .asciiz "Enter a number: " positive: .asciiz " is congruent.\n" nothing: .asciiz "No congruences were found.\n" error: .asciiz "Second input number can't be 0. Please input valid numbers.\n" .text .globl main pre: j input add $s3, $0, $0 #Initializing a counter to keep track of how many c...
27.287671
102
0.639056
f1190fd5cf192312da2d2af17bed15bda7a0dab4
858
asm
Assembly
oeis/142/A142504.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/142/A142504.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/142/A142504.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A142504: Primes congruent to 46 mod 51. ; Submitted by Jon Maiga ; 97,199,607,709,811,1117,1321,1423,1627,1831,1933,2137,2239,2341,2647,2749,2851,2953,3259,3361,3463,3769,4177,4483,4789,4993,5197,5503,6217,6421,6829,7237,7951,8053,8461,8563,8971,9277,9787,10093,10399,10501,10909,11113,11317,11827,12541,14071,14173,14...
31.777778
496
0.716783
47de1016f909c0b4737c10bad5fc67d1fd57cbf9
7,396
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_836.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_836.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_836.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x453d, %rsi lea addresses_D_ht+0x7325, %rdi sub %r11, %r11 mov $12, %rcx rep movsq nop nop nop cmp $29910, %r8 lea addresses_A_ht+0x142a5, %rsi lea addresses_normal_ht+0x1e475,...
35.557692
2,999
0.661979
c623ca88f8c9b487e10309e7eec5cc5352a751cf
503
asm
Assembly
examples/error_test.asm
omaskery/shenzhen.io-assembler
c09175e9fdfdad38e3b7e77a4e82192b31a4cd91
[ "MIT" ]
12
2016-10-09T21:48:35.000Z
2021-08-13T07:15:58.000Z
examples/error_test.asm
omaskery/shenzhen.io-assembler
c09175e9fdfdad38e3b7e77a4e82192b31a4cd91
[ "MIT" ]
2
2016-11-23T22:45:38.000Z
2018-05-11T13:58:45.000Z
examples/error_test.asm
omaskery/shenzhen.io-assembler
c09175e9fdfdad38e3b7e77a4e82192b31a4cd91
[ "MIT" ]
1
2016-12-27T19:26:56.000Z
2016-12-27T19:26:56.000Z
# test various preprocessor directive edge cases !include "fake" !include fake !include fake" !include "fake !include !fake ! # constant redefinition const redef 4 const redef 4 # constants must be integers const non_integer_const non_integer_value # argument counts mov too many args gen test # too few args # c...
11.97619
48
0.723658
954c933c1a0e75462bc68fa6a866a8520a6f4fb7
84
asm
Assembly
pm.asm
m4t3uz/leaf-d
6a86476739fec1a6d97f75e1cd7b15b115235feb
[ "MIT" ]
null
null
null
pm.asm
m4t3uz/leaf-d
6a86476739fec1a6d97f75e1cd7b15b115235feb
[ "MIT" ]
null
null
null
pm.asm
m4t3uz/leaf-d
6a86476739fec1a6d97f75e1cd7b15b115235feb
[ "MIT" ]
null
null
null
; Copyright (C) 2021 Mateus de Lima Oliveira global enter_pm enter_pm: ret _idt:
9.333333
44
0.75
415a17cb7ff1bcb5811e9289f2d81576bc6744ce
3,836
asm
Assembly
libtool/src/gmp-6.1.2/mpn/x86_64/bobcat/aorsmul_1.asm
kroggen/aergo
05af317eaa1b62b21dc0144ef74a9e7acb14fb87
[ "MIT" ]
278
2015-11-03T03:01:20.000Z
2022-01-20T18:21:05.000Z
libtool/src/gmp-6.1.2/mpn/x86_64/bobcat/aorsmul_1.asm
kroggen/aergo
05af317eaa1b62b21dc0144ef74a9e7acb14fb87
[ "MIT" ]
374
2015-11-03T12:37:22.000Z
2021-12-17T14:18:08.000Z
libtool/src/gmp-6.1.2/mpn/x86_64/bobcat/aorsmul_1.asm
kroggen/aergo
05af317eaa1b62b21dc0144ef74a9e7acb14fb87
[ "MIT" ]
96
2015-11-22T07:47:26.000Z
2022-01-20T19:52:19.000Z
dnl AMD64 mpn_addmul_1 and mpn_submul_1 optimised for AMD bobcat. dnl Copyright 2003-2005, 2007, 2008, 2011, 2012 Free Software Foundation, Inc. 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 modify dnl it under the terms of either: dnl dn...
20.847826
79
0.610532
476abc1a40f23d74a8eb9884b94fb68214831a28
1,329
asm
Assembly
programs/oeis/253/A253487.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/253/A253487.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/253/A253487.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A253487: Number of lattice paths of 2*n+2 steps in the first quadrant from (0,0) to (n,n). ; 2,16,90,448,2100,9504,42042,183040,787644,3359200,14226212,59907456,251100200,1048380480,4362680250,18103127040,74934688620,309509877600,1275964023180,5251296336000,21579247511640,88555121603520,362957071241700,14859695777172...
110.75
1,158
0.905944
39ef679d4772f65aafaef8b8615beee7d96e3337
6,190
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_891.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_0xca.log_21829_891.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_0xca.log_21829_891.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 %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xeb97, %r12 nop nop and $48670, %r9 mov $0x6162636465666768, %rbx movq %rbx, %xmm6 movups %xmm6, (%r12) nop nop nop dec %r10 lea addresses_D_ht+0x1ccd7, %rsi sub %r11, %r11 mo...
39.935484
2,999
0.657027
fe71256d1412063e077d1ab04f62a3855aeb993f
133
asm
Assembly
samples/holotape.asm
skwirl42/robco-processor
eb92ee0d2402403b36b9b796f80c3d46aaed1442
[ "MIT" ]
null
null
null
samples/holotape.asm
skwirl42/robco-processor
eb92ee0d2402403b36b9b796f80c3d46aaed1442
[ "MIT" ]
30
2020-12-29T13:25:25.000Z
2021-09-28T12:03:35.000Z
samples/holotape.asm
skwirl42/robco-processor
eb92ee0d2402403b36b9b796f80c3d46aaed1442
[ "MIT" ]
null
null
null
.struct holotape_block length 2 remaining_blocks 2 filename 32 block_bytes 988 .endstruct .defbyte HOLO_FILENAME_SIZE 32
14.777778
30
0.781955
db930cd7c2fc5491ed3a3ad238ff7c6a16330548
1,560
asm
Assembly
libsrc/stdio/lynx/generic_console_vpeek.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/stdio/lynx/generic_console_vpeek.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/stdio/lynx/generic_console_vpeek.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_driver PUBLIC generic_console_vpeek PUBLIC generic_console_pointxy EXTERN generic_console_font32 EXTERN generic_console_udg32 EXTERN lynx_lores_graphics EXTERN screendollar EXTERN screendollar_no_inverse EXTERN ...
18.352941
65
0.589744
c660aef0ab8db4bed0fc0dfcbd81c30e926abb11
5,932
asm
Assembly
Userland/SampleCodeModule/asm/libasm.asm
gbarbieripederiva/TP2_So
ed4ec37e26eaf8bc548aedec0c2e0fe1b5b2400b
[ "BSD-3-Clause" ]
null
null
null
Userland/SampleCodeModule/asm/libasm.asm
gbarbieripederiva/TP2_So
ed4ec37e26eaf8bc548aedec0c2e0fe1b5b2400b
[ "BSD-3-Clause" ]
null
null
null
Userland/SampleCodeModule/asm/libasm.asm
gbarbieripederiva/TP2_So
ed4ec37e26eaf8bc548aedec0c2e0fe1b5b2400b
[ "BSD-3-Clause" ]
null
null
null
section .text ;push all registers except rax %macro pushState 0 push rbx push rcx push rdx push rbp push rdi push rsi push r8 push r9 push r10 push r11 push r12 push r13 push r14 push r15 %endmacro ;pop all registers except rax %macro popState 0 pop r15 pop r14 pop r13 pop r12 pop r11 pop r10 p...
13.957647
89
0.788941
7300024d0e5bbb75f650a45227a9714ce96acd16
384
asm
Assembly
third_party/antlr_grammars_v4/asm/asmMASM/examples/helloworld.asm
mikhan808/rsyntaxtextarea-antlr4-extension
be6a7881e0f6e1a5e8c8e65f7ca4898a2298aa77
[ "BSD-3-Clause" ]
127
2018-09-03T16:54:24.000Z
2022-03-27T15:07:28.000Z
third_party/antlr_grammars_v4/asm/asmMASM/examples/helloworld.asm
mikhan808/rsyntaxtextarea-antlr4-extension
be6a7881e0f6e1a5e8c8e65f7ca4898a2298aa77
[ "BSD-3-Clause" ]
63
2018-09-03T16:18:02.000Z
2022-03-14T13:44:17.000Z
third_party/antlr_grammars_v4/asm/asmMASM/examples/helloworld.asm
mikhan808/rsyntaxtextarea-antlr4-extension
be6a7881e0f6e1a5e8c8e65f7ca4898a2298aa77
[ "BSD-3-Clause" ]
39
2018-09-03T16:11:27.000Z
2022-01-14T01:22:31.000Z
.386 .model flat, stdcall option casemap: none include windows.inc include user32.inc include kernel32.inc includelib user32.lib includelib kernel32.lib .data szCaption db 'Hello', 0 szText db 'Hello, World!', 0 .code start: invoke MessageBox, NULL, offset szText, offset szCaption, M...
19.2
75
0.669271
19f5a6e7aae01c97fb4a3c5862d2016ff41faf9b
362
asm
Assembly
lib/malloc.asm
ZhUyU1997/BookOS
d83c9ac04e1aaab1a6ee153f554c3ea2ea589210
[ "BSD-2-Clause" ]
1
2019-10-14T05:23:11.000Z
2019-10-14T05:23:11.000Z
lib/malloc.asm
ZhUyU1997/BookOS
d83c9ac04e1aaab1a6ee153f554c3ea2ea589210
[ "BSD-2-Clause" ]
null
null
null
lib/malloc.asm
ZhUyU1997/BookOS
d83c9ac04e1aaab1a6ee153f554c3ea2ea589210
[ "BSD-2-Clause" ]
1
2019-12-12T20:07:39.000Z
2019-12-12T20:07:39.000Z
[bits 32] [section .text] INT_VECTOR_SYS_CALL equ 0x80 _NR_MALLOC EQU 3 _NR_FREE EQU 4 global malloc malloc: push ebx mov eax, _NR_MALLOC mov ebx, [esp + 4 + 4] ;第一个参数 int INT_VECTOR_SYS_CALL pop ebx ret global free free: push ebx mov eax, _NR_FREE mov ebx, [esp + 4 + 4] ;第一个参数 ...
14.48
32
0.660221
26da16b19722cbd27be80a6a8c79b42c046d994a
2,924
asm
Assembly
Library/Trans/Graphics/Bitmap/Tif/Lib/libMain.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Trans/Graphics/Bitmap/Tif/Lib/libMain.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Trans/Graphics/Bitmap/Tif/Lib/libMain.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: Tif Translation Library FILE: libMain.asm AUTHOR: Maryann Simmons, May 5, 1992 ROUTINES: Name Description ---- ----------- GLB TransG...
25.426087
79
0.610465
95fbb09f02d7c1f04ef26143385f72167e50ff04
3,158
nasm
Assembly
CryptoPkg/Library/OpensslLib/X64/crypto/aes/aesni-sha256-x86_64.nasm
KaoTuz/edk2-stable202108
49d9306e7bf64b2f07d8473be1f2faea49d0a012
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
null
null
null
CryptoPkg/Library/OpensslLib/X64/crypto/aes/aesni-sha256-x86_64.nasm
KaoTuz/edk2-stable202108
49d9306e7bf64b2f07d8473be1f2faea49d0a012
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
null
null
null
CryptoPkg/Library/OpensslLib/X64/crypto/aes/aesni-sha256-x86_64.nasm
KaoTuz/edk2-stable202108
49d9306e7bf64b2f07d8473be1f2faea49d0a012
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
null
null
null
; WARNING: do not edit! ; Generated from openssl/crypto/aes/asm/aesni-sha256-x86_64.pl ; ; Copyright 2013-2020 The OpenSSL Project Authors. All Rights Reserved. ; ; Licensed under the OpenSSL license (the "License"). You may not use ; this file except in compliance with the License. You can obtain a copy ; in the fil...
39.974684
73
0.682394
68b48419f0a25d0747b937d899fb4e3db8dc43bf
953
asm
Assembly
programs/oeis/296/A296021.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/296/A296021.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/296/A296021.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A296021: Number of primes of the form 4*k+1 <= 4*n+1. ; 0,1,1,2,3,3,3,4,4,5,6,6,6,7,7,8,8,8,9,9,9,9,10,10,11,12,12,13,14,14,14,14,14,14,15,15,15,16,16,17,17,17,17,18,18,19,19,19,20,21,21,21,21,21,21,21,21,22,23,23,24,24,24,24,25,25,25,26,26,27,28,28,28,29,29,29,29,29,30,31,31,31,31,31,32,32,32,33,34,34,34,34,34,35,35...
68.071429
729
0.641133
0abe8b20e08ae403d8cb499351b389af4e7b55ef
538
asm
Assembly
programs/oeis/089/A089214.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/089/A089214.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/089/A089214.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A089214: Let u(1)=0, u(2)=1; for k>2, u(k)= A010060(k)*u(k-1) + u(k-2) (mod 2); then a(n)=4n-b(n) where sequence (b(k)) gives values such that u(b(k))=0. ; 1,3,2,4,2,4,1,3,2,4,1,3,1,3,2,4,2,4,1,3,1,3,2,4,1,3,2,4,2,4,1,3,2,4,1,3,1,3,2,4,1,3,2,4,2,4,1,3,1,3,2,4,2,4,1,3,2,4,1,3,1,3,2,4,2,4,1,3,1,3,2,4,1,3,2,4,2,4,1,3,1,...
44.833333
211
0.570632
2018d2ae013985690f48defb2ab5bfeab15ee959
8,552
asm
Assembly
part1/segment55_table.asm
c64scene-ar/64k-ought-to-be-enough
d97997ecd5ddb598bd58fa61da76e4b0c10c5bc1
[ "MIT" ]
4
2018-09-27T06:44:33.000Z
2019-03-16T13:37:01.000Z
part1/segment55_table.asm
c64scene-ar/64k-ought-to-be-enough
d97997ecd5ddb598bd58fa61da76e4b0c10c5bc1
[ "MIT" ]
null
null
null
part1/segment55_table.asm
c64scene-ar/64k-ought-to-be-enough
d97997ecd5ddb598bd58fa61da76e4b0c10c5bc1
[ "MIT" ]
2
2018-10-16T01:49:09.000Z
2020-08-11T12:35:55.000Z
;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-; ; Autogenerated - DO NOT MODIFY bits 16 cpu 8086 ;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-; ;ASCII: 0x20 global table_space table_space: dw 0b0000000000000000,0b0000000000000000,0b00...
31.674074
86
0.818756
a438c1b1aedd001b43645e50011fd20ea882afef
1,714
asm
Assembly
src/COM.asm
sharksym/vgmplay-sharksym
d7763b87a379da4e6dadcc55026969d310957952
[ "BSD-2-Clause" ]
6
2020-04-21T17:26:27.000Z
2021-09-25T18:41:01.000Z
src/COM.asm
sharksym/vgmplay-sharksym
d7763b87a379da4e6dadcc55026969d310957952
[ "BSD-2-Clause" ]
null
null
null
src/COM.asm
sharksym/vgmplay-sharksym
d7763b87a379da4e6dadcc55026969d310957952
[ "BSD-2-Clause" ]
null
null
null
; ; VGMPlay ; ; VGM music file format player ; INCLUDE "Macros.asm" DEBUG: equ 0 GZIP_CRC32: equ 0 HEAP: equ 0C000H HEAP_SIZE: equ 1180H STACK_SIZE: equ 100H READBUFFER_SIZE: equ 0B00H org 100H RAM_PAGE0: ds 3F00H RAM_PAGE1: ds 4000H TPA: equ RAM_PAGE0 TPA_PAGE0: equ RAM_PAGE0 RAM_RESIDENT: equ RAM_PAGE0 TPA_PA...
15.87037
44
0.760793
22731e5691c8429df6284e89ab5705854088369f
2,398
asm
Assembly
src/features/data structures/vec.asm
FranchuFranchu/fran-os
30e14b587dd66039511d08a54f516ad65c4375ff
[ "0BSD" ]
1
2020-10-24T17:09:05.000Z
2020-10-24T17:09:05.000Z
src/features/data structures/vec.asm
FranchuFranchu/fran-os
30e14b587dd66039511d08a54f516ad65c4375ff
[ "0BSD" ]
null
null
null
src/features/data structures/vec.asm
FranchuFranchu/fran-os
30e14b587dd66039511d08a54f516ad65c4375ff
[ "0BSD" ]
null
null
null
; Implements a type similar to C++'s std::vector<void*> struc kernel_data_structure_vec .length resd 1 .reserved_length resd 1 ; Pointer to the array of void* ; Heap-allocated .data resd 1 .size resd 0 ; Marker endstruc ; IN = EAX: Amount to reserve, EBX: Pointer to struct ; OUT = EBX: Preserved kernel_data_s...
22.622642
71
0.754379
8f7ebc23c9f54ae18521e07223eaefb2d302d313
241
asm
Assembly
Steppers/Bipolar/stepper.asm
xfrings/8051-Experiments
c2b949a602812993096ceb0743d1c870d1286c79
[ "MIT" ]
null
null
null
Steppers/Bipolar/stepper.asm
xfrings/8051-Experiments
c2b949a602812993096ceb0743d1c870d1286c79
[ "MIT" ]
null
null
null
Steppers/Bipolar/stepper.asm
xfrings/8051-Experiments
c2b949a602812993096ceb0743d1c870d1286c79
[ "MIT" ]
null
null
null
org 0000h sjmp 30h org 0030h START: mov r0,#88h mov a,r0 rlc a mov p0,a acall DELAY ajmp START nop nop nop DELAY: nop mov r7,#10h HOLD: mov r6,#0ffh WAIT: djnz r6,WAIT djnz r7,HOLD ret org 00aah text1:db 'vaibhav' END
8.607143
19
0.66805
9096eab68dac25fe6f57afb965dcf4546d6de841
3,867
asm
Assembly
test/asm/resize.asm
nigelperks/BasicAssembler
13dcc861254fa6c19f1d450682b4495bbebcf934
[ "MIT" ]
null
null
null
test/asm/resize.asm
nigelperks/BasicAssembler
13dcc861254fa6c19f1d450682b4495bbebcf934
[ "MIT" ]
null
null
null
test/asm/resize.asm
nigelperks/BasicAssembler
13dcc861254fa6c19f1d450682b4495bbebcf934
[ "MIT" ]
null
null
null
IDEAL SEGMENT image ASSUME CS:image,DS:image,ES:image,SS:image ORG 100h start: jmp ahead jmp ahead jmp ahead jmp ahead jmp ahead jmp ahead jmp ahead jmp ahead jmp ahead jmp ahead jmp ahead jmp ahead j...
17.820276
46
0.449703
e56921f73ecb56379f1d6b7fae44b4fa3aea11a1
2,339
asm
Assembly
samples/graphics_test.asm
skwirl42/robco-processor
eb92ee0d2402403b36b9b796f80c3d46aaed1442
[ "MIT" ]
null
null
null
samples/graphics_test.asm
skwirl42/robco-processor
eb92ee0d2402403b36b9b796f80c3d46aaed1442
[ "MIT" ]
30
2020-12-29T13:25:25.000Z
2021-09-28T12:03:35.000Z
samples/graphics_test.asm
skwirl42/robco-processor
eb92ee0d2402403b36b9b796f80c3d46aaed1442
[ "MIT" ]
null
null
null
.include "syscall.asm" .reserve GRAPHICS_START 38400 .data GRAPHICS_END 0x00 .data ERROR_STRING "Failed to set the graphics mode\n" start: pushiw GRAPHICS_START pullx ;pushi 0x3C ; 480x320, 8 bpp, border on - 153,600 bytes, should always fail ;pushi 0x2C ; 480x320, 4 bpp, border on - 76,800 bytes, should alw...
25.423913
102
0.660966
d5d58d163bca8bdf10b732482b642c894cae0980
536
asm
Assembly
programs/oeis/075/A075254.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/075/A075254.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/075/A075254.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A075254: a(n) = n + (sum of primes factors of n taken with repetition). ; 1,4,6,8,10,11,14,14,15,17,22,19,26,23,23,24,34,26,38,29,31,35,46,33,35,41,36,39,58,40,62,42,47,53,47,46,74,59,55,51,82,54,86,59,56,71,94,59,63,62,71,69,106,65,71,69,79,89,118,72,122,95,76,76,83,82,134,89,95,84,142,84,146,113,88,99,95,96,158,93,...
44.666667
323
0.645522
c2c961b80d53c609ad8fe8b812e5264e5f4f0b48
8,017
asm
Assembly
modules/dolphin/WindowTools.asm
jaredwhitney/os3
05e0cda4670da093cc720d0dccbfeb29e788fa0f
[ "MIT" ]
5
2015-02-25T01:28:09.000Z
2021-05-22T09:03:04.000Z
modules/dolphin/WindowTools.asm
jaredwhitney/os3
05e0cda4670da093cc720d0dccbfeb29e788fa0f
[ "MIT" ]
38
2015-02-10T18:37:11.000Z
2017-10-03T03:08:50.000Z
modules/dolphin/WindowTools.asm
jaredwhitney/os3
05e0cda4670da093cc720d0dccbfeb29e788fa0f
[ "MIT" ]
2
2016-05-06T22:48:46.000Z
2017-01-12T19:28:49.000Z
Dolphin.windowExists : ; windowNum in ebx, returns either 0x0 or 0xF (F|T) in eax methodTraceEnter push ebx add ebx, Dolphin.windowStructs mov eax, [ebx] pop ebx cmp eax, 0x0 je Dolphin.windowExists.false mov eax, 0xF methodTraceLeave ret Dolphin.windowExists.false : mov eax, 0x0 methodTraceLeave ret Dolphin.activateN...
16.985169
87
0.763253
7a163f9b0f51bfe8d51f20ba295acc65e4472a43
438
asm
Assembly
oeis/184/A184553.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/184/A184553.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/184/A184553.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A184553: a(n) = Sum_{k=0..n} C(3n+k,n-k)*C(4n-k,k). ; Submitted by Christian Krause ; 1,6,79,1158,17851,283246,4579306,75013112,1240774907,20677408080,346638007264,5839169781594,98755770443674,1675855850883818,28520685212980872,486589040917153648,8319672542504635643 mov $3,$0 mov $5,$0 add $5,1 lpb $5 mov $0,$3 ...
20.857143
182
0.671233
93b93c2c6bbfd737eb352715def9feaec832b9ba
5,906
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_449.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_449.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_449.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 %rax push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x17d08, %r11 nop nop nop nop add $20363, %rcx vmovups (%r11), %ymm5 vextracti128 $1, %ymm5, %xmm5 vpextrq $0, %xmm5, %rbp nop nop nop nop dec %r15 lea addresses_D_ht+0x1b828,...
40.176871
2,999
0.657298
26ea468c4001839ba7abc249c6a3db9c546902c8
373
asm
Assembly
programs/oeis/101/A101634.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/101/A101634.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/101/A101634.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A101634: Subtract 1, multiply by 1, subtract 2, multiply by 2, etc. ; 6,5,6,9,20,75,414,2849,22728,204471,2044610,22490589,269886924,3508529843,49119417606,736791263865,11788660221584,200407223766639,3607330027799178,68539270528184021 mov $1,$0 add $1,25 cal $0,117643 ; a(n) = n*(a(n-1)-1) starting with a(0)=3. add ...
28.692308
166
0.72118
6fc0bbb77f9f8fdfa241e3ffa3b9523fe76aa6ae
302
asm
Assembly
wof/lcs/enemy/AD.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
6
2020-10-14T15:29:10.000Z
2022-02-12T18:58:54.000Z
wof/lcs/enemy/AD.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
wof/lcs/enemy/AD.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
1
2020-12-17T08:59:10.000Z
2020-12-17T08:59:10.000Z
copyright zengfr site:http://github.com/zengfr/romhack 0043DA beq $4492 [enemy+AD] 01082C addq.w #1, A6 [enemy+AD] 0122C2 move.b D0, ($ad,A1) 0122C6 moveq #$8, D0 04E98A beq $4e99c [enemy+AD] 053BF0 addq.w #1, A6 [enemy+AD] copyright zengfr site:http://github.com/zengfr/romhack
27.454545
54
0.675497
1feb965d36cd2c5c4bd4341f702bcf779e1374c6
6,700
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_68.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_68.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_68.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 %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x14e1e, %rsi lea addresses_WC_ht+0xbbfc, %rdi clflush (%rdi) xor %rbp, %rbp mov $86, %rcx rep movsl nop nop nop nop cmp %r13, %r13 lea addresses_A_ht+0x74b6, %rsi lea addresses...
38.068182
2,999
0.657761
62c245d43ecd78ceae20769bb1317ba4730db211
11
asm
Assembly
pkgs/tools/yasm/src/modules/arch/x86/tests/bittest.asm
manggoguy/parsec-modified
d14edfb62795805c84a4280d67b50cca175b95af
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
pkgs/tools/yasm/src/modules/arch/x86/tests/bittest.asm
manggoguy/parsec-modified
d14edfb62795805c84a4280d67b50cca175b95af
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
pkgs/tools/yasm/src/modules/arch/x86/tests/bittest.asm
manggoguy/parsec-modified
d14edfb62795805c84a4280d67b50cca175b95af
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
btr eax, 4
5.5
10
0.636364
b266ebcffecbdb1e6545a1e52e2150d5727b0a27
511
asm
Assembly
programs/oeis/082/A082551.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/082/A082551.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/082/A082551.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A082551: Denote sigma(n)-n by s(n); a(n)=1 if s(n)>n, a(n)=0 if s(n)=n, a(n)=-1 if s(n)<n. ; -1,-1,-1,-1,-1,0,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,1,-1,1,-1,-1,-1,1,-1,-1,-1,0,-1,1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,-1,1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,1,-1,1,-1,-1,-1,1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,-1,1,-1,-1,-1,-1,-1,1,-1,1,-1,-...
39.307692
277
0.448141
cc780384060cf30dffa15dbc5e840aae63518535
88,738
asm
Assembly
TestData/nano_jpeg.64.asm
robertmuth/Cwerg
fdf30b06c93b4620c0a45b448b6d92acb81c35f0
[ "Apache-2.0" ]
171
2020-01-30T16:58:07.000Z
2022-03-27T22:12:17.000Z
TestData/nano_jpeg.64.asm
robertmuth/Cwerg
fdf30b06c93b4620c0a45b448b6d92acb81c35f0
[ "Apache-2.0" ]
14
2021-05-15T02:12:09.000Z
2022-03-16T04:16:18.000Z
TestData/nano_jpeg.64.asm
robertmuth/Cwerg
fdf30b06c93b4620c0a45b448b6d92acb81c35f0
[ "Apache-2.0" ]
5
2021-03-01T20:52:13.000Z
2022-03-07T06:35:03.000Z
############################################################ # ../Cwerg/nanojpeg.c ############################################################ .mem __static_4_counts 1 RW .data 16 [0] .fun mymemset NORMAL [] = [A64 S32 U64] .bbl %start poparg ptr:A64 poparg value:S32 poparg num:U64 .reg S32 [i] mov i = 0 ...
22.041232
191
0.671358
de10b8f05cc50dc18d0e72a115d879fb1aadeeda
347
asm
Assembly
oeis/040/A040793.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/040/A040793.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/040/A040793.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A040793: Continued fraction for sqrt(822). ; Submitted by Jon Maiga ; 28,1,2,28,2,1,56,1,2,28,2,1,56,1,2,28,2,1,56,1,2,28,2,1,56,1,2,28,2,1,56,1,2,28,2,1,56,1,2,28,2,1,56,1,2,28,2,1,56,1,2,28,2,1,56,1,2,28,2,1,56,1,2,28,2,1,56,1,2,28,2,1,56,1,2,28,2,1,56,1,2 seq $0,40261 ; Continued fraction for sqrt(278). add $0,4 ...
34.7
190
0.62536
4bbc88c79daea4022eebe2b70bd8674493823a94
297
asm
Assembly
CodeGenA32/TestData/linkerdef.a32.asm
robertmuth/Cwerg
fdf30b06c93b4620c0a45b448b6d92acb81c35f0
[ "Apache-2.0" ]
171
2020-01-30T16:58:07.000Z
2022-03-27T22:12:17.000Z
CodeGenA32/TestData/linkerdef.a32.asm
robertmuth/Cwerg
fdf30b06c93b4620c0a45b448b6d92acb81c35f0
[ "Apache-2.0" ]
14
2021-05-15T02:12:09.000Z
2022-03-16T04:16:18.000Z
CodeGenA32/TestData/linkerdef.a32.asm
robertmuth/Cwerg
fdf30b06c93b4620c0a45b448b6d92acb81c35f0
[ "Apache-2.0" ]
5
2021-03-01T20:52:13.000Z
2022-03-07T06:35:03.000Z
# linkerdef .mem dummy 4 RW .data 4 "0" # ======================================== .fun main NORMAL [U32] = [] .bbl start ld.mem x:U32 = dummy 0 pusharg x bsr print_x_ln lea.mem a:A32 $$rw_data_end 0 bitcast x a pusharg x bsr print_x_ln pusharg 0:U32 ret
13.5
42
0.511785
39c4adc57d5f32523eb144695393c985ac32e950
536
asm
Assembly
samples/sms/common/ram_vars.asm
0x8BitDev/MAPeD-SPReD
da1a8a582980ea5963777a46fd3dfddc0d69aa82
[ "MIT" ]
23
2019-05-16T20:23:49.000Z
2022-03-13T21:53:10.000Z
samples/sms/common/ram_vars.asm
0x8BitDev/MAPeD-SPReD
da1a8a582980ea5963777a46fd3dfddc0d69aa82
[ "MIT" ]
6
2021-03-30T05:51:46.000Z
2022-01-07T13:18:44.000Z
samples/sms/common/ram_vars.asm
0x8BitDev/MAPeD-SPReD
da1a8a582980ea5963777a46fd3dfddc0d69aa82
[ "MIT" ]
null
null
null
;################################################################### ; ; Copyright 2019-2020 0x8BitDev ( MIT license ) ; ;################################################################### ; ; RAM variables ; .RAMSECTION "ram_vars" bank 1 slot 1 align 256 ; the sprite buffer must be aligned (256?) SPR_...
14.486486
69
0.501866
28575f514db34b5fc13257ef93f66f1675f8e761
48
asm
Assembly
gfx/pokemon/parasect/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
gfx/pokemon/parasect/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
gfx/pokemon/parasect/anim_idle.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
frame 5, 30 frame 0, 05 frame 4, 20 endanim
9.6
12
0.645833
6f1b39071b7ef072eb4780a9d66ad3064a0ec67e
536
asm
Assembly
src/mmu/paging.asm
jornedesmedt/Kernel
6c3831d4d2148654fb03937f9112efbd8ab19064
[ "Apache-2.0" ]
null
null
null
src/mmu/paging.asm
jornedesmedt/Kernel
6c3831d4d2148654fb03937f9112efbd8ab19064
[ "Apache-2.0" ]
null
null
null
src/mmu/paging.asm
jornedesmedt/Kernel
6c3831d4d2148654fb03937f9112efbd8ab19064
[ "Apache-2.0" ]
null
null
null
section .text global setup_paging setup_paging: push ebp mov ebp, esp ;Put the address of the page directory in CR3 mov eax, [ebp] ;Get the page_directory_address parameter from the memory address stored in ebp (whatever was on top of the stack before pushing ebp earlier) mov cr3, eax ;Enable pa...
33.5
160
0.701493
62a3df25b476b6a5b682df3b11c7ba7361bd7092
245
asm
Assembly
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshr_scroll_up.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshr_scroll_up.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshr_scroll_up.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
; void tshr_scroll_up(uchar prows, uchar attr) SECTION code_clib SECTION code_arch PUBLIC tshr_scroll_up EXTERN asm_tshr_scroll_up tshr_scroll_up: pop af pop hl pop de push de push hl push af jp asm_tshr_scroll_up
11.666667
46
0.734694
29ba912a84c82ead5689e5d166a657aed1058d11
5,786
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_2_527.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_2_527.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_2_527.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x743a, %rsi lea addresses_UC_ht+0x1137a, %rdi nop dec %rbx mov $61, %rcx rep movsq xor %rdx, %rdx lea addresses_D_ht+0x17c2a, %r12 nop and %r14, %r14 movl $0x61626364, (%r12)...
19.547297
148
0.635672
68e28024e1641e6746f9d182e16286c511ce33e4
308
asm
Assembly
programs/oeis/131/A131768.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/131/A131768.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/131/A131768.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A131768: 2*(A007318 * A097807) - A000012. ; 1,3,1,5,5,1,7,11,7,1,9,19,19,9,1,11,29,39,29,11,1,13,41,69,69,41,13,1,15,55,111,139,111,55,15,1,17,71,167,251,251,167,71,17,1,19,89,239,419,503,419,239,89,19,1 mov $1,2 lpb $0 add $0,1 add $1,1 sub $0,$1 lpe bin $1,$0 sub $1,1 mul $1,2 add $1,1 mov $0,$1
20.533333
161
0.603896
9dc2b0c59ac15ad71a6f3c7f808968a68795fb81
411
asm
Assembly
src/firmware-tests/Platform/Adc/Initialisation/SampleRateIs11kHzTest.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
1
2019-12-12T09:07:08.000Z
2019-12-12T09:07:08.000Z
src/firmware-tests/Platform/Adc/Initialisation/SampleRateIs11kHzTest.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
null
null
null
src/firmware-tests/Platform/Adc/Initialisation/SampleRateIs11kHzTest.asm
pete-restall/Cluck2Sesame-Prototype
99119b6748847a7b6aeadc4bee42cbed726f7fdc
[ "MIT" ]
null
null
null
#include "Platform.inc" #include "FarCalls.inc" #include "Adc.inc" #include "TestFixture.inc" radix decimal SampleRateIs11kHzTest code global testArrange testArrange: banksel ADCON1 clrf ADCON1 testAct: fcall initialiseAdc testAssert: banksel ADCON1 movf ADCON1, W andlw b'01110000' .assert "W == b'001...
15.807692
96
0.751825
3ba9b65dfd719cd1291e6754e23a5950f876b48e
960
asm
Assembly
ffight/lcs/1p/2E.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
6
2020-10-14T15:29:10.000Z
2022-02-12T18:58:54.000Z
ffight/lcs/1p/2E.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
ffight/lcs/1p/2E.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
1
2020-12-17T08:59:10.000Z
2020-12-17T08:59:10.000Z
copyright zengfr site:http://github.com/zengfr/romhack 00A2C6 dbra D0, $a2c0 00A2F8 clr.b ($2e,A4) 00A2FC clr.b ($2f,A4) 00AE1C move.b ($3e,A6), ($36,A6) [1p+2E] 00AE2E eori.b #$1, ($2e,A6) [1p+ A] 00AE34 clr.b ($1e,A6) [1p+2E] 00B0C4 move.b ($3e,A6), ($36,A6) [1p+2E] 00B0D6 eori.b #$1, ($2e,A6)...
32
54
0.557292
87ba3d07d2ebbe7f45a2574d189510ba43392ab2
809
asm
Assembly
oeis/000/A000288.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/000/A000288.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/000/A000288.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A000288: Tetranacci numbers: a(n) = a(n-1) + a(n-2) + a(n-3) + a(n-4) with a(0) = a(1) = a(2) = a(3) = 1. ; Submitted by Christian Krause ; 1,1,1,1,4,7,13,25,49,94,181,349,673,1297,2500,4819,9289,17905,34513,66526,128233,247177,476449,918385,1770244,3412255,6577333,12678217,24438049,47105854,90799453,175021573,337364...
36.772727
492
0.73424
8e363b4b939d530a80ddc4513201441ba26d5950
4,484
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_5_1060.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_0xca_notsx.log_5_1060.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_0xca_notsx.log_5_1060.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 %r13 push %r14 push %r8 push %r9 push %rcx lea addresses_D_ht+0x14097, %rcx sub %r10, %r10 mov (%rcx), %r9w nop nop nop nop nop inc %r8 lea addresses_normal_ht+0x13287, %r14 nop and $18997, %r8 movl $0x61626364, (%r14) nop nop nop nop add $58034, %r1...
19.928889
128
0.639607
85a27d85da72466df2eb7a73c057d03c065e2e7a
446
asm
Assembly
programs/oeis/096/A096271.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/096/A096271.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/096/A096271.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A096271: Ternary sequence that is a fixed point of the morphism 0 -> 01, 1 -> 02, 2 -> 00. ; 0,1,0,2,0,1,0,0,0,1,0,2,0,1,0,1,0,1,0,2,0,1,0,0,0,1,0,2,0,1,0,2,0,1,0,2,0,1,0,0,0,1,0,2,0,1,0,1,0,1,0,2,0,1,0,0,0,1,0,2,0,1,0,0,0,1,0,2,0,1,0,0,0,1,0,2,0,1,0,1,0,1,0,2,0,1,0,0,0,1,0,2,0,1,0,2,0,1,0,2 seq $0,7814 ; Exponent o...
74.333333
201
0.607623
6adef3b17ce9bb44c123129dd3e69b1868227c72
2,636
asm
Assembly
Transynther/x86/_processed/US/_st_4k_/i9-9900K_12_0xca_notsx.log_135_517.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_st_4k_/i9-9900K_12_0xca_notsx.log_135_517.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_st_4k_/i9-9900K_12_0xca_notsx.log_135_517.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 %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x19f11, %r11 nop nop nop nop cmp $29828, %rdi mov $0x6162636465666768, %rbx movq %rbx, (%r11) cmp %r12, %r12 lea addresses_normal_ht+0xb1d1, %r13 nop nop and %r11, %r11 mov $...
21.430894
404
0.656677
319c8bcdef474f0cf48deed51ff514bdf56e70ff
309
asm
Assembly
programs/oeis/059/A059159.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/059/A059159.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/059/A059159.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A059159: A hierarchical sequence (W'2{2}*c) - see A059126). ; 4,8,4,16,4,8,4,32,4,8,4,16,4,8,4,64,4,8,4,16,4,8,4,32,4,8,4,16,4,8,4,128,4,8,4,16,4,8,4,32,4,8,4,16,4,8,4,64,4,8,4,16,4,8,4,32,4,8,4,16,4,8,4,256,4,8,4,16,4,8,4,32,4,8,4,16,4,8,4,64,4,8,4,16,4,8,4,32,4,8,4 add $0,1 gcd $0,64 mov $1,$0 mul $1,4
38.625
207
0.576052
ab25a8c1b30c051106a46b760442eacb188aa34e
10,711
asm
Assembly
bddisasm_test/simd/sse2_64.asm
andreaswimmer/bddisasm
960e9eaeee4f87d8269095031cd6cfb8aabb998b
[ "Apache-2.0" ]
675
2020-07-09T12:57:49.000Z
2022-03-26T15:03:53.000Z
bddisasm_test/simd/sse2_64.asm
andreaswimmer/bddisasm
960e9eaeee4f87d8269095031cd6cfb8aabb998b
[ "Apache-2.0" ]
41
2020-07-22T07:15:07.000Z
2022-03-23T08:34:28.000Z
bddisasm_test/simd/sse2_64.asm
andreaswimmer/bddisasm
960e9eaeee4f87d8269095031cd6cfb8aabb998b
[ "Apache-2.0" ]
94
2020-07-09T14:39:02.000Z
2022-03-27T10:37:03.000Z
bits 64 movupd xmm7,xmm13 movsd xmm7,xmm13 movupd xmm13,xmm7 movsd xmm13,xmm7 movlpd xmm7,[rbx] movlpd [rbx],xmm7 unpcklpd xmm7,xmm13 unpckhpd xmm7,xmm13 ...
37.320557
47
0.373261
f1aab999c8e0f3114318e3e65ec2548807d46946
2,369
asm
Assembly
Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48_notsx.log_6_1206.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48_notsx.log_6_1206.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48_notsx.log_6_1206.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 %rcx push %rdi push %rsi lea addresses_A_ht+0x16aa9, %rsi lea addresses_normal_ht+0x156a9, %rdi nop nop nop nop mfence mov $30, %rcx rep movsl nop nop xor $62355, %rsi pop %rsi pop %rdi pop %rcx pop %r13 ret .global s_faulty_load s_faulty_load: push %r10 ...
19.104839
151
0.642465